@vkontakte/icons 3.48.0 → 3.49.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16Asterisk8Props = SvgIconProps;
4
+ export declare const Icon16Asterisk8: React.FC<Icon16Asterisk8Props> & {
5
+ };
@@ -0,0 +1,18 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
+ export const Icon16Asterisk8 = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 16 16",
7
+ width: 16,
8
+ height: 16,
9
+ vkuiIconId: "asterisk_8_16",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M8 2a1 1 0 0 1 1 1v2.585l1.828-1.828a1 1 0 0 1 1.414 1.414L10.413 7H13a1 1 0 0 1 0 2h-2.585l1.827 1.828a1 1 0 1 1-1.414 1.414L9 10.414V13a1 1 0 0 1-2 0v-2.587l-1.828 1.83a1.001 1.001 0 0 1-1.415-1.415L5.585 9H3a1 1 0 0 1 0-2h2.586l-1.83-1.83a1 1 0 0 1 1.416-1.413L7 5.585V3a1 1 0 0 1 1-1"
16
+ })
17
+ });
18
+ };