@vkontakte/icons 1.164.0 → 1.166.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/arrow_up_right_out_square_outline.js +8 -0
- package/dist/12/notebook.js +8 -0
- package/dist/20/voice_outline.js +8 -0
- package/dist/24/play_cards_2_outline.js +8 -0
- package/dist/28/favorite_add_outline.js +8 -0
- package/dist/28/scissors_outline.js +8 -0
- package/dist/28/text_outline.js +8 -0
- package/dist/48/text_outline.js +8 -0
- package/dist/es6/12/arrow_up_right_out_square_outline.js +2 -0
- package/dist/es6/12/notebook.js +2 -0
- package/dist/es6/20/voice_outline.js +2 -0
- package/dist/es6/24/play_cards_2_outline.js +2 -0
- package/dist/es6/28/favorite_add_outline.js +2 -0
- package/dist/es6/28/scissors_outline.js +2 -0
- package/dist/es6/28/text_outline.js +2 -0
- package/dist/es6/48/text_outline.js +2 -0
- package/dist/es6/index.js +8 -0
- package/dist/es6/sprite.js +1 -0
- package/dist/index.js +64 -8
- package/dist/sprite.js +1 -0
- package/dist/typings/12/arrow_up_right_out_square_outline.d.ts +9 -0
- package/dist/typings/12/notebook.d.ts +9 -0
- package/dist/typings/20/voice_outline.d.ts +9 -0
- package/dist/typings/24/play_cards_2_outline.d.ts +9 -0
- package/dist/typings/28/favorite_add_outline.d.ts +9 -0
- package/dist/typings/28/scissors_outline.d.ts +9 -0
- package/dist/typings/28/text_outline.d.ts +9 -0
- package/dist/typings/48/text_outline.d.ts +9 -0
- package/dist/typings/index.d.ts +8 -0
- package/package.json +32 -1
- package/src/svg/12/arrow_up_right_out_square_outline_12.svg +1 -0
- package/src/svg/12/notebook_12.svg +1 -0
- package/src/svg/20/voice_outline_20.svg +1 -0
- package/src/svg/24/play_cards_2_outline_24.svg +1 -0
- package/src/svg/28/favorite_add_outline_28.svg +1 -0
- package/src/svg/28/scissors_outline_28.svg +1 -0
- package/src/svg/28/text_outline_28.svg +1 -0
- package/src/svg/48/text_outline_48.svg +1 -0
- package/ts/12/arrow_up_right_out_square_outline.ts +18 -0
- package/ts/12/notebook.ts +18 -0
- package/ts/20/voice_outline.ts +18 -0
- package/ts/24/play_cards_2_outline.ts +18 -0
- package/ts/28/favorite_add_outline.ts +18 -0
- package/ts/28/scissors_outline.ts +18 -0
- package/ts/28/text_outline.ts +18 -0
- package/ts/48/text_outline.ts +18 -0
- package/ts/index.ts +8 -0
- package/ts/sprite.ts +2 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
var _svgIcon = require("../SvgIcon");
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon12ArrowUpRightOutSquareOutline", "arrow_up_right_out_square_outline_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 12" id="arrow_up_right_out_square_outline_12"><path fill="currentColor" d="M4.25 1a.75.75 0 1 1 0 1.5c-.5 0-.641.004-.744.024a1.25 1.25 0 0 0-.982.982c-.02.103-.024.243-.024.744v2.8c0 .572 0 .957.025 1.252.023.288.065.425.111.516a1.25 1.25 0 0 0 .546.546c.091.046.228.088.516.111.295.024.68.025 1.252.025h2.8c.5 0 .641-.004.744-.024a1.25 1.25 0 0 0 .982-.982c.02-.103.024-.243.024-.744a.75.75 0 0 1 1.5 0c0 .429.004.753-.053 1.037a2.75 2.75 0 0 1-2.16 2.16C8.518 11 8.216 11 7.822 11H4.92c-.535 0-.98 0-1.345-.03-.38-.03-.736-.098-1.073-.27A2.75 2.75 0 0 1 1.3 9.5c-.172-.338-.24-.694-.27-1.074C1 8.06 1 7.615 1 7.08V4.177c0-.393 0-.696.053-.963a2.75 2.75 0 0 1 2.16-2.161C3.497.996 3.821 1 4.25 1ZM7 .75A.75.75 0 0 1 7.75 0h3.5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0V2.56L7.28 5.78a.75.75 0 0 1-1.06-1.06L9.44 1.5H7.75A.75.75 0 0 1 7 .75Z" /></symbol>', 12, 12);
|
|
8
|
+
exports.default = _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
var _svgIcon = require("../SvgIcon");
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon12Notebook", "notebook_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 12" id="notebook_12"><path fill="currentColor" d="M4.35.676a.675.675 0 1 0-1.35 0v.873c-.184.03-.338.076-.476.147a1.875 1.875 0 0 0-.82.82c-.204.4-.204.925-.204 1.975V8.5c0 1.05 0 1.575.204 1.976.18.353.467.64.82.82.4.204.926.204 1.976.204h3c1.05 0 1.575 0 1.976-.204a1.874 1.874 0 0 0 .82-.82c.204-.4.204-.926.204-1.976V4.491c0-1.05 0-1.575-.204-1.976a1.875 1.875 0 0 0-.82-.82A1.593 1.593 0 0 0 9 1.55V.676a.675.675 0 0 0-1.35 0v.815h-.975V.676a.675.675 0 0 0-1.35 0v.815H4.35V.676Zm4.178 3.543a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 0 1-1.06 0l-.998-.997a.75.75 0 0 1 1.06-1.06l.468.467 2.47-2.47a.75.75 0 0 1 1.06 0Z" /></symbol>', 12, 12);
|
|
8
|
+
exports.default = _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
var _svgIcon = require("../SvgIcon");
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon20VoiceOutline", "voice_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="voice_outline_20"><path fill="currentColor" fill-rule="evenodd" d="M15.692 12.48a.75.75 0 0 1 .162 1.048 7.245 7.245 0 0 1-5.104 2.934v1.788a.75.75 0 0 1-1.5 0v-1.789a7.283 7.283 0 0 1-5.1-2.931.75.75 0 0 1 1.207-.89A5.77 5.77 0 0 0 10 15a5.74 5.74 0 0 0 4.643-2.358.75.75 0 0 1 1.049-.162ZM5.75 5.75a4.25 4.25 0 0 1 8.5 0v3.5a4.25 4.25 0 0 1-8.5 0v-3.5ZM10 3a2.75 2.75 0 0 0-2.75 2.75v3.5a2.75 2.75 0 1 0 5.5 0v-3.5A2.75 2.75 0 0 0 10 3Z" 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("Icon24PlayCards2Outline", "play_cards_2_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="play_cards_2_outline_24"><path fill="currentColor" fill-rule="evenodd" d="m21.616 16.495-.012.07c-.156.852-.282 1.541-.427 2.093-.148.569-.333 1.062-.64 1.5a4.398 4.398 0 0 1-2.507 1.732c-.52.133-1.046.131-1.63.069-.568-.06-1.257-.187-2.11-.343l-4.34-.794c-.853-.156-1.542-.282-2.094-.426-.568-.149-1.062-.334-1.5-.642a4.398 4.398 0 0 1-1.731-2.507c-.133-.519-.131-1.045-.069-1.63.06-.567.187-1.257.343-2.11l.012-.068c.156-.853.282-1.542.427-2.095.148-.568.333-1.062.641-1.5a4.397 4.397 0 0 1 2.507-1.731c.518-.133 1.045-.131 1.63-.069.567.06 1.256.187 2.109.343l4.34.794c.853.156 1.542.282 2.094.426.568.149 1.062.333 1.5.642a4.398 4.398 0 0 1 1.731 2.506c.133.52.131 1.046.069 1.63-.06.568-.187 1.257-.343 2.11Zm-1.446-2.3c.052-.483.035-.769-.022-.993a2.599 2.599 0 0 0-1.023-1.481c-.19-.134-.45-.25-.921-.373-.48-.125-1.102-.24-1.997-.404l-4.272-.781c-.895-.164-1.518-.277-2.01-.33-.483-.051-.769-.035-.993.023a2.598 2.598 0 0 0-1.481 1.023c-.133.19-.25.45-.373.92-.125.48-.24 1.103-.403 1.998-.164.895-.277 1.518-.33 2.01-.051.484-.035.77.022.994a2.599 2.599 0 0 0 1.023 1.481c.19.133.451.25.921.373.48.125 1.102.24 1.997.404l4.272.781c.895.164 1.518.277 2.01.33.483.051.77.035.993-.023a2.598 2.598 0 0 0 1.481-1.023c.133-.19.25-.45.373-.92.125-.48.24-1.103.403-1.998.164-.895.278-1.518.33-2.01Zm-1.983-6.708a.9.9 0 0 1-1.044-.726c-.146-.807-.2-1.086-.28-1.296A2.599 2.599 0 0 0 14.503 3.8c-.224-.006-.505.036-1.315.169l-5.846.962c-1.366.224-1.834.313-2.174.492A2.599 2.599 0 0 0 3.837 7.18c-.08.376-.039.85.114 2.226l.011.1a.9.9 0 1 1-1.787.198l-.01-.093a350.712 350.712 0 0 0-.02-.17c-.128-1.147-.216-1.937-.067-2.636A4.398 4.398 0 0 1 4.332 3.83c.633-.333 1.418-.461 2.556-.648l.163-.027 5.846-.961.098-.016c.674-.111 1.138-.188 1.556-.177a4.397 4.397 0 0 1 3.99 2.819c.15.39.234.853.355 1.526l.017.097a.9.9 0 0 1-.726 1.045Zm-5.463 4.927a.415.415 0 0 0-.213-.104.413.413 0 0 0-.477.335l-.72 4.18a.405.405 0 0 0 .025.221c.085.21.327.311.539.226l3.669-1.467a.415.415 0 0 0 .148-.101.406.406 0 0 0-.021-.579l-2.95-2.71Z" /></symbol>', 24, 24);
|
|
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("Icon28FavoriteAddOutline", "favorite_add_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="favorite_add_outline_28"><path fill="currentColor" fill-rule="evenodd" d="M23.513 11.608a.205.205 0 0 0-.117-.36l-6.646-.533-2.56-6.156a.205.205 0 0 0-.38 0l-2.56 6.156-6.646.533a.205.205 0 0 0-.117.36l5.064 4.338-1.547 6.485a.205.205 0 0 0 .306.223l1.525-.932a.995.995 0 0 1 .535-.155 1 1 0 0 1 1 1 1 1 0 0 1-.494.863l-1.523.93a2.205 2.205 0 0 1-3.032-.732 2.205 2.205 0 0 1-.263-1.66l1.264-5.298-4.136-3.543a2.205 2.205 0 0 1-.24-3.11 2.205 2.205 0 0 1 1.498-.763l5.429-.435 2.091-5.028a2.205 2.205 0 0 1 2.883-1.19 2.205 2.205 0 0 1 1.189 1.19l2.091 5.028 5.429.435a2.205 2.205 0 0 1 2.022 2.375 2.205 2.205 0 0 1-.764 1.498c-.18.174-.544.383-.814.383a1 1 0 0 1-.675-1.738l.188-.164ZM25 20a6 6 0 1 1-12 0 6 6 0 0 1 12 0Zm-6-4a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2h-2a1 1 0 1 1 0-2h2v-2a1 1 0 0 1 1-1Z" 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("Icon28ScissorsOutline", "scissors_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="scissors_outline_28"><path fill="currentColor" fill-rule="evenodd" d="M21 4a4 4 0 0 0-2.96 6.691L14.5 12 5.542 7.635a1.958 1.958 0 0 0-2.48.528c-.11.141-.056.368.098.457l1.938 1.16L12.5 14l-7.406 4.22-1.938 1.16c-.154.089-.207.316-.1.457.587.76 1.637.984 2.482.528L14.5 16l3.54 1.309a4 4 0 1 0 1.95-1.18L16.5 14l3.49-2.128A4.005 4.005 0 0 0 21 12a4 4 0 1 0 0-8Zm-2 4a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm2 10a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z" 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("Icon28TextOutline", "text_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="text_outline_28"><path fill="currentColor" d="M13.717 20.97c.718 0 1.234-.497 1.234-1.206 0-.234-.048-.467-.162-.801l-4.02-11.554C10.426 6.426 9.87 6 8.962 6c-.9 0-1.454.446-1.79 1.419L3.164 18.963a2.443 2.443 0 0 0-.163.8c0 .74.488 1.206 1.244 1.206.641 0 1.005-.334 1.234-1.125l.91-2.777h5.157l.909 2.798c.22.78.593 1.105 1.263 1.105ZM10.942 15H6.971l1.942-6.243h.067L10.942 15Zm12.9 6c.67 0 1.158-.456 1.158-1.267V13.4c0-2.16-1.636-3.568-4.153-3.568-1.942 0-3.512.79-4.028 2.037a1.65 1.65 0 0 0-.163.69c0 .607.421 1.013 1.005 1.013.402 0 .717-.162.966-.507.593-.922 1.196-1.257 2.124-1.257 1.177 0 1.895.65 1.895 1.774v.77l-2.689.162c-2.468.163-3.856 1.308-3.856 3.213 0 1.936 1.426 3.244 3.387 3.244 1.311 0 2.584-.72 3.168-1.885h.048v.75c.038.75.487 1.165 1.138 1.165Zm-3.626-1.936c-1.034 0-1.732-.557-1.732-1.439 0-.851.66-1.399 1.808-1.48l2.354-.152v.821c0 1.297-1.09 2.25-2.43 2.25Z" /></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("Icon48TextOutline", "text_outline_48", "0 0 48 48", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 48 48" id="text_outline_48"><path fill="currentColor" d="m39.472 34.001.231.005v1.17c0 1.07.63 1.724 1.638 1.724 1.034 0 1.659-.531 1.659-1.704V23.187C43 19.032 40.135 17 35.5 17c-1.887 0-3.246.402-4.363 1.049C29.75 18.95 29 19.95 29 21.35c0 .95.8 1.65 1.5 1.65s1.1-.2 1.5-.8c.9-1.4 2.022-2.2 3.5-2.2 2.522 0 4.108 1 4.108 3.206V25H34.5c-4.322 0-6.5 2.173-6.5 5.815C28 34.457 30.348 37 34.14 37c2.437 0 4.177-1.115 5.332-2.999Zm-8.222-3.26C31.25 28.9 32.6 28 34.8 28h4.808v1.855c0 2.358-2.017 4.146-4.606 4.146-2.284 0-3.752-1.323-3.752-3.26ZM6.696 36.997c1.045 0 1.555-.63 1.914-1.739L10.684 29h9.612l2.078 6.258c.36 1.09.874 1.742 1.912 1.742 1.12 0 1.714-.663 1.714-1.53 0-.352-.081-.84-.233-1.246l-8.159-22.22C17.135 10.71 16.872 10 15.5 10c-1.338 0-1.656.697-2.129 1.99L5.245 34.21c-.152.444-.245.908-.245 1.278 0 .85.603 1.509 1.696 1.509ZM11.666 26l3.759-11.485h.132L19.314 26h-7.648Z" /></symbol>', 48, 48);
|
|
8
|
+
exports.default = _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon12ArrowUpRightOutSquareOutline", "arrow_up_right_out_square_outline_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 12" id="arrow_up_right_out_square_outline_12"><path fill="currentColor" d="M4.25 1a.75.75 0 1 1 0 1.5c-.5 0-.641.004-.744.024a1.25 1.25 0 0 0-.982.982c-.02.103-.024.243-.024.744v2.8c0 .572 0 .957.025 1.252.023.288.065.425.111.516a1.25 1.25 0 0 0 .546.546c.091.046.228.088.516.111.295.024.68.025 1.252.025h2.8c.5 0 .641-.004.744-.024a1.25 1.25 0 0 0 .982-.982c.02-.103.024-.243.024-.744a.75.75 0 0 1 1.5 0c0 .429.004.753-.053 1.037a2.75 2.75 0 0 1-2.16 2.16C8.518 11 8.216 11 7.822 11H4.92c-.535 0-.98 0-1.345-.03-.38-.03-.736-.098-1.073-.27A2.75 2.75 0 0 1 1.3 9.5c-.172-.338-.24-.694-.27-1.074C1 8.06 1 7.615 1 7.08V4.177c0-.393 0-.696.053-.963a2.75 2.75 0 0 1 2.16-2.161C3.497.996 3.821 1 4.25 1ZM7 .75A.75.75 0 0 1 7.75 0h3.5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0V2.56L7.28 5.78a.75.75 0 0 1-1.06-1.06L9.44 1.5H7.75A.75.75 0 0 1 7 .75Z" /></symbol>', 12, 12);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon12Notebook", "notebook_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 12" id="notebook_12"><path fill="currentColor" d="M4.35.676a.675.675 0 1 0-1.35 0v.873c-.184.03-.338.076-.476.147a1.875 1.875 0 0 0-.82.82c-.204.4-.204.925-.204 1.975V8.5c0 1.05 0 1.575.204 1.976.18.353.467.64.82.82.4.204.926.204 1.976.204h3c1.05 0 1.575 0 1.976-.204a1.874 1.874 0 0 0 .82-.82c.204-.4.204-.926.204-1.976V4.491c0-1.05 0-1.575-.204-1.976a1.875 1.875 0 0 0-.82-.82A1.593 1.593 0 0 0 9 1.55V.676a.675.675 0 0 0-1.35 0v.815h-.975V.676a.675.675 0 0 0-1.35 0v.815H4.35V.676Zm4.178 3.543a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 0 1-1.06 0l-.998-.997a.75.75 0 0 1 1.06-1.06l.468.467 2.47-2.47a.75.75 0 0 1 1.06 0Z" /></symbol>', 12, 12);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20VoiceOutline", "voice_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="voice_outline_20"><path fill="currentColor" fill-rule="evenodd" d="M15.692 12.48a.75.75 0 0 1 .162 1.048 7.245 7.245 0 0 1-5.104 2.934v1.788a.75.75 0 0 1-1.5 0v-1.789a7.283 7.283 0 0 1-5.1-2.931.75.75 0 0 1 1.207-.89A5.77 5.77 0 0 0 10 15a5.74 5.74 0 0 0 4.643-2.358.75.75 0 0 1 1.049-.162ZM5.75 5.75a4.25 4.25 0 0 1 8.5 0v3.5a4.25 4.25 0 0 1-8.5 0v-3.5ZM10 3a2.75 2.75 0 0 0-2.75 2.75v3.5a2.75 2.75 0 1 0 5.5 0v-3.5A2.75 2.75 0 0 0 10 3Z" clip-rule="evenodd" /></symbol>', 20, 20);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon24PlayCards2Outline", "play_cards_2_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="play_cards_2_outline_24"><path fill="currentColor" fill-rule="evenodd" d="m21.616 16.495-.012.07c-.156.852-.282 1.541-.427 2.093-.148.569-.333 1.062-.64 1.5a4.398 4.398 0 0 1-2.507 1.732c-.52.133-1.046.131-1.63.069-.568-.06-1.257-.187-2.11-.343l-4.34-.794c-.853-.156-1.542-.282-2.094-.426-.568-.149-1.062-.334-1.5-.642a4.398 4.398 0 0 1-1.731-2.507c-.133-.519-.131-1.045-.069-1.63.06-.567.187-1.257.343-2.11l.012-.068c.156-.853.282-1.542.427-2.095.148-.568.333-1.062.641-1.5a4.397 4.397 0 0 1 2.507-1.731c.518-.133 1.045-.131 1.63-.069.567.06 1.256.187 2.109.343l4.34.794c.853.156 1.542.282 2.094.426.568.149 1.062.333 1.5.642a4.398 4.398 0 0 1 1.731 2.506c.133.52.131 1.046.069 1.63-.06.568-.187 1.257-.343 2.11Zm-1.446-2.3c.052-.483.035-.769-.022-.993a2.599 2.599 0 0 0-1.023-1.481c-.19-.134-.45-.25-.921-.373-.48-.125-1.102-.24-1.997-.404l-4.272-.781c-.895-.164-1.518-.277-2.01-.33-.483-.051-.769-.035-.993.023a2.598 2.598 0 0 0-1.481 1.023c-.133.19-.25.45-.373.92-.125.48-.24 1.103-.403 1.998-.164.895-.277 1.518-.33 2.01-.051.484-.035.77.022.994a2.599 2.599 0 0 0 1.023 1.481c.19.133.451.25.921.373.48.125 1.102.24 1.997.404l4.272.781c.895.164 1.518.277 2.01.33.483.051.77.035.993-.023a2.598 2.598 0 0 0 1.481-1.023c.133-.19.25-.45.373-.92.125-.48.24-1.103.403-1.998.164-.895.278-1.518.33-2.01Zm-1.983-6.708a.9.9 0 0 1-1.044-.726c-.146-.807-.2-1.086-.28-1.296A2.599 2.599 0 0 0 14.503 3.8c-.224-.006-.505.036-1.315.169l-5.846.962c-1.366.224-1.834.313-2.174.492A2.599 2.599 0 0 0 3.837 7.18c-.08.376-.039.85.114 2.226l.011.1a.9.9 0 1 1-1.787.198l-.01-.093a350.712 350.712 0 0 0-.02-.17c-.128-1.147-.216-1.937-.067-2.636A4.398 4.398 0 0 1 4.332 3.83c.633-.333 1.418-.461 2.556-.648l.163-.027 5.846-.961.098-.016c.674-.111 1.138-.188 1.556-.177a4.397 4.397 0 0 1 3.99 2.819c.15.39.234.853.355 1.526l.017.097a.9.9 0 0 1-.726 1.045Zm-5.463 4.927a.415.415 0 0 0-.213-.104.413.413 0 0 0-.477.335l-.72 4.18a.405.405 0 0 0 .025.221c.085.21.327.311.539.226l3.669-1.467a.415.415 0 0 0 .148-.101.406.406 0 0 0-.021-.579l-2.95-2.71Z" /></symbol>', 24, 24);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon28FavoriteAddOutline", "favorite_add_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="favorite_add_outline_28"><path fill="currentColor" fill-rule="evenodd" d="M23.513 11.608a.205.205 0 0 0-.117-.36l-6.646-.533-2.56-6.156a.205.205 0 0 0-.38 0l-2.56 6.156-6.646.533a.205.205 0 0 0-.117.36l5.064 4.338-1.547 6.485a.205.205 0 0 0 .306.223l1.525-.932a.995.995 0 0 1 .535-.155 1 1 0 0 1 1 1 1 1 0 0 1-.494.863l-1.523.93a2.205 2.205 0 0 1-3.032-.732 2.205 2.205 0 0 1-.263-1.66l1.264-5.298-4.136-3.543a2.205 2.205 0 0 1-.24-3.11 2.205 2.205 0 0 1 1.498-.763l5.429-.435 2.091-5.028a2.205 2.205 0 0 1 2.883-1.19 2.205 2.205 0 0 1 1.189 1.19l2.091 5.028 5.429.435a2.205 2.205 0 0 1 2.022 2.375 2.205 2.205 0 0 1-.764 1.498c-.18.174-.544.383-.814.383a1 1 0 0 1-.675-1.738l.188-.164ZM25 20a6 6 0 1 1-12 0 6 6 0 0 1 12 0Zm-6-4a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2h-2a1 1 0 1 1 0-2h2v-2a1 1 0 0 1 1-1Z" clip-rule="evenodd" /></symbol>', 28, 28);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon28ScissorsOutline", "scissors_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="scissors_outline_28"><path fill="currentColor" fill-rule="evenodd" d="M21 4a4 4 0 0 0-2.96 6.691L14.5 12 5.542 7.635a1.958 1.958 0 0 0-2.48.528c-.11.141-.056.368.098.457l1.938 1.16L12.5 14l-7.406 4.22-1.938 1.16c-.154.089-.207.316-.1.457.587.76 1.637.984 2.482.528L14.5 16l3.54 1.309a4 4 0 1 0 1.95-1.18L16.5 14l3.49-2.128A4.005 4.005 0 0 0 21 12a4 4 0 1 0 0-8Zm-2 4a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm2 10a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z" clip-rule="evenodd" /></symbol>', 28, 28);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon28TextOutline", "text_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="text_outline_28"><path fill="currentColor" d="M13.717 20.97c.718 0 1.234-.497 1.234-1.206 0-.234-.048-.467-.162-.801l-4.02-11.554C10.426 6.426 9.87 6 8.962 6c-.9 0-1.454.446-1.79 1.419L3.164 18.963a2.443 2.443 0 0 0-.163.8c0 .74.488 1.206 1.244 1.206.641 0 1.005-.334 1.234-1.125l.91-2.777h5.157l.909 2.798c.22.78.593 1.105 1.263 1.105ZM10.942 15H6.971l1.942-6.243h.067L10.942 15Zm12.9 6c.67 0 1.158-.456 1.158-1.267V13.4c0-2.16-1.636-3.568-4.153-3.568-1.942 0-3.512.79-4.028 2.037a1.65 1.65 0 0 0-.163.69c0 .607.421 1.013 1.005 1.013.402 0 .717-.162.966-.507.593-.922 1.196-1.257 2.124-1.257 1.177 0 1.895.65 1.895 1.774v.77l-2.689.162c-2.468.163-3.856 1.308-3.856 3.213 0 1.936 1.426 3.244 3.387 3.244 1.311 0 2.584-.72 3.168-1.885h.048v.75c.038.75.487 1.165 1.138 1.165Zm-3.626-1.936c-1.034 0-1.732-.557-1.732-1.439 0-.851.66-1.399 1.808-1.48l2.354-.152v.821c0 1.297-1.09 2.25-2.43 2.25Z" /></symbol>', 28, 28);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon48TextOutline", "text_outline_48", "0 0 48 48", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 48 48" id="text_outline_48"><path fill="currentColor" d="m39.472 34.001.231.005v1.17c0 1.07.63 1.724 1.638 1.724 1.034 0 1.659-.531 1.659-1.704V23.187C43 19.032 40.135 17 35.5 17c-1.887 0-3.246.402-4.363 1.049C29.75 18.95 29 19.95 29 21.35c0 .95.8 1.65 1.5 1.65s1.1-.2 1.5-.8c.9-1.4 2.022-2.2 3.5-2.2 2.522 0 4.108 1 4.108 3.206V25H34.5c-4.322 0-6.5 2.173-6.5 5.815C28 34.457 30.348 37 34.14 37c2.437 0 4.177-1.115 5.332-2.999Zm-8.222-3.26C31.25 28.9 32.6 28 34.8 28h4.808v1.855c0 2.358-2.017 4.146-4.606 4.146-2.284 0-3.752-1.323-3.752-3.26ZM6.696 36.997c1.045 0 1.555-.63 1.914-1.739L10.684 29h9.612l2.078 6.258c.36 1.09.874 1.742 1.912 1.742 1.12 0 1.714-.663 1.714-1.53 0-.352-.081-.84-.233-1.246l-8.159-22.22C17.135 10.71 16.872 10 15.5 10c-1.338 0-1.656.697-2.129 1.99L5.245 34.21c-.152.444-.245.908-.245 1.278 0 .85.603 1.509 1.696 1.509ZM11.666 26l3.759-11.485h.132L19.314 26h-7.648Z" /></symbol>', 48, 48);
|
package/dist/es6/index.js
CHANGED
|
@@ -3,6 +3,7 @@ export { default as Icon12Add } from "./12/add";
|
|
|
3
3
|
export { default as Icon12ArrowDownCircle } from "./12/arrow_down_circle";
|
|
4
4
|
export { default as Icon12ArrowDownLeft } from "./12/arrow_down_left";
|
|
5
5
|
export { default as Icon12ArrowUpRight } from "./12/arrow_up_right";
|
|
6
|
+
export { default as Icon12ArrowUpRightOutSquareOutline } from "./12/arrow_up_right_out_square_outline";
|
|
6
7
|
export { default as Icon12Articles } from "./12/articles";
|
|
7
8
|
export { default as Icon12Block } from "./12/block";
|
|
8
9
|
export { default as Icon12Bomb } from "./12/bomb";
|
|
@@ -48,6 +49,7 @@ export { default as Icon12Mention } from "./12/mention";
|
|
|
48
49
|
export { default as Icon12Message } from "./12/message";
|
|
49
50
|
export { default as Icon12MessageHeart } from "./12/message_heart";
|
|
50
51
|
export { default as Icon12MoneyCircle } from "./12/money_circle";
|
|
52
|
+
export { default as Icon12Notebook } from "./12/notebook";
|
|
51
53
|
export { default as Icon12OnlineMobile } from "./12/online_mobile";
|
|
52
54
|
export { default as Icon12OnlineVkmobile } from "./12/online_vkmobile";
|
|
53
55
|
export { default as Icon12PaymentCardOutline } from "./12/payment_card_outline";
|
|
@@ -632,6 +634,7 @@ export { default as Icon20ViewCircleFillRed } from "./20/view_circle_fill_red";
|
|
|
632
634
|
export { default as Icon20ViewOutline } from "./20/view_outline";
|
|
633
635
|
export { default as Icon20VinylOutline } from "./20/vinyl_outline";
|
|
634
636
|
export { default as Icon20VirusOutline } from "./20/virus_outline";
|
|
637
|
+
export { default as Icon20VoiceOutline } from "./20/voice_outline";
|
|
635
638
|
export { default as Icon20VolumeOutline } from "./20/volume_outline";
|
|
636
639
|
export { default as Icon20VotesCircleFillBlue } from "./20/votes_circle_fill_blue";
|
|
637
640
|
export { default as Icon20VotestTransferCircleFillTurquoise } from "./20/votest_transfer_circle_fill_turquoise";
|
|
@@ -933,6 +936,7 @@ export { default as Icon24Place } from "./24/place";
|
|
|
933
936
|
export { default as Icon24PlaceOutline } from "./24/place_outline";
|
|
934
937
|
export { default as Icon24PlaneOutline } from "./24/plane_outline";
|
|
935
938
|
export { default as Icon24Play } from "./24/play";
|
|
939
|
+
export { default as Icon24PlayCards2Outline } from "./24/play_cards_2_outline";
|
|
936
940
|
export { default as Icon24PlayCircle } from "./24/play_circle";
|
|
937
941
|
export { default as Icon24PlayCircleFillWhite } from "./24/play_circle_fill_white";
|
|
938
942
|
export { default as Icon24Playlist } from "./24/playlist";
|
|
@@ -1242,6 +1246,7 @@ export { default as Icon28ExplicitOutline } from "./28/explicit_outline";
|
|
|
1242
1246
|
export { default as Icon28FaceIdOutline } from "./28/face_id_outline";
|
|
1243
1247
|
export { default as Icon28FaceRecognitionOutline } from "./28/face_recognition_outline";
|
|
1244
1248
|
export { default as Icon28Favorite } from "./28/favorite";
|
|
1249
|
+
export { default as Icon28FavoriteAddOutline } from "./28/favorite_add_outline";
|
|
1245
1250
|
export { default as Icon28FavoriteCircleFillGreen } from "./28/favorite_circle_fill_green";
|
|
1246
1251
|
export { default as Icon28FavoriteCircleFillYellow } from "./28/favorite_circle_fill_yellow";
|
|
1247
1252
|
export { default as Icon28FavoriteOutline } from "./28/favorite_outline";
|
|
@@ -1494,6 +1499,7 @@ export { default as Icon28RssFeedOutline } from "./28/rss_feed_outline";
|
|
|
1494
1499
|
export { default as Icon28SafariOutline } from "./28/safari_outline";
|
|
1495
1500
|
export { default as Icon28ScanViewfinderOutline } from "./28/scan_viewfinder_outline";
|
|
1496
1501
|
export { default as Icon28SchoolOutline } from "./28/school_outline";
|
|
1502
|
+
export { default as Icon28ScissorsOutline } from "./28/scissors_outline";
|
|
1497
1503
|
export { default as Icon28Screencast } from "./28/screencast";
|
|
1498
1504
|
export { default as Icon28ScreencastOutline } from "./28/screencast_outline";
|
|
1499
1505
|
export { default as Icon28Search } from "./28/search";
|
|
@@ -1570,6 +1576,7 @@ export { default as Icon28TextCircleFillGray } from "./28/text_circle_fill_gray"
|
|
|
1570
1576
|
export { default as Icon28TextCircleOutline } from "./28/text_circle_outline";
|
|
1571
1577
|
export { default as Icon28TextLiveCircleFillGreen } from "./28/text_live_circle_fill_green";
|
|
1572
1578
|
export { default as Icon28TextLiveOutline } from "./28/text_live_outline";
|
|
1579
|
+
export { default as Icon28TextOutline } from "./28/text_outline";
|
|
1573
1580
|
export { default as Icon28ThumbsDownOutline } from "./28/thumbs_down_outline";
|
|
1574
1581
|
export { default as Icon28ThumbsUpOutline } from "./28/thumbs_up_outline";
|
|
1575
1582
|
export { default as Icon28TicketOutline } from "./28/ticket_outline";
|
|
@@ -1820,6 +1827,7 @@ export { default as Icon48SkipNext } from "./48/skip_next";
|
|
|
1820
1827
|
export { default as Icon48SkipPrevious } from "./48/skip_previous";
|
|
1821
1828
|
export { default as Icon48StarsCircleFillViolet } from "./48/stars_circle_fill_violet";
|
|
1822
1829
|
export { default as Icon48SwipeUp } from "./48/swipe_up";
|
|
1830
|
+
export { default as Icon48TextOutline } from "./48/text_outline";
|
|
1823
1831
|
export { default as Icon48UserAddCircleFillBlue } from "./48/user_add_circle_fill_blue";
|
|
1824
1832
|
export { default as Icon48Video } from "./48/video";
|
|
1825
1833
|
export { default as Icon48WritebarDone } from "./48/writebar_done";
|
package/dist/es6/sprite.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -32,6 +32,12 @@ Object.defineProperty(exports, "Icon12ArrowUpRight", {
|
|
|
32
32
|
return _arrowUpRight.default;
|
|
33
33
|
}
|
|
34
34
|
});
|
|
35
|
+
Object.defineProperty(exports, "Icon12ArrowUpRightOutSquareOutline", {
|
|
36
|
+
enumerable: true,
|
|
37
|
+
get: function() {
|
|
38
|
+
return _arrowUpRightOutSquareOutline.default;
|
|
39
|
+
}
|
|
40
|
+
});
|
|
35
41
|
Object.defineProperty(exports, "Icon12Articles", {
|
|
36
42
|
enumerable: true,
|
|
37
43
|
get: function() {
|
|
@@ -302,6 +308,12 @@ Object.defineProperty(exports, "Icon12MoneyCircle", {
|
|
|
302
308
|
return _moneyCircle.default;
|
|
303
309
|
}
|
|
304
310
|
});
|
|
311
|
+
Object.defineProperty(exports, "Icon12Notebook", {
|
|
312
|
+
enumerable: true,
|
|
313
|
+
get: function() {
|
|
314
|
+
return _notebook.default;
|
|
315
|
+
}
|
|
316
|
+
});
|
|
305
317
|
Object.defineProperty(exports, "Icon12OnlineMobile", {
|
|
306
318
|
enumerable: true,
|
|
307
319
|
get: function() {
|
|
@@ -1349,7 +1361,7 @@ Object.defineProperty(exports, "Icon16NewsfeedOutline", {
|
|
|
1349
1361
|
Object.defineProperty(exports, "Icon16Notebook", {
|
|
1350
1362
|
enumerable: true,
|
|
1351
1363
|
get: function() {
|
|
1352
|
-
return
|
|
1364
|
+
return _notebook1.default;
|
|
1353
1365
|
}
|
|
1354
1366
|
});
|
|
1355
1367
|
Object.defineProperty(exports, "Icon16Notification", {
|
|
@@ -3806,6 +3818,12 @@ Object.defineProperty(exports, "Icon20VirusOutline", {
|
|
|
3806
3818
|
return _virusOutline.default;
|
|
3807
3819
|
}
|
|
3808
3820
|
});
|
|
3821
|
+
Object.defineProperty(exports, "Icon20VoiceOutline", {
|
|
3822
|
+
enumerable: true,
|
|
3823
|
+
get: function() {
|
|
3824
|
+
return _voiceOutline.default;
|
|
3825
|
+
}
|
|
3826
|
+
});
|
|
3809
3827
|
Object.defineProperty(exports, "Icon20VolumeOutline", {
|
|
3810
3828
|
enumerable: true,
|
|
3811
3829
|
get: function() {
|
|
@@ -5612,6 +5630,12 @@ Object.defineProperty(exports, "Icon24Play", {
|
|
|
5612
5630
|
return _play3.default;
|
|
5613
5631
|
}
|
|
5614
5632
|
});
|
|
5633
|
+
Object.defineProperty(exports, "Icon24PlayCards2Outline", {
|
|
5634
|
+
enumerable: true,
|
|
5635
|
+
get: function() {
|
|
5636
|
+
return _playCards2Outline.default;
|
|
5637
|
+
}
|
|
5638
|
+
});
|
|
5615
5639
|
Object.defineProperty(exports, "Icon24PlayCircle", {
|
|
5616
5640
|
enumerable: true,
|
|
5617
5641
|
get: function() {
|
|
@@ -6419,7 +6443,7 @@ Object.defineProperty(exports, "Icon24Voice", {
|
|
|
6419
6443
|
Object.defineProperty(exports, "Icon24VoiceOutline", {
|
|
6420
6444
|
enumerable: true,
|
|
6421
6445
|
get: function() {
|
|
6422
|
-
return
|
|
6446
|
+
return _voiceOutline1.default;
|
|
6423
6447
|
}
|
|
6424
6448
|
});
|
|
6425
6449
|
Object.defineProperty(exports, "Icon24VolleyballOutline", {
|
|
@@ -7466,6 +7490,12 @@ Object.defineProperty(exports, "Icon28Favorite", {
|
|
|
7466
7490
|
return _favorite4.default;
|
|
7467
7491
|
}
|
|
7468
7492
|
});
|
|
7493
|
+
Object.defineProperty(exports, "Icon28FavoriteAddOutline", {
|
|
7494
|
+
enumerable: true,
|
|
7495
|
+
get: function() {
|
|
7496
|
+
return _favoriteAddOutline.default;
|
|
7497
|
+
}
|
|
7498
|
+
});
|
|
7469
7499
|
Object.defineProperty(exports, "Icon28FavoriteCircleFillGreen", {
|
|
7470
7500
|
enumerable: true,
|
|
7471
7501
|
get: function() {
|
|
@@ -8729,7 +8759,7 @@ Object.defineProperty(exports, "Icon28Play", {
|
|
|
8729
8759
|
Object.defineProperty(exports, "Icon28PlayCards2Outline", {
|
|
8730
8760
|
enumerable: true,
|
|
8731
8761
|
get: function() {
|
|
8732
|
-
return
|
|
8762
|
+
return _playCards2Outline1.default;
|
|
8733
8763
|
}
|
|
8734
8764
|
});
|
|
8735
8765
|
Object.defineProperty(exports, "Icon28PlayCircle", {
|
|
@@ -8978,6 +9008,12 @@ Object.defineProperty(exports, "Icon28SchoolOutline", {
|
|
|
8978
9008
|
return _schoolOutline.default;
|
|
8979
9009
|
}
|
|
8980
9010
|
});
|
|
9011
|
+
Object.defineProperty(exports, "Icon28ScissorsOutline", {
|
|
9012
|
+
enumerable: true,
|
|
9013
|
+
get: function() {
|
|
9014
|
+
return _scissorsOutline.default;
|
|
9015
|
+
}
|
|
9016
|
+
});
|
|
8981
9017
|
Object.defineProperty(exports, "Icon28Screencast", {
|
|
8982
9018
|
enumerable: true,
|
|
8983
9019
|
get: function() {
|
|
@@ -9434,6 +9470,12 @@ Object.defineProperty(exports, "Icon28TextLiveOutline", {
|
|
|
9434
9470
|
return _textLiveOutline1.default;
|
|
9435
9471
|
}
|
|
9436
9472
|
});
|
|
9473
|
+
Object.defineProperty(exports, "Icon28TextOutline", {
|
|
9474
|
+
enumerable: true,
|
|
9475
|
+
get: function() {
|
|
9476
|
+
return _textOutline1.default;
|
|
9477
|
+
}
|
|
9478
|
+
});
|
|
9437
9479
|
Object.defineProperty(exports, "Icon28ThumbsDownOutline", {
|
|
9438
9480
|
enumerable: true,
|
|
9439
9481
|
get: function() {
|
|
@@ -9731,7 +9773,7 @@ Object.defineProperty(exports, "Icon28Voice", {
|
|
|
9731
9773
|
Object.defineProperty(exports, "Icon28VoiceOutline", {
|
|
9732
9774
|
enumerable: true,
|
|
9733
9775
|
get: function() {
|
|
9734
|
-
return
|
|
9776
|
+
return _voiceOutline2.default;
|
|
9735
9777
|
}
|
|
9736
9778
|
});
|
|
9737
9779
|
Object.defineProperty(exports, "Icon28VolumeAlt", {
|
|
@@ -10934,6 +10976,12 @@ Object.defineProperty(exports, "Icon48SwipeUp", {
|
|
|
10934
10976
|
return _swipeUp.default;
|
|
10935
10977
|
}
|
|
10936
10978
|
});
|
|
10979
|
+
Object.defineProperty(exports, "Icon48TextOutline", {
|
|
10980
|
+
enumerable: true,
|
|
10981
|
+
get: function() {
|
|
10982
|
+
return _textOutline2.default;
|
|
10983
|
+
}
|
|
10984
|
+
});
|
|
10937
10985
|
Object.defineProperty(exports, "Icon48UserAddCircleFillBlue", {
|
|
10938
10986
|
enumerable: true,
|
|
10939
10987
|
get: function() {
|
|
@@ -11887,6 +11935,7 @@ var _add = _interopRequireDefault(require("./12/add"));
|
|
|
11887
11935
|
var _arrowDownCircle = _interopRequireDefault(require("./12/arrow_down_circle"));
|
|
11888
11936
|
var _arrowDownLeft = _interopRequireDefault(require("./12/arrow_down_left"));
|
|
11889
11937
|
var _arrowUpRight = _interopRequireDefault(require("./12/arrow_up_right"));
|
|
11938
|
+
var _arrowUpRightOutSquareOutline = _interopRequireDefault(require("./12/arrow_up_right_out_square_outline"));
|
|
11890
11939
|
var _articles = _interopRequireDefault(require("./12/articles"));
|
|
11891
11940
|
var _block = _interopRequireDefault(require("./12/block"));
|
|
11892
11941
|
var _bomb = _interopRequireDefault(require("./12/bomb"));
|
|
@@ -11932,6 +11981,7 @@ var _mention = _interopRequireDefault(require("./12/mention"));
|
|
|
11932
11981
|
var _message = _interopRequireDefault(require("./12/message"));
|
|
11933
11982
|
var _messageHeart = _interopRequireDefault(require("./12/message_heart"));
|
|
11934
11983
|
var _moneyCircle = _interopRequireDefault(require("./12/money_circle"));
|
|
11984
|
+
var _notebook = _interopRequireDefault(require("./12/notebook"));
|
|
11935
11985
|
var _onlineMobile = _interopRequireDefault(require("./12/online_mobile"));
|
|
11936
11986
|
var _onlineVkmobile = _interopRequireDefault(require("./12/online_vkmobile"));
|
|
11937
11987
|
var _paymentCardOutline = _interopRequireDefault(require("./12/payment_card_outline"));
|
|
@@ -12106,7 +12156,7 @@ var _muted = _interopRequireDefault(require("./16/muted"));
|
|
|
12106
12156
|
var _neutralFaceOutline = _interopRequireDefault(require("./16/neutral_face_outline"));
|
|
12107
12157
|
var _new = _interopRequireDefault(require("./16/new"));
|
|
12108
12158
|
var _newsfeedOutline = _interopRequireDefault(require("./16/newsfeed_outline"));
|
|
12109
|
-
var
|
|
12159
|
+
var _notebook1 = _interopRequireDefault(require("./16/notebook"));
|
|
12110
12160
|
var _notification = _interopRequireDefault(require("./16/notification"));
|
|
12111
12161
|
var _notificationSlash = _interopRequireDefault(require("./16/notification_slash"));
|
|
12112
12162
|
var _onlineMobile1 = _interopRequireDefault(require("./16/online_mobile"));
|
|
@@ -12516,6 +12566,7 @@ var _viewCircleFillRed = _interopRequireDefault(require("./20/view_circle_fill_r
|
|
|
12516
12566
|
var _viewOutline1 = _interopRequireDefault(require("./20/view_outline"));
|
|
12517
12567
|
var _vinylOutline = _interopRequireDefault(require("./20/vinyl_outline"));
|
|
12518
12568
|
var _virusOutline = _interopRequireDefault(require("./20/virus_outline"));
|
|
12569
|
+
var _voiceOutline = _interopRequireDefault(require("./20/voice_outline"));
|
|
12519
12570
|
var _volumeOutline = _interopRequireDefault(require("./20/volume_outline"));
|
|
12520
12571
|
var _votesCircleFillBlue = _interopRequireDefault(require("./20/votes_circle_fill_blue"));
|
|
12521
12572
|
var _votestTransferCircleFillTurquoise = _interopRequireDefault(require("./20/votest_transfer_circle_fill_turquoise"));
|
|
@@ -12817,6 +12868,7 @@ var _place2 = _interopRequireDefault(require("./24/place"));
|
|
|
12817
12868
|
var _placeOutline2 = _interopRequireDefault(require("./24/place_outline"));
|
|
12818
12869
|
var _planeOutline2 = _interopRequireDefault(require("./24/plane_outline"));
|
|
12819
12870
|
var _play3 = _interopRequireDefault(require("./24/play"));
|
|
12871
|
+
var _playCards2Outline = _interopRequireDefault(require("./24/play_cards_2_outline"));
|
|
12820
12872
|
var _playCircle1 = _interopRequireDefault(require("./24/play_circle"));
|
|
12821
12873
|
var _playCircleFillWhite = _interopRequireDefault(require("./24/play_circle_fill_white"));
|
|
12822
12874
|
var _playlist = _interopRequireDefault(require("./24/playlist"));
|
|
@@ -12951,7 +13003,7 @@ var _view3 = _interopRequireDefault(require("./24/view"));
|
|
|
12951
13003
|
var _viewOutline2 = _interopRequireDefault(require("./24/view_outline"));
|
|
12952
13004
|
var _vinylOutline1 = _interopRequireDefault(require("./24/vinyl_outline"));
|
|
12953
13005
|
var _voice = _interopRequireDefault(require("./24/voice"));
|
|
12954
|
-
var
|
|
13006
|
+
var _voiceOutline1 = _interopRequireDefault(require("./24/voice_outline"));
|
|
12955
13007
|
var _volleyballOutline = _interopRequireDefault(require("./24/volleyball_outline"));
|
|
12956
13008
|
var _volume = _interopRequireDefault(require("./24/volume"));
|
|
12957
13009
|
var _volumeOutline1 = _interopRequireDefault(require("./24/volume_outline"));
|
|
@@ -13126,6 +13178,7 @@ var _explicitOutline = _interopRequireDefault(require("./28/explicit_outline"));
|
|
|
13126
13178
|
var _faceIdOutline = _interopRequireDefault(require("./28/face_id_outline"));
|
|
13127
13179
|
var _faceRecognitionOutline = _interopRequireDefault(require("./28/face_recognition_outline"));
|
|
13128
13180
|
var _favorite4 = _interopRequireDefault(require("./28/favorite"));
|
|
13181
|
+
var _favoriteAddOutline = _interopRequireDefault(require("./28/favorite_add_outline"));
|
|
13129
13182
|
var _favoriteCircleFillGreen1 = _interopRequireDefault(require("./28/favorite_circle_fill_green"));
|
|
13130
13183
|
var _favoriteCircleFillYellow1 = _interopRequireDefault(require("./28/favorite_circle_fill_yellow"));
|
|
13131
13184
|
var _favoriteOutline3 = _interopRequireDefault(require("./28/favorite_outline"));
|
|
@@ -13336,7 +13389,7 @@ var _place3 = _interopRequireDefault(require("./28/place"));
|
|
|
13336
13389
|
var _placeOutline3 = _interopRequireDefault(require("./28/place_outline"));
|
|
13337
13390
|
var _planeOutline3 = _interopRequireDefault(require("./28/plane_outline"));
|
|
13338
13391
|
var _play4 = _interopRequireDefault(require("./28/play"));
|
|
13339
|
-
var
|
|
13392
|
+
var _playCards2Outline1 = _interopRequireDefault(require("./28/play_cards_2_outline"));
|
|
13340
13393
|
var _playCircle2 = _interopRequireDefault(require("./28/play_circle"));
|
|
13341
13394
|
var _playCircleFillAzure1 = _interopRequireDefault(require("./28/play_circle_fill_azure"));
|
|
13342
13395
|
var _playlistOutline1 = _interopRequireDefault(require("./28/playlist_outline"));
|
|
@@ -13378,6 +13431,7 @@ var _rssFeedOutline = _interopRequireDefault(require("./28/rss_feed_outline"));
|
|
|
13378
13431
|
var _safariOutline = _interopRequireDefault(require("./28/safari_outline"));
|
|
13379
13432
|
var _scanViewfinderOutline2 = _interopRequireDefault(require("./28/scan_viewfinder_outline"));
|
|
13380
13433
|
var _schoolOutline = _interopRequireDefault(require("./28/school_outline"));
|
|
13434
|
+
var _scissorsOutline = _interopRequireDefault(require("./28/scissors_outline"));
|
|
13381
13435
|
var _screencast1 = _interopRequireDefault(require("./28/screencast"));
|
|
13382
13436
|
var _screencastOutline1 = _interopRequireDefault(require("./28/screencast_outline"));
|
|
13383
13437
|
var _search3 = _interopRequireDefault(require("./28/search"));
|
|
@@ -13454,6 +13508,7 @@ var _textCircleFillGray = _interopRequireDefault(require("./28/text_circle_fill_
|
|
|
13454
13508
|
var _textCircleOutline = _interopRequireDefault(require("./28/text_circle_outline"));
|
|
13455
13509
|
var _textLiveCircleFillGreen1 = _interopRequireDefault(require("./28/text_live_circle_fill_green"));
|
|
13456
13510
|
var _textLiveOutline1 = _interopRequireDefault(require("./28/text_live_outline"));
|
|
13511
|
+
var _textOutline1 = _interopRequireDefault(require("./28/text_outline"));
|
|
13457
13512
|
var _thumbsDownOutline1 = _interopRequireDefault(require("./28/thumbs_down_outline"));
|
|
13458
13513
|
var _thumbsUpOutline2 = _interopRequireDefault(require("./28/thumbs_up_outline"));
|
|
13459
13514
|
var _ticketOutline2 = _interopRequireDefault(require("./28/ticket_outline"));
|
|
@@ -13503,7 +13558,7 @@ var _videoOutline2 = _interopRequireDefault(require("./28/video_outline"));
|
|
|
13503
13558
|
var _viewOutline3 = _interopRequireDefault(require("./28/view_outline"));
|
|
13504
13559
|
var _vinylOutline2 = _interopRequireDefault(require("./28/vinyl_outline"));
|
|
13505
13560
|
var _voice1 = _interopRequireDefault(require("./28/voice"));
|
|
13506
|
-
var
|
|
13561
|
+
var _voiceOutline2 = _interopRequireDefault(require("./28/voice_outline"));
|
|
13507
13562
|
var _volumeAlt = _interopRequireDefault(require("./28/volume_alt"));
|
|
13508
13563
|
var _volumeCircleFillGray = _interopRequireDefault(require("./28/volume_circle_fill_gray"));
|
|
13509
13564
|
var _volumeOutline2 = _interopRequireDefault(require("./28/volume_outline"));
|
|
@@ -13704,6 +13759,7 @@ var _skipNext3 = _interopRequireDefault(require("./48/skip_next"));
|
|
|
13704
13759
|
var _skipPrevious3 = _interopRequireDefault(require("./48/skip_previous"));
|
|
13705
13760
|
var _starsCircleFillViolet2 = _interopRequireDefault(require("./48/stars_circle_fill_violet"));
|
|
13706
13761
|
var _swipeUp = _interopRequireDefault(require("./48/swipe_up"));
|
|
13762
|
+
var _textOutline2 = _interopRequireDefault(require("./48/text_outline"));
|
|
13707
13763
|
var _userAddCircleFillBlue = _interopRequireDefault(require("./48/user_add_circle_fill_blue"));
|
|
13708
13764
|
var _video3 = _interopRequireDefault(require("./48/video"));
|
|
13709
13765
|
var _writebarDone = _interopRequireDefault(require("./48/writebar_done"));
|
package/dist/sprite.js
CHANGED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
export interface Icon12ArrowUpRightOutSquareOutlineProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
7
|
+
}
|
|
8
|
+
declare const _default: import("react").FC<Icon12ArrowUpRightOutSquareOutlineProps>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
export interface Icon12NotebookProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
7
|
+
}
|
|
8
|
+
declare const _default: import("react").FC<Icon12NotebookProps>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
export interface Icon20VoiceOutlineProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
7
|
+
}
|
|
8
|
+
declare const _default: import("react").FC<Icon20VoiceOutlineProps>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
export interface Icon24PlayCards2OutlineProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
7
|
+
}
|
|
8
|
+
declare const _default: import("react").FC<Icon24PlayCards2OutlineProps>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
export interface Icon28FavoriteAddOutlineProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
7
|
+
}
|
|
8
|
+
declare const _default: import("react").FC<Icon28FavoriteAddOutlineProps>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
export interface Icon28ScissorsOutlineProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
7
|
+
}
|
|
8
|
+
declare const _default: import("react").FC<Icon28ScissorsOutlineProps>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
export interface Icon28TextOutlineProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
7
|
+
}
|
|
8
|
+
declare const _default: import("react").FC<Icon28TextOutlineProps>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
export interface Icon48TextOutlineProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
7
|
+
}
|
|
8
|
+
declare const _default: import("react").FC<Icon48TextOutlineProps>;
|
|
9
|
+
export default _default;
|
package/dist/typings/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ export { default as Icon12Add } from './12/add';
|
|
|
3
3
|
export { default as Icon12ArrowDownCircle } from './12/arrow_down_circle';
|
|
4
4
|
export { default as Icon12ArrowDownLeft } from './12/arrow_down_left';
|
|
5
5
|
export { default as Icon12ArrowUpRight } from './12/arrow_up_right';
|
|
6
|
+
export { default as Icon12ArrowUpRightOutSquareOutline } from './12/arrow_up_right_out_square_outline';
|
|
6
7
|
export { default as Icon12Articles } from './12/articles';
|
|
7
8
|
export { default as Icon12Block } from './12/block';
|
|
8
9
|
export { default as Icon12Bomb } from './12/bomb';
|
|
@@ -48,6 +49,7 @@ export { default as Icon12Mention } from './12/mention';
|
|
|
48
49
|
export { default as Icon12Message } from './12/message';
|
|
49
50
|
export { default as Icon12MessageHeart } from './12/message_heart';
|
|
50
51
|
export { default as Icon12MoneyCircle } from './12/money_circle';
|
|
52
|
+
export { default as Icon12Notebook } from './12/notebook';
|
|
51
53
|
export { default as Icon12OnlineMobile } from './12/online_mobile';
|
|
52
54
|
export { default as Icon12OnlineVkmobile } from './12/online_vkmobile';
|
|
53
55
|
export { default as Icon12PaymentCardOutline } from './12/payment_card_outline';
|
|
@@ -632,6 +634,7 @@ export { default as Icon20ViewCircleFillRed } from './20/view_circle_fill_red';
|
|
|
632
634
|
export { default as Icon20ViewOutline } from './20/view_outline';
|
|
633
635
|
export { default as Icon20VinylOutline } from './20/vinyl_outline';
|
|
634
636
|
export { default as Icon20VirusOutline } from './20/virus_outline';
|
|
637
|
+
export { default as Icon20VoiceOutline } from './20/voice_outline';
|
|
635
638
|
export { default as Icon20VolumeOutline } from './20/volume_outline';
|
|
636
639
|
export { default as Icon20VotesCircleFillBlue } from './20/votes_circle_fill_blue';
|
|
637
640
|
export { default as Icon20VotestTransferCircleFillTurquoise } from './20/votest_transfer_circle_fill_turquoise';
|
|
@@ -933,6 +936,7 @@ export { default as Icon24Place } from './24/place';
|
|
|
933
936
|
export { default as Icon24PlaceOutline } from './24/place_outline';
|
|
934
937
|
export { default as Icon24PlaneOutline } from './24/plane_outline';
|
|
935
938
|
export { default as Icon24Play } from './24/play';
|
|
939
|
+
export { default as Icon24PlayCards2Outline } from './24/play_cards_2_outline';
|
|
936
940
|
export { default as Icon24PlayCircle } from './24/play_circle';
|
|
937
941
|
export { default as Icon24PlayCircleFillWhite } from './24/play_circle_fill_white';
|
|
938
942
|
export { default as Icon24Playlist } from './24/playlist';
|
|
@@ -1242,6 +1246,7 @@ export { default as Icon28ExplicitOutline } from './28/explicit_outline';
|
|
|
1242
1246
|
export { default as Icon28FaceIdOutline } from './28/face_id_outline';
|
|
1243
1247
|
export { default as Icon28FaceRecognitionOutline } from './28/face_recognition_outline';
|
|
1244
1248
|
export { default as Icon28Favorite } from './28/favorite';
|
|
1249
|
+
export { default as Icon28FavoriteAddOutline } from './28/favorite_add_outline';
|
|
1245
1250
|
export { default as Icon28FavoriteCircleFillGreen } from './28/favorite_circle_fill_green';
|
|
1246
1251
|
export { default as Icon28FavoriteCircleFillYellow } from './28/favorite_circle_fill_yellow';
|
|
1247
1252
|
export { default as Icon28FavoriteOutline } from './28/favorite_outline';
|
|
@@ -1494,6 +1499,7 @@ export { default as Icon28RssFeedOutline } from './28/rss_feed_outline';
|
|
|
1494
1499
|
export { default as Icon28SafariOutline } from './28/safari_outline';
|
|
1495
1500
|
export { default as Icon28ScanViewfinderOutline } from './28/scan_viewfinder_outline';
|
|
1496
1501
|
export { default as Icon28SchoolOutline } from './28/school_outline';
|
|
1502
|
+
export { default as Icon28ScissorsOutline } from './28/scissors_outline';
|
|
1497
1503
|
export { default as Icon28Screencast } from './28/screencast';
|
|
1498
1504
|
export { default as Icon28ScreencastOutline } from './28/screencast_outline';
|
|
1499
1505
|
export { default as Icon28Search } from './28/search';
|
|
@@ -1570,6 +1576,7 @@ export { default as Icon28TextCircleFillGray } from './28/text_circle_fill_gray'
|
|
|
1570
1576
|
export { default as Icon28TextCircleOutline } from './28/text_circle_outline';
|
|
1571
1577
|
export { default as Icon28TextLiveCircleFillGreen } from './28/text_live_circle_fill_green';
|
|
1572
1578
|
export { default as Icon28TextLiveOutline } from './28/text_live_outline';
|
|
1579
|
+
export { default as Icon28TextOutline } from './28/text_outline';
|
|
1573
1580
|
export { default as Icon28ThumbsDownOutline } from './28/thumbs_down_outline';
|
|
1574
1581
|
export { default as Icon28ThumbsUpOutline } from './28/thumbs_up_outline';
|
|
1575
1582
|
export { default as Icon28TicketOutline } from './28/ticket_outline';
|
|
@@ -1820,6 +1827,7 @@ export { default as Icon48SkipNext } from './48/skip_next';
|
|
|
1820
1827
|
export { default as Icon48SkipPrevious } from './48/skip_previous';
|
|
1821
1828
|
export { default as Icon48StarsCircleFillViolet } from './48/stars_circle_fill_violet';
|
|
1822
1829
|
export { default as Icon48SwipeUp } from './48/swipe_up';
|
|
1830
|
+
export { default as Icon48TextOutline } from './48/text_outline';
|
|
1823
1831
|
export { default as Icon48UserAddCircleFillBlue } from './48/user_add_circle_fill_blue';
|
|
1824
1832
|
export { default as Icon48Video } from './48/video';
|
|
1825
1833
|
export { default as Icon48WritebarDone } from './48/writebar_done';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.166.0",
|
|
4
4
|
"description": "SVG icons, provided as a React components. With love from VKontakte",
|
|
5
5
|
"repository": "https://github.com/VKCOM/icons",
|
|
6
6
|
"homepage": "https://vkcom.github.io/icons/",
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"yarn": ">=1.21.1 <=1.22.18"
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|
|
24
|
+
"size": "yarn icons-build && size-limit",
|
|
24
25
|
"docs": "node scripts/docs",
|
|
25
26
|
"build": "yarn icons-build && yarn docs",
|
|
26
27
|
"icons-tsc": "NODE_ENV=production tsc --emitDeclarationOnly --declaration --project tsconfig-icons.json --outDir dist/typings",
|
|
@@ -37,6 +38,8 @@
|
|
|
37
38
|
"react": "^16.9.0 || ^17.0.0"
|
|
38
39
|
},
|
|
39
40
|
"devDependencies": {
|
|
41
|
+
"@size-limit/file": "^7.0.8",
|
|
42
|
+
"@size-limit/webpack": "^7.0.8",
|
|
40
43
|
"@swc/cli": "^0.1.57",
|
|
41
44
|
"@swc/core": "^1.2.177",
|
|
42
45
|
"@types/react": "16.9.34",
|
|
@@ -48,6 +51,7 @@
|
|
|
48
51
|
"react-color": "2.18.0",
|
|
49
52
|
"react-dom": "^16.9.0",
|
|
50
53
|
"rimraf": "3.0.2",
|
|
54
|
+
"size-limit": "^7.0.8",
|
|
51
55
|
"style-loader": "2.0.0",
|
|
52
56
|
"svg-baker": "1.7.0",
|
|
53
57
|
"svgo": "2.8.0",
|
|
@@ -60,5 +64,32 @@
|
|
|
60
64
|
"browserslist": [
|
|
61
65
|
"android >= 4.4",
|
|
62
66
|
"ios >= 9"
|
|
67
|
+
],
|
|
68
|
+
"size-limit": [
|
|
69
|
+
{
|
|
70
|
+
"name": "JS",
|
|
71
|
+
"path": "dist/index.js",
|
|
72
|
+
"gzip": false
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "JS (gzip)",
|
|
76
|
+
"path": "dist/index.js"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "JS (brotli)",
|
|
80
|
+
"path": "dist/index.js",
|
|
81
|
+
"brotli": true
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "JS ES6 with Icon16Add only import (tree shaking)",
|
|
85
|
+
"path": "dist/es6/index.js",
|
|
86
|
+
"import": "{ Icon16Add }"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "SVG",
|
|
90
|
+
"path": "src/**/*.svg",
|
|
91
|
+
"gzip": false,
|
|
92
|
+
"webpack": false
|
|
93
|
+
}
|
|
63
94
|
]
|
|
64
95
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12"><path fill="currentColor" d="M4.25 1a.75.75 0 1 1 0 1.5c-.5006 0-.6414.0036-.7439.024a1.25 1.25 0 0 0-.982.9821c-.0205.1025-.0241.2433-.0241.7439v2.8c0 .5724.0006.9566.0248 1.2525.0234.2871.0653.4244.1114.515a1.25 1.25 0 0 0 .5463.5463c.0906.0461.2279.088.515.1114.2959.0242.68.0248 1.2525.0248h2.8c.5006 0 .6414-.0036.7439-.024a1.25 1.25 0 0 0 .982-.9821c.0205-.1025.0241-.2433.0241-.7439a.75.75 0 0 1 1.5 0c0 .4287.0036.7526-.0528 1.0365a2.7501 2.7501 0 0 1-2.1607 2.1607c-.2675.0532-.5705.053-.9632.0528-.968-.0005-1.9358 0-2.9037 0-.5342 0-.98 0-1.3443-.0297-.3798-.0311-.7365-.0982-1.0738-.27a2.7504 2.7504 0 0 1-1.2018-1.2018c-.1718-.3373-.239-.694-.27-1.0738C1 8.0604 1 7.6146 1 7.0804c0-.9679.0005-1.9358 0-2.9037-.0002-.3927-.0004-.6957.0528-.9632a2.75 2.75 0 0 1 2.1607-2.1607C3.4975.9964 3.8213 1 4.25 1Z M7 .75A.75.75 0 0 1 7.75 0h3.5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0V2.5607L7.2803 5.7803a.75.75 0 0 1-1.0606-1.0606L9.4393 1.5H7.75A.75.75 0 0 1 7 .75Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12"><path fill="currentColor" d="M4.3503.6756a.675.675 0 1 0-1.35 0v.873c-.1847.0303-.338.0765-.4765.147a1.875 1.875 0 0 0-.8194.8195C1.5 2.916 1.5 3.441 1.5 4.4913V8.5c0 1.0501 0 1.5752.2044 1.9762.1797.3528.4666.6397.8194.8194.401.2044.9261.2044 1.9762.2044h3c1.0501 0 1.5752 0 1.9762-.2044a1.8743 1.8743 0 0 0 .8194-.8194c.2044-.401.2044-.9261.2044-1.9762V4.4913c0-1.0501 0-1.5752-.2044-1.9762a1.8746 1.8746 0 0 0-.8194-.8194c-.1385-.0706-.2918-.1168-.4765-.147V.6755a.675.675 0 0 0-1.35 0v.8157H6.675V.6756a.675.675 0 0 0-1.35 0v.8157h-.9747V.6756ZM8.528 4.219a.75.75 0 0 1 0 1.0607l-3 3a.75.75 0 0 1-1.0607 0l-.9977-.9977a.75.75 0 0 1 1.0606-1.0607l.4674.4674L7.4673 4.219a.75.75 0 0 1 1.0607 0Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"><path fill="currentColor" fill-rule="evenodd" d="M15.6916 12.4799a.75.75 0 0 1 .1623 1.0481c-1.179 1.6108-3.0092 2.7183-5.1039 2.9337V18.25a.75.75 0 0 1-1.5 0v-1.7887c-2.0902-.2171-3.921-1.3299-5.1004-2.9315a.75.75 0 0 1 1.2078-.8895C6.4085 14.0675 8.1026 15 10 15c1.9063 0 3.5961-.9269 4.6434-2.3579a.75.75 0 0 1 1.0482-.1622Z M5.75 5.75C5.75 3.4028 7.6528 1.5 10 1.5s4.25 1.9028 4.25 4.25v3.5c0 2.3472-1.9028 4.25-4.25 4.25s-4.25-1.9028-4.25-4.25v-3.5ZM10 3C8.4812 3 7.25 4.2312 7.25 5.75v3.5C7.25 10.7688 8.4812 12 10 12s2.75-1.2312 2.75-2.75v-3.5C12.75 4.2312 11.5188 3 10 3Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m21.6164 16.4953-.0126.069c-.156.8527-.2821 1.5419-.4264 2.0941-.1486.5686-.3332 1.0621-.6412 1.5004a4.3976 4.3976 0 0 1-2.5066 1.7315c-.5188.133-1.0457.1309-1.63.0686-.5674-.0605-1.2565-.1865-2.1091-.3426L9.95 20.8222c-.8525-.156-1.5416-.2821-2.0937-.4265-.5685-.1487-1.062-.3333-1.5002-.6413a4.3983 4.3983 0 0 1-1.7312-2.507c-.133-.5189-.1309-1.0458-.0686-1.6302.0604-.5675.1865-1.2567.3425-2.1094l.0126-.0692c.156-.8527.282-1.5419.4264-2.0941.1486-.5685.3333-1.0621.6412-1.5003a4.3974 4.3974 0 0 1 2.5066-1.7316c.5189-.1329 1.0457-.1308 1.63-.0686.5674.0605 1.2565.1866 2.1091.3426l4.3404.7942c.8526.156 1.5417.282 2.0938.4265.5685.1486 1.062.3332 1.5002.6413a4.398 4.398 0 0 1 1.7313 2.5069c.1329.519.1308 1.0459.0685 1.6303-.0604.5675-.1865 1.2567-.3425 2.1095Zm-1.4463-2.3002c.0515-.4834.035-.769-.0224-.9931a2.5989 2.5989 0 0 0-1.023-1.4814c-.1893-.1331-.4506-.2497-.9208-.3727-.4792-.1253-1.1018-.2398-1.997-.4036l-4.2714-.7815c-.8952-.1638-1.518-.2772-2.0105-.3297-.4833-.0515-.769-.035-.993.0225a2.5983 2.5983 0 0 0-1.4812 1.0232c-.133.1893-.2496.4505-.3726.9209-.1252.4792-.2397 1.1019-.4035 1.9973-.1638.8953-.2771 1.5182-.3296 2.0108-.0515.4834-.035.769.0224.9932a2.599 2.599 0 0 0 1.023 1.4814c.1893.133.4506.2496.9208.3726.4792.1253 1.1018.2398 1.997.4036l4.2714.7816c.8952.1638 1.518.2772 2.0105.3296.4833.0516.7689.035.993-.0224a2.5982 2.5982 0 0 0 1.4812-1.0232c.133-.1893.2496-.4506.3726-.9209.1253-.4793.2398-1.102.4035-1.9973.1638-.8954.2771-1.5183.3296-2.0109Z M18.187 7.4875a.8995.8995 0 0 1-1.0445-.726c-.1452-.8075-.1995-1.0865-.2802-1.2964a2.5985 2.5985 0 0 0-2.3579-1.6655c-.2247-.0058-.5057.0363-1.3151.1694l-5.8466.9616c-1.366.2246-1.8333.3132-2.1736.4921a2.5989 2.5989 0 0 0-1.3317 1.7575c-.0802.376-.039.85.114 2.226l.011.0989a.8995.8995 0 1 1-1.7879.199l-.0104-.0932a350.7124 350.7124 0 0 0-.019-.1701c-.128-1.1464-.2162-1.9369-.067-2.6363a4.398 4.398 0 0 1 2.2537-2.9742c.6329-.3329 1.4177-.4616 2.5557-.6483l.1633-.0268 5.8466-.9615.0973-.016c.6747-.1112 1.1383-.1876 1.5565-.1767a4.3975 4.3975 0 0 1 3.9903 2.8186c.1501.3906.2332.853.3541 1.5262l.0174.097a.8996.8996 0 0 1-.726 1.0447Z M12.7236 12.4141a.4152.4152 0 0 0-.2124-.1037c-.2253-.038-.4391.1119-.4775.3348l-.7194 4.179a.405.405 0 0 0 .0243.2222c.0857.2095.327.3107.539.2259l3.6694-1.4677a.4148.4148 0 0 0 .148-.1008.4061.4061 0 0 0-.0214-.5785l-2.95-2.7112Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none" viewBox="0 0 28 28"><path fill="currentColor" fill-rule="evenodd" d="M23.513 11.6081a.205.205 0 0 0-.117-.36l-6.6461-.5329-2.5605-6.1562a.2051.2051 0 0 0-.3786 0l-2.5605 6.1562-6.6461.5329a.205.205 0 0 0-.117.36l5.0637 4.3375-1.547 6.4855a.205.205 0 0 0 .3063.2226l1.5245-.9313a.9954.9954 0 0 1 .5352-.1551c.5523 0 1 .4477 1 1a.9995.9995 0 0 1-.4938.8626l-1.5235.9306c-1.0393.6347-2.3963.3068-3.0311-.7324a2.205 2.205 0 0 1-.263-1.661l1.2635-5.2973-4.136-3.5428c-.9248-.7922-1.0323-2.1842-.24-3.1091a2.205 2.205 0 0 1 1.4984-.7634l5.4284-.4352 2.0914-5.0283c.4677-1.1244 1.7583-1.6568 2.8827-1.1892A2.2049 2.2049 0 0 1 16.036 3.791l2.0914 5.0283 5.4285.4352c1.2138.0973 2.119 1.1602 2.0217 2.3741a2.205 2.205 0 0 1-.7635 1.4984c-.1799.1738-.5442.383-.8141.383-.5523 0-1-.4477-1-1 0-.292.1252-.5548.3248-.7376l.1882-.1643Z M25 20c0 3.3137-2.6863 6-6 6s-6-2.6863-6-6 2.6863-6 6-6 6 2.6863 6 6Zm-6-4c.5523 0 1 .4477 1 1v2h2c.5523 0 1 .4477 1 1s-.4477 1-1 1h-2v2c0 .5523-.4477 1-1 1s-1-.4477-1-1v-2h-2c-.5523 0-1-.4477-1-1s.4477-1 1-1h2v-2c0-.5523.4477-1 1-1Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none" viewBox="0 0 28 28"><path fill="currentColor" fill-rule="evenodd" d="M21 4c-2.2091 0-4 1.7909-4 4 0 1.0363.3941 1.9805 1.0406 2.6911L14.5001 12 5.5417 7.6348c-.8446-.4557-1.895-.2319-2.4806.5284-.1084.1408-.055.368.099.4568l1.938 1.16 7.402 4.22-7.406 4.22-1.9382 1.16c-.1538.0888-.2073.316-.099.4568.5857.7603 1.636.9841 2.4807.5284L14.5001 16l3.5405 1.3089C17.3941 18.0195 17 18.9637 17 20c0 2.2091 1.7909 4 4 4 2.2092 0 4-1.7909 4-4 0-2.2091-1.7908-4-4-4-.3487 0-.687.0446-1.0095.1285L16.5001 14l3.4904-2.1285A4.0048 4.0048 0 0 0 21 12c2.2092 0 4-1.7909 4-4 0-2.2091-1.7908-4-4-4Zm-2 4c0-1.1046.8955-2 2-2 1.1046 0 2 .8954 2 2s-.8954 2-2 2c-1.1045 0-2-.8954-2-2Zm2 10c-1.1045 0-2 .8954-2 2s.8955 2 2 2c1.1046 0 2-.8954 2-2s-.8954-2-2-2Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none" viewBox="0 0 28 28"><path fill="currentColor" d="M13.7169 20.9696c.7177 0 1.2344-.4966 1.2344-1.2061 0-.2331-.0479-.4662-.1627-.8007l-4.0188-11.554C10.4253 6.4257 9.8703 6 8.9613 6c-.8995 0-1.4545.446-1.7894 1.419L3.1627 18.9627c-.1149.3142-.1627.598-.1627.8007 0 .7399.488 1.2061 1.244 1.2061.641 0 1.0046-.3345 1.2343-1.125l.909-2.777h5.1575l.909 2.7973c.2201.7804.5933 1.1047 1.2631 1.1047ZM10.942 15H6.971l1.9424-6.2432h.067L10.942 15Zm12.9002 6C24.512 21 25 20.5439 25 19.7331v-6.3345c0-2.1587-1.6362-3.5675-4.1528-3.5675-1.9424 0-3.5117.7905-4.0284 2.0371-.1053.2332-.1627.4561-.1627.6892 0 .6081.421 1.0135 1.0047 1.0135.4019 0 .7177-.1621.9665-.5067.5932-.9223 1.1961-1.2568 2.1242-1.2568 1.177 0 1.8946.6487 1.8946 1.7737v.7703l-2.6888.1621c-2.4687.1622-3.8562 1.3074-3.8562 3.2129 0 1.9358 1.4258 3.2432 3.3873 3.2432 1.311 0 2.5836-.7196 3.1673-1.8851h.0478v.75c.0383.75.488 1.1655 1.1387 1.1655Zm-3.6265-1.9358c-1.0335 0-1.732-.5574-1.732-1.4392 0-.8514.6603-1.3986 1.8085-1.4797l2.3539-.1521v.821c0 1.2973-1.0908 2.25-2.4304 2.25Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="none" viewBox="0 0 48 48"><path fill="currentColor" d="m39.4717 34.0011.2315.0048v1.1693c0 1.0702.6295 1.7248 1.6375 1.7248C42.3749 36.9 43 36.3687 43 35.1964v-12.009C43 19.032 40.1352 17 35.5 17c-1.8871 0-3.2457.4023-4.3632 1.0487C29.75 18.95 29 19.95 29 21.35c0 .95.8 1.65 1.5 1.65s1.1-.2 1.5-.8c.9-1.4 2.022-2.2 3.5-2.2 2.522 0 4.1076 1 4.1076 3.2059V25H34.5c-4.3223 0-6.5 2.173-6.5 5.815C28 34.4569 30.3482 37 34.1406 37c2.4367 0 4.1769-1.1151 5.3311-2.9989Zm-8.2217-3.26C31.25 28.9 32.6 28 34.8002 28h4.8074v1.8546c0 2.3579-2.0164 4.1466-4.6059 4.1466-2.2838 0-3.7517-1.3228-3.7517-3.2601ZM6.696 36.9969c1.045 0 1.5546-.6304 1.9143-1.7385L10.6841 29h9.6114l2.0781 6.2584C22.7334 36.348 23.2481 37 24.2858 37 25.4056 37 26 36.3372 26 35.4692c0-.3509-.0812-.8388-.2327-1.2451l-8.1589-22.2204C17.1351 10.7109 16.8718 10 15.5003 10c-1.338 0-1.6558.6973-2.1291 1.9901L5.2447 34.2106c-.1515.4432-.2447.9077-.2447 1.277 0 .8496.6034 1.5093 1.696 1.5093ZM11.6658 26l3.7587-11.4854h.1325L19.3137 26h-7.6478Z"/></svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
import { makeIcon } from '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon12ArrowUpRightOutSquareOutlineProps extends HTMLAttributes<HTMLDivElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export default makeIcon<Icon12ArrowUpRightOutSquareOutlineProps>(
|
|
12
|
+
'Icon12ArrowUpRightOutSquareOutline',
|
|
13
|
+
'arrow_up_right_out_square_outline_12',
|
|
14
|
+
'0 0 12 12',
|
|
15
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 12" id="arrow_up_right_out_square_outline_12"><path fill="currentColor" d="M4.25 1a.75.75 0 1 1 0 1.5c-.5 0-.641.004-.744.024a1.25 1.25 0 0 0-.982.982c-.02.103-.024.243-.024.744v2.8c0 .572 0 .957.025 1.252.023.288.065.425.111.516a1.25 1.25 0 0 0 .546.546c.091.046.228.088.516.111.295.024.68.025 1.252.025h2.8c.5 0 .641-.004.744-.024a1.25 1.25 0 0 0 .982-.982c.02-.103.024-.243.024-.744a.75.75 0 0 1 1.5 0c0 .429.004.753-.053 1.037a2.75 2.75 0 0 1-2.16 2.16C8.518 11 8.216 11 7.822 11H4.92c-.535 0-.98 0-1.345-.03-.38-.03-.736-.098-1.073-.27A2.75 2.75 0 0 1 1.3 9.5c-.172-.338-.24-.694-.27-1.074C1 8.06 1 7.615 1 7.08V4.177c0-.393 0-.696.053-.963a2.75 2.75 0 0 1 2.16-2.161C3.497.996 3.821 1 4.25 1ZM7 .75A.75.75 0 0 1 7.75 0h3.5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0V2.56L7.28 5.78a.75.75 0 0 1-1.06-1.06L9.44 1.5H7.75A.75.75 0 0 1 7 .75Z" /></symbol>',
|
|
16
|
+
12,
|
|
17
|
+
12
|
|
18
|
+
);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
import { makeIcon } from '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon12NotebookProps extends HTMLAttributes<HTMLDivElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export default makeIcon<Icon12NotebookProps>(
|
|
12
|
+
'Icon12Notebook',
|
|
13
|
+
'notebook_12',
|
|
14
|
+
'0 0 12 12',
|
|
15
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 12" id="notebook_12"><path fill="currentColor" d="M4.35.676a.675.675 0 1 0-1.35 0v.873c-.184.03-.338.076-.476.147a1.875 1.875 0 0 0-.82.82c-.204.4-.204.925-.204 1.975V8.5c0 1.05 0 1.575.204 1.976.18.353.467.64.82.82.4.204.926.204 1.976.204h3c1.05 0 1.575 0 1.976-.204a1.874 1.874 0 0 0 .82-.82c.204-.4.204-.926.204-1.976V4.491c0-1.05 0-1.575-.204-1.976a1.875 1.875 0 0 0-.82-.82A1.593 1.593 0 0 0 9 1.55V.676a.675.675 0 0 0-1.35 0v.815h-.975V.676a.675.675 0 0 0-1.35 0v.815H4.35V.676Zm4.178 3.543a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 0 1-1.06 0l-.998-.997a.75.75 0 0 1 1.06-1.06l.468.467 2.47-2.47a.75.75 0 0 1 1.06 0Z" /></symbol>',
|
|
16
|
+
12,
|
|
17
|
+
12
|
|
18
|
+
);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
import { makeIcon } from '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon20VoiceOutlineProps extends HTMLAttributes<HTMLDivElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export default makeIcon<Icon20VoiceOutlineProps>(
|
|
12
|
+
'Icon20VoiceOutline',
|
|
13
|
+
'voice_outline_20',
|
|
14
|
+
'0 0 20 20',
|
|
15
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="voice_outline_20"><path fill="currentColor" fill-rule="evenodd" d="M15.692 12.48a.75.75 0 0 1 .162 1.048 7.245 7.245 0 0 1-5.104 2.934v1.788a.75.75 0 0 1-1.5 0v-1.789a7.283 7.283 0 0 1-5.1-2.931.75.75 0 0 1 1.207-.89A5.77 5.77 0 0 0 10 15a5.74 5.74 0 0 0 4.643-2.358.75.75 0 0 1 1.049-.162ZM5.75 5.75a4.25 4.25 0 0 1 8.5 0v3.5a4.25 4.25 0 0 1-8.5 0v-3.5ZM10 3a2.75 2.75 0 0 0-2.75 2.75v3.5a2.75 2.75 0 1 0 5.5 0v-3.5A2.75 2.75 0 0 0 10 3Z" clip-rule="evenodd" /></symbol>',
|
|
16
|
+
20,
|
|
17
|
+
20
|
|
18
|
+
);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
import { makeIcon } from '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon24PlayCards2OutlineProps extends HTMLAttributes<HTMLDivElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export default makeIcon<Icon24PlayCards2OutlineProps>(
|
|
12
|
+
'Icon24PlayCards2Outline',
|
|
13
|
+
'play_cards_2_outline_24',
|
|
14
|
+
'0 0 24 24',
|
|
15
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="play_cards_2_outline_24"><path fill="currentColor" fill-rule="evenodd" d="m21.616 16.495-.012.07c-.156.852-.282 1.541-.427 2.093-.148.569-.333 1.062-.64 1.5a4.398 4.398 0 0 1-2.507 1.732c-.52.133-1.046.131-1.63.069-.568-.06-1.257-.187-2.11-.343l-4.34-.794c-.853-.156-1.542-.282-2.094-.426-.568-.149-1.062-.334-1.5-.642a4.398 4.398 0 0 1-1.731-2.507c-.133-.519-.131-1.045-.069-1.63.06-.567.187-1.257.343-2.11l.012-.068c.156-.853.282-1.542.427-2.095.148-.568.333-1.062.641-1.5a4.397 4.397 0 0 1 2.507-1.731c.518-.133 1.045-.131 1.63-.069.567.06 1.256.187 2.109.343l4.34.794c.853.156 1.542.282 2.094.426.568.149 1.062.333 1.5.642a4.398 4.398 0 0 1 1.731 2.506c.133.52.131 1.046.069 1.63-.06.568-.187 1.257-.343 2.11Zm-1.446-2.3c.052-.483.035-.769-.022-.993a2.599 2.599 0 0 0-1.023-1.481c-.19-.134-.45-.25-.921-.373-.48-.125-1.102-.24-1.997-.404l-4.272-.781c-.895-.164-1.518-.277-2.01-.33-.483-.051-.769-.035-.993.023a2.598 2.598 0 0 0-1.481 1.023c-.133.19-.25.45-.373.92-.125.48-.24 1.103-.403 1.998-.164.895-.277 1.518-.33 2.01-.051.484-.035.77.022.994a2.599 2.599 0 0 0 1.023 1.481c.19.133.451.25.921.373.48.125 1.102.24 1.997.404l4.272.781c.895.164 1.518.277 2.01.33.483.051.77.035.993-.023a2.598 2.598 0 0 0 1.481-1.023c.133-.19.25-.45.373-.92.125-.48.24-1.103.403-1.998.164-.895.278-1.518.33-2.01Zm-1.983-6.708a.9.9 0 0 1-1.044-.726c-.146-.807-.2-1.086-.28-1.296A2.599 2.599 0 0 0 14.503 3.8c-.224-.006-.505.036-1.315.169l-5.846.962c-1.366.224-1.834.313-2.174.492A2.599 2.599 0 0 0 3.837 7.18c-.08.376-.039.85.114 2.226l.011.1a.9.9 0 1 1-1.787.198l-.01-.093a350.712 350.712 0 0 0-.02-.17c-.128-1.147-.216-1.937-.067-2.636A4.398 4.398 0 0 1 4.332 3.83c.633-.333 1.418-.461 2.556-.648l.163-.027 5.846-.961.098-.016c.674-.111 1.138-.188 1.556-.177a4.397 4.397 0 0 1 3.99 2.819c.15.39.234.853.355 1.526l.017.097a.9.9 0 0 1-.726 1.045Zm-5.463 4.927a.415.415 0 0 0-.213-.104.413.413 0 0 0-.477.335l-.72 4.18a.405.405 0 0 0 .025.221c.085.21.327.311.539.226l3.669-1.467a.415.415 0 0 0 .148-.101.406.406 0 0 0-.021-.579l-2.95-2.71Z" /></symbol>',
|
|
16
|
+
24,
|
|
17
|
+
24
|
|
18
|
+
);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
import { makeIcon } from '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon28FavoriteAddOutlineProps extends HTMLAttributes<HTMLDivElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export default makeIcon<Icon28FavoriteAddOutlineProps>(
|
|
12
|
+
'Icon28FavoriteAddOutline',
|
|
13
|
+
'favorite_add_outline_28',
|
|
14
|
+
'0 0 28 28',
|
|
15
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="favorite_add_outline_28"><path fill="currentColor" fill-rule="evenodd" d="M23.513 11.608a.205.205 0 0 0-.117-.36l-6.646-.533-2.56-6.156a.205.205 0 0 0-.38 0l-2.56 6.156-6.646.533a.205.205 0 0 0-.117.36l5.064 4.338-1.547 6.485a.205.205 0 0 0 .306.223l1.525-.932a.995.995 0 0 1 .535-.155 1 1 0 0 1 1 1 1 1 0 0 1-.494.863l-1.523.93a2.205 2.205 0 0 1-3.032-.732 2.205 2.205 0 0 1-.263-1.66l1.264-5.298-4.136-3.543a2.205 2.205 0 0 1-.24-3.11 2.205 2.205 0 0 1 1.498-.763l5.429-.435 2.091-5.028a2.205 2.205 0 0 1 2.883-1.19 2.205 2.205 0 0 1 1.189 1.19l2.091 5.028 5.429.435a2.205 2.205 0 0 1 2.022 2.375 2.205 2.205 0 0 1-.764 1.498c-.18.174-.544.383-.814.383a1 1 0 0 1-.675-1.738l.188-.164ZM25 20a6 6 0 1 1-12 0 6 6 0 0 1 12 0Zm-6-4a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2h-2a1 1 0 1 1 0-2h2v-2a1 1 0 0 1 1-1Z" clip-rule="evenodd" /></symbol>',
|
|
16
|
+
28,
|
|
17
|
+
28
|
|
18
|
+
);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
import { makeIcon } from '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon28ScissorsOutlineProps extends HTMLAttributes<HTMLDivElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export default makeIcon<Icon28ScissorsOutlineProps>(
|
|
12
|
+
'Icon28ScissorsOutline',
|
|
13
|
+
'scissors_outline_28',
|
|
14
|
+
'0 0 28 28',
|
|
15
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="scissors_outline_28"><path fill="currentColor" fill-rule="evenodd" d="M21 4a4 4 0 0 0-2.96 6.691L14.5 12 5.542 7.635a1.958 1.958 0 0 0-2.48.528c-.11.141-.056.368.098.457l1.938 1.16L12.5 14l-7.406 4.22-1.938 1.16c-.154.089-.207.316-.1.457.587.76 1.637.984 2.482.528L14.5 16l3.54 1.309a4 4 0 1 0 1.95-1.18L16.5 14l3.49-2.128A4.005 4.005 0 0 0 21 12a4 4 0 1 0 0-8Zm-2 4a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm2 10a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z" clip-rule="evenodd" /></symbol>',
|
|
16
|
+
28,
|
|
17
|
+
28
|
|
18
|
+
);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
import { makeIcon } from '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon28TextOutlineProps extends HTMLAttributes<HTMLDivElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export default makeIcon<Icon28TextOutlineProps>(
|
|
12
|
+
'Icon28TextOutline',
|
|
13
|
+
'text_outline_28',
|
|
14
|
+
'0 0 28 28',
|
|
15
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="text_outline_28"><path fill="currentColor" d="M13.717 20.97c.718 0 1.234-.497 1.234-1.206 0-.234-.048-.467-.162-.801l-4.02-11.554C10.426 6.426 9.87 6 8.962 6c-.9 0-1.454.446-1.79 1.419L3.164 18.963a2.443 2.443 0 0 0-.163.8c0 .74.488 1.206 1.244 1.206.641 0 1.005-.334 1.234-1.125l.91-2.777h5.157l.909 2.798c.22.78.593 1.105 1.263 1.105ZM10.942 15H6.971l1.942-6.243h.067L10.942 15Zm12.9 6c.67 0 1.158-.456 1.158-1.267V13.4c0-2.16-1.636-3.568-4.153-3.568-1.942 0-3.512.79-4.028 2.037a1.65 1.65 0 0 0-.163.69c0 .607.421 1.013 1.005 1.013.402 0 .717-.162.966-.507.593-.922 1.196-1.257 2.124-1.257 1.177 0 1.895.65 1.895 1.774v.77l-2.689.162c-2.468.163-3.856 1.308-3.856 3.213 0 1.936 1.426 3.244 3.387 3.244 1.311 0 2.584-.72 3.168-1.885h.048v.75c.038.75.487 1.165 1.138 1.165Zm-3.626-1.936c-1.034 0-1.732-.557-1.732-1.439 0-.851.66-1.399 1.808-1.48l2.354-.152v.821c0 1.297-1.09 2.25-2.43 2.25Z" /></symbol>',
|
|
16
|
+
28,
|
|
17
|
+
28
|
|
18
|
+
);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
import { makeIcon } from '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon48TextOutlineProps extends HTMLAttributes<HTMLDivElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export default makeIcon<Icon48TextOutlineProps>(
|
|
12
|
+
'Icon48TextOutline',
|
|
13
|
+
'text_outline_48',
|
|
14
|
+
'0 0 48 48',
|
|
15
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 48 48" id="text_outline_48"><path fill="currentColor" d="m39.472 34.001.231.005v1.17c0 1.07.63 1.724 1.638 1.724 1.034 0 1.659-.531 1.659-1.704V23.187C43 19.032 40.135 17 35.5 17c-1.887 0-3.246.402-4.363 1.049C29.75 18.95 29 19.95 29 21.35c0 .95.8 1.65 1.5 1.65s1.1-.2 1.5-.8c.9-1.4 2.022-2.2 3.5-2.2 2.522 0 4.108 1 4.108 3.206V25H34.5c-4.322 0-6.5 2.173-6.5 5.815C28 34.457 30.348 37 34.14 37c2.437 0 4.177-1.115 5.332-2.999Zm-8.222-3.26C31.25 28.9 32.6 28 34.8 28h4.808v1.855c0 2.358-2.017 4.146-4.606 4.146-2.284 0-3.752-1.323-3.752-3.26ZM6.696 36.997c1.045 0 1.555-.63 1.914-1.739L10.684 29h9.612l2.078 6.258c.36 1.09.874 1.742 1.912 1.742 1.12 0 1.714-.663 1.714-1.53 0-.352-.081-.84-.233-1.246l-8.159-22.22C17.135 10.71 16.872 10 15.5 10c-1.338 0-1.656.697-2.129 1.99L5.245 34.21c-.152.444-.245.908-.245 1.278 0 .85.603 1.509 1.696 1.509ZM11.666 26l3.759-11.485h.132L19.314 26h-7.648Z" /></symbol>',
|
|
16
|
+
48,
|
|
17
|
+
48
|
|
18
|
+
);
|
package/ts/index.ts
CHANGED
|
@@ -3,6 +3,7 @@ export { default as Icon12Add } from './12/add';
|
|
|
3
3
|
export { default as Icon12ArrowDownCircle } from './12/arrow_down_circle';
|
|
4
4
|
export { default as Icon12ArrowDownLeft } from './12/arrow_down_left';
|
|
5
5
|
export { default as Icon12ArrowUpRight } from './12/arrow_up_right';
|
|
6
|
+
export { default as Icon12ArrowUpRightOutSquareOutline } from './12/arrow_up_right_out_square_outline';
|
|
6
7
|
export { default as Icon12Articles } from './12/articles';
|
|
7
8
|
export { default as Icon12Block } from './12/block';
|
|
8
9
|
export { default as Icon12Bomb } from './12/bomb';
|
|
@@ -48,6 +49,7 @@ export { default as Icon12Mention } from './12/mention';
|
|
|
48
49
|
export { default as Icon12Message } from './12/message';
|
|
49
50
|
export { default as Icon12MessageHeart } from './12/message_heart';
|
|
50
51
|
export { default as Icon12MoneyCircle } from './12/money_circle';
|
|
52
|
+
export { default as Icon12Notebook } from './12/notebook';
|
|
51
53
|
export { default as Icon12OnlineMobile } from './12/online_mobile';
|
|
52
54
|
export { default as Icon12OnlineVkmobile } from './12/online_vkmobile';
|
|
53
55
|
export { default as Icon12PaymentCardOutline } from './12/payment_card_outline';
|
|
@@ -632,6 +634,7 @@ export { default as Icon20ViewCircleFillRed } from './20/view_circle_fill_red';
|
|
|
632
634
|
export { default as Icon20ViewOutline } from './20/view_outline';
|
|
633
635
|
export { default as Icon20VinylOutline } from './20/vinyl_outline';
|
|
634
636
|
export { default as Icon20VirusOutline } from './20/virus_outline';
|
|
637
|
+
export { default as Icon20VoiceOutline } from './20/voice_outline';
|
|
635
638
|
export { default as Icon20VolumeOutline } from './20/volume_outline';
|
|
636
639
|
export { default as Icon20VotesCircleFillBlue } from './20/votes_circle_fill_blue';
|
|
637
640
|
export { default as Icon20VotestTransferCircleFillTurquoise } from './20/votest_transfer_circle_fill_turquoise';
|
|
@@ -933,6 +936,7 @@ export { default as Icon24Place } from './24/place';
|
|
|
933
936
|
export { default as Icon24PlaceOutline } from './24/place_outline';
|
|
934
937
|
export { default as Icon24PlaneOutline } from './24/plane_outline';
|
|
935
938
|
export { default as Icon24Play } from './24/play';
|
|
939
|
+
export { default as Icon24PlayCards2Outline } from './24/play_cards_2_outline';
|
|
936
940
|
export { default as Icon24PlayCircle } from './24/play_circle';
|
|
937
941
|
export { default as Icon24PlayCircleFillWhite } from './24/play_circle_fill_white';
|
|
938
942
|
export { default as Icon24Playlist } from './24/playlist';
|
|
@@ -1242,6 +1246,7 @@ export { default as Icon28ExplicitOutline } from './28/explicit_outline';
|
|
|
1242
1246
|
export { default as Icon28FaceIdOutline } from './28/face_id_outline';
|
|
1243
1247
|
export { default as Icon28FaceRecognitionOutline } from './28/face_recognition_outline';
|
|
1244
1248
|
export { default as Icon28Favorite } from './28/favorite';
|
|
1249
|
+
export { default as Icon28FavoriteAddOutline } from './28/favorite_add_outline';
|
|
1245
1250
|
export { default as Icon28FavoriteCircleFillGreen } from './28/favorite_circle_fill_green';
|
|
1246
1251
|
export { default as Icon28FavoriteCircleFillYellow } from './28/favorite_circle_fill_yellow';
|
|
1247
1252
|
export { default as Icon28FavoriteOutline } from './28/favorite_outline';
|
|
@@ -1494,6 +1499,7 @@ export { default as Icon28RssFeedOutline } from './28/rss_feed_outline';
|
|
|
1494
1499
|
export { default as Icon28SafariOutline } from './28/safari_outline';
|
|
1495
1500
|
export { default as Icon28ScanViewfinderOutline } from './28/scan_viewfinder_outline';
|
|
1496
1501
|
export { default as Icon28SchoolOutline } from './28/school_outline';
|
|
1502
|
+
export { default as Icon28ScissorsOutline } from './28/scissors_outline';
|
|
1497
1503
|
export { default as Icon28Screencast } from './28/screencast';
|
|
1498
1504
|
export { default as Icon28ScreencastOutline } from './28/screencast_outline';
|
|
1499
1505
|
export { default as Icon28Search } from './28/search';
|
|
@@ -1570,6 +1576,7 @@ export { default as Icon28TextCircleFillGray } from './28/text_circle_fill_gray'
|
|
|
1570
1576
|
export { default as Icon28TextCircleOutline } from './28/text_circle_outline';
|
|
1571
1577
|
export { default as Icon28TextLiveCircleFillGreen } from './28/text_live_circle_fill_green';
|
|
1572
1578
|
export { default as Icon28TextLiveOutline } from './28/text_live_outline';
|
|
1579
|
+
export { default as Icon28TextOutline } from './28/text_outline';
|
|
1573
1580
|
export { default as Icon28ThumbsDownOutline } from './28/thumbs_down_outline';
|
|
1574
1581
|
export { default as Icon28ThumbsUpOutline } from './28/thumbs_up_outline';
|
|
1575
1582
|
export { default as Icon28TicketOutline } from './28/ticket_outline';
|
|
@@ -1820,6 +1827,7 @@ export { default as Icon48SkipNext } from './48/skip_next';
|
|
|
1820
1827
|
export { default as Icon48SkipPrevious } from './48/skip_previous';
|
|
1821
1828
|
export { default as Icon48StarsCircleFillViolet } from './48/stars_circle_fill_violet';
|
|
1822
1829
|
export { default as Icon48SwipeUp } from './48/swipe_up';
|
|
1830
|
+
export { default as Icon48TextOutline } from './48/text_outline';
|
|
1823
1831
|
export { default as Icon48UserAddCircleFillBlue } from './48/user_add_circle_fill_blue';
|
|
1824
1832
|
export { default as Icon48Video } from './48/video';
|
|
1825
1833
|
export { default as Icon48WritebarDone } from './48/writebar_done';
|