@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.
- package/dist/16/asterisk_8_16.d.ts +5 -0
- package/dist/16/asterisk_8_16.js +18 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/typings/16/asterisk_8_16.d.ts +5 -0
- package/dist/typings/index.d.ts +1 -0
- package/package.json +1 -1
- package/src/svg/16/asterisk_8_16.svg +1 -0
|
@@ -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
|
+
};
|