@vkontakte/icons 3.18.0 → 3.19.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/12/crown_alt_12.d.ts +5 -0
- package/dist/12/crown_alt_12.js +18 -0
- package/dist/12/diamond_12.d.ts +5 -0
- package/dist/12/diamond_12.js +18 -0
- package/dist/16/crown_alt_16.d.ts +5 -0
- package/dist/16/crown_alt_16.js +18 -0
- package/dist/16/diamond_16.d.ts +5 -0
- package/dist/16/diamond_16.js +18 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.js +4 -0
- package/dist/typings/12/crown_alt_12.d.ts +5 -0
- package/dist/typings/12/diamond_12.d.ts +5 -0
- package/dist/typings/16/crown_alt_16.d.ts +5 -0
- package/dist/typings/16/diamond_16.d.ts +5 -0
- package/dist/typings/index.d.ts +4 -0
- package/package.json +1 -1
- package/src/svg/12/crown_alt_12.svg +1 -0
- package/src/svg/12/diamond_12.svg +1 -0
- package/src/svg/16/crown_alt_16.svg +1 -0
- package/src/svg/16/diamond_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 Icon12CrownAlt = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsx(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 12 12",
|
|
7
|
+
width: 12,
|
|
8
|
+
height: 12,
|
|
9
|
+
vkuiIconId: "crown_alt_12",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
+
d: "M9.76 9.602c-.021.225-.223.398-.466.398H2.83c-.241 0-.443-.17-.466-.393l-.036-.36h7.463zM6.105 2c.544 0 .987.41.987.916 0 .372-.24.691-.582.835l1.263 2.891L9.45 4.877c-.306-.159-.512-.453-.512-.792 0-.506.461-.916 1.03-.916.57 0 1.032.41 1.032.916 0 .442-.352.81-.82.897l-.33 3.614H2.264L1.9 4.994c-.507-.057-.9-.442-.9-.909 0-.505.462-.916 1.031-.916.57 0 1.031.41 1.031.916 0 .321-.185.603-.466.767L4.47 6.824l1.328-3.037c-.395-.12-.68-.464-.68-.87 0-.507.442-.917.987-.917"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
};
|
|
@@ -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 Icon12Diamond = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsx(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 12 12",
|
|
7
|
+
width: 12,
|
|
8
|
+
height: 12,
|
|
9
|
+
vkuiIconId: "diamond_12",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
+
d: "M8.013 5.362 6.217 9.79c-.073.18-.346.18-.42 0L4.003 5.362zm2.698 0c.193 0 .297.21.17.344-.815.873-2.977 3.183-4.03 4.294l1.88-4.638zm-7.427 0 1.862 4.592a1189 1189 0 0 1-4.01-4.247c-.127-.135-.023-.345.17-.345zM8.404 2c.262 0 .51.107.681.292.466.507 1.39 1.563 1.865 2.106.118.136.014.34-.175.34H8.721L7.53 2zm-3.92 0-1.19 2.737h-2.07c-.187 0-.291-.2-.175-.337.46-.54 1.358-1.593 1.812-2.1.17-.19.422-.3.688-.3zm2.323 0 1.189 2.737H4.02L5.21 2z"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
};
|
|
@@ -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 Icon16CrownAlt = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsx(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 16 16",
|
|
7
|
+
width: 16,
|
|
8
|
+
height: 16,
|
|
9
|
+
vkuiIconId: "crown_alt_16",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
+
d: "M13.263 13.403a.654.654 0 0 1-.652.597H3.563a.654.654 0 0 1-.652-.59l-.05-.538h10.448zM8.146 2a1.38 1.38 0 0 1 1.383 1.374c0 .558-.336 1.037-.816 1.252l1.77 4.337 2.348-2.647a1.36 1.36 0 0 1-.718-1.188c0-.759.646-1.374 1.443-1.374.798 0 1.444.615 1.444 1.374 0 .663-.493 1.215-1.148 1.345l-.46 5.422H2.769L2.261 6.49C1.551 6.405 1 5.83 1 5.128c0-.759.646-1.374 1.444-1.374s1.443.615 1.443 1.374c0 .481-.26.904-.653 1.15L5.86 9.236 7.717 4.68a1.38 1.38 0 0 1-.951-1.307c0-.758.618-1.374 1.38-1.374Z"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
};
|
|
@@ -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 Icon16Diamond = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsx(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 16 16",
|
|
7
|
+
width: 16,
|
|
8
|
+
height: 16,
|
|
9
|
+
vkuiIconId: "diamond_16",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
+
d: "m10.818 7.044-2.514 6.641a.314.314 0 0 1-.587 0L5.203 7.044zm3.778 0c.27 0 .415.313.239.515-1.143 1.309-4.17 4.775-5.645 6.441l2.634-6.956zm-10.399 0 2.608 6.888A1738 1738 0 0 1 1.19 7.56a.311.311 0 0 1 .237-.516zM11.365 2c.367 0 .716.16.954.438.652.76 1.947 2.345 2.61 3.16a.312.312 0 0 1-.243.508h-2.877L10.144 2zM5.878 2 4.213 6.106H1.314a.312.312 0 0 1-.246-.505c.644-.812 1.901-2.39 2.537-3.15.238-.286.591-.451.964-.451zM9.13 2l1.664 4.106H5.227L6.893 2z"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
};
|