@vkontakte/icons 1.182.0 → 1.185.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/done_circle.js +1 -1
- package/dist/20/moon_outline.js +8 -0
- package/dist/20/nft_heptagon_outline.js +8 -0
- package/dist/20/payment_card_outline.js +8 -0
- package/dist/20/phone_down.js +8 -0
- package/dist/20/picture_stack_outline.js +8 -0
- package/dist/20/recent_outline.js +1 -1
- package/dist/20/scissors_outline.js +8 -0
- package/dist/24/user_tag_outline.js +1 -1
- package/dist/28/cancel.js +8 -0
- package/dist/28/done.js +8 -0
- package/dist/28/market_circle_fill_blue.js +8 -0
- package/dist/28/market_circle_fill_yellow.js +8 -0
- package/dist/28/more_horizontal.js +1 -1
- package/dist/28/nft_heptagon_outline.js +8 -0
- package/dist/48/market_fill_blue.js +8 -0
- package/dist/56/nft_heptagon_dashed_outline.js +8 -0
- package/dist/56/nft_heptagon_outline.js +8 -0
- package/dist/56/rude_message_outline.js +8 -0
- package/dist/es6/16/done_circle.js +1 -1
- package/dist/es6/20/moon_outline.js +2 -0
- package/dist/es6/20/nft_heptagon_outline.js +2 -0
- package/dist/es6/20/payment_card_outline.js +2 -0
- package/dist/es6/20/phone_down.js +2 -0
- package/dist/es6/20/picture_stack_outline.js +2 -0
- package/dist/es6/20/recent_outline.js +1 -1
- package/dist/es6/20/scissors_outline.js +2 -0
- package/dist/es6/24/user_tag_outline.js +1 -1
- package/dist/es6/28/cancel.js +2 -0
- package/dist/es6/28/done.js +2 -0
- package/dist/es6/28/market_circle_fill_blue.js +2 -0
- package/dist/es6/28/market_circle_fill_yellow.js +2 -0
- package/dist/es6/28/more_horizontal.js +1 -1
- package/dist/es6/28/nft_heptagon_outline.js +2 -0
- package/dist/es6/48/market_fill_blue.js +2 -0
- package/dist/es6/56/nft_heptagon_dashed_outline.js +2 -0
- package/dist/es6/56/nft_heptagon_outline.js +2 -0
- package/dist/es6/56/rude_message_outline.js +2 -0
- package/dist/es6/index.js +15 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +123 -18
- package/dist/typings/20/moon_outline.d.ts +9 -0
- package/dist/typings/20/nft_heptagon_outline.d.ts +9 -0
- package/dist/typings/20/payment_card_outline.d.ts +9 -0
- package/dist/typings/20/phone_down.d.ts +9 -0
- package/dist/typings/20/picture_stack_outline.d.ts +9 -0
- package/dist/typings/20/scissors_outline.d.ts +9 -0
- package/dist/typings/28/cancel.d.ts +9 -0
- package/dist/typings/28/done.d.ts +9 -0
- package/dist/typings/28/market_circle_fill_blue.d.ts +9 -0
- package/dist/typings/28/market_circle_fill_yellow.d.ts +9 -0
- package/dist/typings/28/nft_heptagon_outline.d.ts +9 -0
- package/dist/typings/48/market_fill_blue.d.ts +9 -0
- package/dist/typings/56/nft_heptagon_dashed_outline.d.ts +9 -0
- package/dist/typings/56/nft_heptagon_outline.d.ts +9 -0
- package/dist/typings/56/rude_message_outline.d.ts +9 -0
- package/dist/typings/index.d.ts +15 -0
- package/package.json +1 -1
- package/src/svg/16/done_circle_16.svg +1 -1
- package/src/svg/20/moon_outline_20.svg +1 -0
- package/src/svg/20/nft_heptagon_outline_20.svg +1 -0
- package/src/svg/20/payment_card_outline_20.svg +1 -0
- package/src/svg/20/phone_down_20.svg +1 -0
- package/src/svg/20/picture_stack_outline_20.svg +1 -0
- package/src/svg/20/recent_outline_20.svg +1 -14
- package/src/svg/20/scissors_outline_20.svg +1 -0
- package/src/svg/24/user_tag_outline_24.svg +1 -1
- package/src/svg/28/cancel_28.svg +1 -0
- package/src/svg/28/done_28.svg +1 -0
- package/src/svg/28/market_circle_fill_blue_28.svg +1 -0
- package/src/svg/28/market_circle_fill_yellow_28.svg +1 -0
- package/src/svg/28/more_horizontal_28.svg +1 -1
- package/src/svg/28/nft_heptagon_outline_28.svg +1 -0
- package/src/svg/48/market_fill_blue_48.svg +1 -0
- package/src/svg/56/nft_heptagon_dashed_outline_56.svg +1 -0
- package/src/svg/56/nft_heptagon_outline_56.svg +1 -0
- package/src/svg/56/rude_message_outline_56.svg +1 -0
- package/ts/16/done_circle.ts +1 -1
- package/ts/20/moon_outline.ts +18 -0
- package/ts/20/nft_heptagon_outline.ts +18 -0
- package/ts/20/payment_card_outline.ts +18 -0
- package/ts/20/phone_down.ts +18 -0
- package/ts/20/picture_stack_outline.ts +18 -0
- package/ts/20/recent_outline.ts +1 -1
- package/ts/20/scissors_outline.ts +18 -0
- package/ts/24/user_tag_outline.ts +1 -1
- package/ts/28/cancel.ts +18 -0
- package/ts/28/done.ts +18 -0
- package/ts/28/market_circle_fill_blue.ts +18 -0
- package/ts/28/market_circle_fill_yellow.ts +18 -0
- package/ts/28/more_horizontal.ts +1 -1
- package/ts/28/nft_heptagon_outline.ts +18 -0
- package/ts/48/market_fill_blue.ts +18 -0
- package/ts/56/nft_heptagon_dashed_outline.ts +18 -0
- package/ts/56/nft_heptagon_outline.ts +18 -0
- package/ts/56/rude_message_outline.ts +18 -0
- package/ts/index.ts +15 -0
package/dist/16/done_circle.js
CHANGED
|
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
});
|
|
5
5
|
exports.default = void 0;
|
|
6
6
|
var _svgIcon = require("../SvgIcon");
|
|
7
|
-
var _default = (0, _svgIcon).makeIcon("Icon16DoneCircle", "done_circle_16", "0 0 16 16", '<symbol fill="
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon16DoneCircle", "done_circle_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="done_circle_16"><path fill-rule="evenodd" d="M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1Zm3.03 6.28a.75.75 0 1 0-1.06-1.06L7 9.19l-.97-.97a.75.75 0 0 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.06 0l3.5-3.5Z" clip-rule="evenodd" /></symbol>', 16, 16);
|
|
8
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("Icon20MoonOutline", "moon_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="moon_outline_20"><path fill-rule="evenodd" d="M10.606 1.987a.75.75 0 0 1-.217.835 5.795 5.795 0 0 0 6.387 9.58.75.75 0 0 1 1.031.965A8.502 8.502 0 0 1 1.5 10a8.5 8.5 0 0 1 8.395-8.5.75.75 0 0 1 .711.487ZM8.004 3.288a7 7 0 1 0 7.421 11.137A7.295 7.295 0 0 1 8.004 3.288Z" clip-rule="evenodd" /></symbol>', 20, 20);
|
|
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("Icon20NftHeptagonOutline", "nft_heptagon_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="nft_heptagon_outline_20"><path d="M13.784 8.53a.75.75 0 0 0-1.06-1.06l-4.19 4.19-1.456-1.443a.75.75 0 0 0-1.056 1.066l1.986 1.968a.75.75 0 0 0 1.058-.003l4.718-4.718ZM10.39 1.036a2.148 2.148 0 0 0-.78 0c-.295.054-.567.188-.865.336l-4.68 2.303c-.292.143-.557.273-.776.467-.192.17-.352.374-.472.6-.137.259-.201.547-.271.863l-1.173 5.25c-.07.312-.134.596-.12.884.01.254.067.503.165.736.112.267.291.496.488.748l3.265 4.184c.203.26.387.497.627.673.21.155.446.27.697.34.287.08.587.08.917.08h5.176c.33 0 .63 0 .917-.08.251-.07.487-.185.697-.34.24-.176.424-.413.627-.673l3.265-4.184c.197-.252.376-.481.488-.748a2.16 2.16 0 0 0 .166-.736c.013-.288-.051-.572-.121-.884l-1.173-5.25c-.07-.316-.134-.604-.271-.863-.12-.226-.28-.43-.472-.6-.22-.194-.484-.324-.775-.467l-4.681-2.303c-.299-.148-.57-.282-.864-.336ZM9.883 2.51a.648.648 0 0 1 .236 0c.064.012.138.04.539.238L15.21 4.99c.39.192.457.232.504.274a.649.649 0 0 1 .143.181c.03.057.053.13.148.555l1.142 5.115c.093.419.104.494.101.557a.65.65 0 0 1-.05.222c-.024.058-.066.122-.33.46l-3.18 4.074c-.272.35-.325.407-.377.445a.649.649 0 0 1-.21.103c-.063.018-.141.024-.585.024H7.482c-.443 0-.521-.006-.583-.024a.647.647 0 0 1-.21-.103c-.053-.038-.106-.096-.379-.445l-3.179-4.074c-.264-.338-.306-.402-.33-.46a.649.649 0 0 1-.05-.222c-.003-.063.008-.138.101-.557L3.995 6c.094-.425.117-.498.147-.555a.648.648 0 0 1 .143-.18c.047-.043.114-.083.504-.275l4.554-2.24c.401-.197.475-.226.54-.238Z" clip-rule="evenodd" /></symbol>', 20, 20);
|
|
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("Icon20PaymentCardOutline", "payment_card_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="payment_card_outline_20"><path d="M5 12a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1A.5.5 0 0 1 5 13v-1Z" /><path fill-rule="evenodd" d="M7.817 3h4.366c.952 0 1.713 0 2.327.05.63.052 1.172.16 1.67.413a4.25 4.25 0 0 1 1.857 1.858c.253.497.361 1.04.413 1.67.05.613.05 1.374.05 2.326v1.366c0 .952 0 1.713-.05 2.327-.052.63-.16 1.172-.413 1.67a4.251 4.251 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413-.614.05-1.375.05-2.327.05H7.817c-.952 0-1.713 0-2.327-.05-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67-.05-.614-.05-1.375-.05-2.327V9.317c0-.952 0-1.713.05-2.327.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.497-.253 1.04-.361 1.67-.413C6.103 3 6.864 3 7.816 3ZM4.502 4.8c.25-.128.573-.21 1.11-.255.546-.044 1.246-.045 2.238-.045h4.3c.992 0 1.692 0 2.238.045.537.044.86.127 1.11.255A2.75 2.75 0 0 1 16.7 6.002c.128.25.21.573.255 1.11l.024.388H3.021l.023-.388c.044-.537.127-.86.255-1.11A2.75 2.75 0 0 1 4.502 4.8ZM3 9.35v1.3c0 .992 0 1.692.045 2.238.044.537.127.86.255 1.11A2.75 2.75 0 0 0 4.502 15.2c.25.128.573.21 1.11.255.546.044 1.246.045 2.238.045h4.3c.992 0 1.692 0 2.238-.045.537-.044.86-.127 1.11-.255A2.751 2.751 0 0 0 16.7 14c.128-.252.21-.574.255-1.111.044-.546.045-1.245.045-2.238V9H3v.35Zm2.5 2.15h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1A.5.5 0 0 1 5 13v-1a.5.5 0 0 1 .5-.5Z" clip-rule="evenodd" /></symbol>', 20, 20);
|
|
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("Icon20PhoneDown", "phone_down_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="phone_down_20"><path d="M.5 11.502c-.02.95.516 1.96 2.22 1.998.28 0 1.23-.072 2.044-.206 1.145-.19 1.816-1.164 1.978-1.79.15-.457.098-1.219.098-1.617.027-.484.398-.582.733-.692l.016-.005c.376-.098.973-.253 2.535-.253 1.21 0 2.048.172 2.302.258.66.172.71.44.733.71 0 .453-.058 1.073.094 1.605.351 1.078 1.191 1.575 1.66 1.707.66.187 2.107.278 2.293.278 2 0 2.319-1.286 2.293-1.993-.017-.8-.327-1.4-.76-1.9-.457-.595-1.12-1.089-1.197-1.15-1.653-1.262-3.862-1.616-3.862-1.616-1.75-.359-3.556-.332-3.556-.332-1.906-.044-3.54.28-3.54.28s-2.533.39-4.18 1.716a7.59 7.59 0 0 0-1.15 1.102c-.472.578-.765 1.206-.754 1.9Z" /></symbol>', 20, 20);
|
|
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("Icon20PictureStackOutline", "picture_stack_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="picture_stack_outline_20"><path d="M7.5 2A1.5 1.5 0 0 0 6 3.5h8A1.5 1.5 0 0 0 12.5 2h-5ZM5.75 8a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Z" /><path fill-rule="evenodd" d="M1.827 6.638C1.5 7.28 1.5 8.12 1.5 9.8v2.9c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311c.642.327 1.482.327 3.162.327h7.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311c.327-.642.327-1.482.327-3.162V9.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C16.22 5 15.38 5 13.7 5H6.3c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311ZM13.7 6.5H6.3c-.865 0-1.423.001-1.848.036-.408.033-.559.09-.633.127a1.5 1.5 0 0 0-.656.656c-.037.074-.094.225-.127.633C3 8.377 3 8.935 3 9.8v2.9c0 .865.001 1.423.036 1.848.033.408.09.559.127.633a1.5 1.5 0 0 0 .408.496.759.759 0 0 1 .083-.097l3.08-3.035c.084-.083.176-.174.262-.246a1.24 1.24 0 0 1 .418-.241c.245-.08.51-.083.756-.008.185.057.324.154.423.234.087.07.18.159.267.24l.93.882 3.38-3.352c.087-.086.18-.179.268-.253.1-.083.24-.185.428-.245.25-.081.52-.08.77.001.188.062.328.164.427.248.087.074.18.168.266.254L17 11.729V9.8c0-.865-.001-1.423-.036-1.848-.033-.408-.09-.559-.127-.633a1.5 1.5 0 0 0-.656-.656c-.074-.037-.225-.094-.633-.127-.425-.035-.983-.036-1.848-.036Zm3.294 7.345-2.746-2.747-3.382 3.353c-.085.083-.176.174-.262.247a1.26 1.26 0 0 1-.419.243 1.25 1.25 0 0 1-.757.008 1.259 1.259 0 0 1-.424-.233 4.686 4.686 0 0 1-.268-.242l-.93-.88-2.438 2.403C5.634 16 5.94 16 6.3 16h7.4c.865 0 1.423-.001 1.848-.036.408-.033.559-.09.633-.128a1.5 1.5 0 0 0 .655-.655c.038-.074.095-.225.128-.633.016-.199.025-.428.03-.703Z" clip-rule="evenodd" /></symbol>', 20, 20);
|
|
8
|
+
exports.default = _default;
|
|
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
});
|
|
5
5
|
exports.default = void 0;
|
|
6
6
|
var _svgIcon = require("../SvgIcon");
|
|
7
|
-
var _default = (0, _svgIcon).makeIcon("Icon20RecentOutline", "recent_outline_20", "0 0 20 20", '<symbol
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon20RecentOutline", "recent_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="recent_outline_20"><path fill-rule="evenodd" d="M18.5 10a8.5 8.5 0 1 0-17 0 8.5 8.5 0 0 0 17 0ZM3 10a7 7 0 1 1 14 0 7 7 0 0 1-14 0Zm6.75-4a.75.75 0 0 1 .75.75v3.287l3.085 1.542a.75.75 0 1 1-.67 1.342l-3.5-1.75A.75.75 0 0 1 9 10.5V6.75A.75.75 0 0 1 9.75 6Z" clip-rule="evenodd" /></symbol>', 20, 20);
|
|
8
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("Icon20ScissorsOutline", "scissors_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="scissors_outline_20"><path fill-rule="evenodd" d="M12.107 5.714a2.893 2.893 0 1 1 2.177 2.804L11.846 10l2.438 1.482a2.896 2.896 0 0 1 3.609 2.804 2.893 2.893 0 1 1-5.063-1.914l-2.468-.894-6.4 3.1c-.358.209-1.082.32-1.7-.183-.26-.212-.34-.399.219-.758L8.879 10 2.48 6.363c-.56-.36-.48-.546-.22-.758.62-.502 1.343-.392 1.7-.184l6.401 3.101 2.468-.894a2.882 2.882 0 0 1-.723-1.914ZM15 4.321a1.393 1.393 0 1 0 0 2.786 1.393 1.393 0 0 0 0-2.786Zm0 11.358a1.393 1.393 0 1 1 0-2.786 1.393 1.393 0 0 1 0 2.786Z" clip-rule="evenodd" /></symbol>', 20, 20);
|
|
8
|
+
exports.default = _default;
|
|
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
});
|
|
5
5
|
exports.default = void 0;
|
|
6
6
|
var _svgIcon = require("../SvgIcon");
|
|
7
|
-
var _default = (0, _svgIcon).makeIcon("Icon24UserTagOutline", "user_tag_outline_24", "0 0 24 24", '<symbol fill="
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon24UserTagOutline", "user_tag_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="user_tag_outline_24"><path fill-rule="evenodd" d="M12 6.5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7ZM10.3 10a1.7 1.7 0 1 1 3.4 0 1.7 1.7 0 0 1-3.4 0Zm-.838-7h5.076c.948 0 1.714 0 2.334.051.64.052 1.203.163 1.726.429a4.4 4.4 0 0 1 1.922 1.923c.267.522.377 1.086.43 1.725.05.62.05 1.386.05 2.334v5.568c0 .897 0 1.514-.133 2.045a4.4 4.4 0 0 1-3.192 3.192c-.531.134-1.148.133-2.045.133h-.13c-.301 0-.54.184-1.098.77l-.063.067c-.45.475-1.195 1.263-2.339 1.263s-1.89-.788-2.339-1.263l-.063-.066c-.558-.587-.797-.771-1.098-.771h-.13c-.897 0-1.514 0-2.045-.133a4.4 4.4 0 0 1-3.192-3.192C3 16.544 3 15.927 3 15.03V9.462c0-.948 0-1.713.05-2.334.053-.639.163-1.203.43-1.725A4.4 4.4 0 0 1 5.402 3.48c.523-.266 1.087-.377 1.726-.429.62-.05 1.386-.05 2.334-.05ZM7.274 4.845c-.528.043-.828.123-1.054.239A2.6 2.6 0 0 0 5.083 6.22c-.115.226-.195.527-.238 1.055C4.8 7.813 4.8 8.505 4.8 9.5v5.4c0 1.077.007 1.45.079 1.735a2.6 2.6 0 0 0 .643 1.163A8.876 8.876 0 0 1 12 15a8.876 8.876 0 0 1 6.478 2.798 2.6 2.6 0 0 0 .643-1.163c.072-.285.079-.658.079-1.735V9.5c0-.995 0-1.687-.045-2.225-.043-.528-.123-.829-.238-1.055a2.6 2.6 0 0 0-1.137-1.136c-.226-.116-.527-.196-1.055-.239-.538-.044-1.23-.045-2.225-.045h-5c-.995 0-1.687.001-2.226.045ZM8.5 18.6c-.57 0-.942-.002-1.208-.014A7.072 7.072 0 0 1 12 16.8a7.07 7.07 0 0 1 4.708 1.786c-.267.012-.64.014-1.208.014-1.144 0-1.89.788-2.339 1.263l-.063.066c-.558.587-.797.771-1.098.771-.301 0-.54-.184-1.098-.77l-.063-.067c-.45-.475-1.195-1.263-2.339-1.263Z" clip-rule="evenodd" /></symbol>', 24, 24);
|
|
8
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("Icon28Cancel", "cancel_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="cancel_28"><path fill-rule="evenodd" d="M6.366 6.366a1.25 1.25 0 0 1 1.768 0L14 12.232l5.866-5.866a1.25 1.25 0 0 1 1.768 1.768L15.768 14l5.866 5.866a1.25 1.25 0 0 1-1.768 1.768L14 15.768l-5.866 5.866a1.25 1.25 0 0 1-1.768-1.768L12.232 14 6.366 8.134a1.25 1.25 0 0 1 0-1.768Z" clip-rule="evenodd" /></symbol>', 28, 28);
|
|
8
|
+
exports.default = _default;
|
package/dist/28/done.js
ADDED
|
@@ -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("Icon28Done", "done_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="done_28"><path fill-rule="evenodd" d="M23.634 7.366a1.25 1.25 0 0 1 0 1.768l-11.75 11.75a1.25 1.25 0 0 1-1.768 0l-5.75-5.75a1.25 1.25 0 0 1 1.768-1.768L11 18.232 21.866 7.366a1.25 1.25 0 0 1 1.768 0Z" clip-rule="evenodd" /></symbol>', 28, 28);
|
|
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("Icon28MarketCircleFillBlue", "market_circle_fill_blue_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="market_circle_fill_blue_28"><rect width="28" height="28" fill="url(#market_circle_fill_blue_28_a)" rx="14" /><path fill="#fff" d="M14 6a4 4 0 0 1 4 4h1.398c.557 0 .759.058.962.167.204.109.364.269.473.473.109.203.167.405.167.962v5.232c0 1.448-.15 1.974-.434 2.503-.283.53-.699.946-1.229 1.229-.53.283-1.055.434-2.503.434h-5.668c-1.448 0-1.974-.15-2.503-.434a2.953 2.953 0 0 1-1.229-1.229C7.151 18.807 7 18.282 7 16.834v-5.232c0-.557.058-.759.167-.963.109-.203.269-.363.472-.472.204-.109.406-.167.963-.167H10a4 4 0 0 1 4-4Zm-3.229 5.5h-.043c-.163 0-.29.03-.396.087a.591.591 0 0 0-.245.245.817.817 0 0 0-.087.396v.043c0 .164.03.29.087.396.056.106.14.19.245.246a.817.817 0 0 0 .396.087h.043c.164 0 .29-.03.396-.087a.591.591 0 0 0 .246-.245.817.817 0 0 0 .087-.396v-.043c0-.164-.03-.29-.087-.396a.591.591 0 0 0-.245-.246.817.817 0 0 0-.396-.087Zm6.5 0h-.043c-.164 0-.29.03-.396.087a.591.591 0 0 0-.245.245.817.817 0 0 0-.087.396v.043c0 .164.03.29.087.396.056.106.14.19.245.246a.817.817 0 0 0 .396.087h.043a.81.81 0 0 0 .396-.087.591.591 0 0 0 .246-.245.817.817 0 0 0 .087-.396v-.043c0-.164-.03-.29-.087-.396a.591.591 0 0 0-.245-.246.817.817 0 0 0-.396-.087ZM14 7.5a2.5 2.5 0 0 0-2.5 2.5h5A2.5 2.5 0 0 0 14 7.5Z" /><defs><linearGradient id="market_circle_fill_blue_28_a" x1="0" x2="28.733" y1="0" y2=".773" gradientUnits="userSpaceOnUse"><stop stop-color="#70B2FF" /><stop offset="1" stop-color="#5C9CE6" /></linearGradient></defs></symbol>', 28, 28);
|
|
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("Icon28MarketCircleFillYellow", "market_circle_fill_yellow_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="market_circle_fill_yellow_28"><rect width="28" height="28" fill="url(#market_circle_fill_yellow_28_a)" rx="14" /><path fill="#fff" d="M14 6a4 4 0 0 1 4 4h1.398c.557 0 .759.058.962.167.204.109.364.269.473.473.109.203.167.405.167.962v5.232c0 1.448-.15 1.974-.434 2.503-.283.53-.699.946-1.229 1.229-.53.283-1.055.434-2.503.434h-5.668c-1.448 0-1.974-.15-2.503-.434a2.953 2.953 0 0 1-1.229-1.229C7.151 18.807 7 18.282 7 16.834v-5.232c0-.557.058-.759.167-.963.109-.203.269-.363.472-.472.204-.109.406-.167.963-.167H10a4 4 0 0 1 4-4Zm-3.229 5.5h-.043c-.163 0-.29.03-.396.087a.591.591 0 0 0-.245.245.817.817 0 0 0-.087.396v.043c0 .164.03.29.087.396.056.106.14.19.245.246a.817.817 0 0 0 .396.087h.043c.164 0 .29-.03.396-.087a.591.591 0 0 0 .246-.245.817.817 0 0 0 .087-.396v-.043c0-.164-.03-.29-.087-.396a.591.591 0 0 0-.245-.246.817.817 0 0 0-.396-.087Zm6.5 0h-.043c-.164 0-.29.03-.396.087a.591.591 0 0 0-.245.245.817.817 0 0 0-.087.396v.043c0 .164.03.29.087.396.056.106.14.19.245.246a.817.817 0 0 0 .396.087h.043a.81.81 0 0 0 .396-.087.591.591 0 0 0 .246-.245.817.817 0 0 0 .087-.396v-.043c0-.164-.03-.29-.087-.396a.591.591 0 0 0-.245-.246.817.817 0 0 0-.396-.087ZM14 7.5a2.5 2.5 0 0 0-2.5 2.5h5A2.5 2.5 0 0 0 14 7.5Z" /><defs><linearGradient id="market_circle_fill_yellow_28_a" x1="-14" x2="14" y1="14" y2="42" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB73D" /><stop offset="1" stop-color="#FFA000" /></linearGradient></defs></symbol>', 28, 28);
|
|
8
|
+
exports.default = _default;
|
|
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
});
|
|
5
5
|
exports.default = void 0;
|
|
6
6
|
var _svgIcon = require("../SvgIcon");
|
|
7
|
-
var _default = (0, _svgIcon).makeIcon("Icon28MoreHorizontal", "more_horizontal_28", "0 0 28 28", '<symbol
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon28MoreHorizontal", "more_horizontal_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="more_horizontal_28"><path d="M8.5 14a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm8 0a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm5.5 2.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z" /></symbol>', 28, 28);
|
|
8
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("Icon28NftHeptagonOutline", "nft_heptagon_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="nft_heptagon_outline_28"><path fill-rule="evenodd" d="m21.267 6.457-6.031-2.964c-.88-.432-.982-.463-1.054-.476a1 1 0 0 0-.364 0c-.072.013-.174.044-1.054.476L6.733 6.457c-.858.422-.943.482-.997.53a1 1 0 0 0-.22.279c-.034.063-.072.16-.281 1.093l-1.525 6.82c-.206.92-.212 1.023-.21 1.093a1 1 0 0 0 .078.343c.028.066.077.155.658.899l4.23 5.412c.598.766.677.838.735.881a1 1 0 0 0 .325.159c.07.02.174.037 1.147.037h6.654c.973 0 1.077-.018 1.147-.037a1 1 0 0 0 .325-.159c.059-.043.137-.115.735-.88l4.23-5.413c.581-.744.63-.833.658-.899a1 1 0 0 0 .077-.343c.003-.07-.003-.173-.209-1.093l-1.525-6.82c-.209-.933-.248-1.03-.281-1.093a1 1 0 0 0-.22-.28c-.054-.047-.139-.107-.997-.529ZM13.455 1.05c-.407.075-.796.266-1.573.648L5.85 4.662c-.758.373-1.138.56-1.44.828a3 3 0 0 0-.66.838c-.19.357-.283.77-.467 1.594l-1.526 6.82c-.182.814-.273 1.22-.255 1.62a3 3 0 0 0 .232 1.029c.155.368.412.697.925 1.354l4.23 5.413c.53.677.794 1.015 1.125 1.26.293.215.623.376.974.474.396.11.825.11 1.685.11h6.654c.86 0 1.29 0 1.685-.11.351-.098.681-.259.974-.475.331-.244.596-.582 1.125-1.26l4.23-5.412c.513-.657.77-.986.925-1.354.137-.327.216-.675.232-1.029.018-.4-.073-.806-.255-1.62l-1.526-6.82c-.184-.824-.276-1.237-.466-1.594a3 3 0 0 0-.66-.838c-.303-.269-.683-.455-1.441-.828l-6.032-2.964c-.777-.382-1.166-.573-1.573-.648a3.002 3.002 0 0 0-1.09 0m4.831 9.243a1.006 1.006 0 0 1 1.42 0c.39.39.39 1.029 0 1.42l-7.003 6.997a1 1 0 0 1-1.414 0l-3.5-3.5a1 1 0 1 1 1.414-1.415l2.793 2.793 6.29-6.296Z" /></symbol>', 28, 28);
|
|
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("Icon48MarketFillBlue", "market_fill_blue_48", "0 0 48 48", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 48 48" id="market_fill_blue_48"><rect width="48" height="48" fill="url(#market_fill_blue_48_a)" rx="24" /><path fill="#fff" fill-rule="evenodd" d="M17 17c0-2.378.983-4.165 2.387-5.335C20.757 10.523 22.485 10 24 10c1.515 0 3.243.523 4.613 1.665C30.017 12.835 31 14.622 31 17h2.253c.955 0 1.302.1 1.65.286.35.187.624.461.81.81.188.35.287.696.287 1.651v9.11c0 2.484-.259 3.385-.744 4.293a5.062 5.062 0 0 1-2.106 2.106c-.908.485-1.809.744-4.292.744h-9.716c-2.483 0-3.384-.259-4.292-.744a5.062 5.062 0 0 1-2.106-2.106c-.484-.908-.744-1.81-.744-4.292v-9.111c0-.955.1-1.302.286-1.65a1.94 1.94 0 0 1 .81-.81c.35-.188.696-.287 1.651-.287H17Zm2.5 0c0-1.622.642-2.71 1.488-3.415A4.84 4.84 0 0 1 24 12.5a4.84 4.84 0 0 1 3.012 1.085c.846.705 1.488 1.793 1.488 3.415h-9Zm-1.177 2.429h-.074c-.281 0-.497.051-.679.148-.181.097-.324.24-.421.422a1.398 1.398 0 0 0-.149.678v.074c0 .281.052.497.149.679.097.181.24.324.421.421.182.097.398.149.679.149h.074c.28 0 .497-.052.678-.149.182-.097.325-.24.422-.421.097-.182.148-.398.148-.679v-.074c0-.28-.051-.497-.148-.678a1.012 1.012 0 0 0-.422-.422 1.398 1.398 0 0 0-.678-.148ZM31 20.677c0-.28-.052-.497-.149-.678a1.013 1.013 0 0 0-.421-.422 1.399 1.399 0 0 0-.679-.148h-.074c-.28 0-.497.051-.678.148a1.01 1.01 0 0 0-.422.422 1.398 1.398 0 0 0-.148.678v.074c0 .281.051.497.148.679.097.181.24.324.422.421.181.097.397.149.678.149h.074c.281 0 .497-.052.679-.149.181-.097.324-.24.421-.421.097-.182.149-.398.149-.679v-.074Z" clip-rule="evenodd" /><defs><linearGradient id="market_fill_blue_48_a" x1="0" x2="49.256" y1="0" y2="1.326" gradientUnits="userSpaceOnUse"><stop stop-color="#70B2FF" /><stop offset="1" stop-color="#5C9CE6" /></linearGradient></defs></symbol>', 48, 48);
|
|
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("Icon56NftHeptagonDashedOutline", "nft_heptagon_dashed_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="nft_heptagon_dashed_outline_56"><path d="M29 2.092a5.5 5.5 0 0 0-2.002 0c-.75.139-1.447.482-2.332.918l-3.538 1.74a1.5 1.5 0 1 0 1.324 2.692l1.369-.673 2.015-.99c1.113-.549 1.417-.684 1.708-.737a2.5 2.5 0 0 1 .91 0c.291.053.594.188 1.706.735v.001l3.38 1.664a1.5 1.5 0 1 0 1.325-2.692l-1-.492-2.533-1.248c-.885-.436-1.582-.78-2.333-.918ZM10.838 9.816c-.864.424-1.544.758-2.102 1.253a5.5 5.5 0 0 0-1.209 1.537c-.35.66-.514 1.398-.724 2.338l-.036.161h-.002l-.848 3.797a1.5 1.5 0 0 0 2.928.654l.386-1.733.003.001.46-2.063c.264-1.18.347-1.493.483-1.749a2.5 2.5 0 0 1 .55-.699c.216-.192.5-.346 1.586-.88l2.087-1.027v-.001l1.291-.635a1.5 1.5 0 0 0-1.325-2.692l-3.382 1.665-.146.073ZM3.003 32.838c-.033-.736.13-1.465.338-2.39l.035-.16h-.002l.848-3.797a1.5 1.5 0 0 1 2.927.654l-.26 1.165h.003l-.587 2.63c-.26 1.164-.318 1.477-.305 1.763a2.5 2.5 0 0 0 .193.856c.11.264.297.523 1.03 1.463l1.513 1.938-.002.001.846 1.084a1.5 1.5 0 0 1-2.365 1.846l-2.359-3.023.002-.002-.101-.129c-.584-.748-1.044-1.336-1.33-2.015a5.5 5.5 0 0 1-.424-1.884ZM14.4 49.095c.602.773 1.076 1.38 1.686 1.83a5.501 5.501 0 0 0 1.786.872c.73.204 1.5.204 2.48.203h3.906a1.5 1.5 0 0 0 0-3h-3.735c-1.231 0-1.56-.013-1.844-.092a2.498 2.498 0 0 1-.812-.396c-.236-.175-.45-.427-1.207-1.397l-1.43-1.833-.002.001-.93-1.191a1.5 1.5 0 0 0-2.364 1.845l2.362 3.027.001-.001.103.132Zm23.726 2.702c-.73.204-1.5.204-2.48.203h-3.912a1.5 1.5 0 0 1 0-3h3.741c1.231 0 1.56-.013 1.844-.092.292-.082.567-.216.811-.396.237-.175.45-.426 1.206-1.395l-.001-.002 2.36-3.023a1.5 1.5 0 0 1 2.364 1.845l-.918 1.177h.002l-1.546 1.981c-.602.773-1.075 1.38-1.686 1.83a5.501 5.501 0 0 1-1.785.872Zm13.115-15.06c.584-.748 1.044-1.336 1.33-2.015a5.502 5.502 0 0 0 .424-1.884c.033-.736-.13-1.464-.338-2.39l-.389-1.742h-.003l-.494-2.215a1.5 1.5 0 0 0-2.928.654l.848 3.795h.002c.26 1.163.318 1.477.305 1.763a2.5 2.5 0 0 1-.193.856c-.11.264-.297.523-1.03 1.463l-.002.001h-.001l-2.36 3.022a1.5 1.5 0 0 0 2.365 1.846l1.22-1.562v.001l1.244-1.593ZM48.47 12.606c.35.66.515 1.398.724 2.338l.409 1.828H49.6l.476 2.13a1.5 1.5 0 1 1-2.928.654l-.847-3.795h.002c-.263-1.18-.346-1.493-.482-1.749a2.5 2.5 0 0 0-.55-.699c-.216-.192-.5-.346-1.586-.88h-.002l-3.381-1.663a1.5 1.5 0 0 1 1.324-2.692l2.058 1.013.001-.001 1.475.726c.864.424 1.543.758 2.102 1.253a5.5 5.5 0 0 1 1.209 1.537Z" /></symbol>', 56, 56);
|
|
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("Icon56NftHeptagonOutline", "nft_heptagon_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="nft_heptagon_outline_56"><path d="M39.063 20.44a1.5 1.5 0 0 0-2.121 0l-12.94 12.939-5.939-5.94a1.5 1.5 0 0 0-2.121 2.122l7 7a1.5 1.5 0 0 0 2.121 0l14-14a1.5 1.5 0 0 0 0-2.122Z" /><path fill-rule="evenodd" d="M29.001 2.089a5.5 5.5 0 0 0-2 0c-.752.139-1.448.482-2.334.919L10.838 9.813c-.864.425-1.543.758-2.101 1.254a5.5 5.5 0 0 0-1.21 1.537c-.35.659-.514 1.398-.723 2.337L3.34 30.446c-.208.926-.37 1.655-.338 2.391a5.5 5.5 0 0 0 .424 1.884c.286.68.746 1.268 1.33 2.016L14.4 49.095c.602.773 1.076 1.38 1.686 1.83a5.5 5.5 0 0 0 1.786.872c.73.204 1.5.204 2.48.203h15.295c.98 0 1.75.001 2.48-.203a5.5 5.5 0 0 0 1.786-.871c.61-.45 1.084-1.058 1.686-1.83l9.645-12.36c.584-.747 1.044-1.336 1.33-2.015a5.5 5.5 0 0 0 .423-1.884c.034-.736-.13-1.465-.337-2.39L49.198 14.94c-.21-.939-.374-1.678-.724-2.337a5.498 5.498 0 0 0-1.209-1.537c-.558-.495-1.238-.83-2.102-1.254L31.334 3.008c-.885-.437-1.581-.78-2.333-.92Zm-1.455 2.95a2.5 2.5 0 0 1 .91 0c.291.054.595.188 1.708.736l13.524 6.656c1.085.534 1.37.688 1.587.88a2.5 2.5 0 0 1 .55.699c.135.256.218.569.481 1.75l3.39 15.179c.26 1.164.318 1.477.306 1.763a2.5 2.5 0 0 1-.193.857c-.111.263-.298.522-1.031 1.462L39.34 47.115c-.757.97-.97 1.222-1.207 1.397a2.5 2.5 0 0 1-.811.396c-.284.08-.613.092-1.844.092H20.524c-1.231 0-1.56-.013-1.844-.092a2.498 2.498 0 0 1-.811-.396c-.237-.175-.45-.427-1.208-1.397L7.224 35.02c-.734-.94-.92-1.199-1.031-1.462A2.5 2.5 0 0 1 6 32.702c-.013-.286.045-.6.305-1.763l3.39-15.18c.264-1.18.346-1.493.482-1.75a2.5 2.5 0 0 1 .55-.698c.217-.192.501-.346 1.586-.88l13.524-6.656c1.114-.548 1.418-.682 1.71-.736Z" clip-rule="evenodd" /></symbol>', 56, 56);
|
|
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("Icon56RudeMessageOutline", "rude_message_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="rude_message_outline_56"><path fill-rule="evenodd" d="M28.5 9c-6.873 0-12.854 3.031-16.311 7.523a1.5 1.5 0 1 1-2.378-1.83C13.878 9.411 20.765 6 28.5 6c7.688 0 14.537 3.369 18.613 8.596a1.5 1.5 0 1 1-2.366 1.845C41.28 11.994 35.331 9 28.5 9ZM14.558 37.421a1.5 1.5 0 0 1 .999 1.871c-.037.124-.077.248-.118.374-.572 1.753-1.497 3.774-2.75 6.05 4.196-1.103 7.3-2.392 9.398-3.823a1.5 1.5 0 0 1 1.19-.22c1.66.393 3.412.603 5.223.603 5.003 0 9.542-1.607 12.975-4.222a1.5 1.5 0 0 1 1.817 2.386c-3.969 3.024-9.15 4.837-14.792 4.837a25.72 25.72 0 0 1-5.276-.543c-2.682 1.688-6.377 3.07-10.997 4.192a2.482 2.482 0 0 1-2.865-3.387c.011-.027.023-.053.036-.08l.051-.102a1.54 1.54 0 0 1 .039-.071l.24-.423.002-.002c1.377-2.437 2.319-4.474 2.857-6.126l.1-.315a1.5 1.5 0 0 1 1.87-.999Zm-8.711-3.753.58-2.716H5.083C4.42 30.952 4 30.57 4 29.993c0-.726.515-1.2 1.342-1.2h1.546l.58-2.736H6.06c-.665 0-1.084-.384-1.084-.96 0-.726.515-1.21 1.342-1.21h1.6l.622-2.827c.15-.707.57-1.06 1.289-1.06.665 0 1.073.363 1.073.949 0 .11-.021.272-.043.393l-.547 2.544h2.813l.612-2.816c.15-.717.58-1.07 1.288-1.07.677 0 1.074.363 1.074.949 0 .11-.011.272-.043.393l-.548 2.544h1.396c.676 0 1.095.384 1.095.96 0 .726-.515 1.2-1.342 1.2h-1.61l-.58 2.726h1.45c.665 0 1.084.394 1.084.969 0 .727-.516 1.211-1.342 1.211h-1.643l-.644 2.988c-.15.707-.58 1.06-1.289 1.06-.676 0-1.073-.363-1.073-.949 0-.11.01-.272.043-.383l.58-2.716H8.81l-.644 2.998c-.15.707-.57 1.05-1.289 1.05-.665 0-1.073-.363-1.073-.949 0-.11.021-.272.043-.383Zm3.886-7.803-.666 3.099h3.125l.676-3.1H9.733Z" clip-rule="evenodd" /><path d="M24.765 35c.476 0 .763-.181 1.1-.695l4.27-6.523 3.932-5.95c.169-.262.277-.513.277-.785 0-.614-.475-1.047-1.09-1.047-.574 0-.851.211-1.188.725l-4.101 6.292-4.082 6.14c-.168.252-.267.474-.267.826 0 .634.564 1.017 1.149 1.017Z" /><path fill-rule="evenodd" d="M23.477 28.094c2.11 0 3.467-1.53 3.467-4.067 0-2.567-1.367-4.017-3.467-4.017-2.11 0-3.477 1.46-3.477 4.017 0 2.547 1.357 4.067 3.477 4.067Zm0-1.893c-.584 0-.98-.634-.98-2.164 0-1.55.396-2.134.98-2.134.575 0 .971.584.971 2.124s-.396 2.174-.97 2.174ZM34.533 35C36.653 35 38 33.46 38 30.933c0-2.567-1.367-4.017-3.467-4.017s-3.468 1.46-3.468 4.017c0 2.547 1.348 4.067 3.468 4.067Zm0-1.903c-.585 0-.971-.624-.971-2.164 0-1.55.386-2.134.97-2.134.585 0 .972.584.972 2.134 0 1.54-.387 2.164-.971 2.164Zm16.361 1.853c.648 0 1.106-.504 1.106-1.1 0-.342-.086-.584-.439-.967l-.887-.978c.754-1.078 1.164-2.6 1.164-4.294 0-.776-.41-1.32-1.145-1.32-.734 0-1.125.493-1.145 1.31-.009 1.16-.21 1.915-.524 2.49l-2.614-2.984c1.908-1.099 2.786-2.288 2.786-3.78 0-1.956-1.584-3.327-3.835-3.327-2.242 0-3.901 1.431-3.901 3.377 0 1.069.467 1.976 1.707 3.327a77.049 77.049 0 0 1-.62.353C40.792 28.075 40 29.273 40 30.927 40 33.397 41.88 35 44.798 35c1.67 0 3.243-.544 4.264-1.472l.782.887c.363.404.62.535 1.05.535Zm-5.772-9.214c-.934-.958-1.278-1.532-1.278-2.208 0-.907.64-1.572 1.526-1.572.897 0 1.508.645 1.508 1.572 0 .877-.506 1.522-1.756 2.208Zm-.038 7.127c-1.478 0-2.48-.867-2.48-2.167 0-.898.42-1.543 1.46-2.238.085-.05.276-.162.381-.212l3.157 3.609c-.534.615-1.526 1.008-2.518 1.008Z" clip-rule="evenodd" /></symbol>', 56, 56);
|
|
8
|
+
exports.default = _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { makeIcon } from "../SvgIcon";
|
|
2
|
-
export default makeIcon("Icon16DoneCircle", "done_circle_16", "0 0 16 16", '<symbol fill="
|
|
2
|
+
export default makeIcon("Icon16DoneCircle", "done_circle_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="done_circle_16"><path fill-rule="evenodd" d="M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1Zm3.03 6.28a.75.75 0 1 0-1.06-1.06L7 9.19l-.97-.97a.75.75 0 0 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.06 0l3.5-3.5Z" clip-rule="evenodd" /></symbol>', 16, 16);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20MoonOutline", "moon_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="moon_outline_20"><path fill-rule="evenodd" d="M10.606 1.987a.75.75 0 0 1-.217.835 5.795 5.795 0 0 0 6.387 9.58.75.75 0 0 1 1.031.965A8.502 8.502 0 0 1 1.5 10a8.5 8.5 0 0 1 8.395-8.5.75.75 0 0 1 .711.487ZM8.004 3.288a7 7 0 1 0 7.421 11.137A7.295 7.295 0 0 1 8.004 3.288Z" clip-rule="evenodd" /></symbol>', 20, 20);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20NftHeptagonOutline", "nft_heptagon_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="nft_heptagon_outline_20"><path d="M13.784 8.53a.75.75 0 0 0-1.06-1.06l-4.19 4.19-1.456-1.443a.75.75 0 0 0-1.056 1.066l1.986 1.968a.75.75 0 0 0 1.058-.003l4.718-4.718ZM10.39 1.036a2.148 2.148 0 0 0-.78 0c-.295.054-.567.188-.865.336l-4.68 2.303c-.292.143-.557.273-.776.467-.192.17-.352.374-.472.6-.137.259-.201.547-.271.863l-1.173 5.25c-.07.312-.134.596-.12.884.01.254.067.503.165.736.112.267.291.496.488.748l3.265 4.184c.203.26.387.497.627.673.21.155.446.27.697.34.287.08.587.08.917.08h5.176c.33 0 .63 0 .917-.08.251-.07.487-.185.697-.34.24-.176.424-.413.627-.673l3.265-4.184c.197-.252.376-.481.488-.748a2.16 2.16 0 0 0 .166-.736c.013-.288-.051-.572-.121-.884l-1.173-5.25c-.07-.316-.134-.604-.271-.863-.12-.226-.28-.43-.472-.6-.22-.194-.484-.324-.775-.467l-4.681-2.303c-.299-.148-.57-.282-.864-.336ZM9.883 2.51a.648.648 0 0 1 .236 0c.064.012.138.04.539.238L15.21 4.99c.39.192.457.232.504.274a.649.649 0 0 1 .143.181c.03.057.053.13.148.555l1.142 5.115c.093.419.104.494.101.557a.65.65 0 0 1-.05.222c-.024.058-.066.122-.33.46l-3.18 4.074c-.272.35-.325.407-.377.445a.649.649 0 0 1-.21.103c-.063.018-.141.024-.585.024H7.482c-.443 0-.521-.006-.583-.024a.647.647 0 0 1-.21-.103c-.053-.038-.106-.096-.379-.445l-3.179-4.074c-.264-.338-.306-.402-.33-.46a.649.649 0 0 1-.05-.222c-.003-.063.008-.138.101-.557L3.995 6c.094-.425.117-.498.147-.555a.648.648 0 0 1 .143-.18c.047-.043.114-.083.504-.275l4.554-2.24c.401-.197.475-.226.54-.238Z" clip-rule="evenodd" /></symbol>', 20, 20);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20PaymentCardOutline", "payment_card_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="payment_card_outline_20"><path d="M5 12a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1A.5.5 0 0 1 5 13v-1Z" /><path fill-rule="evenodd" d="M7.817 3h4.366c.952 0 1.713 0 2.327.05.63.052 1.172.16 1.67.413a4.25 4.25 0 0 1 1.857 1.858c.253.497.361 1.04.413 1.67.05.613.05 1.374.05 2.326v1.366c0 .952 0 1.713-.05 2.327-.052.63-.16 1.172-.413 1.67a4.251 4.251 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413-.614.05-1.375.05-2.327.05H7.817c-.952 0-1.713 0-2.327-.05-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67-.05-.614-.05-1.375-.05-2.327V9.317c0-.952 0-1.713.05-2.327.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.497-.253 1.04-.361 1.67-.413C6.103 3 6.864 3 7.816 3ZM4.502 4.8c.25-.128.573-.21 1.11-.255.546-.044 1.246-.045 2.238-.045h4.3c.992 0 1.692 0 2.238.045.537.044.86.127 1.11.255A2.75 2.75 0 0 1 16.7 6.002c.128.25.21.573.255 1.11l.024.388H3.021l.023-.388c.044-.537.127-.86.255-1.11A2.75 2.75 0 0 1 4.502 4.8ZM3 9.35v1.3c0 .992 0 1.692.045 2.238.044.537.127.86.255 1.11A2.75 2.75 0 0 0 4.502 15.2c.25.128.573.21 1.11.255.546.044 1.246.045 2.238.045h4.3c.992 0 1.692 0 2.238-.045.537-.044.86-.127 1.11-.255A2.751 2.751 0 0 0 16.7 14c.128-.252.21-.574.255-1.111.044-.546.045-1.245.045-2.238V9H3v.35Zm2.5 2.15h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1A.5.5 0 0 1 5 13v-1a.5.5 0 0 1 .5-.5Z" clip-rule="evenodd" /></symbol>', 20, 20);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20PhoneDown", "phone_down_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="phone_down_20"><path d="M.5 11.502c-.02.95.516 1.96 2.22 1.998.28 0 1.23-.072 2.044-.206 1.145-.19 1.816-1.164 1.978-1.79.15-.457.098-1.219.098-1.617.027-.484.398-.582.733-.692l.016-.005c.376-.098.973-.253 2.535-.253 1.21 0 2.048.172 2.302.258.66.172.71.44.733.71 0 .453-.058 1.073.094 1.605.351 1.078 1.191 1.575 1.66 1.707.66.187 2.107.278 2.293.278 2 0 2.319-1.286 2.293-1.993-.017-.8-.327-1.4-.76-1.9-.457-.595-1.12-1.089-1.197-1.15-1.653-1.262-3.862-1.616-3.862-1.616-1.75-.359-3.556-.332-3.556-.332-1.906-.044-3.54.28-3.54.28s-2.533.39-4.18 1.716a7.59 7.59 0 0 0-1.15 1.102c-.472.578-.765 1.206-.754 1.9Z" /></symbol>', 20, 20);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20PictureStackOutline", "picture_stack_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="picture_stack_outline_20"><path d="M7.5 2A1.5 1.5 0 0 0 6 3.5h8A1.5 1.5 0 0 0 12.5 2h-5ZM5.75 8a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Z" /><path fill-rule="evenodd" d="M1.827 6.638C1.5 7.28 1.5 8.12 1.5 9.8v2.9c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311c.642.327 1.482.327 3.162.327h7.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311c.327-.642.327-1.482.327-3.162V9.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C16.22 5 15.38 5 13.7 5H6.3c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311ZM13.7 6.5H6.3c-.865 0-1.423.001-1.848.036-.408.033-.559.09-.633.127a1.5 1.5 0 0 0-.656.656c-.037.074-.094.225-.127.633C3 8.377 3 8.935 3 9.8v2.9c0 .865.001 1.423.036 1.848.033.408.09.559.127.633a1.5 1.5 0 0 0 .408.496.759.759 0 0 1 .083-.097l3.08-3.035c.084-.083.176-.174.262-.246a1.24 1.24 0 0 1 .418-.241c.245-.08.51-.083.756-.008.185.057.324.154.423.234.087.07.18.159.267.24l.93.882 3.38-3.352c.087-.086.18-.179.268-.253.1-.083.24-.185.428-.245.25-.081.52-.08.77.001.188.062.328.164.427.248.087.074.18.168.266.254L17 11.729V9.8c0-.865-.001-1.423-.036-1.848-.033-.408-.09-.559-.127-.633a1.5 1.5 0 0 0-.656-.656c-.074-.037-.225-.094-.633-.127-.425-.035-.983-.036-1.848-.036Zm3.294 7.345-2.746-2.747-3.382 3.353c-.085.083-.176.174-.262.247a1.26 1.26 0 0 1-.419.243 1.25 1.25 0 0 1-.757.008 1.259 1.259 0 0 1-.424-.233 4.686 4.686 0 0 1-.268-.242l-.93-.88-2.438 2.403C5.634 16 5.94 16 6.3 16h7.4c.865 0 1.423-.001 1.848-.036.408-.033.559-.09.633-.128a1.5 1.5 0 0 0 .655-.655c.038-.074.095-.225.128-.633.016-.199.025-.428.03-.703Z" clip-rule="evenodd" /></symbol>', 20, 20);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { makeIcon } from "../SvgIcon";
|
|
2
|
-
export default makeIcon("Icon20RecentOutline", "recent_outline_20", "0 0 20 20", '<symbol
|
|
2
|
+
export default makeIcon("Icon20RecentOutline", "recent_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="recent_outline_20"><path fill-rule="evenodd" d="M18.5 10a8.5 8.5 0 1 0-17 0 8.5 8.5 0 0 0 17 0ZM3 10a7 7 0 1 1 14 0 7 7 0 0 1-14 0Zm6.75-4a.75.75 0 0 1 .75.75v3.287l3.085 1.542a.75.75 0 1 1-.67 1.342l-3.5-1.75A.75.75 0 0 1 9 10.5V6.75A.75.75 0 0 1 9.75 6Z" clip-rule="evenodd" /></symbol>', 20, 20);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20ScissorsOutline", "scissors_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="scissors_outline_20"><path fill-rule="evenodd" d="M12.107 5.714a2.893 2.893 0 1 1 2.177 2.804L11.846 10l2.438 1.482a2.896 2.896 0 0 1 3.609 2.804 2.893 2.893 0 1 1-5.063-1.914l-2.468-.894-6.4 3.1c-.358.209-1.082.32-1.7-.183-.26-.212-.34-.399.219-.758L8.879 10 2.48 6.363c-.56-.36-.48-.546-.22-.758.62-.502 1.343-.392 1.7-.184l6.401 3.101 2.468-.894a2.882 2.882 0 0 1-.723-1.914ZM15 4.321a1.393 1.393 0 1 0 0 2.786 1.393 1.393 0 0 0 0-2.786Zm0 11.358a1.393 1.393 0 1 1 0-2.786 1.393 1.393 0 0 1 0 2.786Z" clip-rule="evenodd" /></symbol>', 20, 20);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { makeIcon } from "../SvgIcon";
|
|
2
|
-
export default makeIcon("Icon24UserTagOutline", "user_tag_outline_24", "0 0 24 24", '<symbol fill="
|
|
2
|
+
export default makeIcon("Icon24UserTagOutline", "user_tag_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="user_tag_outline_24"><path fill-rule="evenodd" d="M12 6.5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7ZM10.3 10a1.7 1.7 0 1 1 3.4 0 1.7 1.7 0 0 1-3.4 0Zm-.838-7h5.076c.948 0 1.714 0 2.334.051.64.052 1.203.163 1.726.429a4.4 4.4 0 0 1 1.922 1.923c.267.522.377 1.086.43 1.725.05.62.05 1.386.05 2.334v5.568c0 .897 0 1.514-.133 2.045a4.4 4.4 0 0 1-3.192 3.192c-.531.134-1.148.133-2.045.133h-.13c-.301 0-.54.184-1.098.77l-.063.067c-.45.475-1.195 1.263-2.339 1.263s-1.89-.788-2.339-1.263l-.063-.066c-.558-.587-.797-.771-1.098-.771h-.13c-.897 0-1.514 0-2.045-.133a4.4 4.4 0 0 1-3.192-3.192C3 16.544 3 15.927 3 15.03V9.462c0-.948 0-1.713.05-2.334.053-.639.163-1.203.43-1.725A4.4 4.4 0 0 1 5.402 3.48c.523-.266 1.087-.377 1.726-.429.62-.05 1.386-.05 2.334-.05ZM7.274 4.845c-.528.043-.828.123-1.054.239A2.6 2.6 0 0 0 5.083 6.22c-.115.226-.195.527-.238 1.055C4.8 7.813 4.8 8.505 4.8 9.5v5.4c0 1.077.007 1.45.079 1.735a2.6 2.6 0 0 0 .643 1.163A8.876 8.876 0 0 1 12 15a8.876 8.876 0 0 1 6.478 2.798 2.6 2.6 0 0 0 .643-1.163c.072-.285.079-.658.079-1.735V9.5c0-.995 0-1.687-.045-2.225-.043-.528-.123-.829-.238-1.055a2.6 2.6 0 0 0-1.137-1.136c-.226-.116-.527-.196-1.055-.239-.538-.044-1.23-.045-2.225-.045h-5c-.995 0-1.687.001-2.226.045ZM8.5 18.6c-.57 0-.942-.002-1.208-.014A7.072 7.072 0 0 1 12 16.8a7.07 7.07 0 0 1 4.708 1.786c-.267.012-.64.014-1.208.014-1.144 0-1.89.788-2.339 1.263l-.063.066c-.558.587-.797.771-1.098.771-.301 0-.54-.184-1.098-.77l-.063-.067c-.45-.475-1.195-1.263-2.339-1.263Z" clip-rule="evenodd" /></symbol>', 24, 24);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon28Cancel", "cancel_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="cancel_28"><path fill-rule="evenodd" d="M6.366 6.366a1.25 1.25 0 0 1 1.768 0L14 12.232l5.866-5.866a1.25 1.25 0 0 1 1.768 1.768L15.768 14l5.866 5.866a1.25 1.25 0 0 1-1.768 1.768L14 15.768l-5.866 5.866a1.25 1.25 0 0 1-1.768-1.768L12.232 14 6.366 8.134a1.25 1.25 0 0 1 0-1.768Z" clip-rule="evenodd" /></symbol>', 28, 28);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon28Done", "done_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="done_28"><path fill-rule="evenodd" d="M23.634 7.366a1.25 1.25 0 0 1 0 1.768l-11.75 11.75a1.25 1.25 0 0 1-1.768 0l-5.75-5.75a1.25 1.25 0 0 1 1.768-1.768L11 18.232 21.866 7.366a1.25 1.25 0 0 1 1.768 0Z" clip-rule="evenodd" /></symbol>', 28, 28);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon28MarketCircleFillBlue", "market_circle_fill_blue_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="market_circle_fill_blue_28"><rect width="28" height="28" fill="url(#market_circle_fill_blue_28_a)" rx="14" /><path fill="#fff" d="M14 6a4 4 0 0 1 4 4h1.398c.557 0 .759.058.962.167.204.109.364.269.473.473.109.203.167.405.167.962v5.232c0 1.448-.15 1.974-.434 2.503-.283.53-.699.946-1.229 1.229-.53.283-1.055.434-2.503.434h-5.668c-1.448 0-1.974-.15-2.503-.434a2.953 2.953 0 0 1-1.229-1.229C7.151 18.807 7 18.282 7 16.834v-5.232c0-.557.058-.759.167-.963.109-.203.269-.363.472-.472.204-.109.406-.167.963-.167H10a4 4 0 0 1 4-4Zm-3.229 5.5h-.043c-.163 0-.29.03-.396.087a.591.591 0 0 0-.245.245.817.817 0 0 0-.087.396v.043c0 .164.03.29.087.396.056.106.14.19.245.246a.817.817 0 0 0 .396.087h.043c.164 0 .29-.03.396-.087a.591.591 0 0 0 .246-.245.817.817 0 0 0 .087-.396v-.043c0-.164-.03-.29-.087-.396a.591.591 0 0 0-.245-.246.817.817 0 0 0-.396-.087Zm6.5 0h-.043c-.164 0-.29.03-.396.087a.591.591 0 0 0-.245.245.817.817 0 0 0-.087.396v.043c0 .164.03.29.087.396.056.106.14.19.245.246a.817.817 0 0 0 .396.087h.043a.81.81 0 0 0 .396-.087.591.591 0 0 0 .246-.245.817.817 0 0 0 .087-.396v-.043c0-.164-.03-.29-.087-.396a.591.591 0 0 0-.245-.246.817.817 0 0 0-.396-.087ZM14 7.5a2.5 2.5 0 0 0-2.5 2.5h5A2.5 2.5 0 0 0 14 7.5Z" /><defs><linearGradient id="market_circle_fill_blue_28_a" x1="0" x2="28.733" y1="0" y2=".773" gradientUnits="userSpaceOnUse"><stop stop-color="#70B2FF" /><stop offset="1" stop-color="#5C9CE6" /></linearGradient></defs></symbol>', 28, 28);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon28MarketCircleFillYellow", "market_circle_fill_yellow_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="market_circle_fill_yellow_28"><rect width="28" height="28" fill="url(#market_circle_fill_yellow_28_a)" rx="14" /><path fill="#fff" d="M14 6a4 4 0 0 1 4 4h1.398c.557 0 .759.058.962.167.204.109.364.269.473.473.109.203.167.405.167.962v5.232c0 1.448-.15 1.974-.434 2.503-.283.53-.699.946-1.229 1.229-.53.283-1.055.434-2.503.434h-5.668c-1.448 0-1.974-.15-2.503-.434a2.953 2.953 0 0 1-1.229-1.229C7.151 18.807 7 18.282 7 16.834v-5.232c0-.557.058-.759.167-.963.109-.203.269-.363.472-.472.204-.109.406-.167.963-.167H10a4 4 0 0 1 4-4Zm-3.229 5.5h-.043c-.163 0-.29.03-.396.087a.591.591 0 0 0-.245.245.817.817 0 0 0-.087.396v.043c0 .164.03.29.087.396.056.106.14.19.245.246a.817.817 0 0 0 .396.087h.043c.164 0 .29-.03.396-.087a.591.591 0 0 0 .246-.245.817.817 0 0 0 .087-.396v-.043c0-.164-.03-.29-.087-.396a.591.591 0 0 0-.245-.246.817.817 0 0 0-.396-.087Zm6.5 0h-.043c-.164 0-.29.03-.396.087a.591.591 0 0 0-.245.245.817.817 0 0 0-.087.396v.043c0 .164.03.29.087.396.056.106.14.19.245.246a.817.817 0 0 0 .396.087h.043a.81.81 0 0 0 .396-.087.591.591 0 0 0 .246-.245.817.817 0 0 0 .087-.396v-.043c0-.164-.03-.29-.087-.396a.591.591 0 0 0-.245-.246.817.817 0 0 0-.396-.087ZM14 7.5a2.5 2.5 0 0 0-2.5 2.5h5A2.5 2.5 0 0 0 14 7.5Z" /><defs><linearGradient id="market_circle_fill_yellow_28_a" x1="-14" x2="14" y1="14" y2="42" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB73D" /><stop offset="1" stop-color="#FFA000" /></linearGradient></defs></symbol>', 28, 28);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { makeIcon } from "../SvgIcon";
|
|
2
|
-
export default makeIcon("Icon28MoreHorizontal", "more_horizontal_28", "0 0 28 28", '<symbol
|
|
2
|
+
export default makeIcon("Icon28MoreHorizontal", "more_horizontal_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="more_horizontal_28"><path d="M8.5 14a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm8 0a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm5.5 2.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z" /></symbol>', 28, 28);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon28NftHeptagonOutline", "nft_heptagon_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="nft_heptagon_outline_28"><path fill-rule="evenodd" d="m21.267 6.457-6.031-2.964c-.88-.432-.982-.463-1.054-.476a1 1 0 0 0-.364 0c-.072.013-.174.044-1.054.476L6.733 6.457c-.858.422-.943.482-.997.53a1 1 0 0 0-.22.279c-.034.063-.072.16-.281 1.093l-1.525 6.82c-.206.92-.212 1.023-.21 1.093a1 1 0 0 0 .078.343c.028.066.077.155.658.899l4.23 5.412c.598.766.677.838.735.881a1 1 0 0 0 .325.159c.07.02.174.037 1.147.037h6.654c.973 0 1.077-.018 1.147-.037a1 1 0 0 0 .325-.159c.059-.043.137-.115.735-.88l4.23-5.413c.581-.744.63-.833.658-.899a1 1 0 0 0 .077-.343c.003-.07-.003-.173-.209-1.093l-1.525-6.82c-.209-.933-.248-1.03-.281-1.093a1 1 0 0 0-.22-.28c-.054-.047-.139-.107-.997-.529ZM13.455 1.05c-.407.075-.796.266-1.573.648L5.85 4.662c-.758.373-1.138.56-1.44.828a3 3 0 0 0-.66.838c-.19.357-.283.77-.467 1.594l-1.526 6.82c-.182.814-.273 1.22-.255 1.62a3 3 0 0 0 .232 1.029c.155.368.412.697.925 1.354l4.23 5.413c.53.677.794 1.015 1.125 1.26.293.215.623.376.974.474.396.11.825.11 1.685.11h6.654c.86 0 1.29 0 1.685-.11.351-.098.681-.259.974-.475.331-.244.596-.582 1.125-1.26l4.23-5.412c.513-.657.77-.986.925-1.354.137-.327.216-.675.232-1.029.018-.4-.073-.806-.255-1.62l-1.526-6.82c-.184-.824-.276-1.237-.466-1.594a3 3 0 0 0-.66-.838c-.303-.269-.683-.455-1.441-.828l-6.032-2.964c-.777-.382-1.166-.573-1.573-.648a3.002 3.002 0 0 0-1.09 0m4.831 9.243a1.006 1.006 0 0 1 1.42 0c.39.39.39 1.029 0 1.42l-7.003 6.997a1 1 0 0 1-1.414 0l-3.5-3.5a1 1 0 1 1 1.414-1.415l2.793 2.793 6.29-6.296Z" /></symbol>', 28, 28);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon48MarketFillBlue", "market_fill_blue_48", "0 0 48 48", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 48 48" id="market_fill_blue_48"><rect width="48" height="48" fill="url(#market_fill_blue_48_a)" rx="24" /><path fill="#fff" fill-rule="evenodd" d="M17 17c0-2.378.983-4.165 2.387-5.335C20.757 10.523 22.485 10 24 10c1.515 0 3.243.523 4.613 1.665C30.017 12.835 31 14.622 31 17h2.253c.955 0 1.302.1 1.65.286.35.187.624.461.81.81.188.35.287.696.287 1.651v9.11c0 2.484-.259 3.385-.744 4.293a5.062 5.062 0 0 1-2.106 2.106c-.908.485-1.809.744-4.292.744h-9.716c-2.483 0-3.384-.259-4.292-.744a5.062 5.062 0 0 1-2.106-2.106c-.484-.908-.744-1.81-.744-4.292v-9.111c0-.955.1-1.302.286-1.65a1.94 1.94 0 0 1 .81-.81c.35-.188.696-.287 1.651-.287H17Zm2.5 0c0-1.622.642-2.71 1.488-3.415A4.84 4.84 0 0 1 24 12.5a4.84 4.84 0 0 1 3.012 1.085c.846.705 1.488 1.793 1.488 3.415h-9Zm-1.177 2.429h-.074c-.281 0-.497.051-.679.148-.181.097-.324.24-.421.422a1.398 1.398 0 0 0-.149.678v.074c0 .281.052.497.149.679.097.181.24.324.421.421.182.097.398.149.679.149h.074c.28 0 .497-.052.678-.149.182-.097.325-.24.422-.421.097-.182.148-.398.148-.679v-.074c0-.28-.051-.497-.148-.678a1.012 1.012 0 0 0-.422-.422 1.398 1.398 0 0 0-.678-.148ZM31 20.677c0-.28-.052-.497-.149-.678a1.013 1.013 0 0 0-.421-.422 1.399 1.399 0 0 0-.679-.148h-.074c-.28 0-.497.051-.678.148a1.01 1.01 0 0 0-.422.422 1.398 1.398 0 0 0-.148.678v.074c0 .281.051.497.148.679.097.181.24.324.422.421.181.097.397.149.678.149h.074c.281 0 .497-.052.679-.149.181-.097.324-.24.421-.421.097-.182.149-.398.149-.679v-.074Z" clip-rule="evenodd" /><defs><linearGradient id="market_fill_blue_48_a" x1="0" x2="49.256" y1="0" y2="1.326" gradientUnits="userSpaceOnUse"><stop stop-color="#70B2FF" /><stop offset="1" stop-color="#5C9CE6" /></linearGradient></defs></symbol>', 48, 48);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon56NftHeptagonDashedOutline", "nft_heptagon_dashed_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="nft_heptagon_dashed_outline_56"><path d="M29 2.092a5.5 5.5 0 0 0-2.002 0c-.75.139-1.447.482-2.332.918l-3.538 1.74a1.5 1.5 0 1 0 1.324 2.692l1.369-.673 2.015-.99c1.113-.549 1.417-.684 1.708-.737a2.5 2.5 0 0 1 .91 0c.291.053.594.188 1.706.735v.001l3.38 1.664a1.5 1.5 0 1 0 1.325-2.692l-1-.492-2.533-1.248c-.885-.436-1.582-.78-2.333-.918ZM10.838 9.816c-.864.424-1.544.758-2.102 1.253a5.5 5.5 0 0 0-1.209 1.537c-.35.66-.514 1.398-.724 2.338l-.036.161h-.002l-.848 3.797a1.5 1.5 0 0 0 2.928.654l.386-1.733.003.001.46-2.063c.264-1.18.347-1.493.483-1.749a2.5 2.5 0 0 1 .55-.699c.216-.192.5-.346 1.586-.88l2.087-1.027v-.001l1.291-.635a1.5 1.5 0 0 0-1.325-2.692l-3.382 1.665-.146.073ZM3.003 32.838c-.033-.736.13-1.465.338-2.39l.035-.16h-.002l.848-3.797a1.5 1.5 0 0 1 2.927.654l-.26 1.165h.003l-.587 2.63c-.26 1.164-.318 1.477-.305 1.763a2.5 2.5 0 0 0 .193.856c.11.264.297.523 1.03 1.463l1.513 1.938-.002.001.846 1.084a1.5 1.5 0 0 1-2.365 1.846l-2.359-3.023.002-.002-.101-.129c-.584-.748-1.044-1.336-1.33-2.015a5.5 5.5 0 0 1-.424-1.884ZM14.4 49.095c.602.773 1.076 1.38 1.686 1.83a5.501 5.501 0 0 0 1.786.872c.73.204 1.5.204 2.48.203h3.906a1.5 1.5 0 0 0 0-3h-3.735c-1.231 0-1.56-.013-1.844-.092a2.498 2.498 0 0 1-.812-.396c-.236-.175-.45-.427-1.207-1.397l-1.43-1.833-.002.001-.93-1.191a1.5 1.5 0 0 0-2.364 1.845l2.362 3.027.001-.001.103.132Zm23.726 2.702c-.73.204-1.5.204-2.48.203h-3.912a1.5 1.5 0 0 1 0-3h3.741c1.231 0 1.56-.013 1.844-.092.292-.082.567-.216.811-.396.237-.175.45-.426 1.206-1.395l-.001-.002 2.36-3.023a1.5 1.5 0 0 1 2.364 1.845l-.918 1.177h.002l-1.546 1.981c-.602.773-1.075 1.38-1.686 1.83a5.501 5.501 0 0 1-1.785.872Zm13.115-15.06c.584-.748 1.044-1.336 1.33-2.015a5.502 5.502 0 0 0 .424-1.884c.033-.736-.13-1.464-.338-2.39l-.389-1.742h-.003l-.494-2.215a1.5 1.5 0 0 0-2.928.654l.848 3.795h.002c.26 1.163.318 1.477.305 1.763a2.5 2.5 0 0 1-.193.856c-.11.264-.297.523-1.03 1.463l-.002.001h-.001l-2.36 3.022a1.5 1.5 0 0 0 2.365 1.846l1.22-1.562v.001l1.244-1.593ZM48.47 12.606c.35.66.515 1.398.724 2.338l.409 1.828H49.6l.476 2.13a1.5 1.5 0 1 1-2.928.654l-.847-3.795h.002c-.263-1.18-.346-1.493-.482-1.749a2.5 2.5 0 0 0-.55-.699c-.216-.192-.5-.346-1.586-.88h-.002l-3.381-1.663a1.5 1.5 0 0 1 1.324-2.692l2.058 1.013.001-.001 1.475.726c.864.424 1.543.758 2.102 1.253a5.5 5.5 0 0 1 1.209 1.537Z" /></symbol>', 56, 56);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon56NftHeptagonOutline", "nft_heptagon_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="nft_heptagon_outline_56"><path d="M39.063 20.44a1.5 1.5 0 0 0-2.121 0l-12.94 12.939-5.939-5.94a1.5 1.5 0 0 0-2.121 2.122l7 7a1.5 1.5 0 0 0 2.121 0l14-14a1.5 1.5 0 0 0 0-2.122Z" /><path fill-rule="evenodd" d="M29.001 2.089a5.5 5.5 0 0 0-2 0c-.752.139-1.448.482-2.334.919L10.838 9.813c-.864.425-1.543.758-2.101 1.254a5.5 5.5 0 0 0-1.21 1.537c-.35.659-.514 1.398-.723 2.337L3.34 30.446c-.208.926-.37 1.655-.338 2.391a5.5 5.5 0 0 0 .424 1.884c.286.68.746 1.268 1.33 2.016L14.4 49.095c.602.773 1.076 1.38 1.686 1.83a5.5 5.5 0 0 0 1.786.872c.73.204 1.5.204 2.48.203h15.295c.98 0 1.75.001 2.48-.203a5.5 5.5 0 0 0 1.786-.871c.61-.45 1.084-1.058 1.686-1.83l9.645-12.36c.584-.747 1.044-1.336 1.33-2.015a5.5 5.5 0 0 0 .423-1.884c.034-.736-.13-1.465-.337-2.39L49.198 14.94c-.21-.939-.374-1.678-.724-2.337a5.498 5.498 0 0 0-1.209-1.537c-.558-.495-1.238-.83-2.102-1.254L31.334 3.008c-.885-.437-1.581-.78-2.333-.92Zm-1.455 2.95a2.5 2.5 0 0 1 .91 0c.291.054.595.188 1.708.736l13.524 6.656c1.085.534 1.37.688 1.587.88a2.5 2.5 0 0 1 .55.699c.135.256.218.569.481 1.75l3.39 15.179c.26 1.164.318 1.477.306 1.763a2.5 2.5 0 0 1-.193.857c-.111.263-.298.522-1.031 1.462L39.34 47.115c-.757.97-.97 1.222-1.207 1.397a2.5 2.5 0 0 1-.811.396c-.284.08-.613.092-1.844.092H20.524c-1.231 0-1.56-.013-1.844-.092a2.498 2.498 0 0 1-.811-.396c-.237-.175-.45-.427-1.208-1.397L7.224 35.02c-.734-.94-.92-1.199-1.031-1.462A2.5 2.5 0 0 1 6 32.702c-.013-.286.045-.6.305-1.763l3.39-15.18c.264-1.18.346-1.493.482-1.75a2.5 2.5 0 0 1 .55-.698c.217-.192.501-.346 1.586-.88l13.524-6.656c1.114-.548 1.418-.682 1.71-.736Z" clip-rule="evenodd" /></symbol>', 56, 56);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon56RudeMessageOutline", "rude_message_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="rude_message_outline_56"><path fill-rule="evenodd" d="M28.5 9c-6.873 0-12.854 3.031-16.311 7.523a1.5 1.5 0 1 1-2.378-1.83C13.878 9.411 20.765 6 28.5 6c7.688 0 14.537 3.369 18.613 8.596a1.5 1.5 0 1 1-2.366 1.845C41.28 11.994 35.331 9 28.5 9ZM14.558 37.421a1.5 1.5 0 0 1 .999 1.871c-.037.124-.077.248-.118.374-.572 1.753-1.497 3.774-2.75 6.05 4.196-1.103 7.3-2.392 9.398-3.823a1.5 1.5 0 0 1 1.19-.22c1.66.393 3.412.603 5.223.603 5.003 0 9.542-1.607 12.975-4.222a1.5 1.5 0 0 1 1.817 2.386c-3.969 3.024-9.15 4.837-14.792 4.837a25.72 25.72 0 0 1-5.276-.543c-2.682 1.688-6.377 3.07-10.997 4.192a2.482 2.482 0 0 1-2.865-3.387c.011-.027.023-.053.036-.08l.051-.102a1.54 1.54 0 0 1 .039-.071l.24-.423.002-.002c1.377-2.437 2.319-4.474 2.857-6.126l.1-.315a1.5 1.5 0 0 1 1.87-.999Zm-8.711-3.753.58-2.716H5.083C4.42 30.952 4 30.57 4 29.993c0-.726.515-1.2 1.342-1.2h1.546l.58-2.736H6.06c-.665 0-1.084-.384-1.084-.96 0-.726.515-1.21 1.342-1.21h1.6l.622-2.827c.15-.707.57-1.06 1.289-1.06.665 0 1.073.363 1.073.949 0 .11-.021.272-.043.393l-.547 2.544h2.813l.612-2.816c.15-.717.58-1.07 1.288-1.07.677 0 1.074.363 1.074.949 0 .11-.011.272-.043.393l-.548 2.544h1.396c.676 0 1.095.384 1.095.96 0 .726-.515 1.2-1.342 1.2h-1.61l-.58 2.726h1.45c.665 0 1.084.394 1.084.969 0 .727-.516 1.211-1.342 1.211h-1.643l-.644 2.988c-.15.707-.58 1.06-1.289 1.06-.676 0-1.073-.363-1.073-.949 0-.11.01-.272.043-.383l.58-2.716H8.81l-.644 2.998c-.15.707-.57 1.05-1.289 1.05-.665 0-1.073-.363-1.073-.949 0-.11.021-.272.043-.383Zm3.886-7.803-.666 3.099h3.125l.676-3.1H9.733Z" clip-rule="evenodd" /><path d="M24.765 35c.476 0 .763-.181 1.1-.695l4.27-6.523 3.932-5.95c.169-.262.277-.513.277-.785 0-.614-.475-1.047-1.09-1.047-.574 0-.851.211-1.188.725l-4.101 6.292-4.082 6.14c-.168.252-.267.474-.267.826 0 .634.564 1.017 1.149 1.017Z" /><path fill-rule="evenodd" d="M23.477 28.094c2.11 0 3.467-1.53 3.467-4.067 0-2.567-1.367-4.017-3.467-4.017-2.11 0-3.477 1.46-3.477 4.017 0 2.547 1.357 4.067 3.477 4.067Zm0-1.893c-.584 0-.98-.634-.98-2.164 0-1.55.396-2.134.98-2.134.575 0 .971.584.971 2.124s-.396 2.174-.97 2.174ZM34.533 35C36.653 35 38 33.46 38 30.933c0-2.567-1.367-4.017-3.467-4.017s-3.468 1.46-3.468 4.017c0 2.547 1.348 4.067 3.468 4.067Zm0-1.903c-.585 0-.971-.624-.971-2.164 0-1.55.386-2.134.97-2.134.585 0 .972.584.972 2.134 0 1.54-.387 2.164-.971 2.164Zm16.361 1.853c.648 0 1.106-.504 1.106-1.1 0-.342-.086-.584-.439-.967l-.887-.978c.754-1.078 1.164-2.6 1.164-4.294 0-.776-.41-1.32-1.145-1.32-.734 0-1.125.493-1.145 1.31-.009 1.16-.21 1.915-.524 2.49l-2.614-2.984c1.908-1.099 2.786-2.288 2.786-3.78 0-1.956-1.584-3.327-3.835-3.327-2.242 0-3.901 1.431-3.901 3.377 0 1.069.467 1.976 1.707 3.327a77.049 77.049 0 0 1-.62.353C40.792 28.075 40 29.273 40 30.927 40 33.397 41.88 35 44.798 35c1.67 0 3.243-.544 4.264-1.472l.782.887c.363.404.62.535 1.05.535Zm-5.772-9.214c-.934-.958-1.278-1.532-1.278-2.208 0-.907.64-1.572 1.526-1.572.897 0 1.508.645 1.508 1.572 0 .877-.506 1.522-1.756 2.208Zm-.038 7.127c-1.478 0-2.48-.867-2.48-2.167 0-.898.42-1.543 1.46-2.238.085-.05.276-.162.381-.212l3.157 3.609c-.534.615-1.526 1.008-2.518 1.008Z" clip-rule="evenodd" /></symbol>', 56, 56);
|
package/dist/es6/index.js
CHANGED
|
@@ -529,6 +529,7 @@ export { default as Icon20MoneyRequestCircleFillBlue } from "./20/money_request_
|
|
|
529
529
|
export { default as Icon20MoneyTransferCircleFillRed } from "./20/money_transfer_circle_fill_red";
|
|
530
530
|
export { default as Icon20MoneyTransferCircleFillTurquoise } from "./20/money_transfer_circle_fill_turquoise";
|
|
531
531
|
export { default as Icon20MoneyTransferOutline } from "./20/money_transfer_outline";
|
|
532
|
+
export { default as Icon20MoonOutline } from "./20/moon_outline";
|
|
532
533
|
export { default as Icon20More } from "./20/more";
|
|
533
534
|
export { default as Icon20MoreVertical } from "./20/more_vertical";
|
|
534
535
|
export { default as Icon20MusicMic } from "./20/music_mic";
|
|
@@ -537,6 +538,7 @@ export { default as Icon20MuteOutline } from "./20/mute_outline";
|
|
|
537
538
|
export { default as Icon20NarrativeOutline } from "./20/narrative_outline";
|
|
538
539
|
export { default as Icon20NewsfeedOutline } from "./20/newsfeed_outline";
|
|
539
540
|
export { default as Icon20NewsfeedSlashOutline } from "./20/newsfeed_slash_outline";
|
|
541
|
+
export { default as Icon20NftHeptagonOutline } from "./20/nft_heptagon_outline";
|
|
540
542
|
export { default as Icon20NotebookCheckOutline } from "./20/notebook_check_outline";
|
|
541
543
|
export { default as Icon20NotificationOutline } from "./20/notification_outline";
|
|
542
544
|
export { default as Icon20NotificationSlashOutline } from "./20/notification_slash_outline";
|
|
@@ -545,10 +547,13 @@ export { default as Icon20PalleteOutline } from "./20/pallete_outline";
|
|
|
545
547
|
export { default as Icon20Pause } from "./20/pause";
|
|
546
548
|
export { default as Icon20PauseCircle } from "./20/pause_circle";
|
|
547
549
|
export { default as Icon20PawOutline } from "./20/paw_outline";
|
|
550
|
+
export { default as Icon20PaymentCardOutline } from "./20/payment_card_outline";
|
|
548
551
|
export { default as Icon20Phone } from "./20/phone";
|
|
549
552
|
export { default as Icon20PhoneCircleFillGreen } from "./20/phone_circle_fill_green";
|
|
553
|
+
export { default as Icon20PhoneDown } from "./20/phone_down";
|
|
550
554
|
export { default as Icon20PhoneOutline } from "./20/phone_outline";
|
|
551
555
|
export { default as Icon20PictureOutline } from "./20/picture_outline";
|
|
556
|
+
export { default as Icon20PictureStackOutline } from "./20/picture_stack_outline";
|
|
552
557
|
export { default as Icon20Pin } from "./20/pin";
|
|
553
558
|
export { default as Icon20PinDotOutline } from "./20/pin_dot_outline";
|
|
554
559
|
export { default as Icon20PinOutline } from "./20/pin_outline";
|
|
@@ -594,6 +599,7 @@ export { default as Icon20RoubleOutline } from "./20/rouble_outline";
|
|
|
594
599
|
export { default as Icon20RssCircleFillBlack } from "./20/rss_circle_fill_black";
|
|
595
600
|
export { default as Icon20RssCircleFillYellow } from "./20/rss_circle_fill_yellow";
|
|
596
601
|
export { default as Icon20ScanViewfinderOutline } from "./20/scan_viewfinder_outline";
|
|
602
|
+
export { default as Icon20ScissorsOutline } from "./20/scissors_outline";
|
|
597
603
|
export { default as Icon20Search } from "./20/search";
|
|
598
604
|
export { default as Icon20ServicesCircleFillBlue } from "./20/services_circle_fill_blue";
|
|
599
605
|
export { default as Icon20ServicesCircleFillYellow } from "./20/services_circle_fill_yellow";
|
|
@@ -1218,6 +1224,7 @@ export { default as Icon28CameraAddOutline } from "./28/camera_add_outline";
|
|
|
1218
1224
|
export { default as Icon28CameraCircleFillGreen } from "./28/camera_circle_fill_green";
|
|
1219
1225
|
export { default as Icon28CameraOutline } from "./28/camera_outline";
|
|
1220
1226
|
export { default as Icon28CameraSlashOutline } from "./28/camera_slash_outline";
|
|
1227
|
+
export { default as Icon28Cancel } from "./28/cancel";
|
|
1221
1228
|
export { default as Icon28CancelAltOutline } from "./28/cancel_alt_outline";
|
|
1222
1229
|
export { default as Icon28CancelCircleFillRed } from "./28/cancel_circle_fill_red";
|
|
1223
1230
|
export { default as Icon28CancelCircleOutline } from "./28/cancel_circle_outline";
|
|
@@ -1292,6 +1299,7 @@ export { default as Icon28DocumentOutline } from "./28/document_outline";
|
|
|
1292
1299
|
export { default as Icon28DollarOutline } from "./28/dollar_outline";
|
|
1293
1300
|
export { default as Icon28DonateCircleFillYellow } from "./28/donate_circle_fill_yellow";
|
|
1294
1301
|
export { default as Icon28DonateOutline } from "./28/donate_outline";
|
|
1302
|
+
export { default as Icon28Done } from "./28/done";
|
|
1295
1303
|
export { default as Icon28DoneOutline } from "./28/done_outline";
|
|
1296
1304
|
export { default as Icon28DoorArrowLeftOutline } from "./28/door_arrow_left_outline";
|
|
1297
1305
|
export { default as Icon28DoorArrowRightOutline } from "./28/door_arrow_right_outline";
|
|
@@ -1423,6 +1431,8 @@ export { default as Icon28MailCircleFillBlue } from "./28/mail_circle_fill_blue"
|
|
|
1423
1431
|
export { default as Icon28MailCircleFillGray } from "./28/mail_circle_fill_gray";
|
|
1424
1432
|
export { default as Icon28MailOutline } from "./28/mail_outline";
|
|
1425
1433
|
export { default as Icon28MarketAddBadgeOutline } from "./28/market_add_badge_outline";
|
|
1434
|
+
export { default as Icon28MarketCircleFillBlue } from "./28/market_circle_fill_blue";
|
|
1435
|
+
export { default as Icon28MarketCircleFillYellow } from "./28/market_circle_fill_yellow";
|
|
1426
1436
|
export { default as Icon28MarketLikeOutline } from "./28/market_like_outline";
|
|
1427
1437
|
export { default as Icon28MarketOutline } from "./28/market_outline";
|
|
1428
1438
|
export { default as Icon28MarketSlashOutline } from "./28/market_slash_outline";
|
|
@@ -1490,6 +1500,7 @@ export { default as Icon28Newsfeed } from "./28/newsfeed";
|
|
|
1490
1500
|
export { default as Icon28NewsfeedLinesOutline } from "./28/newsfeed_lines_outline";
|
|
1491
1501
|
export { default as Icon28NewsfeedMusicNoteOutline } from "./28/newsfeed_music_note_outline";
|
|
1492
1502
|
export { default as Icon28NewsfeedOutline } from "./28/newsfeed_outline";
|
|
1503
|
+
export { default as Icon28NftHeptagonOutline } from "./28/nft_heptagon_outline";
|
|
1493
1504
|
export { default as Icon28NoSmokingSignOutline } from "./28/no_smoking_sign_outline";
|
|
1494
1505
|
export { default as Icon28NotebookAddBadgeOutline } from "./28/notebook_add_badge_outline";
|
|
1495
1506
|
export { default as Icon28NotebookCheckOutline } from "./28/notebook_check_outline";
|
|
@@ -1904,6 +1915,7 @@ export { default as Icon48Like } from "./48/like";
|
|
|
1904
1915
|
export { default as Icon48Linked } from "./48/linked";
|
|
1905
1916
|
export { default as Icon48LockCircleFillGreen } from "./48/lock_circle_fill_green";
|
|
1906
1917
|
export { default as Icon48LogoVk } from "./48/logo_vk";
|
|
1918
|
+
export { default as Icon48MarketFillBlue } from "./48/market_fill_blue";
|
|
1907
1919
|
export { default as Icon48MentionOutline } from "./48/mention_outline";
|
|
1908
1920
|
export { default as Icon48NewsfeedOutline } from "./48/newsfeed_outline";
|
|
1909
1921
|
export { default as Icon48NotebookCircleFillBlue } from "./48/notebook_circle_fill_blue";
|
|
@@ -2025,6 +2037,8 @@ export { default as Icon56MusicMicOutline } from "./56/music_mic_outline";
|
|
|
2025
2037
|
export { default as Icon56MusicOutline } from "./56/music_outline";
|
|
2026
2038
|
export { default as Icon56NarrativeOutline } from "./56/narrative_outline";
|
|
2027
2039
|
export { default as Icon56NewsfeedOutline } from "./56/newsfeed_outline";
|
|
2040
|
+
export { default as Icon56NftHeptagonDashedOutline } from "./56/nft_heptagon_dashed_outline";
|
|
2041
|
+
export { default as Icon56NftHeptagonOutline } from "./56/nft_heptagon_outline";
|
|
2028
2042
|
export { default as Icon56NotebookCheckOutline } from "./56/notebook_check_outline";
|
|
2029
2043
|
export { default as Icon56NotePenOutline } from "./56/note_pen_outline";
|
|
2030
2044
|
export { default as Icon56NotificationOutline } from "./56/notification_outline";
|
|
@@ -2042,6 +2056,7 @@ export { default as Icon56QuestionOutline } from "./56/question_outline";
|
|
|
2042
2056
|
export { default as Icon56RecentOutline } from "./56/recent_outline";
|
|
2043
2057
|
export { default as Icon56ReportOutline } from "./56/report_outline";
|
|
2044
2058
|
export { default as Icon56RssVideoOutline } from "./56/rss_video_outline";
|
|
2059
|
+
export { default as Icon56RudeMessageOutline } from "./56/rude_message_outline";
|
|
2045
2060
|
export { default as Icon56SchoolOutline } from "./56/school_outline";
|
|
2046
2061
|
export { default as Icon56SearchLikeFilledOutline } from "./56/search_like_filled_outline";
|
|
2047
2062
|
export { default as Icon56SearchLikeOutline } from "./56/search_like_outline";
|