@vkontakte/icons 2.32.1 → 2.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/12/album_filled.js +12 -0
- package/dist/16/tear_off_flyer.js +12 -0
- package/dist/16/work_outline.js +1 -1
- package/dist/20/bookmark.js +12 -0
- package/dist/20/stars_circle_fill_violet.js +12 -0
- package/dist/24/water_drop_outline.js +12 -0
- package/dist/28/stars_circle_fill_violet.js +1 -1
- package/dist/56/health_outline.js +12 -0
- package/dist/56/lifebuoy_outline.js +12 -0
- package/dist/56/smile_outline.js +12 -0
- package/dist/es6/12/album_filled.js +2 -0
- package/dist/es6/16/tear_off_flyer.js +2 -0
- package/dist/es6/16/work_outline.js +1 -1
- package/dist/es6/20/bookmark.js +2 -0
- package/dist/es6/20/stars_circle_fill_violet.js +2 -0
- package/dist/es6/24/water_drop_outline.js +2 -0
- package/dist/es6/28/stars_circle_fill_violet.js +1 -1
- package/dist/es6/56/health_outline.js +2 -0
- package/dist/es6/56/lifebuoy_outline.js +2 -0
- package/dist/es6/56/smile_outline.js +2 -0
- package/dist/es6/index.js +8 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +44 -12
- package/dist/typings/12/album_filled.d.ts +12 -0
- package/dist/typings/16/tear_off_flyer.d.ts +12 -0
- package/dist/typings/20/bookmark.d.ts +12 -0
- package/dist/typings/20/stars_circle_fill_violet.d.ts +12 -0
- package/dist/typings/24/water_drop_outline.d.ts +12 -0
- package/dist/typings/56/health_outline.d.ts +12 -0
- package/dist/typings/56/lifebuoy_outline.d.ts +12 -0
- package/dist/typings/56/smile_outline.d.ts +12 -0
- package/dist/typings/index.d.ts +8 -0
- package/package.json +1 -1
- package/src/svg/12/album_filled_12.svg +1 -0
- package/src/svg/16/tear_off_flyer_16.svg +1 -0
- package/src/svg/16/work_outline_16.svg +1 -1
- package/src/svg/20/bookmark_20.svg +1 -0
- package/src/svg/20/stars_circle_fill_violet_20.svg +11 -0
- package/src/svg/24/water_drop_outline_24.svg +1 -0
- package/src/svg/28/stars_circle_fill_violet_28.svg +11 -1
- package/src/svg/56/health_outline_56.svg +1 -0
- package/src/svg/56/lifebuoy_outline_56.svg +1 -0
- package/src/svg/56/smile_outline_56.svg +1 -0
- package/ts/12/album_filled.ts +24 -0
- package/ts/16/tear_off_flyer.ts +24 -0
- package/ts/16/work_outline.ts +1 -1
- package/ts/20/bookmark.ts +24 -0
- package/ts/20/stars_circle_fill_violet.ts +24 -0
- package/ts/24/water_drop_outline.ts +24 -0
- package/ts/28/stars_circle_fill_violet.ts +1 -1
- package/ts/56/health_outline.ts +24 -0
- package/ts/56/lifebuoy_outline.ts +24 -0
- package/ts/56/smile_outline.ts +24 -0
- package/ts/index.ts +8 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon12AlbumFilled", "album_filled_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentcolor" fill-rule="evenodd" viewBox="0 0 12 12" id="album_filled_12"><path d="M.218 4.092C0 4.52 0 5.08 0 6.2v2.6c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C1.52 12 2.08 12 3.2 12h5.6c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .874-.874C12 10.48 12 9.92 12 8.8V6.2c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C10.48 3 9.92 3 8.8 3H3.2c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874Zm6.488 2.047L5.051 8.213 4.29 7.148a.357.357 0 0 0-.578 0L2.066 9.447a.35.35 0 0 0 .29.553H9.63c.306 0 .479-.334.294-.566l-2.63-3.295a.38.38 0 0 0-.588 0ZM2 1.5A1.5 1.5 0 0 1 3.5 0h5A1.5 1.5 0 0 1 10 1.5H2Z" /></symbol>', 12, 12, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon16TearOffFlyer", "tear_off_flyer_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="tear_off_flyer_16"><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.317a13.11 13.11 0 0 1-.953.035v-1.744a.75.75 0 0 0-1.5 0V14.5H7v-1.749a.75.75 0 0 0-1.5 0v1.747a13.11 13.11 0 0 1-.953-.035c-.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-.037ZM4.5 5.75A.75.75 0 0 1 5.25 5h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75Zm0 3A.75.75 0 0 1 5.25 8h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
package/dist/16/work_outline.js
CHANGED
|
@@ -9,4 +9,4 @@ Object.defineProperty(exports, "default", {
|
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
11
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
-
var _default = (0, _iconssprite.makeIcon)("Icon16WorkOutline", "work_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="work_outline_16"><path fill-rule="evenodd" d="
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon16WorkOutline", "work_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="work_outline_16"><path fill-rule="evenodd" d="M7.621 1.5h.758c.395 0 .736 0 1.017.023.297.024.592.078.875.222.424.216.768.56.984.984.144.283.198.578.222.875.02.252.023.552.023.896h.379c.395 0 .736 0 1.017.023.297.024.592.078.875.222.424.216.768.56.984.984.144.283.198.578.222.875.023.28.023.622.023 1.017v.555c0 .258 0 .494-.016.692a1.775 1.775 0 0 1-.175.676 1.75 1.75 0 0 1-.81.787c0 .425-.004.788-.029 1.094-.03.38-.098.736-.27 1.073a2.751 2.751 0 0 1-1.2 1.202c-.338.172-.694.24-1.074.27-.365.03-.81.03-1.345.03H5.92c-.535 0-.98 0-1.345-.03-.38-.03-.736-.098-1.073-.27A2.75 2.75 0 0 1 2.3 12.5c-.172-.338-.24-.694-.27-1.074A14.394 14.394 0 0 1 2 10.33a1.75 1.75 0 0 1-.81-.787 1.774 1.774 0 0 1-.174-.676C1 8.67 1 8.434 1 8.176v-.555c0-.395 0-.736.023-1.017a2.29 2.29 0 0 1 .222-.875 2.25 2.25 0 0 1 .984-.984 2.29 2.29 0 0 1 .875-.222c.28-.023.622-.023 1.017-.023H4.5c0-.344.002-.644.023-.896a2.29 2.29 0 0 1 .222-.875 2.25 2.25 0 0 1 .984-.984 2.29 2.29 0 0 1 .875-.222c.28-.023.622-.023 1.017-.023Zm-1.62 3H10c0-.349-.003-.587-.018-.774-.017-.204-.045-.28-.064-.317a.75.75 0 0 0-.327-.327c-.038-.02-.113-.047-.317-.064A12.755 12.755 0 0 0 8.35 3h-.7c-.432 0-.712 0-.924.018-.204.017-.28.045-.316.064a.75.75 0 0 0-.328.327c-.02.038-.047.113-.064.317C6.003 3.913 6 4.15 6 4.5Zm-2.5 6c.001.336.007.592.024.803.023.287.065.424.111.514.12.236.311.427.547.547.09.046.227.088.514.111.296.024.68.025 1.253.025h4.1c.572 0 .957 0 1.252-.025.288-.023.425-.065.516-.111a1.25 1.25 0 0 0 .546-.546c.046-.091.088-.228.111-.515.018-.211.023-.467.024-.803H3.501Zm-.275-4.482c-.204.017-.28.045-.316.064a.75.75 0 0 0-.328.327c-.02.038-.047.113-.064.317-.017.212-.018.492-.018.924v.5c0 .292 0 .467.011.596a.627.627 0 0 0 .018.12.25.25 0 0 0 .104.105.627.627 0 0 0 .121.018c.13.01.304.011.596.011h9.3c.292 0 .467 0 .596-.011a.625.625 0 0 0 .12-.018.25.25 0 0 0 .105-.104.638.638 0 0 0 .018-.121c.01-.13.011-.304.011-.596v-.5c0-.432 0-.712-.018-.924-.017-.204-.045-.28-.064-.317a.75.75 0 0 0-.327-.327c-.038-.02-.113-.047-.317-.064A12.755 12.755 0 0 0 11.85 6h-7.7c-.432 0-.712 0-.924.018ZM13.47 8.869v-.001Zm-.1.101h-.002Zm-10.74 0h.002Zm-.1-.102v.001Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon20Bookmark", "bookmark_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="bookmark_20"><path fill-rule="evenodd" d="M9.317 1.5h1.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.326v6.57c0 .776 0 1.41-.044 1.9-.044.484-.14.981-.452 1.37a2.25 2.25 0 0 1-1.773.84c-.498-.004-.944-.245-1.345-.516-.408-.276-.899-.677-1.5-1.169l-.842-.688a11.217 11.217 0 0 0-.602-.474.824.824 0 0 0-.239-.133.75.75 0 0 0-.406 0 .824.824 0 0 0-.239.133c-.145.101-.323.246-.602.474l-.842.688c-.601.492-1.092.893-1.5 1.169-.402.271-.847.512-1.345.516a2.25 2.25 0 0 1-1.773-.84c-.312-.389-.408-.886-.452-1.37C3 15.798 3 15.165 3 14.388v-6.57c0-.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-.413.613-.05 1.374-.05 2.326-.05Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon20StarsCircleFillViolet", "stars_circle_fill_violet_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="stars_circle_fill_violet_20"><rect width="20" height="20" fill="url(#stars_circle_fill_violet_20_a)" rx="10" /><path fill="#fff" fill-rule="evenodd" d="M10.508 7.548c-.255.746-.598 1.499-1.03 1.93-.431.432-1.184.775-1.93 1.03a11.836 11.836 0 0 1-.767.236c-.27.075-.27.58 0 .655a16.61 16.61 0 0 1 .627.189c.046.015.093.03.14.047.746.255 1.499.598 1.93 1.03.432.431.775 1.184 1.03 1.93a13.644 13.644 0 0 1 .236.767c.075.27.58.27.655 0a14.735 14.735 0 0 1 .236-.767c.255-.746.598-1.499 1.03-1.93.431-.432 1.184-.775 1.93-1.03l.14-.047a13.692 13.692 0 0 1 .627-.19c.27-.074.27-.579 0-.654a16.405 16.405 0 0 1-.627-.189 11.597 11.597 0 0 1-.14-.047c-.746-.255-1.499-.598-1.93-1.03-.432-.431-.775-1.184-1.03-1.93a11.905 11.905 0 0 1-.236-.767c-.075-.27-.58-.27-.655 0a14.933 14.933 0 0 1-.236.767Z" clip-rule="evenodd" /><path fill="#fff" d="M6.7 4.385a.286.286 0 0 0-.543 0l-.217.652a1.429 1.429 0 0 1-.903.903l-.652.218a.286.286 0 0 0 0 .542l.652.217c.426.142.76.477.903.904l.217.652c.087.26.456.26.543 0l.217-.652c.142-.427.477-.762.903-.904l.653-.217a.286.286 0 0 0 0-.542L7.82 5.94a1.429 1.429 0 0 1-.903-.903L6.7 4.385Z" /><defs><linearGradient id="stars_circle_fill_violet_20_a" x1="-10" x2="10" y1="10" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="#C48AFF" /><stop offset="1" stop-color="#AA65F0" /></linearGradient></defs></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon24WaterDropOutline", "water_drop_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="water_drop_outline_24"><path fill-rule="evenodd" d="M8.505 7.054C6.982 9.088 5.8 11.41 5.8 13.25c0 3.864 2.85 6.95 6.2 6.95s6.2-3.086 6.2-6.95c0-1.841-1.183-4.162-2.705-6.196-.746-.996-1.534-1.849-2.224-2.443a5.76 5.76 0 0 0-.896-.653c-.24-.134-.358-.155-.374-.158h-.003c-.016.003-.133.024-.373.158a5.76 5.76 0 0 0-.896.653c-.69.594-1.479 1.447-2.224 2.443Zm2.24-4.666C11.108 2.184 11.548 2 12 2c.452 0 .891.184 1.255.388.384.215.787.512 1.19.859.808.695 1.684 1.65 2.491 2.729C18.52 8.092 20 10.807 20 13.25c0 4.705-3.51 8.75-8 8.75-4.492 0-8-4.045-8-8.75 0-2.443 1.48-5.158 3.064-7.274.807-1.08 1.683-2.034 2.49-2.729a7.514 7.514 0 0 1 1.191-.86Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -9,4 +9,4 @@ Object.defineProperty(exports, "default", {
|
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
11
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
-
var _default = (0, _iconssprite.makeIcon)("Icon28StarsCircleFillViolet", "stars_circle_fill_violet_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="stars_circle_fill_violet_28"><
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28StarsCircleFillViolet", "stars_circle_fill_violet_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="stars_circle_fill_violet_28"><rect width="28" height="28" fill="url(#stars_circle_fill_violet_28_a)" rx="14" /><path fill="#fff" fill-rule="evenodd" d="M14.887 10.724c-.358 1.049-.84 2.108-1.447 2.716-.608.607-1.667 1.089-2.716 1.447a18.358 18.358 0 0 1-1.078.332c-.381.106-.381.816 0 .921a21.173 21.173 0 0 1 1.078.332c1.049.36 2.108.84 2.716 1.448.607.608 1.089 1.667 1.447 2.715a16.4 16.4 0 0 1 .253.802l.08.277c.105.381.815.381.92 0a22.857 22.857 0 0 1 .266-.88 16.4 16.4 0 0 1 .067-.199c.358-1.048.84-2.107 1.447-2.715.608-.607 1.667-1.089 2.715-1.448a16.386 16.386 0 0 1 .802-.253l.277-.079c.381-.105.381-.815 0-.92a22.857 22.857 0 0 1-.88-.267 18.343 18.343 0 0 1-.198-.066c-1.049-.358-2.108-.84-2.716-1.447-.607-.608-1.089-1.667-1.447-2.716a16.4 16.4 0 0 1-.254-.801 22.853 22.853 0 0 1-.079-.277c-.105-.382-.815-.382-.92 0a19.723 19.723 0 0 1-.333 1.078Z" clip-rule="evenodd" /><path fill="#fff" d="M9.53 6.275a.402.402 0 0 0-.762 0l-.305.917c-.2.6-.671 1.07-1.271 1.27l-.917.306a.402.402 0 0 0 0 .763l.917.306c.6.2 1.07.67 1.27 1.27l.306.918c.123.366.64.366.763 0l.306-.918c.2-.6.67-1.07 1.27-1.27l.918-.306a.402.402 0 0 0 0-.763l-.918-.305c-.6-.2-1.07-.671-1.27-1.271l-.306-.917Z" /><defs><linearGradient id="stars_circle_fill_violet_28_a" x1="-14" x2="14" y1="14" y2="42" gradientUnits="userSpaceOnUse"><stop stop-color="#C48AFF" /><stop offset="1" stop-color="#AA65F0" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon56HealthOutline", "health_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="health_outline_56"><path d="M37.5 17a1.5 1.5 0 0 1 1.5 1.5V21h2.5a1.5 1.5 0 0 1 0 3H39v2.5a1.5 1.5 0 0 1-3 0V24h-2.5a1.5 1.5 0 0 1 0-3H36v-2.5a1.5 1.5 0 0 1 1.5-1.5ZM4 21.423C4 13.99 10.07 8 17.453 8c4.008 0 7.528 1.66 10.537 4.786C30.962 9.655 34.491 8 38.547 8 45.93 8 52 13.989 52 21.423c0 4.041-1.051 7.123-3.64 10.345-2.5 3.11-6.455 6.371-12.162 10.86l-.005.004-5.845 4.56a3.816 3.816 0 0 1-4.696 0l-5.845-4.56-.005-.004c-5.707-4.489-9.661-7.75-12.161-10.86C5.05 28.546 4 25.464 4 21.423ZM17.453 11C11.711 11 7 15.661 7 21.423c0 3.368.824 5.784 2.98 8.466 2.244 2.793 5.904 5.84 11.674 10.38l.003.001 5.84 4.557c.296.23.71.23 1.005 0l5.841-4.557.002-.001c5.771-4.54 9.431-7.587 11.676-10.38C48.176 27.207 49 24.79 49 21.423 49 15.661 44.289 11 38.547 11c-3.528 0-6.639 1.578-9.376 4.995a1.5 1.5 0 0 1-2.332.011C24.031 12.574 20.914 11 17.453 11Z" clip-rule="evenodd" /></symbol>', 56, 56, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon56LifebuoyOutline", "lifebuoy_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="lifebuoy_outline_56"><path fill-rule="evenodd" d="M28 52c13.255 0 24-10.745 24-24S41.255 4 28 4 4 14.745 4 28s10.745 24 24 24ZM12.128 41.75A20.919 20.919 0 0 1 7 28a20.91 20.91 0 0 1 5.128-13.75l6.392 6.392A11.948 11.948 0 0 0 16 28c0 2.773.94 5.326 2.52 7.358l-6.392 6.393Zm2.121 2.122A20.919 20.919 0 0 0 28 49a20.91 20.91 0 0 0 13.75-5.128l-6.392-6.392A11.948 11.948 0 0 1 28 40c-2.773 0-5.326-.94-7.358-2.52l-6.393 6.392Zm29.623-2.121A20.919 20.919 0 0 0 49 28a20.91 20.91 0 0 0-5.128-13.75l-6.392 6.392A11.948 11.948 0 0 1 40 28c0 2.773-.94 5.326-2.52 7.358l6.392 6.393Zm-2.121-29.623A20.919 20.919 0 0 0 28 7a20.919 20.919 0 0 0-13.75 5.128l6.392 6.392A11.948 11.948 0 0 1 28 16c2.773 0 5.326.94 7.358 2.52l6.393-6.392ZM28 37a9 9 0 1 1 0-18 9 9 0 0 1 0 18Z" clip-rule="evenodd" /></symbol>', 56, 56, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon56SmileOutline", "smile_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="smile_outline_56"><path d="M21.25 26.5a3.25 3.25 0 1 0 0-6.5 3.25 3.25 0 0 0 0 6.5Zm.768 7.545a1.75 1.75 0 1 0-2.537 2.41C21.653 38.742 24.696 40 28 40c3.303 0 6.347-1.258 8.52-3.545a1.75 1.75 0 0 0-2.538-2.41C32.51 35.593 30.404 36.5 28 36.5c-2.404 0-4.51-.907-5.982-2.455ZM38 23.25a3.25 3.25 0 1 1-6.5 0 3.25 3.25 0 0 1 6.5 0ZM28 52c13.255 0 24-10.745 24-24S41.255 4 28 4 4 14.745 4 28s10.745 24 24 24Zm0-3C16.402 49 7 39.598 7 28S16.402 7 28 7s21 9.402 21 21-9.402 21-21 21Z" clip-rule="evenodd" /></symbol>', 56, 56, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon12AlbumFilled", "album_filled_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentcolor" fill-rule="evenodd" viewBox="0 0 12 12" id="album_filled_12"><path d="M.218 4.092C0 4.52 0 5.08 0 6.2v2.6c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C1.52 12 2.08 12 3.2 12h5.6c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .874-.874C12 10.48 12 9.92 12 8.8V6.2c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C10.48 3 9.92 3 8.8 3H3.2c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874Zm6.488 2.047L5.051 8.213 4.29 7.148a.357.357 0 0 0-.578 0L2.066 9.447a.35.35 0 0 0 .29.553H9.63c.306 0 .479-.334.294-.566l-2.63-3.295a.38.38 0 0 0-.588 0ZM2 1.5A1.5 1.5 0 0 1 3.5 0h5A1.5 1.5 0 0 1 10 1.5H2Z" /></symbol>', 12, 12, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon16TearOffFlyer", "tear_off_flyer_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="tear_off_flyer_16"><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.317a13.11 13.11 0 0 1-.953.035v-1.744a.75.75 0 0 0-1.5 0V14.5H7v-1.749a.75.75 0 0 0-1.5 0v1.747a13.11 13.11 0 0 1-.953-.035c-.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-.037ZM4.5 5.75A.75.75 0 0 1 5.25 5h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75Zm0 3A.75.75 0 0 1 5.25 8h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
-
export default makeIcon("Icon16WorkOutline", "work_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="work_outline_16"><path fill-rule="evenodd" d="
|
|
2
|
+
export default makeIcon("Icon16WorkOutline", "work_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="work_outline_16"><path fill-rule="evenodd" d="M7.621 1.5h.758c.395 0 .736 0 1.017.023.297.024.592.078.875.222.424.216.768.56.984.984.144.283.198.578.222.875.02.252.023.552.023.896h.379c.395 0 .736 0 1.017.023.297.024.592.078.875.222.424.216.768.56.984.984.144.283.198.578.222.875.023.28.023.622.023 1.017v.555c0 .258 0 .494-.016.692a1.775 1.775 0 0 1-.175.676 1.75 1.75 0 0 1-.81.787c0 .425-.004.788-.029 1.094-.03.38-.098.736-.27 1.073a2.751 2.751 0 0 1-1.2 1.202c-.338.172-.694.24-1.074.27-.365.03-.81.03-1.345.03H5.92c-.535 0-.98 0-1.345-.03-.38-.03-.736-.098-1.073-.27A2.75 2.75 0 0 1 2.3 12.5c-.172-.338-.24-.694-.27-1.074A14.394 14.394 0 0 1 2 10.33a1.75 1.75 0 0 1-.81-.787 1.774 1.774 0 0 1-.174-.676C1 8.67 1 8.434 1 8.176v-.555c0-.395 0-.736.023-1.017a2.29 2.29 0 0 1 .222-.875 2.25 2.25 0 0 1 .984-.984 2.29 2.29 0 0 1 .875-.222c.28-.023.622-.023 1.017-.023H4.5c0-.344.002-.644.023-.896a2.29 2.29 0 0 1 .222-.875 2.25 2.25 0 0 1 .984-.984 2.29 2.29 0 0 1 .875-.222c.28-.023.622-.023 1.017-.023Zm-1.62 3H10c0-.349-.003-.587-.018-.774-.017-.204-.045-.28-.064-.317a.75.75 0 0 0-.327-.327c-.038-.02-.113-.047-.317-.064A12.755 12.755 0 0 0 8.35 3h-.7c-.432 0-.712 0-.924.018-.204.017-.28.045-.316.064a.75.75 0 0 0-.328.327c-.02.038-.047.113-.064.317C6.003 3.913 6 4.15 6 4.5Zm-2.5 6c.001.336.007.592.024.803.023.287.065.424.111.514.12.236.311.427.547.547.09.046.227.088.514.111.296.024.68.025 1.253.025h4.1c.572 0 .957 0 1.252-.025.288-.023.425-.065.516-.111a1.25 1.25 0 0 0 .546-.546c.046-.091.088-.228.111-.515.018-.211.023-.467.024-.803H3.501Zm-.275-4.482c-.204.017-.28.045-.316.064a.75.75 0 0 0-.328.327c-.02.038-.047.113-.064.317-.017.212-.018.492-.018.924v.5c0 .292 0 .467.011.596a.627.627 0 0 0 .018.12.25.25 0 0 0 .104.105.627.627 0 0 0 .121.018c.13.01.304.011.596.011h9.3c.292 0 .467 0 .596-.011a.625.625 0 0 0 .12-.018.25.25 0 0 0 .105-.104.638.638 0 0 0 .018-.121c.01-.13.011-.304.011-.596v-.5c0-.432 0-.712-.018-.924-.017-.204-.045-.28-.064-.317a.75.75 0 0 0-.327-.327c-.038-.02-.113-.047-.317-.064A12.755 12.755 0 0 0 11.85 6h-7.7c-.432 0-.712 0-.924.018ZM13.47 8.869v-.001Zm-.1.101h-.002Zm-10.74 0h.002Zm-.1-.102v.001Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon20Bookmark", "bookmark_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="bookmark_20"><path fill-rule="evenodd" d="M9.317 1.5h1.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.326v6.57c0 .776 0 1.41-.044 1.9-.044.484-.14.981-.452 1.37a2.25 2.25 0 0 1-1.773.84c-.498-.004-.944-.245-1.345-.516-.408-.276-.899-.677-1.5-1.169l-.842-.688a11.217 11.217 0 0 0-.602-.474.824.824 0 0 0-.239-.133.75.75 0 0 0-.406 0 .824.824 0 0 0-.239.133c-.145.101-.323.246-.602.474l-.842.688c-.601.492-1.092.893-1.5 1.169-.402.271-.847.512-1.345.516a2.25 2.25 0 0 1-1.773-.84c-.312-.389-.408-.886-.452-1.37C3 15.798 3 15.165 3 14.388v-6.57c0-.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-.413.613-.05 1.374-.05 2.326-.05Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon20StarsCircleFillViolet", "stars_circle_fill_violet_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="stars_circle_fill_violet_20"><rect width="20" height="20" fill="url(#stars_circle_fill_violet_20_a)" rx="10" /><path fill="#fff" fill-rule="evenodd" d="M10.508 7.548c-.255.746-.598 1.499-1.03 1.93-.431.432-1.184.775-1.93 1.03a11.836 11.836 0 0 1-.767.236c-.27.075-.27.58 0 .655a16.61 16.61 0 0 1 .627.189c.046.015.093.03.14.047.746.255 1.499.598 1.93 1.03.432.431.775 1.184 1.03 1.93a13.644 13.644 0 0 1 .236.767c.075.27.58.27.655 0a14.735 14.735 0 0 1 .236-.767c.255-.746.598-1.499 1.03-1.93.431-.432 1.184-.775 1.93-1.03l.14-.047a13.692 13.692 0 0 1 .627-.19c.27-.074.27-.579 0-.654a16.405 16.405 0 0 1-.627-.189 11.597 11.597 0 0 1-.14-.047c-.746-.255-1.499-.598-1.93-1.03-.432-.431-.775-1.184-1.03-1.93a11.905 11.905 0 0 1-.236-.767c-.075-.27-.58-.27-.655 0a14.933 14.933 0 0 1-.236.767Z" clip-rule="evenodd" /><path fill="#fff" d="M6.7 4.385a.286.286 0 0 0-.543 0l-.217.652a1.429 1.429 0 0 1-.903.903l-.652.218a.286.286 0 0 0 0 .542l.652.217c.426.142.76.477.903.904l.217.652c.087.26.456.26.543 0l.217-.652c.142-.427.477-.762.903-.904l.653-.217a.286.286 0 0 0 0-.542L7.82 5.94a1.429 1.429 0 0 1-.903-.903L6.7 4.385Z" /><defs><linearGradient id="stars_circle_fill_violet_20_a" x1="-10" x2="10" y1="10" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="#C48AFF" /><stop offset="1" stop-color="#AA65F0" /></linearGradient></defs></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon24WaterDropOutline", "water_drop_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="water_drop_outline_24"><path fill-rule="evenodd" d="M8.505 7.054C6.982 9.088 5.8 11.41 5.8 13.25c0 3.864 2.85 6.95 6.2 6.95s6.2-3.086 6.2-6.95c0-1.841-1.183-4.162-2.705-6.196-.746-.996-1.534-1.849-2.224-2.443a5.76 5.76 0 0 0-.896-.653c-.24-.134-.358-.155-.374-.158h-.003c-.016.003-.133.024-.373.158a5.76 5.76 0 0 0-.896.653c-.69.594-1.479 1.447-2.224 2.443Zm2.24-4.666C11.108 2.184 11.548 2 12 2c.452 0 .891.184 1.255.388.384.215.787.512 1.19.859.808.695 1.684 1.65 2.491 2.729C18.52 8.092 20 10.807 20 13.25c0 4.705-3.51 8.75-8 8.75-4.492 0-8-4.045-8-8.75 0-2.443 1.48-5.158 3.064-7.274.807-1.08 1.683-2.034 2.49-2.729a7.514 7.514 0 0 1 1.191-.86Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
-
export default makeIcon("Icon28StarsCircleFillViolet", "stars_circle_fill_violet_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="stars_circle_fill_violet_28"><
|
|
2
|
+
export default makeIcon("Icon28StarsCircleFillViolet", "stars_circle_fill_violet_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="stars_circle_fill_violet_28"><rect width="28" height="28" fill="url(#stars_circle_fill_violet_28_a)" rx="14" /><path fill="#fff" fill-rule="evenodd" d="M14.887 10.724c-.358 1.049-.84 2.108-1.447 2.716-.608.607-1.667 1.089-2.716 1.447a18.358 18.358 0 0 1-1.078.332c-.381.106-.381.816 0 .921a21.173 21.173 0 0 1 1.078.332c1.049.36 2.108.84 2.716 1.448.607.608 1.089 1.667 1.447 2.715a16.4 16.4 0 0 1 .253.802l.08.277c.105.381.815.381.92 0a22.857 22.857 0 0 1 .266-.88 16.4 16.4 0 0 1 .067-.199c.358-1.048.84-2.107 1.447-2.715.608-.607 1.667-1.089 2.715-1.448a16.386 16.386 0 0 1 .802-.253l.277-.079c.381-.105.381-.815 0-.92a22.857 22.857 0 0 1-.88-.267 18.343 18.343 0 0 1-.198-.066c-1.049-.358-2.108-.84-2.716-1.447-.607-.608-1.089-1.667-1.447-2.716a16.4 16.4 0 0 1-.254-.801 22.853 22.853 0 0 1-.079-.277c-.105-.382-.815-.382-.92 0a19.723 19.723 0 0 1-.333 1.078Z" clip-rule="evenodd" /><path fill="#fff" d="M9.53 6.275a.402.402 0 0 0-.762 0l-.305.917c-.2.6-.671 1.07-1.271 1.27l-.917.306a.402.402 0 0 0 0 .763l.917.306c.6.2 1.07.67 1.27 1.27l.306.918c.123.366.64.366.763 0l.306-.918c.2-.6.67-1.07 1.27-1.27l.918-.306a.402.402 0 0 0 0-.763l-.918-.305c-.6-.2-1.07-.671-1.27-1.271l-.306-.917Z" /><defs><linearGradient id="stars_circle_fill_violet_28_a" x1="-14" x2="14" y1="14" y2="42" gradientUnits="userSpaceOnUse"><stop stop-color="#C48AFF" /><stop offset="1" stop-color="#AA65F0" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon56HealthOutline", "health_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="health_outline_56"><path d="M37.5 17a1.5 1.5 0 0 1 1.5 1.5V21h2.5a1.5 1.5 0 0 1 0 3H39v2.5a1.5 1.5 0 0 1-3 0V24h-2.5a1.5 1.5 0 0 1 0-3H36v-2.5a1.5 1.5 0 0 1 1.5-1.5ZM4 21.423C4 13.99 10.07 8 17.453 8c4.008 0 7.528 1.66 10.537 4.786C30.962 9.655 34.491 8 38.547 8 45.93 8 52 13.989 52 21.423c0 4.041-1.051 7.123-3.64 10.345-2.5 3.11-6.455 6.371-12.162 10.86l-.005.004-5.845 4.56a3.816 3.816 0 0 1-4.696 0l-5.845-4.56-.005-.004c-5.707-4.489-9.661-7.75-12.161-10.86C5.05 28.546 4 25.464 4 21.423ZM17.453 11C11.711 11 7 15.661 7 21.423c0 3.368.824 5.784 2.98 8.466 2.244 2.793 5.904 5.84 11.674 10.38l.003.001 5.84 4.557c.296.23.71.23 1.005 0l5.841-4.557.002-.001c5.771-4.54 9.431-7.587 11.676-10.38C48.176 27.207 49 24.79 49 21.423 49 15.661 44.289 11 38.547 11c-3.528 0-6.639 1.578-9.376 4.995a1.5 1.5 0 0 1-2.332.011C24.031 12.574 20.914 11 17.453 11Z" clip-rule="evenodd" /></symbol>', 56, 56, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon56LifebuoyOutline", "lifebuoy_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="lifebuoy_outline_56"><path fill-rule="evenodd" d="M28 52c13.255 0 24-10.745 24-24S41.255 4 28 4 4 14.745 4 28s10.745 24 24 24ZM12.128 41.75A20.919 20.919 0 0 1 7 28a20.91 20.91 0 0 1 5.128-13.75l6.392 6.392A11.948 11.948 0 0 0 16 28c0 2.773.94 5.326 2.52 7.358l-6.392 6.393Zm2.121 2.122A20.919 20.919 0 0 0 28 49a20.91 20.91 0 0 0 13.75-5.128l-6.392-6.392A11.948 11.948 0 0 1 28 40c-2.773 0-5.326-.94-7.358-2.52l-6.393 6.392Zm29.623-2.121A20.919 20.919 0 0 0 49 28a20.91 20.91 0 0 0-5.128-13.75l-6.392 6.392A11.948 11.948 0 0 1 40 28c0 2.773-.94 5.326-2.52 7.358l6.392 6.393Zm-2.121-29.623A20.919 20.919 0 0 0 28 7a20.919 20.919 0 0 0-13.75 5.128l6.392 6.392A11.948 11.948 0 0 1 28 16c2.773 0 5.326.94 7.358 2.52l6.393-6.392ZM28 37a9 9 0 1 1 0-18 9 9 0 0 1 0 18Z" clip-rule="evenodd" /></symbol>', 56, 56, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon56SmileOutline", "smile_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="smile_outline_56"><path d="M21.25 26.5a3.25 3.25 0 1 0 0-6.5 3.25 3.25 0 0 0 0 6.5Zm.768 7.545a1.75 1.75 0 1 0-2.537 2.41C21.653 38.742 24.696 40 28 40c3.303 0 6.347-1.258 8.52-3.545a1.75 1.75 0 0 0-2.538-2.41C32.51 35.593 30.404 36.5 28 36.5c-2.404 0-4.51-.907-5.982-2.455ZM38 23.25a3.25 3.25 0 1 1-6.5 0 3.25 3.25 0 0 1 6.5 0ZM28 52c13.255 0 24-10.745 24-24S41.255 4 28 4 4 14.745 4 28s10.745 24 24 24Zm0-3C16.402 49 7 39.598 7 28S16.402 7 28 7s21 9.402 21 21-9.402 21-21 21Z" clip-rule="evenodd" /></symbol>', 56, 56, false, undefined);
|
package/dist/es6/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { IconSettingsProvider } from "@vkontakte/icons-sprite";
|
|
2
2
|
export { default as Icon12Add } from "./12/add";
|
|
3
|
+
export { default as Icon12AlbumFilled } from "./12/album_filled";
|
|
3
4
|
export { default as Icon12ArrowDown } from "./12/arrow_down";
|
|
4
5
|
export { default as Icon12ArrowDownCircle } from "./12/arrow_down_circle";
|
|
5
6
|
export { default as Icon12ArrowDownLeft } from "./12/arrow_down_left";
|
|
@@ -342,6 +343,7 @@ export { default as Icon16Sun } from "./16/sun";
|
|
|
342
343
|
export { default as Icon16Sync } from "./16/sync";
|
|
343
344
|
export { default as Icon16TableOutline } from "./16/table_outline";
|
|
344
345
|
export { default as Icon16Tag } from "./16/tag";
|
|
346
|
+
export { default as Icon16TearOffFlyer } from "./16/tear_off_flyer";
|
|
345
347
|
export { default as Icon16TearOffFlyerOutline } from "./16/tear_off_flyer_outline";
|
|
346
348
|
export { default as Icon16Text } from "./16/text";
|
|
347
349
|
export { default as Icon16TextBoldEngOutline } from "./16/text_bold_eng_outline";
|
|
@@ -426,6 +428,7 @@ export { default as Icon20BasketballOutline } from "./20/basketball_outline";
|
|
|
426
428
|
export { default as Icon20BeautyOutline } from "./20/beauty_outline";
|
|
427
429
|
export { default as Icon20BlockOutline } from "./20/block_outline";
|
|
428
430
|
export { default as Icon20BombOutline } from "./20/bomb_outline";
|
|
431
|
+
export { default as Icon20Bookmark } from "./20/bookmark";
|
|
429
432
|
export { default as Icon20BookmarkOutline } from "./20/bookmark_outline";
|
|
430
433
|
export { default as Icon20BookmarkSlashOutline } from "./20/bookmark_slash_outline";
|
|
431
434
|
export { default as Icon20BookOutline } from "./20/book_outline";
|
|
@@ -776,6 +779,7 @@ export { default as Icon20SquareSplit4Outline } from "./20/square_split_4_outlin
|
|
|
776
779
|
export { default as Icon20StarCircleFillBlue } from "./20/star_circle_fill_blue";
|
|
777
780
|
export { default as Icon20StarCircleFillGray } from "./20/star_circle_fill_gray";
|
|
778
781
|
export { default as Icon20Stars } from "./20/stars";
|
|
782
|
+
export { default as Icon20StarsCircleFillViolet } from "./20/stars_circle_fill_violet";
|
|
779
783
|
export { default as Icon20StarsFilled } from "./20/stars_filled";
|
|
780
784
|
export { default as Icon20StatisticCircleFillBlue } from "./20/statistic_circle_fill_blue";
|
|
781
785
|
export { default as Icon20StatisticsOutline } from "./20/statistics_outline";
|
|
@@ -1434,6 +1438,7 @@ export { default as Icon24VolumeOutline } from "./24/volume_outline";
|
|
|
1434
1438
|
export { default as Icon24WalletOutline } from "./24/wallet_outline";
|
|
1435
1439
|
export { default as Icon24WarningTriangleOutline } from "./24/warning_triangle_outline";
|
|
1436
1440
|
export { default as Icon24WasherOutline } from "./24/washer_outline";
|
|
1441
|
+
export { default as Icon24WaterDropOutline } from "./24/water_drop_outline";
|
|
1437
1442
|
export { default as Icon24WheelOutline } from "./24/wheel_outline";
|
|
1438
1443
|
export { default as Icon24Work } from "./24/work";
|
|
1439
1444
|
export { default as Icon24WorkOutline } from "./24/work_outline";
|
|
@@ -2387,6 +2392,7 @@ export { default as Icon56GlobeCrossOutline } from "./56/globe_cross_outline";
|
|
|
2387
2392
|
export { default as Icon56GoodsCollection } from "./56/goods_collection";
|
|
2388
2393
|
export { default as Icon56HandPointUpLeftOutline } from "./56/hand_point_up_left_outline";
|
|
2389
2394
|
export { default as Icon56HeadphonesOutline } from "./56/headphones_outline";
|
|
2395
|
+
export { default as Icon56HealthOutline } from "./56/health_outline";
|
|
2390
2396
|
export { default as Icon56Hearts2CircleFillTwilight } from "./56/hearts_2_circle_fill_twilight";
|
|
2391
2397
|
export { default as Icon56HelpOutline } from "./56/help_outline";
|
|
2392
2398
|
export { default as Icon56HideOutline } from "./56/hide_outline";
|
|
@@ -2397,6 +2403,7 @@ export { default as Icon56InboxOutline } from "./56/inbox_outline";
|
|
|
2397
2403
|
export { default as Icon56InfoOutline } from "./56/info_outline";
|
|
2398
2404
|
export { default as Icon56KeyOutline } from "./56/key_outline";
|
|
2399
2405
|
export { default as Icon56LaptopOutline } from "./56/laptop_outline";
|
|
2406
|
+
export { default as Icon56LifebuoyOutline } from "./56/lifebuoy_outline";
|
|
2400
2407
|
export { default as Icon56LikeLockOutline } from "./56/like_lock_outline";
|
|
2401
2408
|
export { default as Icon56LikeOutline } from "./56/like_outline";
|
|
2402
2409
|
export { default as Icon56LinkCircleOutline } from "./56/link_circle_outline";
|
|
@@ -2464,6 +2471,7 @@ export { default as Icon56ShieldKeyholeOutline } from "./56/shield_keyhole_outli
|
|
|
2464
2471
|
export { default as Icon56ShuffleOutline } from "./56/shuffle_outline";
|
|
2465
2472
|
export { default as Icon56SlidersOutline } from "./56/sliders_outline";
|
|
2466
2473
|
export { default as Icon56SmartphoneOutline } from "./56/smartphone_outline";
|
|
2474
|
+
export { default as Icon56SmileOutline } from "./56/smile_outline";
|
|
2467
2475
|
export { default as Icon56SongOutline } from "./56/song_outline";
|
|
2468
2476
|
export { default as Icon56Stars3Outline } from "./56/stars_3_outline";
|
|
2469
2477
|
export { default as Icon56StickerOutline } from "./56/sticker_outline";
|