@vkontakte/icons 1.193.0 → 1.195.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/compass.js +8 -0
- package/dist/16/logo_clips.js +8 -0
- package/dist/16/music.js +8 -0
- package/dist/16/story.js +8 -0
- package/dist/16/video.js +8 -0
- package/dist/20/arrow_up_right_out_square_outline.js +8 -0
- package/dist/20/book_spread_outline.js +8 -0
- package/dist/20/checkback_prize_outline.js +8 -0
- package/dist/20/comment_add_badge_outline.js +8 -0
- package/dist/20/location_map_outline.js +8 -0
- package/dist/20/lock_circle_fill_black.js +8 -0
- package/dist/20/music_mic_outline.js +8 -0
- package/dist/20/song_outline.js +8 -0
- package/dist/20/text_outline.js +8 -0
- package/dist/20/users_3.js +8 -0
- package/dist/24/arrow_up_right_outline.js +8 -0
- package/dist/24/link_circle.js +1 -1
- package/dist/28/canister_outline.js +1 -1
- package/dist/28/checkback_prize_outline.js +8 -0
- package/dist/28/hearts_2_outline.js +8 -0
- package/dist/28/sparkle_outline.js +1 -1
- package/dist/es6/16/compass.js +2 -0
- package/dist/es6/16/logo_clips.js +2 -0
- package/dist/es6/16/music.js +2 -0
- package/dist/es6/16/story.js +2 -0
- package/dist/es6/16/video.js +2 -0
- package/dist/es6/20/arrow_up_right_out_square_outline.js +2 -0
- package/dist/es6/20/book_spread_outline.js +2 -0
- package/dist/es6/20/checkback_prize_outline.js +2 -0
- package/dist/es6/20/comment_add_badge_outline.js +2 -0
- package/dist/es6/20/location_map_outline.js +2 -0
- package/dist/es6/20/lock_circle_fill_black.js +2 -0
- package/dist/es6/20/music_mic_outline.js +2 -0
- package/dist/es6/20/song_outline.js +2 -0
- package/dist/es6/20/text_outline.js +2 -0
- package/dist/es6/20/users_3.js +2 -0
- package/dist/es6/24/arrow_up_right_outline.js +2 -0
- package/dist/es6/24/link_circle.js +1 -1
- package/dist/es6/28/canister_outline.js +1 -1
- package/dist/es6/28/checkback_prize_outline.js +2 -0
- package/dist/es6/28/hearts_2_outline.js +2 -0
- package/dist/es6/28/sparkle_outline.js +1 -1
- package/dist/es6/index.js +18 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +194 -68
- package/dist/typings/16/compass.d.ts +9 -0
- package/dist/typings/16/logo_clips.d.ts +9 -0
- package/dist/typings/16/music.d.ts +9 -0
- package/dist/typings/16/story.d.ts +9 -0
- package/dist/typings/16/video.d.ts +9 -0
- package/dist/typings/20/arrow_up_right_out_square_outline.d.ts +9 -0
- package/dist/typings/20/book_spread_outline.d.ts +9 -0
- package/dist/typings/20/checkback_prize_outline.d.ts +9 -0
- package/dist/typings/20/comment_add_badge_outline.d.ts +9 -0
- package/dist/typings/20/location_map_outline.d.ts +9 -0
- package/dist/typings/20/lock_circle_fill_black.d.ts +9 -0
- package/dist/typings/20/music_mic_outline.d.ts +9 -0
- package/dist/typings/20/song_outline.d.ts +9 -0
- package/dist/typings/20/text_outline.d.ts +9 -0
- package/dist/typings/20/users_3.d.ts +9 -0
- package/dist/typings/24/arrow_up_right_outline.d.ts +9 -0
- package/dist/typings/28/checkback_prize_outline.d.ts +9 -0
- package/dist/typings/28/hearts_2_outline.d.ts +9 -0
- package/dist/typings/index.d.ts +18 -0
- package/package.json +1 -1
- package/src/svg/16/compass_16.svg +1 -0
- package/src/svg/16/logo_clips_16.svg +1 -0
- package/src/svg/16/music_16.svg +1 -0
- package/src/svg/16/story_16.svg +1 -0
- package/src/svg/16/video_16.svg +1 -0
- package/src/svg/20/arrow_up_right_out_square_outline_20.svg +1 -0
- package/src/svg/20/book_spread_outline_20.svg +1 -0
- package/src/svg/20/checkback_prize_outline_20.svg +1 -0
- package/src/svg/20/comment_add_badge_outline_20.svg +1 -0
- package/src/svg/20/location_map_outline_20.svg +1 -0
- package/src/svg/20/lock_circle_fill_black_20.svg +1 -0
- package/src/svg/20/music_mic_outline_20.svg +1 -0
- package/src/svg/20/song_outline_20.svg +1 -0
- package/src/svg/20/text_outline_20.svg +1 -0
- package/src/svg/20/users_3_20.svg +1 -0
- package/src/svg/24/arrow_up_right_outline_24.svg +1 -0
- package/src/svg/24/link_circle_24.svg +1 -13
- package/src/svg/28/canister_outline_28.svg +1 -1
- package/src/svg/28/checkback_prize_outline_28.svg +1 -0
- package/src/svg/28/hearts_2_outline_28.svg +1 -0
- package/src/svg/28/sparkle_outline_28.svg +1 -1
- package/ts/16/compass.ts +18 -0
- package/ts/16/logo_clips.ts +18 -0
- package/ts/16/music.ts +18 -0
- package/ts/16/story.ts +18 -0
- package/ts/16/video.ts +18 -0
- package/ts/20/arrow_up_right_out_square_outline.ts +18 -0
- package/ts/20/book_spread_outline.ts +18 -0
- package/ts/20/checkback_prize_outline.ts +18 -0
- package/ts/20/comment_add_badge_outline.ts +18 -0
- package/ts/20/location_map_outline.ts +18 -0
- package/ts/20/lock_circle_fill_black.ts +18 -0
- package/ts/20/music_mic_outline.ts +18 -0
- package/ts/20/song_outline.ts +18 -0
- package/ts/20/text_outline.ts +18 -0
- package/ts/20/users_3.ts +18 -0
- package/ts/24/arrow_up_right_outline.ts +18 -0
- package/ts/24/link_circle.ts +1 -1
- package/ts/28/canister_outline.ts +1 -1
- package/ts/28/checkback_prize_outline.ts +18 -0
- package/ts/28/hearts_2_outline.ts +18 -0
- package/ts/28/sparkle_outline.ts +1 -1
- package/ts/index.ts +18 -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("Icon16Compass", "compass_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="compass_16"><path d="M8 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm8-1A8 8 0 1 1 0 8a8 8 0 0 1 16 0ZM5.607 6.492l-1.571 4.713a.6.6 0 0 0 .759.76l4.713-1.572a1.4 1.4 0 0 0 .885-.885l1.571-4.713a.6.6 0 0 0-.759-.76L6.492 5.608a1.4 1.4 0 0 0-.885.885Z" clip-rule="evenodd" /></symbol>', 16, 16);
|
|
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("Icon16LogoClips", "logo_clips_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="logo_clips_16"><path fill-rule="evenodd" d="M5.633.002a1.1 1.1 0 0 1 1.165 1.031l.2 3.296a1.1 1.1 0 0 1-2.196.133l-.2-3.295A1.1 1.1 0 0 1 5.633.002ZM11.03.35c.58.183.902.8.72 1.38l-1.1 3.5a1.1 1.1 0 1 1-2.1-.66l1.1-3.5a1.1 1.1 0 0 1 1.38-.72Zm1.327 13.684C13.36 12.955 14 11.548 14 10.3c0-.976-.255-1.703-.587-2.227a3.14 3.14 0 0 0-.791-.856l-.017-.013a1 1 0 0 0-1.21 1.592c.076.058.202.147.328.346.123.194.277.548.277 1.158 0 .626-.36 1.568-1.107 2.371C10.167 13.453 9.168 14 8 14c-2.485 0-4-1.723-4-3.6 0-.24.097-.614.334-.908C4.54 9.235 4.88 9 5.5 9c.12 0 .27-.006.449.053.15.05.326.15.469.418a1 1 0 1 0 1.764-.942C7.351 6.971 5.802 6.995 5.527 7c-1.064.018-2.07.393-2.75 1.238A3.546 3.546 0 0 0 2 10.4C2 13.454 4.485 16 8 16c1.832 0 3.333-.866 4.357-1.966Z" /></symbol>', 16, 16);
|
|
8
|
+
exports.default = _default;
|
package/dist/16/music.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("Icon16Music", "music_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="music_16"><path d="M14 11V.992a1 1 0 0 0-1.283-.959l-8 2.356A1 1 0 0 0 4 3.348v7.7a3.43 3.43 0 0 0-1.363.046c-1.548.363-2.573 1.667-2.29 2.913.283 1.246 1.768 1.962 3.316 1.599 1.421-.334 2.402-1.46 2.334-2.607L6 13V6.3l6-1.7v4.447a3.428 3.428 0 0 0-1.363.047c-1.548.363-2.573 1.667-2.29 2.913.283 1.246 1.768 1.962 3.316 1.599 1.421-.334 2.402-1.46 2.334-2.607L14 11Z" /></symbol>', 16, 16);
|
|
8
|
+
exports.default = _default;
|
package/dist/16/story.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("Icon16Story", "story_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="story_16"><path d="M8 10.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z" /><path fill-rule="evenodd" d="M6.219 1.5H9.78c.674 0 1.224 0 1.672.037.463.037.882.118 1.273.317a3.25 3.25 0 0 1 1.42 1.42c.199.391.28.81.317 1.273.037.447.037.998.037 1.672V9.78c0 .674 0 1.224-.037 1.672-.037.463-.118.882-.317 1.273a3.25 3.25 0 0 1-1.42 1.42c-.391.199-.81.28-1.273.317-.447.037-.998.037-1.672.037H6.22c-.674 0-1.225 0-1.672-.037-.463-.037-.882-.118-1.272-.317a3.25 3.25 0 0 1-1.42-1.42c-.2-.391-.28-.81-.318-1.273-.037-.447-.037-.998-.037-1.672V6.22c0-.674 0-1.225.037-1.672.037-.463.118-.882.317-1.272a3.25 3.25 0 0 1 1.42-1.42c.391-.2.81-.28 1.273-.318.447-.037.998-.037 1.672-.037ZM12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z" clip-rule="evenodd" /></symbol>', 16, 16);
|
|
8
|
+
exports.default = _default;
|
package/dist/16/video.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("Icon16Video", "video_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="video_16"><path fill-rule="evenodd" d="M2.218 2.092C2 2.52 2 3.08 2 4.2v7.6c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C3.52 15 4.08 15 5.2 15h5.6c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .874-.874C14 13.48 14 12.92 14 11.8V4.2c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C12.48 1 11.92 1 10.8 1H5.2c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874ZM4 3.8c0-.28 0-.42.054-.527a.5.5 0 0 1 .219-.219C4.38 3 4.52 3 4.8 3h.4c.28 0 .42 0 .527.054a.5.5 0 0 1 .218.219C6 3.38 6 3.52 6 3.8v.4c0 .28 0 .42-.054.527a.5.5 0 0 1-.219.218C5.62 5 5.48 5 5.2 5h-.4c-.28 0-.42 0-.527-.054a.5.5 0 0 1-.218-.219C4 4.62 4 4.48 4 4.2v-.4Zm0 8c0-.28 0-.42.054-.527a.5.5 0 0 1 .219-.218C4.38 11 4.52 11 4.8 11h.4c.28 0 .42 0 .527.055a.5.5 0 0 1 .218.218C6 11.38 6 11.52 6 11.8v.4c0 .28 0 .42-.054.527a.5.5 0 0 1-.219.218C5.62 13 5.48 13 5.2 13h-.4c-.28 0-.42 0-.527-.055a.5.5 0 0 1-.218-.218C4 12.62 4 12.48 4 12.2v-.4Zm.054-4.527C4 7.38 4 7.52 4 7.8v.4c0 .28 0 .42.054.527a.5.5 0 0 0 .219.218C4.38 9 4.52 9 4.8 9h.4c.28 0 .42 0 .527-.055a.5.5 0 0 0 .218-.218C6 8.62 6 8.48 6 8.2v-.4c0-.28 0-.42-.054-.527a.5.5 0 0 0-.219-.218C5.62 7 5.48 7 5.2 7h-.4c-.28 0-.42 0-.527.054a.5.5 0 0 0-.218.219ZM10 3.8c0-.28 0-.42.055-.527a.5.5 0 0 1 .218-.219C10.38 3 10.52 3 10.8 3h.4c.28 0 .42 0 .527.054a.5.5 0 0 1 .218.219C12 3.38 12 3.52 12 3.8v.4c0 .28 0 .42-.055.527a.5.5 0 0 1-.218.218C11.62 5 11.48 5 11.2 5h-.4c-.28 0-.42 0-.527-.054a.5.5 0 0 1-.218-.219C10 4.62 10 4.48 10 4.2v-.4Zm.055 7.473C10 11.38 10 11.52 10 11.8v.4c0 .28 0 .42.055.527a.5.5 0 0 0 .218.218c.107.055.247.055.527.055h.4c.28 0 .42 0 .527-.055a.5.5 0 0 0 .218-.218C12 12.62 12 12.48 12 12.2v-.4c0-.28 0-.42-.055-.527a.5.5 0 0 0-.218-.218C11.62 11 11.48 11 11.2 11h-.4c-.28 0-.42 0-.527.055a.5.5 0 0 0-.218.218ZM10 7.8c0-.28 0-.42.055-.527a.5.5 0 0 1 .218-.218C10.38 7 10.52 7 10.8 7h.4c.28 0 .42 0 .527.054a.5.5 0 0 1 .218.219C12 7.38 12 7.52 12 7.8v.4c0 .28 0 .42-.055.527a.5.5 0 0 1-.218.218C11.62 9 11.48 9 11.2 9h-.4c-.28 0-.42 0-.527-.055a.5.5 0 0 1-.218-.218C10 8.62 10 8.48 10 8.2v-.4Z" clip-rule="evenodd" /></symbol>', 16, 16);
|
|
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("Icon20ArrowUpRightOutSquareOutline", "arrow_up_right_out_square_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="arrow_up_right_out_square_outline_20"><path d="M8.317 2c-.952 0-1.713 0-2.327.05-.63.052-1.172.16-1.67.413a4.25 4.25 0 0 0-1.857 1.858c-.253.497-.361 1.04-.413 1.67C2 6.603 2 7.364 2 8.316v3.366c0 .952 0 1.713.05 2.327.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.858 1.857c.497.253 1.04.361 1.67.413.613.05 1.374.05 2.326.05h3.366c.952 0 1.713 0 2.327-.05.63-.052 1.172-.16 1.67-.413a4.251 4.251 0 0 0 1.857-1.857c.253-.498.361-1.04.413-1.67.05-.614.05-1.375.05-2.327V10.25a.75.75 0 0 0-1.5 0v1.4c0 .992 0 1.692-.045 2.238-.044.537-.127.86-.255 1.11A2.751 2.751 0 0 1 15 16.2c-.252.128-.574.21-1.111.255-.546.044-1.245.045-2.238.045h-3.3c-.992 0-1.692 0-2.238-.045-.537-.044-.86-.127-1.11-.255A2.75 2.75 0 0 1 3.8 15c-.128-.252-.21-.574-.255-1.111-.044-.546-.045-1.245-.045-2.238v-3.3c0-.992 0-1.692.045-2.238.044-.537.127-.86.255-1.11A2.75 2.75 0 0 1 5.002 3.8c.25-.128.573-.21 1.11-.255.546-.044 1.246-.045 2.238-.045h1.4a.75.75 0 0 0 0-1.5H8.317Zm4.433 0a.75.75 0 0 0 0 1.5h2.69l-4.22 4.22a.75.75 0 0 0 1.06 1.06l4.22-4.22v2.69a.75.75 0 0 0 1.5 0v-4.5a.75.75 0 0 0-.75-.75h-4.5Z" /></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("Icon20BookSpreadOutline", "book_spread_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="book_spread_outline_20"><path fill-rule="evenodd" d="M10 4.346C8.326 3.355 6.668 2.97 4.414 3h-.116c-.585.007-1.109.013-1.588.262a2.34 2.34 0 0 0-.969.982 2.255 2.255 0 0 0-.218.842c-.023.265-.023.582-.023.943v6.564c0 .564 0 1.028.028 1.403.028.384.09.747.254 1.082.266.54.612.903 1.14 1.194.338.187.736.263 1.155.31.422.047.961.073 1.632.104l.027.001c1.506.071 2.649.41 3.853 1.19a.773.773 0 0 0 .332.119.75.75 0 0 0 .437-.087l.016-.009.008-.004a.813.813 0 0 0 .03-.019c1.204-.781 2.347-1.123 3.854-1.197h.026c.672-.034 1.213-.06 1.635-.108.419-.048.817-.124 1.155-.311a2.576 2.576 0 0 0 1.136-1.194c.165-.335.226-.698.254-1.082.028-.374.028-.838.028-1.403v-6.55c0-.36 0-.678-.023-.943a2.245 2.245 0 0 0-.218-.842 2.331 2.331 0 0 0-.969-.981c-.479-.25-1.003-.256-1.587-.263l-.116-.001c-2.255-.03-3.912.353-5.587 1.344Zm.75 1.3v10.33c1.067-.493 2.164-.731 3.442-.794a27.68 27.68 0 0 0 1.566-.1c.376-.043.529-.096.597-.134a1.09 1.09 0 0 0 .517-.543c.04-.082.082-.222.104-.53.024-.313.024-.722.024-1.321V6.06c0-.398 0-.65-.017-.843a.814.814 0 0 0-.063-.295.838.838 0 0 0-.323-.327c-.123-.064-.261-.084-1.03-.094-2.026-.028-3.408.306-4.817 1.143Zm-1.5 0c-1.41-.839-2.792-1.174-4.817-1.147-.769.01-.907.03-1.03.094a.838.838 0 0 0-.323.327.814.814 0 0 0-.063.295A10.98 10.98 0 0 0 3 6.058v6.506c0 .6 0 1.009.024 1.321.022.309.064.449.104.531.13.265.26.4.518.543.07.038.222.09.597.132.368.041.86.065 1.563.098 1.279.06 2.376.295 3.444.788V5.646Zm6.5 6.071a.75.75 0 0 0-.775-.724c-.833.028-1.688.134-2.441.366a.75.75 0 0 0 .441 1.434c.585-.18 1.298-.276 2.05-.301a.75.75 0 0 0 .725-.775Zm-10.725-.724a.75.75 0 0 0-.05 1.499c.752.025 1.465.12 2.05.3a.75.75 0 0 0 .441-1.433c-.753-.232-1.608-.338-2.44-.366Zm10.725-3.09a.75.75 0 0 0-.775-.725c-.833.028-1.688.134-2.441.366a.75.75 0 1 0 .441 1.434c.585-.18 1.298-.276 2.05-.3a.75.75 0 0 0 .725-.776ZM5.025 7.177a.75.75 0 1 0-.05 1.5c.752.024 1.465.12 2.05.3a.75.75 0 1 0 .441-1.434c-.753-.232-1.608-.338-2.44-.366Z" 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("Icon20CheckbackPrizeOutline", "checkback_prize_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="checkback_prize_outline_20"><path fill-rule="evenodd" d="M8.865 2.154c.461.367.87.872 1.187 1.49.232-.387.505-.721.808-.985.405-.355.902-.615 1.45-.65.573-.038 1.113.176 1.546.61.432.431.647.97.644 1.533-.003.549-.21 1.072-.528 1.518-.08.114-.17.224-.267.33h1.04c.46 0 .852 0 1.17.028.334.028.667.092.977.27.456.26.806.673.99 1.165.124.334.133.673.108 1.007a14.77 14.77 0 0 1-.163 1.16l-.725 4.418a20.648 20.648 0 0 1-.264 1.422c-.096.397-.22.75-.436 1.075a3.25 3.25 0 0 1-1.377 1.17c-.355.159-.724.225-1.13.255-.392.03-.868.03-1.447.03H7.544c-.58 0-1.057 0-1.448-.03-.407-.03-.777-.096-1.132-.256a3.25 3.25 0 0 1-1.377-1.171c-.215-.325-.34-.679-.436-1.076a20.663 20.663 0 0 1-.262-1.425l-.72-4.416a14.57 14.57 0 0 1-.161-1.159c-.025-.333-.016-.672.11-1.006a2.25 2.25 0 0 1 .989-1.164c.31-.177.642-.24.975-.27C4.401 6 4.792 6 5.252 6h.788a4.022 4.022 0 0 1-.5-.62c-.646-.992-.81-2.34.083-3.233a2.138 2.138 0 0 1 1.627-.642c.582.025 1.14.272 1.615.65Zm-1.678.85a.64.64 0 0 0-.503.204c-.198.198-.32.69.112 1.353.388.595 1.179 1.194 2.403 1.38-.167-1.293-.717-2.175-1.267-2.612-.286-.227-.548-.317-.745-.325Zm5.608.675c-.152-.152-.278-.18-.387-.173-.131.008-.328.078-.562.282-.442.387-.877 1.14-1.04 2.135.93-.18 1.607-.65 1.945-1.124.18-.253.248-.48.249-.654a.629.629 0 0 0-.205-.466Zm-8.943 3.92c.037-.021.12-.056.36-.077.246-.021.572-.022 1.07-.022h3.141l-.538.77a.75.75 0 1 0 1.23.86l.97-1.391 1.579 1.979a.75.75 0 0 0 1.172-.936L11.814 7.5h2.9c.5 0 .826 0 1.073.022.24.02.322.056.36.077a.75.75 0 0 1 .33.389c.014.04.035.127.017.367-.019.247-.071.57-.152 1.062l-.18 1.095-1.13-.457a.75.75 0 1 0-.563 1.39l1.444.584-.255 1.551L3.755 9.294a.754.754 0 0 0-.125-.033 11.359 11.359 0 0 1-.125-.907c-.018-.24.003-.327.018-.367a.75.75 0 0 1 .33-.388Zm.051 3.343.27 1.659 4.314 1.438a.75.75 0 1 1-.474 1.422l-3.566-1.188c.059.349.108.618.162.841.075.311.148.479.229.601.182.277.44.495.741.63.134.061.311.106.63.13.328.024.748.025 1.364.025h4.846c.615 0 1.034 0 1.362-.025.319-.024.495-.069.63-.129a1.75 1.75 0 0 0 .74-.63c.082-.122.154-.29.23-.6l.009-.038-11.487-4.136Z" 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("Icon20CommentAddBadgeOutline", "comment_add_badge_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="comment_add_badge_outline_20"><path fill-rule="evenodd" d="M14.002 11a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm.745-7.248a.75.75 0 1 0-1.5 0l.001 1.498H11.75a.75.75 0 0 0 0 1.5h1.499v1.5a.75.75 0 1 0 1.5-.001v-1.5h1.5a.75.75 0 0 0 0-1.5h-1.5l-.002-1.497ZM7.254 2.5h-.532c-.152 0-.324 0-.503-.002-.616-.003-1.326-.006-1.672.022-.463.038-.906.135-1.297.334a3.15 3.15 0 0 0-1.4 1.396c-.2.39-.292.829-.33 1.292-.028.337-.025.734-.022 1.197l.002.48v3.562c0 .674 0 1.224.037 1.672.037.463.118.882.317 1.272a3.25 3.25 0 0 0 1.42 1.42c.391.2.81.28 1.273.318.277.023.593.032.953.035v1.601c0 .277 0 .532.018.735.016.185.168.455.393.718.26.304.775.48 1.174.448.345-.027.612-.142.755-.262a6.91 6.91 0 0 0 .492-.449l2.795-2.789H15c2.355 0 3.376-1.5 3.492-3.121.033-.46-.175-.813-.55-.89-.314-.065-.865.023-.942.738-.122 1.132-.64 1.773-2 1.773h-4.14a.864.864 0 0 0-.578.22l-3.197 3.194-.043.043A8.757 8.757 0 0 1 7 17.5v-2.75a.75.75 0 0 0-.75-.75c-.712 0-1.202 0-1.58-.032-.371-.03-.57-.085-.714-.159a1.75 1.75 0 0 1-.765-.764c-.074-.145-.13-.344-.16-.714-.03-.38-.031-.869-.031-1.581v-3.5l-.001-.441c-.002-.482-.003-.845.021-1.14.03-.37.097-.575.17-.719.169-.33.43-.602.76-.77.144-.073.349-.13.72-.16.302-.025.997-.023 1.627-.02h.957a.75.75 0 0 0 0-1.5Z" /></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("Icon20LocationMapOutline", "location_map_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="location_map_outline_20"><path d="M11.5 6.502a1.502 1.502 0 1 1-3.003 0 1.502 1.502 0 0 1 3.004 0ZM6.523 2.989C7.427 2.1 8.672 1.5 10.003 1.5s2.575.601 3.48 1.49c.903.888 1.519 2.117 1.519 3.435 0 2.716-1.785 5.143-3.042 6.532l-.046.05c-.326.362-.627.695-1.173.884-.238.083-.51.11-.738.11-.227 0-.5-.027-.738-.11-.546-.19-.847-.522-1.173-.883l-.046-.051C6.79 11.567 5.002 9.14 5.002 6.424c0-1.32.617-2.547 1.52-3.435Zm1.051 1.07c-.669.657-1.072 1.516-1.072 2.365 0 2.118 1.437 4.179 2.656 5.526.384.424.445.471.599.524a.928.928 0 0 0 .246.027.928.928 0 0 0 .246-.027c.153-.053.215-.1.598-.524 1.22-1.347 2.655-3.407 2.655-5.525 0-.849-.403-1.708-1.071-2.366C11.763 3.403 10.882 3 10.003 3c-.88 0-1.76.402-2.429 1.059Zm-2.373 8.846a.75.75 0 1 0-.95-1.161c-.795.651-1.253 1.747-1.253 2.604 0 1.396 1.009 2.448 2.253 3.109 1.267.673 2.947 1.048 4.715 1.048 1.768 0 3.467-.374 4.753-1.07C15.993 16.747 17 15.653 17 14.193c0-.912-.47-1.81-1.253-2.438a.75.75 0 0 0-.939 1.17c.48.385.692.873.692 1.268 0 .678-.462 1.365-1.494 1.923-1.02.55-2.461.889-4.04.889-1.577 0-3.005-.338-4.011-.873-1.029-.546-1.457-1.197-1.457-1.784 0-.428.272-1.09.703-1.443Z" /></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("Icon20LockCircleFillBlack", "lock_circle_fill_black_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="lock_circle_fill_black_20"><rect width="20" height="20" fill="url(#lock_circle_fill_black_20_a)" rx="10" /><path fill="#fff" fill-rule="evenodd" d="M6.5 8.014c-.294.018-.503.059-.681.15a1.5 1.5 0 0 0-.656.655C5 9.139 5 9.559 5 10.4v2.2c0 .84 0 1.26.163 1.581a1.5 1.5 0 0 0 .656.655c.32.164.74.164 1.581.164h5.2c.84 0 1.26 0 1.581-.164a1.5 1.5 0 0 0 .655-.655c.164-.32.164-.74.164-1.581v-2.2c0-.84 0-1.26-.164-1.581a1.5 1.5 0 0 0-.655-.656c-.178-.09-.387-.13-.681-.149V7a3.5 3.5 0 1 0-7 0v1.014ZM12 8H8V7a2 2 0 1 1 4 0v1Z" clip-rule="evenodd" /><defs><linearGradient id="lock_circle_fill_black_20_a" x1="-10" x2="10" y1="10" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="#626466" /><stop offset="1" stop-color="#444647" /></linearGradient></defs></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("Icon20MusicMicOutline", "music_mic_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="music_mic_outline_20"><path fill-rule="evenodd" d="M16.5 6.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm1.5 0a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-7.276 6.852a.769.769 0 0 0 .115-1.066.732.732 0 0 0-1.043-.118L4.75 16.294a.803.803 0 0 1-1.053-.009.613.613 0 0 1-.08-.834l4.218-5.208a.769.769 0 0 0-.1-1.067.732.732 0 0 0-1.044.101l-4.217 5.209c-.723.892-.584 2.183.235 2.93.85.775 2.107.765 2.968.06l5.048-4.124Z" 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("Icon20SongOutline", "song_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="song_outline_20"><path fill-rule="evenodd" d="M15.235 1.678a.75.75 0 0 0-.606-.168 25.527 25.527 0 0 0-1.367.269c-.758.168-1.736.419-2.5.734-1.295.535-1.513 1.898-1.514 2.834l-.001 1.152a3094.12 3094.12 0 0 0-.001 6.026c-1.979.132-3.363.793-4.121 1.743-.87 1.09-.83 2.499.087 3.416.877.876 2.3 1.071 3.474.466 1.22-.629 2.064-2.035 2.064-4.15l-.003-1-.001-.526-.001-1.681c0-1.14 0-2.504.002-3.715l2.559-.676c.99-.262 1.913-1.027 2.067-2.2a16.6 16.6 0 0 0 .127-1.905.787.787 0 0 0-.265-.619Zm-4.487 3.848 2.175-.575c.562-.148.908-.524.963-.943.038-.29.063-.583.08-.846-.119.024-.246.052-.378.081-.742.165-1.615.393-2.253.656-.367.152-.586.587-.587 1.449v.178ZM9.25 14.028c-1.65.128-2.551.672-2.953 1.176-.44.551-.35 1.093-.025 1.419.382.381 1.088.523 1.727.193.591-.304 1.244-1.096 1.25-2.788Z" 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("Icon20TextOutline", "text_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="text_outline_20"><path d="M9.794 15.478c.522 0 .898-.364.898-.885 0-.17-.035-.342-.119-.587L7.651 5.533C7.4 4.813 6.997 4.5 6.335 4.5c-.654 0-1.057.327-1.3 1.04l-2.917 8.466c-.083.23-.118.439-.118.587 0 .543.355.885.905.885.466 0 .73-.246.897-.825l.661-2.037h3.751l.662 2.052c.16.572.431.81.918.81Zm-2.048-4.466H4.918l1.383-4.49h.048l1.397 4.49Zm9.412 4.488c.487 0 .842-.335.842-.93V9.638c0-1.583-1.19-2.616-3.02-2.616-1.413 0-2.486.58-2.862 1.494a1.229 1.229 0 0 0-.118.506c0 .445.306.743.73.743.293 0 .523-.12.704-.372.431-.676.801-.921 1.476-.921.856 0 1.378.475 1.378 1.3v.853l-1.955.12c-1.796.118-2.805.958-2.805 2.355 0 1.42 1.037 2.379 2.464 2.379.953 0 1.878-.528 2.303-1.383h.035v.55c.028.55.355.855.828.855Zm-2.638-1.42c-.751 0-1.26-.408-1.26-1.055 0-.624.481-1.026 1.316-1.085l1.712-.112v.602c0 .952-.793 1.65-1.768 1.65Z" /></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("Icon20Users3", "users_3_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="users_3_20"><path d="M10 10.5c1.941 0 5.5.714 5.5 3.571 0 1.25-.323 1.429-.97 1.429H5.47c-.646 0-.97-.179-.97-1.429 0-2.857 3.559-3.571 5.5-3.571ZM10 4a2.5 2.5 0 1 1 .001 4.999A2.5 2.5 0 0 1 10 4Zm-5.762 7.005A6.55 6.55 0 0 0 4 11c-1.412 0-4 .5-4 2.5 0 .875.235 1 .706 1H3.01a7.22 7.22 0 0 1-.01-.429c0-1.325.516-2.329 1.238-3.066ZM16.989 14.5h2.305c.47 0 .706-.125.706-1 0-2-2.588-2.5-4-2.5-.076 0-.156.002-.238.005.722.737 1.238 1.74 1.238 3.066 0 .135-.003.28-.011.429ZM6 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm10 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" /></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("Icon24ArrowUpRightOutline", "arrow_up_right_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="arrow_up_right_outline_24"><path fill-rule="evenodd" d="M8.15 5.902a.9.9 0 0 1 .9-.9h9.05a.9.9 0 0 1 .9.9l-.003 9a.9.9 0 1 1-1.8 0l.003-6.826L6.537 18.74a.9.9 0 1 1-1.273-1.273L15.928 6.802H9.049a.9.9 0 0 1-.9-.9Z" clip-rule="evenodd" /></symbol>', 24, 24);
|
|
8
|
+
exports.default = _default;
|
package/dist/24/link_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("Icon24LinkCircle", "link_circle_24", "0 0 24 24", '<symbol
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon24LinkCircle", "link_circle_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="link_circle_24"><path fill-rule="evenodd" d="M4.929 4.929A9.972 9.972 0 0 1 12 2a9.972 9.972 0 0 1 7.071 2.929A9.971 9.971 0 0 1 22 12a9.971 9.971 0 0 1-2.929 7.071A9.972 9.972 0 0 1 12 22a9.972 9.972 0 0 1-7.071-2.929A9.972 9.972 0 0 1 2 12a9.972 9.972 0 0 1 2.929-7.071ZM12 3.8a8.172 8.172 0 0 0-5.798 2.402A8.172 8.172 0 0 0 3.8 12a8.17 8.17 0 0 0 2.402 5.798A8.171 8.171 0 0 0 12 20.2a8.172 8.172 0 0 0 5.798-2.402A8.172 8.172 0 0 0 20.2 12a8.171 8.171 0 0 0-2.402-5.798A8.172 8.172 0 0 0 12 3.8ZM9 8.9a.9.9 0 0 1 .9-.9h5.2a.9.9 0 0 1 .9.9v5.2a.9.9 0 1 1-1.8 0v-3.027l-4.664 4.663a.9.9 0 1 1-1.272-1.272L12.927 9.8H9.9a.9.9 0 0 1-.9-.9Z" clip-rule="evenodd" /></symbol>', 24, 24);
|
|
8
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("Icon28CanisterOutline", "canister_outline_28", "0 0 28 28", '<symbol fill="
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon28CanisterOutline", "canister_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="canister_outline_28"><path fill-rule="evenodd" d="M9.293 11.293a1 1 0 0 1 1.414 0l.707.707h5.172l.707-.707a1 1 0 0 1 1.414 1.414l-.707.707v5.172l.707.707a1 1 0 0 1-1.414 1.414L16.586 20h-5.172l-.707.707a1 1 0 1 1-1.414-1.414l.707-.707v-5.172l-.707-.707a1 1 0 0 1 0-1.414ZM12 14v4h4v-4h-4ZM6.568 2h1.864c.252 0 .498 0 .706.017.229.019.499.063.77.201a2 2 0 0 1 .874.874c.138.271.182.541.201.77.017.208.017.454.017.706v.282l.702-.316c4.096-1.843 6.144-2.765 7.798-2.472a5.45 5.45 0 0 1 3.554 2.298C24 5.75 24 7.995 24 12.486V16.4c0 3.36 0 5.04-.654 6.324a6 6 0 0 1-2.622 2.622C19.44 26 17.76 26 14.4 26h-.8c-3.36 0-5.04 0-6.324-.654a6 6 0 0 1-2.622-2.622C4 21.44 4 19.76 4 16.4V4.568c0-.252 0-.498.017-.706a2.03 2.03 0 0 1 .201-.77 2 2 0 0 1 .874-.874 2.03 2.03 0 0 1 .77-.201C6.07 2 6.316 2 6.568 2ZM6 9.293V16.4c0 1.713.002 2.878.075 3.778.072.877.202 1.325.361 1.638a4 4 0 0 0 1.748 1.748c.313.16.761.29 1.638.36.9.075 2.065.076 3.778.076h.8c1.713 0 2.878-.002 3.778-.075.877-.072 1.325-.202 1.638-.36a4 4 0 0 0 1.748-1.749c.16-.313.29-.761.36-1.638.074-.9.076-2.065.076-3.778v-3.914c0-2.284-.002-3.86-.11-5.045-.108-1.182-.303-1.682-.489-1.955a3.45 3.45 0 0 0-2.25-1.454c-.324-.058-.86-.03-1.983.356-1.124.388-2.562 1.033-4.646 1.97L6 9.293ZM6 7.1V4.6c0-.296 0-.459.01-.575l.001-.014h.014C6.14 4 6.303 4 6.6 4h1.8c.297 0 .459 0 .575.01l.014.001v.014C9 4.14 9 4.304 9 4.6v1.15L6 7.1Z" clip-rule="evenodd" /></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("Icon28CheckbackPrizeOutline", "checkback_prize_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="checkback_prize_outline_28"><path fill-rule="evenodd" d="M12.328 2.796c.706.533 1.321 1.309 1.774 2.283a4.856 4.856 0 0 1 1.227-1.403c.557-.42 1.215-.683 1.909-.676.709.008 1.373.298 1.91.836.545.545.843 1.212.856 1.926.012.701-.25 1.362-.672 1.921-.082.109-.17.214-.264.317H22a3 3 0 0 1 2.964 3.467L23.43 21.2a4.5 4.5 0 0 1-4.446 3.8H9.008a4.5 4.5 0 0 1-4.447-3.805l-1.523-9.731A3 3 0 0 1 6.003 8h2.306a4.763 4.763 0 0 1-.564-.628c-.498-.667-.782-1.449-.742-2.267.041-.825.408-1.597 1.052-2.241 1.24-1.24 2.973-1.05 4.273-.068Zm-1.085 1.437c.8.604 1.594 1.862 1.806 3.767h-.438c-1.725-.258-2.877-.972-3.423-1.704-.293-.392-.403-.77-.386-1.101.016-.324.157-.69.527-1.059.424-.424 1.106-.513 1.914.097ZM15.212 8h-.233c.204-1.447.824-2.427 1.434-2.887.31-.233.588-.315.805-.313.203.003.427.078.658.309.245.245.324.479.328.685.003.22-.078.498-.31.807-.438.581-1.35 1.17-2.682 1.399ZM5.015 11.155A1 1 0 0 1 6.003 10h6.13l-.963 1.445a1 1 0 1 0 1.665 1.11l1.216-1.824 2.152 2.869a1 1 0 0 0 1.6-1.2l-1.8-2.4H22a1 1 0 0 1 .988 1.156l-.557 3.537-1.555-.621a1 1 0 0 0-.743 1.857l1.978.79-.382 2.426-16.38-6.082a.894.894 0 0 0-.038-.014l-.296-1.894Zm.65 4.159.362 2.31 6.302 2.181a1 1 0 1 1-.654 1.89l-5.298-1.834.16 1.025A2.5 2.5 0 0 0 9.008 23h9.976a2.5 2.5 0 0 0 2.413-1.845l-15.73-5.841Z" 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("Icon28Hearts2Outline", "hearts_2_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="hearts_2_outline_28"><path d="M13.079 3c-2.61 0-4.732 1.993-5.04 4.528a1 1 0 0 0 1.985.242C10.216 6.19 11.527 5 13.079 5c.867 0 1.801.564 2.767 1.95.438.629 1.37.629 1.808 0C18.62 5.564 19.554 5 20.421 5 22.1 5 23.5 6.398 23.5 8.169c0 .733-.12 1.296-.378 1.828-.265.547-.704 1.12-1.43 1.83a1 1 0 0 0 1.397 1.43c.812-.793 1.428-1.552 1.833-2.388.412-.851.578-1.723.578-2.7C25.5 5.335 23.246 3 20.42 3c-1.454 0-2.672.759-3.67 1.87C15.752 3.76 14.534 3 13.079 3m-5.5 7.5c-2.825 0-5.079 2.335-5.079 5.169 0 1.509.397 2.702 1.354 3.926.903 1.155 2.312 2.342 4.27 3.899l2.05 1.63c.631.501 1.52.501 2.151 0l2.052-1.63c1.957-1.557 3.365-2.744 4.268-3.899C19.603 18.371 20 17.178 20 15.67c0-2.834-2.253-5.169-5.079-5.169-1.467 0-2.684.813-3.671 1.932-.987-1.119-2.204-1.932-3.671-1.932ZM4.5 15.669c0-1.771 1.399-3.169 3.079-3.169.846 0 1.78.602 2.766 2.02.439.63 1.371.63 1.81 0 .985-1.418 1.92-2.02 2.766-2.02 1.68 0 3.079 1.398 3.079 3.169 0 1.068-.252 1.827-.93 2.694-.733.938-1.947 1.983-3.938 3.565l-1.882 1.496-1.882-1.496c-1.99-1.582-3.205-2.627-3.938-3.565-.678-.867-.93-1.626-.93-2.694Z" clip-rule="evenodd" /></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("Icon28SparkleOutline", "sparkle_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="sparkle_outline_28"><path fill-rule="evenodd" d="
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon28SparkleOutline", "sparkle_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="sparkle_outline_28"><path fill-rule="evenodd" d="M14.01 7.396c-.587 1.453-1.391 3.03-2.488 4.126-1.097 1.097-2.673 1.901-4.126 2.488 1.453.586 3.03 1.39 4.126 2.487 1.096 1.096 1.9 2.67 2.488 4.12.587-1.45 1.391-3.024 2.487-4.12 1.097-1.096 2.67-1.9 4.12-2.487-1.45-.587-3.023-1.392-4.12-2.488-1.097-1.097-1.9-2.673-2.487-4.126Zm-1.042-3.081c-.647 2.14-1.597 4.531-2.86 5.793-1.262 1.263-3.652 2.213-5.793 2.86a35.623 35.623 0 0 1-1.717.474l-.262.065c-.448.11-.448.896 0 1.005l.262.066a40.07 40.07 0 0 1 1.717.473c2.14.647 4.531 1.598 5.793 2.86 1.263 1.262 2.213 3.645 2.86 5.779a35.771 35.771 0 0 1 .473 1.71l.066.264c.11.448.895.448 1.005 0a45.763 45.763 0 0 1 .361-1.366c.057-.2.116-.403.179-.608.646-2.134 1.597-4.517 2.859-5.78 1.262-1.261 3.645-2.212 5.78-2.858a35.771 35.771 0 0 1 1.71-.474l.263-.066c.448-.11.448-.895 0-1.005a45.763 45.763 0 0 1-1.366-.361c-.2-.057-.402-.116-.608-.178-2.134-.647-4.517-1.598-5.779-2.86-1.262-1.262-2.213-3.652-2.86-5.793a36.542 36.542 0 0 1-.539-1.98c-.11-.447-.895-.447-1.005 0a44.367 44.367 0 0 1-.36 1.367c-.057.201-.116.406-.179.613Z" clip-rule="evenodd" /></symbol>', 28, 28);
|
|
8
8
|
exports.default = _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon16Compass", "compass_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="compass_16"><path d="M8 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm8-1A8 8 0 1 1 0 8a8 8 0 0 1 16 0ZM5.607 6.492l-1.571 4.713a.6.6 0 0 0 .759.76l4.713-1.572a1.4 1.4 0 0 0 .885-.885l1.571-4.713a.6.6 0 0 0-.759-.76L6.492 5.608a1.4 1.4 0 0 0-.885.885Z" clip-rule="evenodd" /></symbol>', 16, 16);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon16LogoClips", "logo_clips_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="logo_clips_16"><path fill-rule="evenodd" d="M5.633.002a1.1 1.1 0 0 1 1.165 1.031l.2 3.296a1.1 1.1 0 0 1-2.196.133l-.2-3.295A1.1 1.1 0 0 1 5.633.002ZM11.03.35c.58.183.902.8.72 1.38l-1.1 3.5a1.1 1.1 0 1 1-2.1-.66l1.1-3.5a1.1 1.1 0 0 1 1.38-.72Zm1.327 13.684C13.36 12.955 14 11.548 14 10.3c0-.976-.255-1.703-.587-2.227a3.14 3.14 0 0 0-.791-.856l-.017-.013a1 1 0 0 0-1.21 1.592c.076.058.202.147.328.346.123.194.277.548.277 1.158 0 .626-.36 1.568-1.107 2.371C10.167 13.453 9.168 14 8 14c-2.485 0-4-1.723-4-3.6 0-.24.097-.614.334-.908C4.54 9.235 4.88 9 5.5 9c.12 0 .27-.006.449.053.15.05.326.15.469.418a1 1 0 1 0 1.764-.942C7.351 6.971 5.802 6.995 5.527 7c-1.064.018-2.07.393-2.75 1.238A3.546 3.546 0 0 0 2 10.4C2 13.454 4.485 16 8 16c1.832 0 3.333-.866 4.357-1.966Z" /></symbol>', 16, 16);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon16Music", "music_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="music_16"><path d="M14 11V.992a1 1 0 0 0-1.283-.959l-8 2.356A1 1 0 0 0 4 3.348v7.7a3.43 3.43 0 0 0-1.363.046c-1.548.363-2.573 1.667-2.29 2.913.283 1.246 1.768 1.962 3.316 1.599 1.421-.334 2.402-1.46 2.334-2.607L6 13V6.3l6-1.7v4.447a3.428 3.428 0 0 0-1.363.047c-1.548.363-2.573 1.667-2.29 2.913.283 1.246 1.768 1.962 3.316 1.599 1.421-.334 2.402-1.46 2.334-2.607L14 11Z" /></symbol>', 16, 16);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon16Story", "story_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="story_16"><path d="M8 10.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z" /><path fill-rule="evenodd" d="M6.219 1.5H9.78c.674 0 1.224 0 1.672.037.463.037.882.118 1.273.317a3.25 3.25 0 0 1 1.42 1.42c.199.391.28.81.317 1.273.037.447.037.998.037 1.672V9.78c0 .674 0 1.224-.037 1.672-.037.463-.118.882-.317 1.273a3.25 3.25 0 0 1-1.42 1.42c-.391.199-.81.28-1.273.317-.447.037-.998.037-1.672.037H6.22c-.674 0-1.225 0-1.672-.037-.463-.037-.882-.118-1.272-.317a3.25 3.25 0 0 1-1.42-1.42c-.2-.391-.28-.81-.318-1.273-.037-.447-.037-.998-.037-1.672V6.22c0-.674 0-1.225.037-1.672.037-.463.118-.882.317-1.272a3.25 3.25 0 0 1 1.42-1.42c.391-.2.81-.28 1.273-.318.447-.037.998-.037 1.672-.037ZM12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z" clip-rule="evenodd" /></symbol>', 16, 16);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon16Video", "video_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="video_16"><path fill-rule="evenodd" d="M2.218 2.092C2 2.52 2 3.08 2 4.2v7.6c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C3.52 15 4.08 15 5.2 15h5.6c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .874-.874C14 13.48 14 12.92 14 11.8V4.2c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C12.48 1 11.92 1 10.8 1H5.2c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874ZM4 3.8c0-.28 0-.42.054-.527a.5.5 0 0 1 .219-.219C4.38 3 4.52 3 4.8 3h.4c.28 0 .42 0 .527.054a.5.5 0 0 1 .218.219C6 3.38 6 3.52 6 3.8v.4c0 .28 0 .42-.054.527a.5.5 0 0 1-.219.218C5.62 5 5.48 5 5.2 5h-.4c-.28 0-.42 0-.527-.054a.5.5 0 0 1-.218-.219C4 4.62 4 4.48 4 4.2v-.4Zm0 8c0-.28 0-.42.054-.527a.5.5 0 0 1 .219-.218C4.38 11 4.52 11 4.8 11h.4c.28 0 .42 0 .527.055a.5.5 0 0 1 .218.218C6 11.38 6 11.52 6 11.8v.4c0 .28 0 .42-.054.527a.5.5 0 0 1-.219.218C5.62 13 5.48 13 5.2 13h-.4c-.28 0-.42 0-.527-.055a.5.5 0 0 1-.218-.218C4 12.62 4 12.48 4 12.2v-.4Zm.054-4.527C4 7.38 4 7.52 4 7.8v.4c0 .28 0 .42.054.527a.5.5 0 0 0 .219.218C4.38 9 4.52 9 4.8 9h.4c.28 0 .42 0 .527-.055a.5.5 0 0 0 .218-.218C6 8.62 6 8.48 6 8.2v-.4c0-.28 0-.42-.054-.527a.5.5 0 0 0-.219-.218C5.62 7 5.48 7 5.2 7h-.4c-.28 0-.42 0-.527.054a.5.5 0 0 0-.218.219ZM10 3.8c0-.28 0-.42.055-.527a.5.5 0 0 1 .218-.219C10.38 3 10.52 3 10.8 3h.4c.28 0 .42 0 .527.054a.5.5 0 0 1 .218.219C12 3.38 12 3.52 12 3.8v.4c0 .28 0 .42-.055.527a.5.5 0 0 1-.218.218C11.62 5 11.48 5 11.2 5h-.4c-.28 0-.42 0-.527-.054a.5.5 0 0 1-.218-.219C10 4.62 10 4.48 10 4.2v-.4Zm.055 7.473C10 11.38 10 11.52 10 11.8v.4c0 .28 0 .42.055.527a.5.5 0 0 0 .218.218c.107.055.247.055.527.055h.4c.28 0 .42 0 .527-.055a.5.5 0 0 0 .218-.218C12 12.62 12 12.48 12 12.2v-.4c0-.28 0-.42-.055-.527a.5.5 0 0 0-.218-.218C11.62 11 11.48 11 11.2 11h-.4c-.28 0-.42 0-.527.055a.5.5 0 0 0-.218.218ZM10 7.8c0-.28 0-.42.055-.527a.5.5 0 0 1 .218-.218C10.38 7 10.52 7 10.8 7h.4c.28 0 .42 0 .527.054a.5.5 0 0 1 .218.219C12 7.38 12 7.52 12 7.8v.4c0 .28 0 .42-.055.527a.5.5 0 0 1-.218.218C11.62 9 11.48 9 11.2 9h-.4c-.28 0-.42 0-.527-.055a.5.5 0 0 1-.218-.218C10 8.62 10 8.48 10 8.2v-.4Z" clip-rule="evenodd" /></symbol>', 16, 16);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20ArrowUpRightOutSquareOutline", "arrow_up_right_out_square_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="arrow_up_right_out_square_outline_20"><path d="M8.317 2c-.952 0-1.713 0-2.327.05-.63.052-1.172.16-1.67.413a4.25 4.25 0 0 0-1.857 1.858c-.253.497-.361 1.04-.413 1.67C2 6.603 2 7.364 2 8.316v3.366c0 .952 0 1.713.05 2.327.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.858 1.857c.497.253 1.04.361 1.67.413.613.05 1.374.05 2.326.05h3.366c.952 0 1.713 0 2.327-.05.63-.052 1.172-.16 1.67-.413a4.251 4.251 0 0 0 1.857-1.857c.253-.498.361-1.04.413-1.67.05-.614.05-1.375.05-2.327V10.25a.75.75 0 0 0-1.5 0v1.4c0 .992 0 1.692-.045 2.238-.044.537-.127.86-.255 1.11A2.751 2.751 0 0 1 15 16.2c-.252.128-.574.21-1.111.255-.546.044-1.245.045-2.238.045h-3.3c-.992 0-1.692 0-2.238-.045-.537-.044-.86-.127-1.11-.255A2.75 2.75 0 0 1 3.8 15c-.128-.252-.21-.574-.255-1.111-.044-.546-.045-1.245-.045-2.238v-3.3c0-.992 0-1.692.045-2.238.044-.537.127-.86.255-1.11A2.75 2.75 0 0 1 5.002 3.8c.25-.128.573-.21 1.11-.255.546-.044 1.246-.045 2.238-.045h1.4a.75.75 0 0 0 0-1.5H8.317Zm4.433 0a.75.75 0 0 0 0 1.5h2.69l-4.22 4.22a.75.75 0 0 0 1.06 1.06l4.22-4.22v2.69a.75.75 0 0 0 1.5 0v-4.5a.75.75 0 0 0-.75-.75h-4.5Z" /></symbol>', 20, 20);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20BookSpreadOutline", "book_spread_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="book_spread_outline_20"><path fill-rule="evenodd" d="M10 4.346C8.326 3.355 6.668 2.97 4.414 3h-.116c-.585.007-1.109.013-1.588.262a2.34 2.34 0 0 0-.969.982 2.255 2.255 0 0 0-.218.842c-.023.265-.023.582-.023.943v6.564c0 .564 0 1.028.028 1.403.028.384.09.747.254 1.082.266.54.612.903 1.14 1.194.338.187.736.263 1.155.31.422.047.961.073 1.632.104l.027.001c1.506.071 2.649.41 3.853 1.19a.773.773 0 0 0 .332.119.75.75 0 0 0 .437-.087l.016-.009.008-.004a.813.813 0 0 0 .03-.019c1.204-.781 2.347-1.123 3.854-1.197h.026c.672-.034 1.213-.06 1.635-.108.419-.048.817-.124 1.155-.311a2.576 2.576 0 0 0 1.136-1.194c.165-.335.226-.698.254-1.082.028-.374.028-.838.028-1.403v-6.55c0-.36 0-.678-.023-.943a2.245 2.245 0 0 0-.218-.842 2.331 2.331 0 0 0-.969-.981c-.479-.25-1.003-.256-1.587-.263l-.116-.001c-2.255-.03-3.912.353-5.587 1.344Zm.75 1.3v10.33c1.067-.493 2.164-.731 3.442-.794a27.68 27.68 0 0 0 1.566-.1c.376-.043.529-.096.597-.134a1.09 1.09 0 0 0 .517-.543c.04-.082.082-.222.104-.53.024-.313.024-.722.024-1.321V6.06c0-.398 0-.65-.017-.843a.814.814 0 0 0-.063-.295.838.838 0 0 0-.323-.327c-.123-.064-.261-.084-1.03-.094-2.026-.028-3.408.306-4.817 1.143Zm-1.5 0c-1.41-.839-2.792-1.174-4.817-1.147-.769.01-.907.03-1.03.094a.838.838 0 0 0-.323.327.814.814 0 0 0-.063.295A10.98 10.98 0 0 0 3 6.058v6.506c0 .6 0 1.009.024 1.321.022.309.064.449.104.531.13.265.26.4.518.543.07.038.222.09.597.132.368.041.86.065 1.563.098 1.279.06 2.376.295 3.444.788V5.646Zm6.5 6.071a.75.75 0 0 0-.775-.724c-.833.028-1.688.134-2.441.366a.75.75 0 0 0 .441 1.434c.585-.18 1.298-.276 2.05-.301a.75.75 0 0 0 .725-.775Zm-10.725-.724a.75.75 0 0 0-.05 1.499c.752.025 1.465.12 2.05.3a.75.75 0 0 0 .441-1.433c-.753-.232-1.608-.338-2.44-.366Zm10.725-3.09a.75.75 0 0 0-.775-.725c-.833.028-1.688.134-2.441.366a.75.75 0 1 0 .441 1.434c.585-.18 1.298-.276 2.05-.3a.75.75 0 0 0 .725-.776ZM5.025 7.177a.75.75 0 1 0-.05 1.5c.752.024 1.465.12 2.05.3a.75.75 0 1 0 .441-1.434c-.753-.232-1.608-.338-2.44-.366Z" clip-rule="evenodd" /></symbol>', 20, 20);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20CheckbackPrizeOutline", "checkback_prize_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="checkback_prize_outline_20"><path fill-rule="evenodd" d="M8.865 2.154c.461.367.87.872 1.187 1.49.232-.387.505-.721.808-.985.405-.355.902-.615 1.45-.65.573-.038 1.113.176 1.546.61.432.431.647.97.644 1.533-.003.549-.21 1.072-.528 1.518-.08.114-.17.224-.267.33h1.04c.46 0 .852 0 1.17.028.334.028.667.092.977.27.456.26.806.673.99 1.165.124.334.133.673.108 1.007a14.77 14.77 0 0 1-.163 1.16l-.725 4.418a20.648 20.648 0 0 1-.264 1.422c-.096.397-.22.75-.436 1.075a3.25 3.25 0 0 1-1.377 1.17c-.355.159-.724.225-1.13.255-.392.03-.868.03-1.447.03H7.544c-.58 0-1.057 0-1.448-.03-.407-.03-.777-.096-1.132-.256a3.25 3.25 0 0 1-1.377-1.171c-.215-.325-.34-.679-.436-1.076a20.663 20.663 0 0 1-.262-1.425l-.72-4.416a14.57 14.57 0 0 1-.161-1.159c-.025-.333-.016-.672.11-1.006a2.25 2.25 0 0 1 .989-1.164c.31-.177.642-.24.975-.27C4.401 6 4.792 6 5.252 6h.788a4.022 4.022 0 0 1-.5-.62c-.646-.992-.81-2.34.083-3.233a2.138 2.138 0 0 1 1.627-.642c.582.025 1.14.272 1.615.65Zm-1.678.85a.64.64 0 0 0-.503.204c-.198.198-.32.69.112 1.353.388.595 1.179 1.194 2.403 1.38-.167-1.293-.717-2.175-1.267-2.612-.286-.227-.548-.317-.745-.325Zm5.608.675c-.152-.152-.278-.18-.387-.173-.131.008-.328.078-.562.282-.442.387-.877 1.14-1.04 2.135.93-.18 1.607-.65 1.945-1.124.18-.253.248-.48.249-.654a.629.629 0 0 0-.205-.466Zm-8.943 3.92c.037-.021.12-.056.36-.077.246-.021.572-.022 1.07-.022h3.141l-.538.77a.75.75 0 1 0 1.23.86l.97-1.391 1.579 1.979a.75.75 0 0 0 1.172-.936L11.814 7.5h2.9c.5 0 .826 0 1.073.022.24.02.322.056.36.077a.75.75 0 0 1 .33.389c.014.04.035.127.017.367-.019.247-.071.57-.152 1.062l-.18 1.095-1.13-.457a.75.75 0 1 0-.563 1.39l1.444.584-.255 1.551L3.755 9.294a.754.754 0 0 0-.125-.033 11.359 11.359 0 0 1-.125-.907c-.018-.24.003-.327.018-.367a.75.75 0 0 1 .33-.388Zm.051 3.343.27 1.659 4.314 1.438a.75.75 0 1 1-.474 1.422l-3.566-1.188c.059.349.108.618.162.841.075.311.148.479.229.601.182.277.44.495.741.63.134.061.311.106.63.13.328.024.748.025 1.364.025h4.846c.615 0 1.034 0 1.362-.025.319-.024.495-.069.63-.129a1.75 1.75 0 0 0 .74-.63c.082-.122.154-.29.23-.6l.009-.038-11.487-4.136Z" clip-rule="evenodd" /></symbol>', 20, 20);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20CommentAddBadgeOutline", "comment_add_badge_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="comment_add_badge_outline_20"><path fill-rule="evenodd" d="M14.002 11a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm.745-7.248a.75.75 0 1 0-1.5 0l.001 1.498H11.75a.75.75 0 0 0 0 1.5h1.499v1.5a.75.75 0 1 0 1.5-.001v-1.5h1.5a.75.75 0 0 0 0-1.5h-1.5l-.002-1.497ZM7.254 2.5h-.532c-.152 0-.324 0-.503-.002-.616-.003-1.326-.006-1.672.022-.463.038-.906.135-1.297.334a3.15 3.15 0 0 0-1.4 1.396c-.2.39-.292.829-.33 1.292-.028.337-.025.734-.022 1.197l.002.48v3.562c0 .674 0 1.224.037 1.672.037.463.118.882.317 1.272a3.25 3.25 0 0 0 1.42 1.42c.391.2.81.28 1.273.318.277.023.593.032.953.035v1.601c0 .277 0 .532.018.735.016.185.168.455.393.718.26.304.775.48 1.174.448.345-.027.612-.142.755-.262a6.91 6.91 0 0 0 .492-.449l2.795-2.789H15c2.355 0 3.376-1.5 3.492-3.121.033-.46-.175-.813-.55-.89-.314-.065-.865.023-.942.738-.122 1.132-.64 1.773-2 1.773h-4.14a.864.864 0 0 0-.578.22l-3.197 3.194-.043.043A8.757 8.757 0 0 1 7 17.5v-2.75a.75.75 0 0 0-.75-.75c-.712 0-1.202 0-1.58-.032-.371-.03-.57-.085-.714-.159a1.75 1.75 0 0 1-.765-.764c-.074-.145-.13-.344-.16-.714-.03-.38-.031-.869-.031-1.581v-3.5l-.001-.441c-.002-.482-.003-.845.021-1.14.03-.37.097-.575.17-.719.169-.33.43-.602.76-.77.144-.073.349-.13.72-.16.302-.025.997-.023 1.627-.02h.957a.75.75 0 0 0 0-1.5Z" /></symbol>', 20, 20);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20LocationMapOutline", "location_map_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="location_map_outline_20"><path d="M11.5 6.502a1.502 1.502 0 1 1-3.003 0 1.502 1.502 0 0 1 3.004 0ZM6.523 2.989C7.427 2.1 8.672 1.5 10.003 1.5s2.575.601 3.48 1.49c.903.888 1.519 2.117 1.519 3.435 0 2.716-1.785 5.143-3.042 6.532l-.046.05c-.326.362-.627.695-1.173.884-.238.083-.51.11-.738.11-.227 0-.5-.027-.738-.11-.546-.19-.847-.522-1.173-.883l-.046-.051C6.79 11.567 5.002 9.14 5.002 6.424c0-1.32.617-2.547 1.52-3.435Zm1.051 1.07c-.669.657-1.072 1.516-1.072 2.365 0 2.118 1.437 4.179 2.656 5.526.384.424.445.471.599.524a.928.928 0 0 0 .246.027.928.928 0 0 0 .246-.027c.153-.053.215-.1.598-.524 1.22-1.347 2.655-3.407 2.655-5.525 0-.849-.403-1.708-1.071-2.366C11.763 3.403 10.882 3 10.003 3c-.88 0-1.76.402-2.429 1.059Zm-2.373 8.846a.75.75 0 1 0-.95-1.161c-.795.651-1.253 1.747-1.253 2.604 0 1.396 1.009 2.448 2.253 3.109 1.267.673 2.947 1.048 4.715 1.048 1.768 0 3.467-.374 4.753-1.07C15.993 16.747 17 15.653 17 14.193c0-.912-.47-1.81-1.253-2.438a.75.75 0 0 0-.939 1.17c.48.385.692.873.692 1.268 0 .678-.462 1.365-1.494 1.923-1.02.55-2.461.889-4.04.889-1.577 0-3.005-.338-4.011-.873-1.029-.546-1.457-1.197-1.457-1.784 0-.428.272-1.09.703-1.443Z" /></symbol>', 20, 20);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20LockCircleFillBlack", "lock_circle_fill_black_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="lock_circle_fill_black_20"><rect width="20" height="20" fill="url(#lock_circle_fill_black_20_a)" rx="10" /><path fill="#fff" fill-rule="evenodd" d="M6.5 8.014c-.294.018-.503.059-.681.15a1.5 1.5 0 0 0-.656.655C5 9.139 5 9.559 5 10.4v2.2c0 .84 0 1.26.163 1.581a1.5 1.5 0 0 0 .656.655c.32.164.74.164 1.581.164h5.2c.84 0 1.26 0 1.581-.164a1.5 1.5 0 0 0 .655-.655c.164-.32.164-.74.164-1.581v-2.2c0-.84 0-1.26-.164-1.581a1.5 1.5 0 0 0-.655-.656c-.178-.09-.387-.13-.681-.149V7a3.5 3.5 0 1 0-7 0v1.014ZM12 8H8V7a2 2 0 1 1 4 0v1Z" clip-rule="evenodd" /><defs><linearGradient id="lock_circle_fill_black_20_a" x1="-10" x2="10" y1="10" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="#626466" /><stop offset="1" stop-color="#444647" /></linearGradient></defs></symbol>', 20, 20);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20MusicMicOutline", "music_mic_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="music_mic_outline_20"><path fill-rule="evenodd" d="M16.5 6.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm1.5 0a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-7.276 6.852a.769.769 0 0 0 .115-1.066.732.732 0 0 0-1.043-.118L4.75 16.294a.803.803 0 0 1-1.053-.009.613.613 0 0 1-.08-.834l4.218-5.208a.769.769 0 0 0-.1-1.067.732.732 0 0 0-1.044.101l-4.217 5.209c-.723.892-.584 2.183.235 2.93.85.775 2.107.765 2.968.06l5.048-4.124Z" clip-rule="evenodd" /></symbol>', 20, 20);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20SongOutline", "song_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="song_outline_20"><path fill-rule="evenodd" d="M15.235 1.678a.75.75 0 0 0-.606-.168 25.527 25.527 0 0 0-1.367.269c-.758.168-1.736.419-2.5.734-1.295.535-1.513 1.898-1.514 2.834l-.001 1.152a3094.12 3094.12 0 0 0-.001 6.026c-1.979.132-3.363.793-4.121 1.743-.87 1.09-.83 2.499.087 3.416.877.876 2.3 1.071 3.474.466 1.22-.629 2.064-2.035 2.064-4.15l-.003-1-.001-.526-.001-1.681c0-1.14 0-2.504.002-3.715l2.559-.676c.99-.262 1.913-1.027 2.067-2.2a16.6 16.6 0 0 0 .127-1.905.787.787 0 0 0-.265-.619Zm-4.487 3.848 2.175-.575c.562-.148.908-.524.963-.943.038-.29.063-.583.08-.846-.119.024-.246.052-.378.081-.742.165-1.615.393-2.253.656-.367.152-.586.587-.587 1.449v.178ZM9.25 14.028c-1.65.128-2.551.672-2.953 1.176-.44.551-.35 1.093-.025 1.419.382.381 1.088.523 1.727.193.591-.304 1.244-1.096 1.25-2.788Z" clip-rule="evenodd" /></symbol>', 20, 20);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20TextOutline", "text_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="text_outline_20"><path d="M9.794 15.478c.522 0 .898-.364.898-.885 0-.17-.035-.342-.119-.587L7.651 5.533C7.4 4.813 6.997 4.5 6.335 4.5c-.654 0-1.057.327-1.3 1.04l-2.917 8.466c-.083.23-.118.439-.118.587 0 .543.355.885.905.885.466 0 .73-.246.897-.825l.661-2.037h3.751l.662 2.052c.16.572.431.81.918.81Zm-2.048-4.466H4.918l1.383-4.49h.048l1.397 4.49Zm9.412 4.488c.487 0 .842-.335.842-.93V9.638c0-1.583-1.19-2.616-3.02-2.616-1.413 0-2.486.58-2.862 1.494a1.229 1.229 0 0 0-.118.506c0 .445.306.743.73.743.293 0 .523-.12.704-.372.431-.676.801-.921 1.476-.921.856 0 1.378.475 1.378 1.3v.853l-1.955.12c-1.796.118-2.805.958-2.805 2.355 0 1.42 1.037 2.379 2.464 2.379.953 0 1.878-.528 2.303-1.383h.035v.55c.028.55.355.855.828.855Zm-2.638-1.42c-.751 0-1.26-.408-1.26-1.055 0-.624.481-1.026 1.316-1.085l1.712-.112v.602c0 .952-.793 1.65-1.768 1.65Z" /></symbol>', 20, 20);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20Users3", "users_3_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="users_3_20"><path d="M10 10.5c1.941 0 5.5.714 5.5 3.571 0 1.25-.323 1.429-.97 1.429H5.47c-.646 0-.97-.179-.97-1.429 0-2.857 3.559-3.571 5.5-3.571ZM10 4a2.5 2.5 0 1 1 .001 4.999A2.5 2.5 0 0 1 10 4Zm-5.762 7.005A6.55 6.55 0 0 0 4 11c-1.412 0-4 .5-4 2.5 0 .875.235 1 .706 1H3.01a7.22 7.22 0 0 1-.01-.429c0-1.325.516-2.329 1.238-3.066ZM16.989 14.5h2.305c.47 0 .706-.125.706-1 0-2-2.588-2.5-4-2.5-.076 0-.156.002-.238.005.722.737 1.238 1.74 1.238 3.066 0 .135-.003.28-.011.429ZM6 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm10 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" /></symbol>', 20, 20);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon24ArrowUpRightOutline", "arrow_up_right_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="arrow_up_right_outline_24"><path fill-rule="evenodd" d="M8.15 5.902a.9.9 0 0 1 .9-.9h9.05a.9.9 0 0 1 .9.9l-.003 9a.9.9 0 1 1-1.8 0l.003-6.826L6.537 18.74a.9.9 0 1 1-1.273-1.273L15.928 6.802H9.049a.9.9 0 0 1-.9-.9Z" clip-rule="evenodd" /></symbol>', 24, 24);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { makeIcon } from "../SvgIcon";
|
|
2
|
-
export default makeIcon("Icon24LinkCircle", "link_circle_24", "0 0 24 24", '<symbol
|
|
2
|
+
export default makeIcon("Icon24LinkCircle", "link_circle_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="link_circle_24"><path fill-rule="evenodd" d="M4.929 4.929A9.972 9.972 0 0 1 12 2a9.972 9.972 0 0 1 7.071 2.929A9.971 9.971 0 0 1 22 12a9.971 9.971 0 0 1-2.929 7.071A9.972 9.972 0 0 1 12 22a9.972 9.972 0 0 1-7.071-2.929A9.972 9.972 0 0 1 2 12a9.972 9.972 0 0 1 2.929-7.071ZM12 3.8a8.172 8.172 0 0 0-5.798 2.402A8.172 8.172 0 0 0 3.8 12a8.17 8.17 0 0 0 2.402 5.798A8.171 8.171 0 0 0 12 20.2a8.172 8.172 0 0 0 5.798-2.402A8.172 8.172 0 0 0 20.2 12a8.171 8.171 0 0 0-2.402-5.798A8.172 8.172 0 0 0 12 3.8ZM9 8.9a.9.9 0 0 1 .9-.9h5.2a.9.9 0 0 1 .9.9v5.2a.9.9 0 1 1-1.8 0v-3.027l-4.664 4.663a.9.9 0 1 1-1.272-1.272L12.927 9.8H9.9a.9.9 0 0 1-.9-.9Z" clip-rule="evenodd" /></symbol>', 24, 24);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { makeIcon } from "../SvgIcon";
|
|
2
|
-
export default makeIcon("Icon28CanisterOutline", "canister_outline_28", "0 0 28 28", '<symbol fill="
|
|
2
|
+
export default makeIcon("Icon28CanisterOutline", "canister_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="canister_outline_28"><path fill-rule="evenodd" d="M9.293 11.293a1 1 0 0 1 1.414 0l.707.707h5.172l.707-.707a1 1 0 0 1 1.414 1.414l-.707.707v5.172l.707.707a1 1 0 0 1-1.414 1.414L16.586 20h-5.172l-.707.707a1 1 0 1 1-1.414-1.414l.707-.707v-5.172l-.707-.707a1 1 0 0 1 0-1.414ZM12 14v4h4v-4h-4ZM6.568 2h1.864c.252 0 .498 0 .706.017.229.019.499.063.77.201a2 2 0 0 1 .874.874c.138.271.182.541.201.77.017.208.017.454.017.706v.282l.702-.316c4.096-1.843 6.144-2.765 7.798-2.472a5.45 5.45 0 0 1 3.554 2.298C24 5.75 24 7.995 24 12.486V16.4c0 3.36 0 5.04-.654 6.324a6 6 0 0 1-2.622 2.622C19.44 26 17.76 26 14.4 26h-.8c-3.36 0-5.04 0-6.324-.654a6 6 0 0 1-2.622-2.622C4 21.44 4 19.76 4 16.4V4.568c0-.252 0-.498.017-.706a2.03 2.03 0 0 1 .201-.77 2 2 0 0 1 .874-.874 2.03 2.03 0 0 1 .77-.201C6.07 2 6.316 2 6.568 2ZM6 9.293V16.4c0 1.713.002 2.878.075 3.778.072.877.202 1.325.361 1.638a4 4 0 0 0 1.748 1.748c.313.16.761.29 1.638.36.9.075 2.065.076 3.778.076h.8c1.713 0 2.878-.002 3.778-.075.877-.072 1.325-.202 1.638-.36a4 4 0 0 0 1.748-1.749c.16-.313.29-.761.36-1.638.074-.9.076-2.065.076-3.778v-3.914c0-2.284-.002-3.86-.11-5.045-.108-1.182-.303-1.682-.489-1.955a3.45 3.45 0 0 0-2.25-1.454c-.324-.058-.86-.03-1.983.356-1.124.388-2.562 1.033-4.646 1.97L6 9.293ZM6 7.1V4.6c0-.296 0-.459.01-.575l.001-.014h.014C6.14 4 6.303 4 6.6 4h1.8c.297 0 .459 0 .575.01l.014.001v.014C9 4.14 9 4.304 9 4.6v1.15L6 7.1Z" clip-rule="evenodd" /></symbol>', 28, 28);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon28CheckbackPrizeOutline", "checkback_prize_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="checkback_prize_outline_28"><path fill-rule="evenodd" d="M12.328 2.796c.706.533 1.321 1.309 1.774 2.283a4.856 4.856 0 0 1 1.227-1.403c.557-.42 1.215-.683 1.909-.676.709.008 1.373.298 1.91.836.545.545.843 1.212.856 1.926.012.701-.25 1.362-.672 1.921-.082.109-.17.214-.264.317H22a3 3 0 0 1 2.964 3.467L23.43 21.2a4.5 4.5 0 0 1-4.446 3.8H9.008a4.5 4.5 0 0 1-4.447-3.805l-1.523-9.731A3 3 0 0 1 6.003 8h2.306a4.763 4.763 0 0 1-.564-.628c-.498-.667-.782-1.449-.742-2.267.041-.825.408-1.597 1.052-2.241 1.24-1.24 2.973-1.05 4.273-.068Zm-1.085 1.437c.8.604 1.594 1.862 1.806 3.767h-.438c-1.725-.258-2.877-.972-3.423-1.704-.293-.392-.403-.77-.386-1.101.016-.324.157-.69.527-1.059.424-.424 1.106-.513 1.914.097ZM15.212 8h-.233c.204-1.447.824-2.427 1.434-2.887.31-.233.588-.315.805-.313.203.003.427.078.658.309.245.245.324.479.328.685.003.22-.078.498-.31.807-.438.581-1.35 1.17-2.682 1.399ZM5.015 11.155A1 1 0 0 1 6.003 10h6.13l-.963 1.445a1 1 0 1 0 1.665 1.11l1.216-1.824 2.152 2.869a1 1 0 0 0 1.6-1.2l-1.8-2.4H22a1 1 0 0 1 .988 1.156l-.557 3.537-1.555-.621a1 1 0 0 0-.743 1.857l1.978.79-.382 2.426-16.38-6.082a.894.894 0 0 0-.038-.014l-.296-1.894Zm.65 4.159.362 2.31 6.302 2.181a1 1 0 1 1-.654 1.89l-5.298-1.834.16 1.025A2.5 2.5 0 0 0 9.008 23h9.976a2.5 2.5 0 0 0 2.413-1.845l-15.73-5.841Z" clip-rule="evenodd" /></symbol>', 28, 28);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon28Hearts2Outline", "hearts_2_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="hearts_2_outline_28"><path d="M13.079 3c-2.61 0-4.732 1.993-5.04 4.528a1 1 0 0 0 1.985.242C10.216 6.19 11.527 5 13.079 5c.867 0 1.801.564 2.767 1.95.438.629 1.37.629 1.808 0C18.62 5.564 19.554 5 20.421 5 22.1 5 23.5 6.398 23.5 8.169c0 .733-.12 1.296-.378 1.828-.265.547-.704 1.12-1.43 1.83a1 1 0 0 0 1.397 1.43c.812-.793 1.428-1.552 1.833-2.388.412-.851.578-1.723.578-2.7C25.5 5.335 23.246 3 20.42 3c-1.454 0-2.672.759-3.67 1.87C15.752 3.76 14.534 3 13.079 3m-5.5 7.5c-2.825 0-5.079 2.335-5.079 5.169 0 1.509.397 2.702 1.354 3.926.903 1.155 2.312 2.342 4.27 3.899l2.05 1.63c.631.501 1.52.501 2.151 0l2.052-1.63c1.957-1.557 3.365-2.744 4.268-3.899C19.603 18.371 20 17.178 20 15.67c0-2.834-2.253-5.169-5.079-5.169-1.467 0-2.684.813-3.671 1.932-.987-1.119-2.204-1.932-3.671-1.932ZM4.5 15.669c0-1.771 1.399-3.169 3.079-3.169.846 0 1.78.602 2.766 2.02.439.63 1.371.63 1.81 0 .985-1.418 1.92-2.02 2.766-2.02 1.68 0 3.079 1.398 3.079 3.169 0 1.068-.252 1.827-.93 2.694-.733.938-1.947 1.983-3.938 3.565l-1.882 1.496-1.882-1.496c-1.99-1.582-3.205-2.627-3.938-3.565-.678-.867-.93-1.626-.93-2.694Z" clip-rule="evenodd" /></symbol>', 28, 28);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { makeIcon } from "../SvgIcon";
|
|
2
|
-
export default makeIcon("Icon28SparkleOutline", "sparkle_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="sparkle_outline_28"><path fill-rule="evenodd" d="
|
|
2
|
+
export default makeIcon("Icon28SparkleOutline", "sparkle_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="sparkle_outline_28"><path fill-rule="evenodd" d="M14.01 7.396c-.587 1.453-1.391 3.03-2.488 4.126-1.097 1.097-2.673 1.901-4.126 2.488 1.453.586 3.03 1.39 4.126 2.487 1.096 1.096 1.9 2.67 2.488 4.12.587-1.45 1.391-3.024 2.487-4.12 1.097-1.096 2.67-1.9 4.12-2.487-1.45-.587-3.023-1.392-4.12-2.488-1.097-1.097-1.9-2.673-2.487-4.126Zm-1.042-3.081c-.647 2.14-1.597 4.531-2.86 5.793-1.262 1.263-3.652 2.213-5.793 2.86a35.623 35.623 0 0 1-1.717.474l-.262.065c-.448.11-.448.896 0 1.005l.262.066a40.07 40.07 0 0 1 1.717.473c2.14.647 4.531 1.598 5.793 2.86 1.263 1.262 2.213 3.645 2.86 5.779a35.771 35.771 0 0 1 .473 1.71l.066.264c.11.448.895.448 1.005 0a45.763 45.763 0 0 1 .361-1.366c.057-.2.116-.403.179-.608.646-2.134 1.597-4.517 2.859-5.78 1.262-1.261 3.645-2.212 5.78-2.858a35.771 35.771 0 0 1 1.71-.474l.263-.066c.448-.11.448-.895 0-1.005a45.763 45.763 0 0 1-1.366-.361c-.2-.057-.402-.116-.608-.178-2.134-.647-4.517-1.598-5.779-2.86-1.262-1.262-2.213-3.652-2.86-5.793a36.542 36.542 0 0 1-.539-1.98c-.11-.447-.895-.447-1.005 0a44.367 44.367 0 0 1-.36 1.367c-.057.201-.116.406-.179.613Z" clip-rule="evenodd" /></symbol>', 28, 28);
|
package/dist/es6/index.js
CHANGED
|
@@ -137,6 +137,7 @@ export { default as Icon16CloudSunSnow } from "./16/cloud_sun_snow";
|
|
|
137
137
|
export { default as Icon16ColorPickerOutline } from "./16/color_picker_outline";
|
|
138
138
|
export { default as Icon16Comment } from "./16/comment";
|
|
139
139
|
export { default as Icon16CommentOutline } from "./16/comment_outline";
|
|
140
|
+
export { default as Icon16Compass } from "./16/compass";
|
|
140
141
|
export { default as Icon16Connection } from "./16/connection";
|
|
141
142
|
export { default as Icon16Crop } from "./16/crop";
|
|
142
143
|
export { default as Icon16CropOutline } from "./16/crop_outline";
|
|
@@ -213,6 +214,7 @@ export { default as Icon16LockOpen } from "./16/lock_open";
|
|
|
213
214
|
export { default as Icon16LockOutline } from "./16/lock_outline";
|
|
214
215
|
export { default as Icon16LogoAndroid } from "./16/logo_android";
|
|
215
216
|
export { default as Icon16LogoApple } from "./16/logo_apple";
|
|
217
|
+
export { default as Icon16LogoClips } from "./16/logo_clips";
|
|
216
218
|
export { default as Icon16LogoVk } from "./16/logo_vk";
|
|
217
219
|
export { default as Icon16LogoVkVideo } from "./16/logo_vk_video";
|
|
218
220
|
export { default as Icon16MailOutline } from "./16/mail_outline";
|
|
@@ -235,6 +237,7 @@ export { default as Icon16MoneyCircleOutline } from "./16/money_circle_outline";
|
|
|
235
237
|
export { default as Icon16Moon } from "./16/moon";
|
|
236
238
|
export { default as Icon16MoreHorizontal } from "./16/more_horizontal";
|
|
237
239
|
export { default as Icon16MoreVertical } from "./16/more_vertical";
|
|
240
|
+
export { default as Icon16Music } from "./16/music";
|
|
238
241
|
export { default as Icon16MusicMic } from "./16/music_mic";
|
|
239
242
|
export { default as Icon16Muted } from "./16/muted";
|
|
240
243
|
export { default as Icon16NeutralFaceOutline } from "./16/neutral_face_outline";
|
|
@@ -295,6 +298,7 @@ export { default as Icon16StarCircleFillBlue } from "./16/star_circle_fill_blue"
|
|
|
295
298
|
export { default as Icon16StarCircleFillGray } from "./16/star_circle_fill_gray";
|
|
296
299
|
export { default as Icon16StarCircleFillYellow } from "./16/star_circle_fill_yellow";
|
|
297
300
|
export { default as Icon16Stars } from "./16/stars";
|
|
301
|
+
export { default as Icon16Story } from "./16/story";
|
|
298
302
|
export { default as Icon16StoryOutline } from "./16/story_outline";
|
|
299
303
|
export { default as Icon16Sun } from "./16/sun";
|
|
300
304
|
export { default as Icon16Sync } from "./16/sync";
|
|
@@ -315,6 +319,7 @@ export { default as Icon16UserOutline } from "./16/user_outline";
|
|
|
315
319
|
export { default as Icon16Users } from "./16/users";
|
|
316
320
|
export { default as Icon16Users2Outline } from "./16/users_2_outline";
|
|
317
321
|
export { default as Icon16Verified } from "./16/verified";
|
|
322
|
+
export { default as Icon16Video } from "./16/video";
|
|
318
323
|
export { default as Icon16VideoAdvertisement } from "./16/video_advertisement";
|
|
319
324
|
export { default as Icon16Videocam } from "./16/videocam";
|
|
320
325
|
export { default as Icon16View } from "./16/view";
|
|
@@ -354,6 +359,7 @@ export { default as Icon20ArrowshapeRightOutline } from "./20/arrowshape_right_o
|
|
|
354
359
|
export { default as Icon20ArrowshapeUpRightOutline } from "./20/arrowshape_up_right_outline";
|
|
355
360
|
export { default as Icon20ArrowTurnRightOutline } from "./20/arrow_turn_right_outline";
|
|
356
361
|
export { default as Icon20ArrowUpOutline } from "./20/arrow_up_outline";
|
|
362
|
+
export { default as Icon20ArrowUpRightOutSquareOutline } from "./20/arrow_up_right_out_square_outline";
|
|
357
363
|
export { default as Icon20ArrowUturnLeftOutline } from "./20/arrow_uturn_left_outline";
|
|
358
364
|
export { default as Icon20ArticleBoxOutline } from "./20/article_box_outline";
|
|
359
365
|
export { default as Icon20ArticleOutline } from "./20/article_outline";
|
|
@@ -365,6 +371,7 @@ export { default as Icon20BlockOutline } from "./20/block_outline";
|
|
|
365
371
|
export { default as Icon20BombOutline } from "./20/bomb_outline";
|
|
366
372
|
export { default as Icon20BookmarkOutline } from "./20/bookmark_outline";
|
|
367
373
|
export { default as Icon20BookOutline } from "./20/book_outline";
|
|
374
|
+
export { default as Icon20BookSpreadOutline } from "./20/book_spread_outline";
|
|
368
375
|
export { default as Icon20BoxCircleFillBlue } from "./20/box_circle_fill_blue";
|
|
369
376
|
export { default as Icon20BrokenHeartOutline } from "./20/broken_heart_outline";
|
|
370
377
|
export { default as Icon20BrushOutline } from "./20/brush_outline";
|
|
@@ -382,6 +389,7 @@ export { default as Icon20CarOutline } from "./20/car_outline";
|
|
|
382
389
|
export { default as Icon20CashOutOutline } from "./20/cash_out_outline";
|
|
383
390
|
export { default as Icon20Chain } from "./20/chain";
|
|
384
391
|
export { default as Icon20Check } from "./20/check";
|
|
392
|
+
export { default as Icon20CheckbackPrizeOutline } from "./20/checkback_prize_outline";
|
|
385
393
|
export { default as Icon20CheckBoxIndetermanate } from "./20/check_box_indetermanate";
|
|
386
394
|
export { default as Icon20CheckBoxOff } from "./20/check_box_off";
|
|
387
395
|
export { default as Icon20CheckBoxOn } from "./20/check_box_on";
|
|
@@ -411,6 +419,7 @@ export { default as Icon20CloudArrowUpOutline } from "./20/cloud_arrow_up_outlin
|
|
|
411
419
|
export { default as Icon20CloudOutline } from "./20/cloud_outline";
|
|
412
420
|
export { default as Icon20ColorPickerOutline } from "./20/color_picker_outline";
|
|
413
421
|
export { default as Icon20ColumnsSquare } from "./20/columns_square";
|
|
422
|
+
export { default as Icon20CommentAddBadgeOutline } from "./20/comment_add_badge_outline";
|
|
414
423
|
export { default as Icon20CommentCircleFillGray } from "./20/comment_circle_fill_gray";
|
|
415
424
|
export { default as Icon20CommentCircleFillGreen } from "./20/comment_circle_fill_green";
|
|
416
425
|
export { default as Icon20CommentDisableOutline } from "./20/comment_disable_outline";
|
|
@@ -506,6 +515,8 @@ export { default as Icon20ListLikeCircleFillBlue } from "./20/list_like_circle_f
|
|
|
506
515
|
export { default as Icon20ListPenOutline } from "./20/list_pen_outline";
|
|
507
516
|
export { default as Icon20ListPlayOutline } from "./20/list_play_outline";
|
|
508
517
|
export { default as Icon20LiveSlashOutline } from "./20/live_slash_outline";
|
|
518
|
+
export { default as Icon20LocationMapOutline } from "./20/location_map_outline";
|
|
519
|
+
export { default as Icon20LockCircleFillBlack } from "./20/lock_circle_fill_black";
|
|
509
520
|
export { default as Icon20LockOutline } from "./20/lock_outline";
|
|
510
521
|
export { default as Icon20LogoClipsOutline } from "./20/logo_clips_outline";
|
|
511
522
|
export { default as Icon20LogoOldVk } from "./20/logo_old_vk";
|
|
@@ -541,6 +552,7 @@ export { default as Icon20MoonOutline } from "./20/moon_outline";
|
|
|
541
552
|
export { default as Icon20More } from "./20/more";
|
|
542
553
|
export { default as Icon20MoreVertical } from "./20/more_vertical";
|
|
543
554
|
export { default as Icon20MusicMic } from "./20/music_mic";
|
|
555
|
+
export { default as Icon20MusicMicOutline } from "./20/music_mic_outline";
|
|
544
556
|
export { default as Icon20MusicOutline } from "./20/music_outline";
|
|
545
557
|
export { default as Icon20MuteOutline } from "./20/mute_outline";
|
|
546
558
|
export { default as Icon20NarrativeOutline } from "./20/narrative_outline";
|
|
@@ -623,6 +635,7 @@ export { default as Icon20SlidersOutline } from "./20/sliders_outline";
|
|
|
623
635
|
export { default as Icon20SmartphoneOutline } from "./20/smartphone_outline";
|
|
624
636
|
export { default as Icon20SmileOutline } from "./20/smile_outline";
|
|
625
637
|
export { default as Icon20SongCircleFillViolet } from "./20/song_circle_fill_violet";
|
|
638
|
+
export { default as Icon20SongOutline } from "./20/song_outline";
|
|
626
639
|
export { default as Icon20SortOutline } from "./20/sort_outline";
|
|
627
640
|
export { default as Icon20Square4Outline } from "./20/square_4_outline";
|
|
628
641
|
export { default as Icon20StarCircleFillBlue } from "./20/star_circle_fill_blue";
|
|
@@ -645,6 +658,7 @@ export { default as Icon20TargetOutline } from "./20/target_outline";
|
|
|
645
658
|
export { default as Icon20TearOffFlyerOutline } from "./20/tear_off_flyer_outline";
|
|
646
659
|
export { default as Icon20TextLiveCircleFillGreen } from "./20/text_live_circle_fill_green";
|
|
647
660
|
export { default as Icon20TextLiveOutline } from "./20/text_live_outline";
|
|
661
|
+
export { default as Icon20TextOutline } from "./20/text_outline";
|
|
648
662
|
export { default as Icon20ThumbsUpCircleFillGreen } from "./20/thumbs_up_circle_fill_green";
|
|
649
663
|
export { default as Icon20ThumbsUpOutline } from "./20/thumbs_up_outline";
|
|
650
664
|
export { default as Icon20TicketOutline } from "./20/ticket_outline";
|
|
@@ -662,6 +676,7 @@ export { default as Icon20UserOutline } from "./20/user_outline";
|
|
|
662
676
|
export { default as Icon20UserPenOutline } from "./20/user_pen_outline";
|
|
663
677
|
export { default as Icon20UserReplyOutline } from "./20/user_reply_outline";
|
|
664
678
|
export { default as Icon20Users } from "./20/users";
|
|
679
|
+
export { default as Icon20Users3 } from "./20/users_3";
|
|
665
680
|
export { default as Icon20Users3CircleFillBlue } from "./20/users_3_circle_fill_blue";
|
|
666
681
|
export { default as Icon20Users3Outline } from "./20/users_3_outline";
|
|
667
682
|
export { default as Icon20UsersCircleFillBlue } from "./20/users_circle_fill_blue";
|
|
@@ -726,6 +741,7 @@ export { default as Icon24ArrowTurnLeftOutline } from "./24/arrow_turn_left_outl
|
|
|
726
741
|
export { default as Icon24ArrowUp } from "./24/arrow_up";
|
|
727
742
|
export { default as Icon24ArrowUpOutline } from "./24/arrow_up_outline";
|
|
728
743
|
export { default as Icon24ArrowUpRectangle } from "./24/arrow_up_rectangle";
|
|
744
|
+
export { default as Icon24ArrowUpRightOutline } from "./24/arrow_up_right_outline";
|
|
729
745
|
export { default as Icon24ArrowUturnLeftOutline } from "./24/arrow_uturn_left_outline";
|
|
730
746
|
export { default as Icon24ArrowUturnRightOutline } from "./24/arrow_uturn_right_outline";
|
|
731
747
|
export { default as Icon24Article } from "./24/article";
|
|
@@ -1260,6 +1276,7 @@ export { default as Icon28CashOutOutline } from "./28/cash_out_outline";
|
|
|
1260
1276
|
export { default as Icon28ChainCircleFillBlue } from "./28/chain_circle_fill_blue";
|
|
1261
1277
|
export { default as Icon28ChainOutline } from "./28/chain_outline";
|
|
1262
1278
|
export { default as Icon28ChatsOutline } from "./28/chats_outline";
|
|
1279
|
+
export { default as Icon28CheckbackPrizeOutline } from "./28/checkback_prize_outline";
|
|
1263
1280
|
export { default as Icon28CheckCircleDeviceOutline } from "./28/check_circle_device_outline";
|
|
1264
1281
|
export { default as Icon28CheckCircleFill } from "./28/check_circle_fill";
|
|
1265
1282
|
export { default as Icon28CheckCircleFillYellow } from "./28/check_circle_fill_yellow";
|
|
@@ -1384,6 +1401,7 @@ export { default as Icon28HashtagOutline } from "./28/hashtag_outline";
|
|
|
1384
1401
|
export { default as Icon28HeadphonesOutline } from "./28/headphones_outline";
|
|
1385
1402
|
export { default as Icon28HeartCircleOutline } from "./28/heart_circle_outline";
|
|
1386
1403
|
export { default as Icon28Hearts2CircleFillTwilight } from "./28/hearts_2_circle_fill_twilight";
|
|
1404
|
+
export { default as Icon28Hearts2Outline } from "./28/hearts_2_outline";
|
|
1387
1405
|
export { default as Icon28HelpCircleOutline } from "./28/help_circle_outline";
|
|
1388
1406
|
export { default as Icon28HelpOutline } from "./28/help_outline";
|
|
1389
1407
|
export { default as Icon28Hide } from "./28/hide";
|