@vkontakte/icons 1.160.0 → 1.162.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/cards_2.js +8 -0
- package/dist/20/donut_circle_fill_yellow.js +8 -0
- package/dist/es6/12/cards_2.js +2 -0
- package/dist/es6/20/donut_circle_fill_yellow.js +2 -0
- package/dist/es6/index.js +2 -0
- package/dist/index.js +18 -4
- package/dist/typings/12/cards_2.d.ts +9 -0
- package/dist/typings/20/donut_circle_fill_yellow.d.ts +9 -0
- package/dist/typings/index.d.ts +2 -0
- package/package.json +1 -1
- package/src/svg/12/cards_2_12.svg +1 -0
- package/src/svg/20/donut_circle_fill_yellow_20.svg +1 -0
- package/ts/12/cards_2.ts +18 -0
- package/ts/20/donut_circle_fill_yellow.ts +18 -0
- package/ts/index.ts +2 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
var _svgIcon = require("../SvgIcon");
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon12Cards2", "cards_2_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 12" id="cards_2_12"><path fill="currentColor" d="m3.619 2.974-2.21.382c-.552.095-.828.143-1.02.287a.99.99 0 0 0-.353.505c-.07.229-.02.505.08 1.056l.972 5.387c.1.551.149.827.294 1.02.128.168.306.293.509.355.23.07.506.023 1.059-.072l2.423-.419c.552-.095.828-.143 1.02-.287a.994.994 0 0 0 .15-.138l-1.166-.21c-.335-.06-.644-.114-.899-.182a2.343 2.343 0 0 1-.847-.392 2.345 2.345 0 0 1-.818-1.188 2.401 2.401 0 0 1-.071-.928c.024-.265.078-.577.138-.919l.739-4.257Zm.62 6.498c.254.194.62.26 1.349.39l2.868.514c.73.13 1.095.196 1.398.101a1.324 1.324 0 0 0 .67-.477c.191-.258.256-.63.385-1.371l.95-5.475c.129-.742.193-1.113.1-1.422a1.345 1.345 0 0 0-.468-.682c-.254-.194-.619-.26-1.348-.39L7.274.146C6.544.016 6.18-.05 5.877.045a1.324 1.324 0 0 0-.67.477c-.19.258-.255.63-.384 1.371l-.95 5.475c-.13.742-.194 1.113-.1 1.422a1.345 1.345 0 0 0 .468.682Z" /></symbol>', 12, 12);
|
|
8
|
+
exports.default = _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
var _svgIcon = require("../SvgIcon");
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon20DonutCircleFillYellow", "donut_circle_fill_yellow_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="donut_circle_fill_yellow_20"><path fill="url(#donut_circle_fill_yellow_20_a)" d="M0 10C0 4.477 4.477 0 10 0s10 4.477 10 10-4.477 10-10 10S0 15.523 0 10Z" /><path fill="#fff" d="m11.805 7.566 2.39.235c.831.081 1.086.913.444 1.458l-1.87 1.591.694 2.592c.228.851-.48 1.366-1.189.854l-2.273-1.643-2.273 1.643c-.706.51-1.417-.003-1.189-.854l.695-2.592-1.87-1.59c-.646-.549-.392-1.377.443-1.46l2.39-.234 1.052-2.483c.33-.778 1.174-.777 1.504 0l1.052 2.483Z" /><defs><linearGradient id="donut_circle_fill_yellow_20_a" x1="-10" x2="10" y1="10" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB73D" /><stop offset="1" stop-color="#FFA000" /></linearGradient></defs></symbol>', 20, 20);
|
|
8
|
+
exports.default = _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon12Cards2", "cards_2_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 12" id="cards_2_12"><path fill="currentColor" d="m3.619 2.974-2.21.382c-.552.095-.828.143-1.02.287a.99.99 0 0 0-.353.505c-.07.229-.02.505.08 1.056l.972 5.387c.1.551.149.827.294 1.02.128.168.306.293.509.355.23.07.506.023 1.059-.072l2.423-.419c.552-.095.828-.143 1.02-.287a.994.994 0 0 0 .15-.138l-1.166-.21c-.335-.06-.644-.114-.899-.182a2.343 2.343 0 0 1-.847-.392 2.345 2.345 0 0 1-.818-1.188 2.401 2.401 0 0 1-.071-.928c.024-.265.078-.577.138-.919l.739-4.257Zm.62 6.498c.254.194.62.26 1.349.39l2.868.514c.73.13 1.095.196 1.398.101a1.324 1.324 0 0 0 .67-.477c.191-.258.256-.63.385-1.371l.95-5.475c.129-.742.193-1.113.1-1.422a1.345 1.345 0 0 0-.468-.682c-.254-.194-.619-.26-1.348-.39L7.274.146C6.544.016 6.18-.05 5.877.045a1.324 1.324 0 0 0-.67.477c-.19.258-.255.63-.384 1.371l-.95 5.475c-.13.742-.194 1.113-.1 1.422a1.345 1.345 0 0 0 .468.682Z" /></symbol>', 12, 12);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20DonutCircleFillYellow", "donut_circle_fill_yellow_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="donut_circle_fill_yellow_20"><path fill="url(#donut_circle_fill_yellow_20_a)" d="M0 10C0 4.477 4.477 0 10 0s10 4.477 10 10-4.477 10-10 10S0 15.523 0 10Z" /><path fill="#fff" d="m11.805 7.566 2.39.235c.831.081 1.086.913.444 1.458l-1.87 1.591.694 2.592c.228.851-.48 1.366-1.189.854l-2.273-1.643-2.273 1.643c-.706.51-1.417-.003-1.189-.854l.695-2.592-1.87-1.59c-.646-.549-.392-1.377.443-1.46l2.39-.234 1.052-2.483c.33-.778 1.174-.777 1.504 0l1.052 2.483Z" /><defs><linearGradient id="donut_circle_fill_yellow_20_a" x1="-10" x2="10" y1="10" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB73D" /><stop offset="1" stop-color="#FFA000" /></linearGradient></defs></symbol>', 20, 20);
|
package/dist/es6/index.js
CHANGED
|
@@ -10,6 +10,7 @@ export { default as Icon12BookmarkOutline } from "./12/bookmark_outline";
|
|
|
10
10
|
export { default as Icon12Cake } from "./12/cake";
|
|
11
11
|
export { default as Icon12Cancel } from "./12/cancel";
|
|
12
12
|
export { default as Icon12CancelOutline } from "./12/cancel_outline";
|
|
13
|
+
export { default as Icon12Cards2 } from "./12/cards_2";
|
|
13
14
|
export { default as Icon12Chain } from "./12/chain";
|
|
14
15
|
export { default as Icon12CheckCircle } from "./12/check_circle";
|
|
15
16
|
export { default as Icon12CheckCircleFill } from "./12/check_circle_fill";
|
|
@@ -399,6 +400,7 @@ export { default as Icon20DiscussionsCircleFillBlue } from "./20/discussions_cir
|
|
|
399
400
|
export { default as Icon20DismissDark } from "./20/dismiss_dark";
|
|
400
401
|
export { default as Icon20DocumentOutline } from "./20/document_outline";
|
|
401
402
|
export { default as Icon20DonateCircleFillYellow } from "./20/donate_circle_fill_yellow";
|
|
403
|
+
export { default as Icon20DonutCircleFillYellow } from "./20/donut_circle_fill_yellow";
|
|
402
404
|
export { default as Icon20DoorArrowRightOutline } from "./20/door_arrow_right_outline";
|
|
403
405
|
export { default as Icon20DownloadOutline } from "./20/download_outline";
|
|
404
406
|
export { default as Icon20Dropdown } from "./20/dropdown";
|
package/dist/index.js
CHANGED
|
@@ -74,6 +74,12 @@ Object.defineProperty(exports, "Icon12CancelOutline", {
|
|
|
74
74
|
return _cancelOutline.default;
|
|
75
75
|
}
|
|
76
76
|
});
|
|
77
|
+
Object.defineProperty(exports, "Icon12Cards2", {
|
|
78
|
+
enumerable: true,
|
|
79
|
+
get: function() {
|
|
80
|
+
return _cards2.default;
|
|
81
|
+
}
|
|
82
|
+
});
|
|
77
83
|
Object.defineProperty(exports, "Icon12Chain", {
|
|
78
84
|
enumerable: true,
|
|
79
85
|
get: function() {
|
|
@@ -587,7 +593,7 @@ Object.defineProperty(exports, "Icon16CancelCircleOutline", {
|
|
|
587
593
|
Object.defineProperty(exports, "Icon16Cards2", {
|
|
588
594
|
enumerable: true,
|
|
589
595
|
get: function() {
|
|
590
|
-
return
|
|
596
|
+
return _cards21.default;
|
|
591
597
|
}
|
|
592
598
|
});
|
|
593
599
|
Object.defineProperty(exports, "Icon16CheckCircle", {
|
|
@@ -2408,6 +2414,12 @@ Object.defineProperty(exports, "Icon20DonateCircleFillYellow", {
|
|
|
2408
2414
|
return _donateCircleFillYellow.default;
|
|
2409
2415
|
}
|
|
2410
2416
|
});
|
|
2417
|
+
Object.defineProperty(exports, "Icon20DonutCircleFillYellow", {
|
|
2418
|
+
enumerable: true,
|
|
2419
|
+
get: function() {
|
|
2420
|
+
return _donutCircleFillYellow.default;
|
|
2421
|
+
}
|
|
2422
|
+
});
|
|
2411
2423
|
Object.defineProperty(exports, "Icon20DoorArrowRightOutline", {
|
|
2412
2424
|
enumerable: true,
|
|
2413
2425
|
get: function() {
|
|
@@ -9857,7 +9869,7 @@ Object.defineProperty(exports, "Icon32DoneOutline", {
|
|
|
9857
9869
|
Object.defineProperty(exports, "Icon32DonutCircleFillYellow", {
|
|
9858
9870
|
enumerable: true,
|
|
9859
9871
|
get: function() {
|
|
9860
|
-
return
|
|
9872
|
+
return _donutCircleFillYellow1.default;
|
|
9861
9873
|
}
|
|
9862
9874
|
});
|
|
9863
9875
|
Object.defineProperty(exports, "Icon32ErrorCircle", {
|
|
@@ -11822,6 +11834,7 @@ var _bookmarkOutline = _interopRequireDefault(require("./12/bookmark_outline"));
|
|
|
11822
11834
|
var _cake = _interopRequireDefault(require("./12/cake"));
|
|
11823
11835
|
var _cancel = _interopRequireDefault(require("./12/cancel"));
|
|
11824
11836
|
var _cancelOutline = _interopRequireDefault(require("./12/cancel_outline"));
|
|
11837
|
+
var _cards2 = _interopRequireDefault(require("./12/cards_2"));
|
|
11825
11838
|
var _chain = _interopRequireDefault(require("./12/chain"));
|
|
11826
11839
|
var _checkCircle = _interopRequireDefault(require("./12/check_circle"));
|
|
11827
11840
|
var _checkCircleFill = _interopRequireDefault(require("./12/check_circle_fill"));
|
|
@@ -11907,7 +11920,7 @@ var _camSlash = _interopRequireDefault(require("./16/cam_slash"));
|
|
|
11907
11920
|
var _cancel1 = _interopRequireDefault(require("./16/cancel"));
|
|
11908
11921
|
var _cancelCircle = _interopRequireDefault(require("./16/cancel_circle"));
|
|
11909
11922
|
var _cancelCircleOutline = _interopRequireDefault(require("./16/cancel_circle_outline"));
|
|
11910
|
-
var
|
|
11923
|
+
var _cards21 = _interopRequireDefault(require("./16/cards_2"));
|
|
11911
11924
|
var _checkCircle1 = _interopRequireDefault(require("./16/check_circle"));
|
|
11912
11925
|
var _checkCircleOutline = _interopRequireDefault(require("./16/check_circle_outline"));
|
|
11913
11926
|
var _checkDoubleOutline = _interopRequireDefault(require("./16/check_double_outline"));
|
|
@@ -12211,6 +12224,7 @@ var _discussionsCircleFillBlue = _interopRequireDefault(require("./20/discussion
|
|
|
12211
12224
|
var _dismissDark = _interopRequireDefault(require("./20/dismiss_dark"));
|
|
12212
12225
|
var _documentOutline = _interopRequireDefault(require("./20/document_outline"));
|
|
12213
12226
|
var _donateCircleFillYellow = _interopRequireDefault(require("./20/donate_circle_fill_yellow"));
|
|
12227
|
+
var _donutCircleFillYellow = _interopRequireDefault(require("./20/donut_circle_fill_yellow"));
|
|
12214
12228
|
var _doorArrowRightOutline = _interopRequireDefault(require("./20/door_arrow_right_outline"));
|
|
12215
12229
|
var _downloadOutline1 = _interopRequireDefault(require("./20/download_outline"));
|
|
12216
12230
|
var _dropdown2 = _interopRequireDefault(require("./20/dropdown"));
|
|
@@ -13452,7 +13466,7 @@ var _discussions1 = _interopRequireDefault(require("./32/discussions"));
|
|
|
13452
13466
|
var _document2 = _interopRequireDefault(require("./32/document"));
|
|
13453
13467
|
var _documentOutline3 = _interopRequireDefault(require("./32/document_outline"));
|
|
13454
13468
|
var _doneOutline2 = _interopRequireDefault(require("./32/done_outline"));
|
|
13455
|
-
var
|
|
13469
|
+
var _donutCircleFillYellow1 = _interopRequireDefault(require("./32/donut_circle_fill_yellow"));
|
|
13456
13470
|
var _errorCircle3 = _interopRequireDefault(require("./32/error_circle"));
|
|
13457
13471
|
var _errorCircleOutline4 = _interopRequireDefault(require("./32/error_circle_outline"));
|
|
13458
13472
|
var _favoriteCircleFillGreen2 = _interopRequireDefault(require("./32/favorite_circle_fill_green"));
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
export interface Icon12Cards2Props extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
7
|
+
}
|
|
8
|
+
declare const _default: import("react").FC<Icon12Cards2Props>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
export interface Icon20DonutCircleFillYellowProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
7
|
+
}
|
|
8
|
+
declare const _default: import("react").FC<Icon20DonutCircleFillYellowProps>;
|
|
9
|
+
export default _default;
|
package/dist/typings/index.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export { default as Icon12BookmarkOutline } from './12/bookmark_outline';
|
|
|
10
10
|
export { default as Icon12Cake } from './12/cake';
|
|
11
11
|
export { default as Icon12Cancel } from './12/cancel';
|
|
12
12
|
export { default as Icon12CancelOutline } from './12/cancel_outline';
|
|
13
|
+
export { default as Icon12Cards2 } from './12/cards_2';
|
|
13
14
|
export { default as Icon12Chain } from './12/chain';
|
|
14
15
|
export { default as Icon12CheckCircle } from './12/check_circle';
|
|
15
16
|
export { default as Icon12CheckCircleFill } from './12/check_circle_fill';
|
|
@@ -399,6 +400,7 @@ export { default as Icon20DiscussionsCircleFillBlue } from './20/discussions_cir
|
|
|
399
400
|
export { default as Icon20DismissDark } from './20/dismiss_dark';
|
|
400
401
|
export { default as Icon20DocumentOutline } from './20/document_outline';
|
|
401
402
|
export { default as Icon20DonateCircleFillYellow } from './20/donate_circle_fill_yellow';
|
|
403
|
+
export { default as Icon20DonutCircleFillYellow } from './20/donut_circle_fill_yellow';
|
|
402
404
|
export { default as Icon20DoorArrowRightOutline } from './20/door_arrow_right_outline';
|
|
403
405
|
export { default as Icon20DownloadOutline } from './20/download_outline';
|
|
404
406
|
export { default as Icon20Dropdown } from './20/dropdown';
|
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12"><path fill="currentColor" d="m3.6185 2.9742-2.2094.3817c-.5523.0955-.8285.1432-1.02.287a.99.99 0 0 0-.3533.5049c-.0695.2292-.0197.505.0798 1.0565l.972 5.3863c.0995.5516.1493.8274.2948 1.0195.128.169.306.2936.5086.3559.2304.0709.5065.0232 1.0588-.0722l2.4228-.4187c.5523-.0954.8284-.1431 1.02-.2869a.9941.9941 0 0 0 .1497-.1386l-1.1655-.2088c-.335-.06-.644-.1153-.8987-.1831-.2755-.0733-.5724-.1814-.847-.3919a2.3454 2.3454 0 0 1-.8185-1.1876c-.0987-.3286-.0972-.6433-.071-.9281.0244-.2648.0787-.5773.138-.919l.739-4.257Z M4.2399 9.4715c.2536.1944.6184.2597 1.348.3904l2.8683.5139c.7296.1307 1.0945.1961 1.3982.1015a1.324 1.324 0 0 0 .6699-.4772c.1912-.258.2556-.6292.3845-1.3714l.9503-5.4748c.1289-.7423.1933-1.1134.1005-1.4223a1.3447 1.3447 0 0 0-.4688-.6812C11.2372.856 10.8724.7907 10.1427.66L7.2745.1463C6.5448.0156 6.18-.0497 5.8762.0448a1.3242 1.3242 0 0 0-.6698.4772c-.1913.258-.2557.6292-.3845 1.3714l-.9504 5.4747c-.1288.7422-.1932 1.1133-.1004 1.4223a1.345 1.345 0 0 0 .4688.6811Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"><path fill="url(#a)" d="M0 10C0 4.4771 4.4771 0 10 0c5.5228 0 10 4.4771 10 10 0 5.5228-4.4772 10-10 10-5.5229 0-10-4.4772-10-10Z"/><path fill="#fff" d="m11.8049 7.5662 2.3897.2346c.8315.0816 1.0865.9127.4444 1.4586l-1.8709 1.5909.6946 2.5917c.2281.8511-.4796 1.3664-1.1884.8541l-2.2732-1.6428-2.2732 1.6428c-.706.5102-1.4165-.0029-1.1884-.8541l.6946-2.5917-1.871-1.5909c-.6447-.5482-.3907-1.3766.4444-1.4586l2.3893-.2346 1.0526-2.4831c.3297-.7777 1.1739-.7773 1.5033 0l1.0522 2.4831Z"/><defs><linearGradient id="a" x1="-10" x2="10" y1="10" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB73D"/><stop offset="1" stop-color="#FFA000"/></linearGradient></defs></svg>
|
package/ts/12/cards_2.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
import { makeIcon } from '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon12Cards2Props extends HTMLAttributes<HTMLDivElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export default makeIcon<Icon12Cards2Props>(
|
|
12
|
+
'Icon12Cards2',
|
|
13
|
+
'cards_2_12',
|
|
14
|
+
'0 0 12 12',
|
|
15
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 12" id="cards_2_12"><path fill="currentColor" d="m3.619 2.974-2.21.382c-.552.095-.828.143-1.02.287a.99.99 0 0 0-.353.505c-.07.229-.02.505.08 1.056l.972 5.387c.1.551.149.827.294 1.02.128.168.306.293.509.355.23.07.506.023 1.059-.072l2.423-.419c.552-.095.828-.143 1.02-.287a.994.994 0 0 0 .15-.138l-1.166-.21c-.335-.06-.644-.114-.899-.182a2.343 2.343 0 0 1-.847-.392 2.345 2.345 0 0 1-.818-1.188 2.401 2.401 0 0 1-.071-.928c.024-.265.078-.577.138-.919l.739-4.257Zm.62 6.498c.254.194.62.26 1.349.39l2.868.514c.73.13 1.095.196 1.398.101a1.324 1.324 0 0 0 .67-.477c.191-.258.256-.63.385-1.371l.95-5.475c.129-.742.193-1.113.1-1.422a1.345 1.345 0 0 0-.468-.682c-.254-.194-.619-.26-1.348-.39L7.274.146C6.544.016 6.18-.05 5.877.045a1.324 1.324 0 0 0-.67.477c-.19.258-.255.63-.384 1.371l-.95 5.475c-.13.742-.194 1.113-.1 1.422a1.345 1.345 0 0 0 .468.682Z" /></symbol>',
|
|
16
|
+
12,
|
|
17
|
+
12
|
|
18
|
+
);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
import { makeIcon } from '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon20DonutCircleFillYellowProps extends HTMLAttributes<HTMLDivElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export default makeIcon<Icon20DonutCircleFillYellowProps>(
|
|
12
|
+
'Icon20DonutCircleFillYellow',
|
|
13
|
+
'donut_circle_fill_yellow_20',
|
|
14
|
+
'0 0 20 20',
|
|
15
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="donut_circle_fill_yellow_20"><path fill="url(#donut_circle_fill_yellow_20_a)" d="M0 10C0 4.477 4.477 0 10 0s10 4.477 10 10-4.477 10-10 10S0 15.523 0 10Z" /><path fill="#fff" d="m11.805 7.566 2.39.235c.831.081 1.086.913.444 1.458l-1.87 1.591.694 2.592c.228.851-.48 1.366-1.189.854l-2.273-1.643-2.273 1.643c-.706.51-1.417-.003-1.189-.854l.695-2.592-1.87-1.59c-.646-.549-.392-1.377.443-1.46l2.39-.234 1.052-2.483c.33-.778 1.174-.777 1.504 0l1.052 2.483Z" /><defs><linearGradient id="donut_circle_fill_yellow_20_a" x1="-10" x2="10" y1="10" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB73D" /><stop offset="1" stop-color="#FFA000" /></linearGradient></defs></symbol>',
|
|
16
|
+
20,
|
|
17
|
+
20
|
|
18
|
+
);
|
package/ts/index.ts
CHANGED
|
@@ -10,6 +10,7 @@ export { default as Icon12BookmarkOutline } from './12/bookmark_outline';
|
|
|
10
10
|
export { default as Icon12Cake } from './12/cake';
|
|
11
11
|
export { default as Icon12Cancel } from './12/cancel';
|
|
12
12
|
export { default as Icon12CancelOutline } from './12/cancel_outline';
|
|
13
|
+
export { default as Icon12Cards2 } from './12/cards_2';
|
|
13
14
|
export { default as Icon12Chain } from './12/chain';
|
|
14
15
|
export { default as Icon12CheckCircle } from './12/check_circle';
|
|
15
16
|
export { default as Icon12CheckCircleFill } from './12/check_circle_fill';
|
|
@@ -399,6 +400,7 @@ export { default as Icon20DiscussionsCircleFillBlue } from './20/discussions_cir
|
|
|
399
400
|
export { default as Icon20DismissDark } from './20/dismiss_dark';
|
|
400
401
|
export { default as Icon20DocumentOutline } from './20/document_outline';
|
|
401
402
|
export { default as Icon20DonateCircleFillYellow } from './20/donate_circle_fill_yellow';
|
|
403
|
+
export { default as Icon20DonutCircleFillYellow } from './20/donut_circle_fill_yellow';
|
|
402
404
|
export { default as Icon20DoorArrowRightOutline } from './20/door_arrow_right_outline';
|
|
403
405
|
export { default as Icon20DownloadOutline } from './20/download_outline';
|
|
404
406
|
export { default as Icon20Dropdown } from './20/dropdown';
|