@vkontakte/icons 1.157.0 → 1.159.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/20/bookmark_outline.js +1 -1
- package/dist/20/calendar_outline.js +1 -1
- package/dist/20/logo_clips_outline.js +8 -0
- package/dist/20/users_circle_fill_blue.js +8 -0
- package/dist/20/videocam_outline.js +1 -1
- package/dist/28/book_spread_outline.js +8 -0
- package/dist/48/user_add_circle_fill_blue.js +8 -0
- package/dist/es6/20/bookmark_outline.js +1 -1
- package/dist/es6/20/calendar_outline.js +1 -1
- package/dist/es6/20/logo_clips_outline.js +2 -0
- package/dist/es6/20/users_circle_fill_blue.js +2 -0
- package/dist/es6/20/videocam_outline.js +1 -1
- package/dist/es6/28/book_spread_outline.js +2 -0
- package/dist/es6/48/user_add_circle_fill_blue.js +2 -0
- package/dist/es6/index.js +4 -0
- package/dist/index.js +34 -6
- package/dist/typings/20/logo_clips_outline.d.ts +9 -0
- package/dist/typings/20/users_circle_fill_blue.d.ts +9 -0
- package/dist/typings/28/book_spread_outline.d.ts +9 -0
- package/dist/typings/48/user_add_circle_fill_blue.d.ts +9 -0
- package/dist/typings/index.d.ts +4 -0
- package/package.json +1 -1
- package/src/svg/20/bookmark_outline_20.svg +1 -1
- package/src/svg/20/calendar_outline_20.svg +1 -1
- package/src/svg/20/logo_clips_outline_20.svg +1 -0
- package/src/svg/20/users_circle_fill_blue_20.svg +1 -0
- package/src/svg/20/videocam_outline_20.svg +1 -3
- package/src/svg/28/book_spread_outline_28.svg +1 -0
- package/src/svg/48/user_add_circle_fill_blue_48.svg +1 -0
- package/ts/20/bookmark_outline.ts +1 -1
- package/ts/20/calendar_outline.ts +1 -1
- package/ts/20/logo_clips_outline.ts +18 -0
- package/ts/20/users_circle_fill_blue.ts +18 -0
- package/ts/20/videocam_outline.ts +1 -1
- package/ts/28/book_spread_outline.ts +18 -0
- package/ts/48/user_add_circle_fill_blue.ts +18 -0
- package/ts/index.ts +4 -0
|
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
});
|
|
5
5
|
exports.default = void 0;
|
|
6
6
|
var _svgIcon = require("../SvgIcon");
|
|
7
|
-
var _default = (0, _svgIcon).makeIcon("Icon20BookmarkOutline", "bookmark_outline_20", "0 0 20 20", '<symbol fill="none" viewBox="0 0 20 20"
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon20BookmarkOutline", "bookmark_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="bookmark_outline_20"><path fill="currentColor" 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.857c.253.498.361 1.04.413 1.67.05.614.05 1.375.05 2.327v6.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-.943-.245-1.345-.516-.408-.276-.899-.677-1.5-1.169l-.842-.688c-.279-.228-.457-.373-.602-.474a.824.824 0 0 0-.239-.132.75.75 0 0 0-.406 0 .824.824 0 0 0-.239.132c-.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 5.32 1.964c.498-.253 1.04-.361 1.67-.413.614-.05 1.375-.05 2.327-.05ZM7.112 3.045c-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 4.8 4.502c-.128.25-.21.573-.255 1.11-.044.546-.045 1.245-.045 2.238v6.5c0 .823 0 1.388.038 1.802.04.429.108.541.127.565a.75.75 0 0 0 .591.28c.03 0 .161-.018.518-.259.344-.233.782-.59 1.42-1.111l.832-.68c.254-.208.475-.389.671-.526.21-.146.43-.273.694-.348a2.251 2.251 0 0 1 1.218 0c.263.075.485.202.694.348.196.137.417.318.67.526l.833.68c.638.52 1.076.878 1.42 1.111.356.241.488.259.518.259a.75.75 0 0 0 .59-.28c.02-.024.089-.136.128-.565.037-.414.038-.98.038-1.803V7.85c0-.993 0-1.692-.045-2.238-.044-.537-.127-.86-.255-1.11A2.75 2.75 0 0 0 13.998 3.3c-.25-.128-.573-.21-1.11-.255C12.342 3.001 11.643 3 10.65 3h-1.3c-.993 0-1.692 0-2.238.045Z" clip-rule="evenodd" /></symbol>', 20, 20);
|
|
8
8
|
exports.default = _default;
|
|
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
});
|
|
5
5
|
exports.default = void 0;
|
|
6
6
|
var _svgIcon = require("../SvgIcon");
|
|
7
|
-
var _default = (0, _svgIcon).makeIcon("Icon20CalendarOutline", "calendar_outline_20", "0 0 20 20", '<symbol fill="none" viewBox="0 0 20 20"
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon20CalendarOutline", "calendar_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="calendar_outline_20"><path fill="currentColor" fill-rule="evenodd" d="M6.25 1a.75.75 0 0 1 .75.75v.257C7.393 2 7.83 2 8.317 2h3.366c.487 0 .924 0 1.317.007V1.75a.75.75 0 0 1 1.5 0v.356c.428.064.816.172 1.18.357a4.25 4.25 0 0 1 1.857 1.857c.253.498.361 1.04.413 1.67.05.614.05 1.375.05 2.327v3.366c0 .952 0 1.713-.05 2.327-.052.63-.16 1.172-.413 1.67a4.251 4.251 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413-.614.05-1.375.05-2.327.05H8.317c-.952 0-1.713 0-2.327-.05-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67C2 13.396 2 12.635 2 11.683V8.317c0-.952 0-1.713.05-2.327.052-.63.16-1.172.413-1.67A4.25 4.25 0 0 1 4.32 2.463a3.793 3.793 0 0 1 1.18-.357V1.75A.75.75 0 0 1 6.25 1ZM5.5 3.63a2.02 2.02 0 0 0-.498.17A2.75 2.75 0 0 0 3.8 5.002c-.128.25-.21.573-.255 1.11-.02.255-.032.543-.038.878h12.986a14.08 14.08 0 0 0-.038-.878c-.044-.537-.127-.86-.255-1.11A2.75 2.75 0 0 0 14.998 3.8a2.016 2.016 0 0 0-.498-.17v.12a.75.75 0 0 1-1.5 0v-.243a80.02 80.02 0 0 0-1.35-.007h-3.3c-.525 0-.968 0-1.35.007v.243a.75.75 0 0 1-1.5 0v-.12Zm11 4.86h-13v3.16c0 .993 0 1.692.045 2.238.044.537.127.86.255 1.11A2.75 2.75 0 0 0 5.002 16.2c.25.128.573.21 1.11.255.546.044 1.246.045 2.238.045h3.3c.992 0 1.692 0 2.238-.045.537-.044.86-.127 1.11-.255a2.751 2.751 0 0 0 1.202-1.202c.128-.25.21-.573.255-1.11.044-.546.045-1.246.045-2.238V8.49ZM15 13.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" /></symbol>', 20, 20);
|
|
8
8
|
exports.default = _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
var _svgIcon = require("../SvgIcon");
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon20LogoClipsOutline", "logo_clips_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="logo_clips_outline_20"><path fill="currentColor" fill-rule="evenodd" d="M7.194 1.502a.85.85 0 0 1 .904.792l.25 3.8a.85.85 0 0 1-1.697.112l-.25-3.8a.85.85 0 0 1 .793-.904Zm5.893.181a.85.85 0 0 1 .58 1.053l-1.35 4.651a.85.85 0 0 1-1.633-.474l1.35-4.65a.85.85 0 0 1 1.053-.58Zm.589 7.08a.75.75 0 0 1 1.057-.082c1.48 1.268 1.767 2.88 1.767 4.07 0 2.678-2.309 5.75-6.5 5.75-3.118 0-6.504-2.219-6.504-5.75 0-.677.218-1.588.776-2.349C4.854 9.61 5.796 9 7.142 9c.387 0 1.892.13 2.784 1.915a.75.75 0 1 1-1.341.67C8.048 10.513 7.232 10.5 7.143 10.5c-.833 0-1.34.352-1.662.79a2.623 2.623 0 0 0-.485 1.462c0 2.425 2.407 4.25 5.004 4.25 3.36 0 5-2.4 5-4.25 0-.953-.223-2.058-1.243-2.932a.75.75 0 0 1-.081-1.058Z" 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("Icon20UsersCircleFillBlue", "users_circle_fill_blue_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="users_circle_fill_blue_20"><path fill="url(#users_circle_fill_blue_20_a)" d="M0 10C0 4.477 4.477 0 10 0s10 4.477 10 10-4.477 10-10 10S0 15.523 0 10Z" /><path fill="#fff" fill-rule="evenodd" d="M11.182 12.583c0-2.032-2.485-2.54-3.841-2.54s-3.841.508-3.841 2.54c0 .889.226 1.015.678 1.015h6.326c.452 0 .678-.126.678-1.015ZM9.114 7.377c0-.982-.794-1.777-1.773-1.777-.98 0-1.773.795-1.773 1.777 0 .982.793 1.778 1.773 1.778.98 0 1.773-.795 1.773-1.778Zm6.708 6.221-3.258.002a3.74 3.74 0 0 0 .118-1.017c0-1.067-.411-1.875-.977-2.466a6.539 6.539 0 0 1 .954-.073c1.356 0 3.841.507 3.841 2.539 0 .888-.226 1.015-.678 1.015ZM12.66 5.6c.98 0 1.773.795 1.773 1.777 0 .982-.793 1.778-1.773 1.778-.98 0-1.773-.795-1.773-1.778 0-.982.794-1.777 1.773-1.777Z" clip-rule="evenodd" /><defs><linearGradient id="users_circle_fill_blue_20_a" x1="-10" x2="10" y1="10" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="#70B2FF" /><stop offset="1" stop-color="#5C9CE6" /></linearGradient></defs></symbol>', 20, 20);
|
|
8
|
+
exports.default = _default;
|
|
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
});
|
|
5
5
|
exports.default = void 0;
|
|
6
6
|
var _svgIcon = require("../SvgIcon");
|
|
7
|
-
var _default = (0, _svgIcon).makeIcon("Icon20VideocamOutline", "videocam_outline_20", "0 0 20 20", '<symbol
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon20VideocamOutline", "videocam_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="videocam_outline_20"><path fill="currentColor" fill-rule="evenodd" d="M6.817 3c-.952 0-1.713 0-2.327.05-.63.052-1.172.16-1.67.413A4.25 4.25 0 0 0 .964 5.32C.71 5.819.602 6.36.55 6.99.5 7.604.5 8.365.5 9.317v1.366c0 .952 0 1.713.05 2.327.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.857 1.857c.498.253 1.04.361 1.67.413.614.05 1.375.05 2.327.05h2.366c.952 0 1.713 0 2.327-.05.63-.052 1.172-.16 1.67-.413a4.251 4.251 0 0 0 1.857-1.857c.155-.304.255-.625.322-.971l1.532 1.02c1.329.887 3.109-.066 3.109-1.663V6.934c0-1.597-1.78-2.55-3.11-1.664L15.36 6.291a3.606 3.606 0 0 0-.322-.97 4.25 4.25 0 0 0-1.858-1.858c-.497-.253-1.04-.361-1.67-.413C10.897 3 10.136 3 9.184 3H6.817ZM15.5 9.26V12l2.223 1.482a.5.5 0 0 0 .777-.416V6.934a.5.5 0 0 0-.777-.416L15.5 8v1.26Zm-1.5.09c0-.993 0-1.692-.045-2.238-.044-.537-.127-.86-.255-1.11A2.75 2.75 0 0 0 12.5 4.8c-.252-.128-.574-.21-1.111-.255-.546-.044-1.245-.045-2.238-.045h-2.3c-.992 0-1.692 0-2.238.045-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 2.3 6.002c-.128.25-.21.573-.255 1.11C2.001 7.658 2 8.357 2 9.35v1.3c0 .993 0 1.692.045 2.238.044.537.127.86.255 1.11A2.75 2.75 0 0 0 3.502 15.2c.25.128.573.21 1.11.255.546.044 1.246.045 2.238.045h2.3c.992 0 1.692 0 2.238-.045.537-.044.86-.127 1.11-.255A2.751 2.751 0 0 0 13.7 14c.128-.252.21-.574.255-1.111.044-.546.045-1.245.045-2.238v-1.3Z" clip-rule="evenodd" /></symbol>', 20, 20);
|
|
8
8
|
exports.default = _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
var _svgIcon = require("../SvgIcon");
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon28BookSpreadOutline", "book_spread_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="book_spread_outline_28"><path fill="currentColor" fill-rule="evenodd" d="M14 5.999C11.61 4.546 9.153 3.96 5.877 4.007a86.62 86.62 0 0 1-.154.002c-.777.01-1.473.018-2.111.351a3.11 3.11 0 0 0-1.29 1.309c-.186.367-.259.74-.292 1.12C2 7.14 2 7.563 2 8.042v10.46c0 .572 0 1.057.03 1.45.03.406.098.816.292 1.2a2.867 2.867 0 0 0 1.291 1.31c.393.204.831.274 1.259.309.426.034.962.041 1.61.05h.035c2.86.038 4.887.65 6.928 2.01a1 1 0 0 0 1.11 0c2.041-1.36 4.068-1.972 6.928-2.01h.036c.647-.009 1.183-.016 1.61-.05.427-.035.865-.105 1.258-.31.584-.304.995-.72 1.291-1.309.194-.384.262-.794.292-1.2.03-.393.03-.878.03-1.45V8.041c0-.48 0-.9-.03-1.253-.033-.38-.106-.753-.291-1.12a3.11 3.11 0 0 0-1.29-1.309c-.639-.333-1.335-.342-2.112-.351a85.542 85.542 0 0 1-.154-.002C18.847 3.96 16.39 4.546 14 5.999Zm-1 1.733c-2.033-1.247-4.117-1.768-7.095-1.725-1.021.014-1.204.04-1.368.126a1.12 1.12 0 0 0-.43.436c-.029.057-.063.153-.084.392-.022.256-.023.59-.023 1.12v10.383c0 .62 0 1.029.024 1.338.023.304.063.409.083.45a.878.878 0 0 0 .43.436c.03.015.142.06.497.09.35.028.818.034 1.51.044 2.513.033 4.54.475 6.456 1.437V7.732Zm2 14.527c1.916-.962 3.943-1.404 6.456-1.438.692-.009 1.16-.015 1.51-.044.355-.029.467-.074.496-.09a.878.878 0 0 0 .43-.436c.021-.04.061-.145.084-.45.023-.308.024-.717.024-1.337V8.08c0-.529 0-.863-.023-1.119-.02-.239-.055-.335-.084-.392a1.12 1.12 0 0 0-.43-.436c-.164-.085-.347-.112-1.368-.127-2.978-.042-5.062.48-7.095 1.725V22.26Zm7-11.295A1 1 0 0 1 21.035 12c-1.016.037-1.908.183-2.724.451a1 1 0 0 1-.624-1.9c1.026-.337 2.109-.508 3.276-.55a1 1 0 0 1 1.035.964Zm-16 0a1 1 0 0 1 1.036-.963c1.167.041 2.25.212 3.276.549a1 1 0 1 1-.624 1.9c-.816-.268-1.708-.414-2.724-.45a1 1 0 0 1-.963-1.036Zm0 5a1 1 0 0 1 1.036-.963c1.167.041 2.25.212 3.276.549a1 1 0 1 1-.624 1.9c-.816-.268-1.708-.414-2.724-.45a1 1 0 0 1-.963-1.036Zm16 0A1 1 0 0 1 21.035 17c-1.016.037-1.908.183-2.724.451a1 1 0 1 1-.624-1.9c1.026-.337 2.109-.508 3.276-.55a1 1 0 0 1 1.035.964Z" 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("Icon48UserAddCircleFillBlue", "user_add_circle_fill_blue_48", "0 0 48 48", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 48 48" id="user_add_circle_fill_blue_48"><circle cx="24" cy="24" r="24" fill="url(#user_add_circle_fill_blue_48_a)" /><path fill="#fff" d="M32 20c0-2.21-1.79-4-4-4s-4 1.79-4 4 1.79 4 4 4 4-1.79 4-4Zm-15-1.5a1 1 0 0 0-1 1V22h-2.5a1 1 0 1 0 0 2H16v2.5a1 1 0 1 0 2 0V24h2.5a1 1 0 1 0 0-2H18v-2.5a1 1 0 0 0-1-1ZM20 30v1a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-1c0-3.5-5.33-4.5-8-4.5s-8 1-8 4.5Z" /><defs><linearGradient id="user_add_circle_fill_blue_48_a" x1="0" x2="48" y1="0" y2="48" gradientUnits="userSpaceOnUse"><stop stop-color="#6CF" /><stop offset="1" stop-color="#3F8AE0" /></linearGradient></defs></symbol>', 48, 48);
|
|
8
|
+
exports.default = _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { makeIcon } from "../SvgIcon";
|
|
2
|
-
export default makeIcon("Icon20BookmarkOutline", "bookmark_outline_20", "0 0 20 20", '<symbol fill="none" viewBox="0 0 20 20"
|
|
2
|
+
export default makeIcon("Icon20BookmarkOutline", "bookmark_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="bookmark_outline_20"><path fill="currentColor" 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.857c.253.498.361 1.04.413 1.67.05.614.05 1.375.05 2.327v6.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-.943-.245-1.345-.516-.408-.276-.899-.677-1.5-1.169l-.842-.688c-.279-.228-.457-.373-.602-.474a.824.824 0 0 0-.239-.132.75.75 0 0 0-.406 0 .824.824 0 0 0-.239.132c-.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 5.32 1.964c.498-.253 1.04-.361 1.67-.413.614-.05 1.375-.05 2.327-.05ZM7.112 3.045c-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 4.8 4.502c-.128.25-.21.573-.255 1.11-.044.546-.045 1.245-.045 2.238v6.5c0 .823 0 1.388.038 1.802.04.429.108.541.127.565a.75.75 0 0 0 .591.28c.03 0 .161-.018.518-.259.344-.233.782-.59 1.42-1.111l.832-.68c.254-.208.475-.389.671-.526.21-.146.43-.273.694-.348a2.251 2.251 0 0 1 1.218 0c.263.075.485.202.694.348.196.137.417.318.67.526l.833.68c.638.52 1.076.878 1.42 1.111.356.241.488.259.518.259a.75.75 0 0 0 .59-.28c.02-.024.089-.136.128-.565.037-.414.038-.98.038-1.803V7.85c0-.993 0-1.692-.045-2.238-.044-.537-.127-.86-.255-1.11A2.75 2.75 0 0 0 13.998 3.3c-.25-.128-.573-.21-1.11-.255C12.342 3.001 11.643 3 10.65 3h-1.3c-.993 0-1.692 0-2.238.045Z" clip-rule="evenodd" /></symbol>', 20, 20);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { makeIcon } from "../SvgIcon";
|
|
2
|
-
export default makeIcon("Icon20CalendarOutline", "calendar_outline_20", "0 0 20 20", '<symbol fill="none" viewBox="0 0 20 20"
|
|
2
|
+
export default makeIcon("Icon20CalendarOutline", "calendar_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="calendar_outline_20"><path fill="currentColor" fill-rule="evenodd" d="M6.25 1a.75.75 0 0 1 .75.75v.257C7.393 2 7.83 2 8.317 2h3.366c.487 0 .924 0 1.317.007V1.75a.75.75 0 0 1 1.5 0v.356c.428.064.816.172 1.18.357a4.25 4.25 0 0 1 1.857 1.857c.253.498.361 1.04.413 1.67.05.614.05 1.375.05 2.327v3.366c0 .952 0 1.713-.05 2.327-.052.63-.16 1.172-.413 1.67a4.251 4.251 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413-.614.05-1.375.05-2.327.05H8.317c-.952 0-1.713 0-2.327-.05-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67C2 13.396 2 12.635 2 11.683V8.317c0-.952 0-1.713.05-2.327.052-.63.16-1.172.413-1.67A4.25 4.25 0 0 1 4.32 2.463a3.793 3.793 0 0 1 1.18-.357V1.75A.75.75 0 0 1 6.25 1ZM5.5 3.63a2.02 2.02 0 0 0-.498.17A2.75 2.75 0 0 0 3.8 5.002c-.128.25-.21.573-.255 1.11-.02.255-.032.543-.038.878h12.986a14.08 14.08 0 0 0-.038-.878c-.044-.537-.127-.86-.255-1.11A2.75 2.75 0 0 0 14.998 3.8a2.016 2.016 0 0 0-.498-.17v.12a.75.75 0 0 1-1.5 0v-.243a80.02 80.02 0 0 0-1.35-.007h-3.3c-.525 0-.968 0-1.35.007v.243a.75.75 0 0 1-1.5 0v-.12Zm11 4.86h-13v3.16c0 .993 0 1.692.045 2.238.044.537.127.86.255 1.11A2.75 2.75 0 0 0 5.002 16.2c.25.128.573.21 1.11.255.546.044 1.246.045 2.238.045h3.3c.992 0 1.692 0 2.238-.045.537-.044.86-.127 1.11-.255a2.751 2.751 0 0 0 1.202-1.202c.128-.25.21-.573.255-1.11.044-.546.045-1.246.045-2.238V8.49ZM15 13.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" /></symbol>', 20, 20);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20LogoClipsOutline", "logo_clips_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="logo_clips_outline_20"><path fill="currentColor" fill-rule="evenodd" d="M7.194 1.502a.85.85 0 0 1 .904.792l.25 3.8a.85.85 0 0 1-1.697.112l-.25-3.8a.85.85 0 0 1 .793-.904Zm5.893.181a.85.85 0 0 1 .58 1.053l-1.35 4.651a.85.85 0 0 1-1.633-.474l1.35-4.65a.85.85 0 0 1 1.053-.58Zm.589 7.08a.75.75 0 0 1 1.057-.082c1.48 1.268 1.767 2.88 1.767 4.07 0 2.678-2.309 5.75-6.5 5.75-3.118 0-6.504-2.219-6.504-5.75 0-.677.218-1.588.776-2.349C4.854 9.61 5.796 9 7.142 9c.387 0 1.892.13 2.784 1.915a.75.75 0 1 1-1.341.67C8.048 10.513 7.232 10.5 7.143 10.5c-.833 0-1.34.352-1.662.79a2.623 2.623 0 0 0-.485 1.462c0 2.425 2.407 4.25 5.004 4.25 3.36 0 5-2.4 5-4.25 0-.953-.223-2.058-1.243-2.932a.75.75 0 0 1-.081-1.058Z" clip-rule="evenodd" /></symbol>', 20, 20);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20UsersCircleFillBlue", "users_circle_fill_blue_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="users_circle_fill_blue_20"><path fill="url(#users_circle_fill_blue_20_a)" d="M0 10C0 4.477 4.477 0 10 0s10 4.477 10 10-4.477 10-10 10S0 15.523 0 10Z" /><path fill="#fff" fill-rule="evenodd" d="M11.182 12.583c0-2.032-2.485-2.54-3.841-2.54s-3.841.508-3.841 2.54c0 .889.226 1.015.678 1.015h6.326c.452 0 .678-.126.678-1.015ZM9.114 7.377c0-.982-.794-1.777-1.773-1.777-.98 0-1.773.795-1.773 1.777 0 .982.793 1.778 1.773 1.778.98 0 1.773-.795 1.773-1.778Zm6.708 6.221-3.258.002a3.74 3.74 0 0 0 .118-1.017c0-1.067-.411-1.875-.977-2.466a6.539 6.539 0 0 1 .954-.073c1.356 0 3.841.507 3.841 2.539 0 .888-.226 1.015-.678 1.015ZM12.66 5.6c.98 0 1.773.795 1.773 1.777 0 .982-.793 1.778-1.773 1.778-.98 0-1.773-.795-1.773-1.778 0-.982.794-1.777 1.773-1.777Z" clip-rule="evenodd" /><defs><linearGradient id="users_circle_fill_blue_20_a" x1="-10" x2="10" y1="10" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="#70B2FF" /><stop offset="1" stop-color="#5C9CE6" /></linearGradient></defs></symbol>', 20, 20);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { makeIcon } from "../SvgIcon";
|
|
2
|
-
export default makeIcon("Icon20VideocamOutline", "videocam_outline_20", "0 0 20 20", '<symbol
|
|
2
|
+
export default makeIcon("Icon20VideocamOutline", "videocam_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="videocam_outline_20"><path fill="currentColor" fill-rule="evenodd" d="M6.817 3c-.952 0-1.713 0-2.327.05-.63.052-1.172.16-1.67.413A4.25 4.25 0 0 0 .964 5.32C.71 5.819.602 6.36.55 6.99.5 7.604.5 8.365.5 9.317v1.366c0 .952 0 1.713.05 2.327.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.857 1.857c.498.253 1.04.361 1.67.413.614.05 1.375.05 2.327.05h2.366c.952 0 1.713 0 2.327-.05.63-.052 1.172-.16 1.67-.413a4.251 4.251 0 0 0 1.857-1.857c.155-.304.255-.625.322-.971l1.532 1.02c1.329.887 3.109-.066 3.109-1.663V6.934c0-1.597-1.78-2.55-3.11-1.664L15.36 6.291a3.606 3.606 0 0 0-.322-.97 4.25 4.25 0 0 0-1.858-1.858c-.497-.253-1.04-.361-1.67-.413C10.897 3 10.136 3 9.184 3H6.817ZM15.5 9.26V12l2.223 1.482a.5.5 0 0 0 .777-.416V6.934a.5.5 0 0 0-.777-.416L15.5 8v1.26Zm-1.5.09c0-.993 0-1.692-.045-2.238-.044-.537-.127-.86-.255-1.11A2.75 2.75 0 0 0 12.5 4.8c-.252-.128-.574-.21-1.111-.255-.546-.044-1.245-.045-2.238-.045h-2.3c-.992 0-1.692 0-2.238.045-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 2.3 6.002c-.128.25-.21.573-.255 1.11C2.001 7.658 2 8.357 2 9.35v1.3c0 .993 0 1.692.045 2.238.044.537.127.86.255 1.11A2.75 2.75 0 0 0 3.502 15.2c.25.128.573.21 1.11.255.546.044 1.246.045 2.238.045h2.3c.992 0 1.692 0 2.238-.045.537-.044.86-.127 1.11-.255A2.751 2.751 0 0 0 13.7 14c.128-.252.21-.574.255-1.111.044-.546.045-1.245.045-2.238v-1.3Z" clip-rule="evenodd" /></symbol>', 20, 20);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon28BookSpreadOutline", "book_spread_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="book_spread_outline_28"><path fill="currentColor" fill-rule="evenodd" d="M14 5.999C11.61 4.546 9.153 3.96 5.877 4.007a86.62 86.62 0 0 1-.154.002c-.777.01-1.473.018-2.111.351a3.11 3.11 0 0 0-1.29 1.309c-.186.367-.259.74-.292 1.12C2 7.14 2 7.563 2 8.042v10.46c0 .572 0 1.057.03 1.45.03.406.098.816.292 1.2a2.867 2.867 0 0 0 1.291 1.31c.393.204.831.274 1.259.309.426.034.962.041 1.61.05h.035c2.86.038 4.887.65 6.928 2.01a1 1 0 0 0 1.11 0c2.041-1.36 4.068-1.972 6.928-2.01h.036c.647-.009 1.183-.016 1.61-.05.427-.035.865-.105 1.258-.31.584-.304.995-.72 1.291-1.309.194-.384.262-.794.292-1.2.03-.393.03-.878.03-1.45V8.041c0-.48 0-.9-.03-1.253-.033-.38-.106-.753-.291-1.12a3.11 3.11 0 0 0-1.29-1.309c-.639-.333-1.335-.342-2.112-.351a85.542 85.542 0 0 1-.154-.002C18.847 3.96 16.39 4.546 14 5.999Zm-1 1.733c-2.033-1.247-4.117-1.768-7.095-1.725-1.021.014-1.204.04-1.368.126a1.12 1.12 0 0 0-.43.436c-.029.057-.063.153-.084.392-.022.256-.023.59-.023 1.12v10.383c0 .62 0 1.029.024 1.338.023.304.063.409.083.45a.878.878 0 0 0 .43.436c.03.015.142.06.497.09.35.028.818.034 1.51.044 2.513.033 4.54.475 6.456 1.437V7.732Zm2 14.527c1.916-.962 3.943-1.404 6.456-1.438.692-.009 1.16-.015 1.51-.044.355-.029.467-.074.496-.09a.878.878 0 0 0 .43-.436c.021-.04.061-.145.084-.45.023-.308.024-.717.024-1.337V8.08c0-.529 0-.863-.023-1.119-.02-.239-.055-.335-.084-.392a1.12 1.12 0 0 0-.43-.436c-.164-.085-.347-.112-1.368-.127-2.978-.042-5.062.48-7.095 1.725V22.26Zm7-11.295A1 1 0 0 1 21.035 12c-1.016.037-1.908.183-2.724.451a1 1 0 0 1-.624-1.9c1.026-.337 2.109-.508 3.276-.55a1 1 0 0 1 1.035.964Zm-16 0a1 1 0 0 1 1.036-.963c1.167.041 2.25.212 3.276.549a1 1 0 1 1-.624 1.9c-.816-.268-1.708-.414-2.724-.45a1 1 0 0 1-.963-1.036Zm0 5a1 1 0 0 1 1.036-.963c1.167.041 2.25.212 3.276.549a1 1 0 1 1-.624 1.9c-.816-.268-1.708-.414-2.724-.45a1 1 0 0 1-.963-1.036Zm16 0A1 1 0 0 1 21.035 17c-1.016.037-1.908.183-2.724.451a1 1 0 1 1-.624-1.9c1.026-.337 2.109-.508 3.276-.55a1 1 0 0 1 1.035.964Z" clip-rule="evenodd" /></symbol>', 28, 28);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon48UserAddCircleFillBlue", "user_add_circle_fill_blue_48", "0 0 48 48", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 48 48" id="user_add_circle_fill_blue_48"><circle cx="24" cy="24" r="24" fill="url(#user_add_circle_fill_blue_48_a)" /><path fill="#fff" d="M32 20c0-2.21-1.79-4-4-4s-4 1.79-4 4 1.79 4 4 4 4-1.79 4-4Zm-15-1.5a1 1 0 0 0-1 1V22h-2.5a1 1 0 1 0 0 2H16v2.5a1 1 0 1 0 2 0V24h2.5a1 1 0 1 0 0-2H18v-2.5a1 1 0 0 0-1-1ZM20 30v1a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-1c0-3.5-5.33-4.5-8-4.5s-8 1-8 4.5Z" /><defs><linearGradient id="user_add_circle_fill_blue_48_a" x1="0" x2="48" y1="0" y2="48" gradientUnits="userSpaceOnUse"><stop stop-color="#6CF" /><stop offset="1" stop-color="#3F8AE0" /></linearGradient></defs></symbol>', 48, 48);
|
package/dist/es6/index.js
CHANGED
|
@@ -468,6 +468,7 @@ export { default as Icon20ListPenOutline } from "./20/list_pen_outline";
|
|
|
468
468
|
export { default as Icon20ListPlayOutline } from "./20/list_play_outline";
|
|
469
469
|
export { default as Icon20LiveSlashOutline } from "./20/live_slash_outline";
|
|
470
470
|
export { default as Icon20LockOutline } from "./20/lock_outline";
|
|
471
|
+
export { default as Icon20LogoClipsOutline } from "./20/logo_clips_outline";
|
|
471
472
|
export { default as Icon20LogoOldVk } from "./20/logo_old_vk";
|
|
472
473
|
export { default as Icon20LogoVk } from "./20/logo_vk";
|
|
473
474
|
export { default as Icon20LogoVkOutline } from "./20/logo_vk_outline";
|
|
@@ -610,6 +611,7 @@ export { default as Icon20UserPenOutline } from "./20/user_pen_outline";
|
|
|
610
611
|
export { default as Icon20UserReplyOutline } from "./20/user_reply_outline";
|
|
611
612
|
export { default as Icon20Users } from "./20/users";
|
|
612
613
|
export { default as Icon20Users3Outline } from "./20/users_3_outline";
|
|
614
|
+
export { default as Icon20UsersCircleFillBlue } from "./20/users_circle_fill_blue";
|
|
613
615
|
export { default as Icon20UserSlashOutline } from "./20/user_slash_outline";
|
|
614
616
|
export { default as Icon20UsersOutline } from "./20/users_outline";
|
|
615
617
|
export { default as Icon20UserSquareOutline } from "./20/user_square_outline";
|
|
@@ -1119,6 +1121,7 @@ export { default as Icon28BombOutline } from "./28/bomb_outline";
|
|
|
1119
1121
|
export { default as Icon28BookmarkOutline } from "./28/bookmark_outline";
|
|
1120
1122
|
export { default as Icon28BookmarkSlashOutline } from "./28/bookmark_slash_outline";
|
|
1121
1123
|
export { default as Icon28BookOutline } from "./28/book_outline";
|
|
1124
|
+
export { default as Icon28BookSpreadOutline } from "./28/book_spread_outline";
|
|
1122
1125
|
export { default as Icon28BoxCircleFillBlue } from "./28/box_circle_fill_blue";
|
|
1123
1126
|
export { default as Icon28BoxHeartOutline } from "./28/box_heart_outline";
|
|
1124
1127
|
export { default as Icon28BracketsSlashSquareOutline } from "./28/brackets_slash_square_outline";
|
|
@@ -1805,6 +1808,7 @@ export { default as Icon48SkipNext } from "./48/skip_next";
|
|
|
1805
1808
|
export { default as Icon48SkipPrevious } from "./48/skip_previous";
|
|
1806
1809
|
export { default as Icon48StarsCircleFillViolet } from "./48/stars_circle_fill_violet";
|
|
1807
1810
|
export { default as Icon48SwipeUp } from "./48/swipe_up";
|
|
1811
|
+
export { default as Icon48UserAddCircleFillBlue } from "./48/user_add_circle_fill_blue";
|
|
1808
1812
|
export { default as Icon48Video } from "./48/video";
|
|
1809
1813
|
export { default as Icon48WritebarDone } from "./48/writebar_done";
|
|
1810
1814
|
export { default as Icon48WritebarSend } from "./48/writebar_send";
|
package/dist/index.js
CHANGED
|
@@ -2822,6 +2822,12 @@ Object.defineProperty(exports, "Icon20LockOutline", {
|
|
|
2822
2822
|
return _lockOutline1.default;
|
|
2823
2823
|
}
|
|
2824
2824
|
});
|
|
2825
|
+
Object.defineProperty(exports, "Icon20LogoClipsOutline", {
|
|
2826
|
+
enumerable: true,
|
|
2827
|
+
get: function() {
|
|
2828
|
+
return _logoClipsOutline.default;
|
|
2829
|
+
}
|
|
2830
|
+
});
|
|
2825
2831
|
Object.defineProperty(exports, "Icon20LogoOldVk", {
|
|
2826
2832
|
enumerable: true,
|
|
2827
2833
|
get: function() {
|
|
@@ -3674,6 +3680,12 @@ Object.defineProperty(exports, "Icon20Users3Outline", {
|
|
|
3674
3680
|
return _users3Outline.default;
|
|
3675
3681
|
}
|
|
3676
3682
|
});
|
|
3683
|
+
Object.defineProperty(exports, "Icon20UsersCircleFillBlue", {
|
|
3684
|
+
enumerable: true,
|
|
3685
|
+
get: function() {
|
|
3686
|
+
return _usersCircleFillBlue.default;
|
|
3687
|
+
}
|
|
3688
|
+
});
|
|
3677
3689
|
Object.defineProperty(exports, "Icon20UserSlashOutline", {
|
|
3678
3690
|
enumerable: true,
|
|
3679
3691
|
get: function() {
|
|
@@ -6728,6 +6740,12 @@ Object.defineProperty(exports, "Icon28BookOutline", {
|
|
|
6728
6740
|
return _bookOutline1.default;
|
|
6729
6741
|
}
|
|
6730
6742
|
});
|
|
6743
|
+
Object.defineProperty(exports, "Icon28BookSpreadOutline", {
|
|
6744
|
+
enumerable: true,
|
|
6745
|
+
get: function() {
|
|
6746
|
+
return _bookSpreadOutline.default;
|
|
6747
|
+
}
|
|
6748
|
+
});
|
|
6731
6749
|
Object.defineProperty(exports, "Icon28BoxCircleFillBlue", {
|
|
6732
6750
|
enumerable: true,
|
|
6733
6751
|
get: function() {
|
|
@@ -7901,7 +7919,7 @@ Object.defineProperty(exports, "Icon28LockOutline", {
|
|
|
7901
7919
|
Object.defineProperty(exports, "Icon28LogoClipsOutline", {
|
|
7902
7920
|
enumerable: true,
|
|
7903
7921
|
get: function() {
|
|
7904
|
-
return
|
|
7922
|
+
return _logoClipsOutline1.default;
|
|
7905
7923
|
}
|
|
7906
7924
|
});
|
|
7907
7925
|
Object.defineProperty(exports, "Icon28LogoInstagram", {
|
|
@@ -9503,7 +9521,7 @@ Object.defineProperty(exports, "Icon28Users3Outline", {
|
|
|
9503
9521
|
Object.defineProperty(exports, "Icon28UsersCircleFillBlue", {
|
|
9504
9522
|
enumerable: true,
|
|
9505
9523
|
get: function() {
|
|
9506
|
-
return
|
|
9524
|
+
return _usersCircleFillBlue1.default;
|
|
9507
9525
|
}
|
|
9508
9526
|
});
|
|
9509
9527
|
Object.defineProperty(exports, "Icon28UsersCircleFillGray", {
|
|
@@ -10109,7 +10127,7 @@ Object.defineProperty(exports, "Icon32TicketOutline", {
|
|
|
10109
10127
|
Object.defineProperty(exports, "Icon32UsersCircleFillBlue", {
|
|
10110
10128
|
enumerable: true,
|
|
10111
10129
|
get: function() {
|
|
10112
|
-
return
|
|
10130
|
+
return _usersCircleFillBlue2.default;
|
|
10113
10131
|
}
|
|
10114
10132
|
});
|
|
10115
10133
|
Object.defineProperty(exports, "Icon32Videos", {
|
|
@@ -10844,6 +10862,12 @@ Object.defineProperty(exports, "Icon48SwipeUp", {
|
|
|
10844
10862
|
return _swipeUp.default;
|
|
10845
10863
|
}
|
|
10846
10864
|
});
|
|
10865
|
+
Object.defineProperty(exports, "Icon48UserAddCircleFillBlue", {
|
|
10866
|
+
enumerable: true,
|
|
10867
|
+
get: function() {
|
|
10868
|
+
return _userAddCircleFillBlue.default;
|
|
10869
|
+
}
|
|
10870
|
+
});
|
|
10847
10871
|
Object.defineProperty(exports, "Icon48Video", {
|
|
10848
10872
|
enumerable: true,
|
|
10849
10873
|
get: function() {
|
|
@@ -12250,6 +12274,7 @@ var _listPenOutline = _interopRequireDefault(require("./20/list_pen_outline"));
|
|
|
12250
12274
|
var _listPlayOutline1 = _interopRequireDefault(require("./20/list_play_outline"));
|
|
12251
12275
|
var _liveSlashOutline = _interopRequireDefault(require("./20/live_slash_outline"));
|
|
12252
12276
|
var _lockOutline1 = _interopRequireDefault(require("./20/lock_outline"));
|
|
12277
|
+
var _logoClipsOutline = _interopRequireDefault(require("./20/logo_clips_outline"));
|
|
12253
12278
|
var _logoOldVk = _interopRequireDefault(require("./20/logo_old_vk"));
|
|
12254
12279
|
var _logoVk1 = _interopRequireDefault(require("./20/logo_vk"));
|
|
12255
12280
|
var _logoVkOutline = _interopRequireDefault(require("./20/logo_vk_outline"));
|
|
@@ -12392,6 +12417,7 @@ var _userPenOutline = _interopRequireDefault(require("./20/user_pen_outline"));
|
|
|
12392
12417
|
var _userReplyOutline = _interopRequireDefault(require("./20/user_reply_outline"));
|
|
12393
12418
|
var _users2 = _interopRequireDefault(require("./20/users"));
|
|
12394
12419
|
var _users3Outline = _interopRequireDefault(require("./20/users_3_outline"));
|
|
12420
|
+
var _usersCircleFillBlue = _interopRequireDefault(require("./20/users_circle_fill_blue"));
|
|
12395
12421
|
var _userSlashOutline = _interopRequireDefault(require("./20/user_slash_outline"));
|
|
12396
12422
|
var _usersOutline = _interopRequireDefault(require("./20/users_outline"));
|
|
12397
12423
|
var _userSquareOutline = _interopRequireDefault(require("./20/user_square_outline"));
|
|
@@ -12901,6 +12927,7 @@ var _bombOutline2 = _interopRequireDefault(require("./28/bomb_outline"));
|
|
|
12901
12927
|
var _bookmarkOutline4 = _interopRequireDefault(require("./28/bookmark_outline"));
|
|
12902
12928
|
var _bookmarkSlashOutline = _interopRequireDefault(require("./28/bookmark_slash_outline"));
|
|
12903
12929
|
var _bookOutline1 = _interopRequireDefault(require("./28/book_outline"));
|
|
12930
|
+
var _bookSpreadOutline = _interopRequireDefault(require("./28/book_spread_outline"));
|
|
12904
12931
|
var _boxCircleFillBlue1 = _interopRequireDefault(require("./28/box_circle_fill_blue"));
|
|
12905
12932
|
var _boxHeartOutline = _interopRequireDefault(require("./28/box_heart_outline"));
|
|
12906
12933
|
var _bracketsSlashSquareOutline = _interopRequireDefault(require("./28/brackets_slash_square_outline"));
|
|
@@ -13096,7 +13123,7 @@ var _locationMapOutline = _interopRequireDefault(require("./28/location_map_outl
|
|
|
13096
13123
|
var _locationOutline1 = _interopRequireDefault(require("./28/location_outline"));
|
|
13097
13124
|
var _lockOpenOutline1 = _interopRequireDefault(require("./28/lock_open_outline"));
|
|
13098
13125
|
var _lockOutline3 = _interopRequireDefault(require("./28/lock_outline"));
|
|
13099
|
-
var
|
|
13126
|
+
var _logoClipsOutline1 = _interopRequireDefault(require("./28/logo_clips_outline"));
|
|
13100
13127
|
var _logoInstagram1 = _interopRequireDefault(require("./28/logo_instagram"));
|
|
13101
13128
|
var _logoSkype1 = _interopRequireDefault(require("./28/logo_skype"));
|
|
13102
13129
|
var _logoVk3 = _interopRequireDefault(require("./28/logo_vk"));
|
|
@@ -13363,7 +13390,7 @@ var _userOutgoingOutline = _interopRequireDefault(require("./28/user_outgoing_ou
|
|
|
13363
13390
|
var _userOutline3 = _interopRequireDefault(require("./28/user_outline"));
|
|
13364
13391
|
var _users4 = _interopRequireDefault(require("./28/users"));
|
|
13365
13392
|
var _users3Outline2 = _interopRequireDefault(require("./28/users_3_outline"));
|
|
13366
|
-
var
|
|
13393
|
+
var _usersCircleFillBlue1 = _interopRequireDefault(require("./28/users_circle_fill_blue"));
|
|
13367
13394
|
var _usersCircleFillGray = _interopRequireDefault(require("./28/users_circle_fill_gray"));
|
|
13368
13395
|
var _usersCircleFillYellow = _interopRequireDefault(require("./28/users_circle_fill_yellow"));
|
|
13369
13396
|
var _usersOutline2 = _interopRequireDefault(require("./28/users_outline"));
|
|
@@ -13464,7 +13491,7 @@ var _starsCircleFillViolet1 = _interopRequireDefault(require("./32/stars_circle_
|
|
|
13464
13491
|
var _storyOutline4 = _interopRequireDefault(require("./32/story_outline"));
|
|
13465
13492
|
var _tearOffFlyerOutline4 = _interopRequireDefault(require("./32/tear_off_flyer_outline"));
|
|
13466
13493
|
var _ticketOutline3 = _interopRequireDefault(require("./32/ticket_outline"));
|
|
13467
|
-
var
|
|
13494
|
+
var _usersCircleFillBlue2 = _interopRequireDefault(require("./32/users_circle_fill_blue"));
|
|
13468
13495
|
var _videos = _interopRequireDefault(require("./32/videos"));
|
|
13469
13496
|
var _write3 = _interopRequireDefault(require("./32/write"));
|
|
13470
13497
|
var _compass = _interopRequireDefault(require("./34/compass"));
|
|
@@ -13587,6 +13614,7 @@ var _skipNext3 = _interopRequireDefault(require("./48/skip_next"));
|
|
|
13587
13614
|
var _skipPrevious3 = _interopRequireDefault(require("./48/skip_previous"));
|
|
13588
13615
|
var _starsCircleFillViolet2 = _interopRequireDefault(require("./48/stars_circle_fill_violet"));
|
|
13589
13616
|
var _swipeUp = _interopRequireDefault(require("./48/swipe_up"));
|
|
13617
|
+
var _userAddCircleFillBlue = _interopRequireDefault(require("./48/user_add_circle_fill_blue"));
|
|
13590
13618
|
var _video3 = _interopRequireDefault(require("./48/video"));
|
|
13591
13619
|
var _writebarDone = _interopRequireDefault(require("./48/writebar_done"));
|
|
13592
13620
|
var _writebarSend = _interopRequireDefault(require("./48/writebar_send"));
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
export interface Icon20LogoClipsOutlineProps 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<Icon20LogoClipsOutlineProps>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
export interface Icon20UsersCircleFillBlueProps 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<Icon20UsersCircleFillBlueProps>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
export interface Icon28BookSpreadOutlineProps 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<Icon28BookSpreadOutlineProps>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
export interface Icon48UserAddCircleFillBlueProps 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<Icon48UserAddCircleFillBlueProps>;
|
|
9
|
+
export default _default;
|
package/dist/typings/index.d.ts
CHANGED
|
@@ -468,6 +468,7 @@ export { default as Icon20ListPenOutline } from './20/list_pen_outline';
|
|
|
468
468
|
export { default as Icon20ListPlayOutline } from './20/list_play_outline';
|
|
469
469
|
export { default as Icon20LiveSlashOutline } from './20/live_slash_outline';
|
|
470
470
|
export { default as Icon20LockOutline } from './20/lock_outline';
|
|
471
|
+
export { default as Icon20LogoClipsOutline } from './20/logo_clips_outline';
|
|
471
472
|
export { default as Icon20LogoOldVk } from './20/logo_old_vk';
|
|
472
473
|
export { default as Icon20LogoVk } from './20/logo_vk';
|
|
473
474
|
export { default as Icon20LogoVkOutline } from './20/logo_vk_outline';
|
|
@@ -610,6 +611,7 @@ export { default as Icon20UserPenOutline } from './20/user_pen_outline';
|
|
|
610
611
|
export { default as Icon20UserReplyOutline } from './20/user_reply_outline';
|
|
611
612
|
export { default as Icon20Users } from './20/users';
|
|
612
613
|
export { default as Icon20Users3Outline } from './20/users_3_outline';
|
|
614
|
+
export { default as Icon20UsersCircleFillBlue } from './20/users_circle_fill_blue';
|
|
613
615
|
export { default as Icon20UserSlashOutline } from './20/user_slash_outline';
|
|
614
616
|
export { default as Icon20UsersOutline } from './20/users_outline';
|
|
615
617
|
export { default as Icon20UserSquareOutline } from './20/user_square_outline';
|
|
@@ -1119,6 +1121,7 @@ export { default as Icon28BombOutline } from './28/bomb_outline';
|
|
|
1119
1121
|
export { default as Icon28BookmarkOutline } from './28/bookmark_outline';
|
|
1120
1122
|
export { default as Icon28BookmarkSlashOutline } from './28/bookmark_slash_outline';
|
|
1121
1123
|
export { default as Icon28BookOutline } from './28/book_outline';
|
|
1124
|
+
export { default as Icon28BookSpreadOutline } from './28/book_spread_outline';
|
|
1122
1125
|
export { default as Icon28BoxCircleFillBlue } from './28/box_circle_fill_blue';
|
|
1123
1126
|
export { default as Icon28BoxHeartOutline } from './28/box_heart_outline';
|
|
1124
1127
|
export { default as Icon28BracketsSlashSquareOutline } from './28/brackets_slash_square_outline';
|
|
@@ -1805,6 +1808,7 @@ export { default as Icon48SkipNext } from './48/skip_next';
|
|
|
1805
1808
|
export { default as Icon48SkipPrevious } from './48/skip_previous';
|
|
1806
1809
|
export { default as Icon48StarsCircleFillViolet } from './48/stars_circle_fill_violet';
|
|
1807
1810
|
export { default as Icon48SwipeUp } from './48/swipe_up';
|
|
1811
|
+
export { default as Icon48UserAddCircleFillBlue } from './48/user_add_circle_fill_blue';
|
|
1808
1812
|
export { default as Icon48Video } from './48/video';
|
|
1809
1813
|
export { default as Icon48WritebarDone } from './48/writebar_done';
|
|
1810
1814
|
export { default as Icon48WritebarSend } from './48/writebar_send';
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg
|
|
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="M9.3174 1.5h1.3652c.9525 0 1.713 0 2.3273.0502.63.0514 1.1719.1594 1.6696.413a4.2506 4.2506 0 0 1 1.8573 1.8573c.2536.4977.3616 1.0396.413 1.6696C17 6.1044 17 6.865 17 7.8174v6.5697c0 .7763 0 1.4108-.0444 1.9005-.0438.4831-.1397.9804-.4515 1.3685a2.2497 2.2497 0 0 1-1.7729.8408c-.4979-.0042-.9437-.2446-1.3454-.5163-.4074-.2756-.8986-.677-1.4997-1.1683l-.842-.6881c-.2791-.2281-.4572-.373-.6021-.4745-.1371-.0961-.2015-.1216-.239-.1322a.7504.7504 0 0 0-.406 0c-.0375.0106-.1019.0361-.239.1322-.1449.1015-.323.2464-.6021.4745l-.842.6881c-.6011.4913-1.0923.8927-1.4997 1.1683-.4017.2717-.8475.5121-1.3454.5163a2.2498 2.2498 0 0 1-1.7729-.8408c-.3118-.3881-.4077-.8854-.4515-1.3685C3 15.7979 3 15.1635 3 14.3871V7.8174c0-.9525 0-1.713.0502-2.3273.0514-.63.1594-1.1719.413-1.6696a4.25 4.25 0 0 1 1.8573-1.8573c.4977-.2536 1.0396-.3616 1.6696-.413C7.6044 1.5 8.365 1.5 9.3174 1.5ZM7.1123 3.0452c-.5373.0439-.8598.1266-1.1108.2545a2.75 2.75 0 0 0-1.2018 1.2018c-.1279.251-.2106.5735-.2545 1.1108C4.5006 6.1583 4.5 6.8575 4.5 7.85v6.4992c0 .8235.0008 1.3892.0383 1.803.0388.4284.1082.5411.127.5645a.7501.7501 0 0 0 .591.2803c.03-.0003.1612-.0179.5175-.2589.3441-.2328.7826-.5902 1.4203-1.1113l.8322-.6801c.2538-.2074.4751-.3883.671-.5256.2088-.1462.4302-.2735.6937-.3476a2.2514 2.2514 0 0 1 1.218 0c.2635.0741.4849.2014.6936.3476.196.1373.4173.3182.6711.5256l.8322.6801c.6377.5211 1.0762.8785 1.4203 1.1113.3563.241.4876.2586.5175.2589a.7502.7502 0 0 0 .591-.2803c.0188-.0234.0882-.1361.127-.5645.0376-.4138.0383-.9795.0383-1.803V7.85c0-.9925-.0006-1.6917-.0452-2.2377-.0439-.5373-.1266-.8598-.2545-1.1108a2.7505 2.7505 0 0 0-1.2018-1.2018c-.251-.1279-.5735-.2106-1.1108-.2545C12.3417 3.0006 11.6425 3 10.65 3h-1.3c-.9925 0-1.6917.0006-2.2377.0452Z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg
|
|
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="M6.25 1a.75.75 0 0 1 .75.75v.2567C7.393 2 7.83 2 8.3174 2h3.3652c.4873 0 .9244 0 1.3174.0067V1.75a.75.75 0 0 1 1.5 0v.3557c.4282.0646.8156.1721 1.1795.3575a4.2506 4.2506 0 0 1 1.8573 1.8573c.2536.4977.3616 1.0396.413 1.6696C18 6.6044 18 7.365 18 8.3174v3.3652c0 .9525 0 1.713-.0502 2.3273-.0514.63-.1594 1.1719-.413 1.6696a4.2512 4.2512 0 0 1-1.8573 1.8573c-.4977.2536-1.0396.3615-1.6696.413C13.3956 18 12.6351 18 11.6826 18H8.3174c-.9525 0-1.713 0-2.3273-.0502-.63-.0515-1.1719-.1594-1.6696-.413a4.2506 4.2506 0 0 1-1.8573-1.8573c-.2536-.4977-.3616-1.0396-.413-1.6696C2 13.3956 2 12.6351 2 11.6826V8.3174c0-.9525 0-1.713.0502-2.3273.0514-.63.1594-1.1719.413-1.6696a4.25 4.25 0 0 1 1.8573-1.8573c.3639-.1854.7513-.293 1.1795-.3575V1.75A.75.75 0 0 1 6.25 1ZM5.5 3.6296c-.203.044-.3614.1003-.4985.1701a2.75 2.75 0 0 0-1.2018 1.2018c-.1279.251-.2106.5735-.2545 1.1108-.0208.2545-.032.5424-.038.8777h12.9857c-.0061-.3353-.0173-.6232-.0381-.8777-.0439-.5373-.1266-.8598-.2545-1.1108a2.7505 2.7505 0 0 0-1.2018-1.2018c-.1371-.0698-.2955-.1262-.4985-.1701V3.75a.75.75 0 0 1-1.5 0v-.243c-.3817-.0068-.8248-.007-1.35-.007h-3.3c-.5252 0-.9683.0002-1.35.007v.243a.75.75 0 0 1-1.5 0v-.1204Zm11 4.8604h-13v3.16c0 .9925.0006 1.6917.0452 2.2377.0439.5373.1266.8598.2545 1.1108a2.7505 2.7505 0 0 0 1.2018 1.2018c.251.1279.5735.2106 1.1108.2545.546.0446 1.2452.0452 2.2377.0452h3.3c.9925 0 1.6917-.0006 2.2377-.0452.5373-.0439.8598-.1266 1.1108-.2545a2.751 2.751 0 0 0 1.2018-1.2018c.1279-.251.2106-.5735.2545-1.1108.0446-.546.0452-1.2452.0452-2.2377V8.49Z M15 13.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5Z"/></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="M7.1943 1.502a.85.85 0 0 1 .9038.7924l.2496 3.8a.85.85 0 0 1-1.6963.1114l-.2496-3.8a.85.85 0 0 1 .7925-.9038Zm5.8926.1812a.85.85 0 0 1 .5794 1.0533l-1.35 4.6507a.85.85 0 0 1-1.6326-.474l1.35-4.6506a.85.85 0 0 1 1.0532-.5794Zm.5888 7.0789a.75.75 0 0 1 1.0575-.0813C16.2129 9.949 16.5 11.5616 16.5 12.7516c0 2.6769-2.3087 5.7499-6.5005 5.7499-3.1177 0-6.504-2.2191-6.5039-5.7499 0-.6774.218-1.5886.7766-2.3494.582-.7928 1.5237-1.4019 2.8702-1.4019.3869 0 1.8914.1297 2.7837 1.9142a.75.75 0 1 1-1.3416.6708c-.5363-1.0726-1.3527-1.085-1.442-1.085-.833 0-1.3397.3517-1.6612.7896-.345.4698-.4857 1.0592-.4857 1.4617 0 2.4251 2.4071 4.2499 5.004 4.2499 3.3611 0 5.0004-2.3993 5.0004-4.2499 0-.9528-.2227-2.0574-1.243-2.932a.75.75 0 0 1-.0813-1.0575Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"><path fill="url(#a)" d="M0 10C0 4.4771 4.4771 0 10 0c5.5228 0 10 4.4771 10 10 0 5.5228-4.4772 10-10 10-5.5229 0-10-4.4772-10-10Z"/><path fill="#fff" fill-rule="evenodd" d="M11.1818 12.5827c0-2.0313-2.4853-2.5391-3.8409-2.5391S3.5 10.5514 3.5 12.5827c0 .8888.226 1.0157.6778 1.0157h6.3262c.4519 0 .6778-.1269.6778-1.0157ZM9.1136 7.3774c0-.982-.7933-1.7774-1.7727-1.7774-.9794 0-1.7727.7954-1.7727 1.7774 0 .982.7933 1.7774 1.7727 1.7774.9794 0 1.7727-.7953 1.7727-1.7774Zm6.7086 6.221-3.2577.0015c.1063-.3781.1173-.7475.1173-1.0172 0-1.0666-.4111-1.8745-.9768-2.4657a6.539 6.539 0 0 1 .9541-.0734c1.3556 0 3.8409.5078 3.8409 2.5391 0 .8888-.2259 1.0157-.6778 1.0157ZM12.6591 5.6c.9794 0 1.7727.7954 1.7727 1.7774 0 .982-.7933 1.7774-1.7727 1.7774-.9795 0-1.7727-.7953-1.7727-1.7774 0-.982.7932-1.7774 1.7727-1.7774Z" clip-rule="evenodd"/><defs><linearGradient id="a" x1="-10" x2="10" y1="10" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="#70B2FF"/><stop offset="1" stop-color="#5C9CE6"/></linearGradient></defs></svg>
|
|
@@ -1,3 +1 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.9605 13.705C13.9247 14.0903 13.8568 14.3812 13.7275 14.635C13.4878 15.1054 13.1054 15.4878 12.635 15.7275C12.1002 16 11.4001 16 10 16H5C3.59987 16 2.8998 16 2.36502 15.7275C1.89462 15.4878 1.51217 15.1054 1.27248 14.635C1 14.1002 1 13.4001 1 12V8C1 6.59987 1 5.8998 1.27248 5.36502C1.51217 4.89462 1.89462 4.51217 2.36502 4.27248C2.8998 4 3.59987 4 5 4H10C11.4001 4 12.1002 4 12.635 4.27248C13.1054 4.51217 13.4878 4.89462 13.7275 5.36502C13.8568 5.61875 13.9247 5.90969 13.9604 6.29495L15.2597 5.55255C16.9263 4.60018 19 5.8036 19 7.72316V12.2768C19 14.1964 16.9263 15.3998 15.2597 14.4474L13.9605 13.705ZM5 5.5H10C10.7248 5.5 11.1782 5.50117 11.5198 5.52908C11.844 5.55556 11.9333 5.59845 11.954 5.60899C12.1422 5.70487 12.2951 5.85785 12.391 6.04601C12.4015 6.0667 12.4444 6.15603 12.4709 6.48015C12.4988 6.82178 12.5 7.27518 12.5 8V12C12.5 12.7248 12.4988 13.1782 12.4709 13.5198C12.4444 13.844 12.4015 13.9333 12.391 13.954C12.2951 14.1422 12.1422 14.2951 11.954 14.391C11.9333 14.4015 11.844 14.4444 11.5198 14.4709C11.1782 14.4988 10.7248 14.5 10 14.5H5C4.27518 14.5 3.82178 14.4988 3.48015 14.4709C3.15603 14.4444 3.0667 14.4015 3.04601 14.391C2.85785 14.2951 2.70487 14.1422 2.60899 13.954C2.59845 13.9333 2.55556 13.844 2.52908 13.5198C2.50117 13.1782 2.5 12.7248 2.5 12V8C2.5 7.27518 2.50117 6.82178 2.52908 6.48015C2.55556 6.15603 2.59845 6.0667 2.60899 6.04601C2.70487 5.85785 2.85785 5.70487 3.04601 5.60899C3.0667 5.59845 3.15603 5.55556 3.48015 5.52908C3.82178 5.50117 4.27518 5.5 5 5.5ZM14 12L16.0039 13.145C16.6705 13.526 17.5 13.0446 17.5 12.2768V7.72316C17.5 6.95533 16.6705 6.47397 16.0039 6.85491L14 7.99998M14 7.99998V12V7.99998Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
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="M6.8174 3c-.9525 0-1.713 0-2.3273.0502-.63.0514-1.1719.1594-1.6696.413A4.25 4.25 0 0 0 .9632 5.3205c-.2536.4977-.3615 1.0396-.413 1.6696C.5 7.6044.5 8.365.5 9.3174v1.3652c0 .9525 0 1.713.0502 2.3273.0515.63.1594 1.1719.413 1.6696a4.2506 4.2506 0 0 0 1.8573 1.8573c.4977.2536 1.0396.3616 1.6696.413C5.1044 17 5.865 17 6.8174 17h2.3652c.9525 0 1.713 0 2.3273-.0502.63-.0514 1.1719-.1594 1.6696-.413a4.2512 4.2512 0 0 0 1.8573-1.8573c.1548-.3039.2553-.6242.3219-.9709l1.5319 1.0212C18.2197 15.6159 20 14.6631 20 13.0657V6.9343c0-1.5974-1.7803-2.5502-3.1094-1.6641l-1.5319 1.0212c-.0666-.3467-.1671-.667-.3219-.9709a4.2506 4.2506 0 0 0-1.8573-1.8573c-.4977-.2536-1.0396-.3616-1.6696-.413C10.8956 3 10.1351 3 9.1826 3H6.8174ZM15.5 9.2607V12l2.2227 1.4818c.3322.2215.7773-.0167.7773-.4161V6.9343c0-.3994-.4451-.6376-.7773-.416L15.5 8v1.2607ZM14 9.35c0-.9925-.0006-1.6917-.0452-2.2377-.0439-.5373-.1266-.8598-.2545-1.1108a2.7505 2.7505 0 0 0-1.2018-1.2018c-.251-.1279-.5735-.2106-1.1108-.2545C10.8417 4.5006 10.1425 4.5 9.15 4.5h-2.3c-.9925 0-1.6917.0006-2.2377.0452-.5373.0439-.8598.1266-1.1108.2545a2.75 2.75 0 0 0-1.2018 1.2018c-.1279.251-.2106.5735-.2545 1.1108C2.0006 7.6583 2 8.3575 2 9.35v1.3c0 .9925.0006 1.6917.0452 2.2377.0439.5373.1266.8598.2545 1.1108a2.7505 2.7505 0 0 0 1.2018 1.2018c.251.1279.5735.2106 1.1108.2545.546.0446 1.2452.0452 2.2377.0452h2.3c.9925 0 1.6917-.0006 2.2377-.0452.5373-.0439.8598-.1266 1.1108-.2545a2.751 2.751 0 0 0 1.2018-1.2018c.1279-.251.2106-.5735.2545-1.1108.0446-.546.0452-1.2452.0452-2.2377v-1.3Z" 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="M14 5.9988c-2.3895-1.453-4.8469-2.0385-8.1235-1.9921a86.6199 86.6199 0 0 1-.1538.002c-.7763.0096-1.473.0182-2.111.3513-.5359.2797-1.0184.7691-1.2905 1.3088-.1853.3675-.2578.7402-.2907 1.1198C2 7.1413 2 7.5626 2 8.0416v10.4596c0 .5726 0 1.0577.0296 1.4509.0307.4063.098.816.292 1.2003.2969.5884.7074 1.0044 1.2918 1.309.3927.2047.8307.2742 1.2584.3091.4259.0348.9626.0418 1.6097.0503l.0359.0005c2.8595.0377 4.8864.6495 6.9279 2.0105a.9998.9998 0 0 0 1.1094 0c2.0415-1.361 4.0684-1.9728 6.9279-2.0105l.0359-.0005c.6471-.0085 1.1838-.0155 1.6097-.0503.4277-.0349.8657-.1044 1.2584-.3091.5844-.3046.9949-.7206 1.2918-1.309.1939-.3843.2613-.794.292-1.2003C26 19.5589 26 19.0738 26 18.5012V8.0416c0-.479 0-.9003-.0305-1.253-.0329-.3796-.1054-.7523-.2907-1.1198-.2721-.5397-.7546-1.029-1.2904-1.3088-.638-.333-1.3348-.3417-2.1111-.3513a85.5417 85.5417 0 0 1-.1538-.002c-3.2766-.0464-5.734.5391-8.1235 1.9921Zm-1 1.7327c-2.0327-1.2461-4.1172-1.7672-7.0952-1.725-1.021.0145-1.2041.041-1.3676.1264-.1648.086-.3464.2703-.4301.4363-.0289.0572-.0634.153-.084.3919C4.0008 7.2172 4 7.551 4 8.0804V18.464c0 .6199.0007 1.0289.024 1.3377.023.3044.0627.4093.0832.4499.1082.2145.2175.3253.4306.4363.0294.0154.1412.0603.4967.0893.3494.0285.8171.0353 1.5092.0444 2.513.0331 4.5404.4752 6.4563 1.4376V7.7315Zm2 14.5276c1.9159-.9624 3.9432-1.4045 6.4563-1.4376.6921-.0091 1.1598-.0159 1.5092-.0444.3555-.029.4673-.0739.4967-.0893.2131-.111.3224-.2218.4306-.4363.0205-.0406.0603-.1455.0832-.4499.0233-.3089.024-.7178.024-1.3377V8.0804c0-.5293-.0009-.8631-.023-1.1193-.0207-.2389-.0552-.3347-.0841-.3919-.0837-.166-.2653-.3502-.4301-.4363-.1635-.0853-.3466-.112-1.3676-.1264-2.978-.0422-5.0625.4789-7.0952 1.725v14.5276Zm6.9994-11.2948c.0197.5519-.4117 1.0153-.9637 1.035-1.0156.0363-1.9076.1828-2.7238.4508-.5247.1723-1.0897-.1135-1.262-.6382-.1723-.5247.1134-1.0897.6382-1.262 1.0259-.3369 2.1086-.5076 3.2762-.5493.5519-.0197 1.0153.4117 1.0351.9637Zm-15.9988 0c.0198-.552.4832-.9834 1.0351-.9637 1.1676.0418 2.2503.2124 3.2762.5493.5248.1723.8105.7373.6382 1.262-.1723.5248-.7373.8105-1.262.6382-.8162-.268-1.7082-.4144-2.7238-.4507-.552-.0198-.9834-.4832-.9637-1.0351Zm0 5c.0198-.552.4832-.9834 1.0351-.9637 1.1676.0418 2.2503.2124 3.2762.5493.5248.1723.8105.7373.6382 1.262-.1723.5248-.7373.8105-1.262.6382-.8162-.268-1.7082-.4144-2.7238-.4507-.552-.0198-.9834-.4832-.9637-1.0351Zm15.9988 0c.0197.5519-.4117 1.0153-.9637 1.0351-1.0156.0363-1.9076.1827-2.7238.4507-.5247.1723-1.0897-.1134-1.262-.6382-.1723-.5247.1134-1.0897.6382-1.262 1.0259-.3369 2.1086-.5075 3.2762-.5493.5519-.0197 1.0153.4117 1.0351.9637Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="none" viewBox="0 0 48 48"><circle cx="24" cy="24" r="24" fill="url(#a)"/><path fill="#fff" d="M32 20c0-2.21-1.79-4-4-4s-4 1.79-4 4 1.79 4 4 4 4-1.79 4-4Zm-15-1.5c-.5523 0-1 .4477-1 1V22h-2.5c-.5523 0-1 .4477-1 1s.4477 1 1 1H16v2.5c0 .5523.4477 1 1 1s1-.4477 1-1V24h2.5c.5523 0 1-.4477 1-1s-.4477-1-1-1H18v-2.5c0-.5523-.4477-1-1-1ZM20 30v1c0 .5523.4477 1 1 1h14c.5523 0 1-.4477 1-1v-1c0-3.5-5.33-4.5-8-4.5s-8 1-8 4.5Z"/><defs><linearGradient id="a" x1="0" x2="48" y1="0" y2="48" gradientUnits="userSpaceOnUse"><stop stop-color="#6CF"/><stop offset="1" stop-color="#3F8AE0"/></linearGradient></defs></svg>
|
|
@@ -12,7 +12,7 @@ export default makeIcon<Icon20BookmarkOutlineProps>(
|
|
|
12
12
|
'Icon20BookmarkOutline',
|
|
13
13
|
'bookmark_outline_20',
|
|
14
14
|
'0 0 20 20',
|
|
15
|
-
'<symbol fill="none" viewBox="0 0 20 20"
|
|
15
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="bookmark_outline_20"><path fill="currentColor" 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.857c.253.498.361 1.04.413 1.67.05.614.05 1.375.05 2.327v6.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-.943-.245-1.345-.516-.408-.276-.899-.677-1.5-1.169l-.842-.688c-.279-.228-.457-.373-.602-.474a.824.824 0 0 0-.239-.132.75.75 0 0 0-.406 0 .824.824 0 0 0-.239.132c-.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 5.32 1.964c.498-.253 1.04-.361 1.67-.413.614-.05 1.375-.05 2.327-.05ZM7.112 3.045c-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 4.8 4.502c-.128.25-.21.573-.255 1.11-.044.546-.045 1.245-.045 2.238v6.5c0 .823 0 1.388.038 1.802.04.429.108.541.127.565a.75.75 0 0 0 .591.28c.03 0 .161-.018.518-.259.344-.233.782-.59 1.42-1.111l.832-.68c.254-.208.475-.389.671-.526.21-.146.43-.273.694-.348a2.251 2.251 0 0 1 1.218 0c.263.075.485.202.694.348.196.137.417.318.67.526l.833.68c.638.52 1.076.878 1.42 1.111.356.241.488.259.518.259a.75.75 0 0 0 .59-.28c.02-.024.089-.136.128-.565.037-.414.038-.98.038-1.803V7.85c0-.993 0-1.692-.045-2.238-.044-.537-.127-.86-.255-1.11A2.75 2.75 0 0 0 13.998 3.3c-.25-.128-.573-.21-1.11-.255C12.342 3.001 11.643 3 10.65 3h-1.3c-.993 0-1.692 0-2.238.045Z" clip-rule="evenodd" /></symbol>',
|
|
16
16
|
20,
|
|
17
17
|
20
|
|
18
18
|
);
|
|
@@ -12,7 +12,7 @@ export default makeIcon<Icon20CalendarOutlineProps>(
|
|
|
12
12
|
'Icon20CalendarOutline',
|
|
13
13
|
'calendar_outline_20',
|
|
14
14
|
'0 0 20 20',
|
|
15
|
-
'<symbol fill="none" viewBox="0 0 20 20"
|
|
15
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="calendar_outline_20"><path fill="currentColor" fill-rule="evenodd" d="M6.25 1a.75.75 0 0 1 .75.75v.257C7.393 2 7.83 2 8.317 2h3.366c.487 0 .924 0 1.317.007V1.75a.75.75 0 0 1 1.5 0v.356c.428.064.816.172 1.18.357a4.25 4.25 0 0 1 1.857 1.857c.253.498.361 1.04.413 1.67.05.614.05 1.375.05 2.327v3.366c0 .952 0 1.713-.05 2.327-.052.63-.16 1.172-.413 1.67a4.251 4.251 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413-.614.05-1.375.05-2.327.05H8.317c-.952 0-1.713 0-2.327-.05-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67C2 13.396 2 12.635 2 11.683V8.317c0-.952 0-1.713.05-2.327.052-.63.16-1.172.413-1.67A4.25 4.25 0 0 1 4.32 2.463a3.793 3.793 0 0 1 1.18-.357V1.75A.75.75 0 0 1 6.25 1ZM5.5 3.63a2.02 2.02 0 0 0-.498.17A2.75 2.75 0 0 0 3.8 5.002c-.128.25-.21.573-.255 1.11-.02.255-.032.543-.038.878h12.986a14.08 14.08 0 0 0-.038-.878c-.044-.537-.127-.86-.255-1.11A2.75 2.75 0 0 0 14.998 3.8a2.016 2.016 0 0 0-.498-.17v.12a.75.75 0 0 1-1.5 0v-.243a80.02 80.02 0 0 0-1.35-.007h-3.3c-.525 0-.968 0-1.35.007v.243a.75.75 0 0 1-1.5 0v-.12Zm11 4.86h-13v3.16c0 .993 0 1.692.045 2.238.044.537.127.86.255 1.11A2.75 2.75 0 0 0 5.002 16.2c.25.128.573.21 1.11.255.546.044 1.246.045 2.238.045h3.3c.992 0 1.692 0 2.238-.045.537-.044.86-.127 1.11-.255a2.751 2.751 0 0 0 1.202-1.202c.128-.25.21-.573.255-1.11.044-.546.045-1.246.045-2.238V8.49ZM15 13.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" /></symbol>',
|
|
16
16
|
20,
|
|
17
17
|
20
|
|
18
18
|
);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
import { makeIcon } from '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon20LogoClipsOutlineProps extends HTMLAttributes<HTMLDivElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export default makeIcon<Icon20LogoClipsOutlineProps>(
|
|
12
|
+
'Icon20LogoClipsOutline',
|
|
13
|
+
'logo_clips_outline_20',
|
|
14
|
+
'0 0 20 20',
|
|
15
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="logo_clips_outline_20"><path fill="currentColor" fill-rule="evenodd" d="M7.194 1.502a.85.85 0 0 1 .904.792l.25 3.8a.85.85 0 0 1-1.697.112l-.25-3.8a.85.85 0 0 1 .793-.904Zm5.893.181a.85.85 0 0 1 .58 1.053l-1.35 4.651a.85.85 0 0 1-1.633-.474l1.35-4.65a.85.85 0 0 1 1.053-.58Zm.589 7.08a.75.75 0 0 1 1.057-.082c1.48 1.268 1.767 2.88 1.767 4.07 0 2.678-2.309 5.75-6.5 5.75-3.118 0-6.504-2.219-6.504-5.75 0-.677.218-1.588.776-2.349C4.854 9.61 5.796 9 7.142 9c.387 0 1.892.13 2.784 1.915a.75.75 0 1 1-1.341.67C8.048 10.513 7.232 10.5 7.143 10.5c-.833 0-1.34.352-1.662.79a2.623 2.623 0 0 0-.485 1.462c0 2.425 2.407 4.25 5.004 4.25 3.36 0 5-2.4 5-4.25 0-.953-.223-2.058-1.243-2.932a.75.75 0 0 1-.081-1.058Z" 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 Icon20UsersCircleFillBlueProps extends HTMLAttributes<HTMLDivElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export default makeIcon<Icon20UsersCircleFillBlueProps>(
|
|
12
|
+
'Icon20UsersCircleFillBlue',
|
|
13
|
+
'users_circle_fill_blue_20',
|
|
14
|
+
'0 0 20 20',
|
|
15
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="users_circle_fill_blue_20"><path fill="url(#users_circle_fill_blue_20_a)" d="M0 10C0 4.477 4.477 0 10 0s10 4.477 10 10-4.477 10-10 10S0 15.523 0 10Z" /><path fill="#fff" fill-rule="evenodd" d="M11.182 12.583c0-2.032-2.485-2.54-3.841-2.54s-3.841.508-3.841 2.54c0 .889.226 1.015.678 1.015h6.326c.452 0 .678-.126.678-1.015ZM9.114 7.377c0-.982-.794-1.777-1.773-1.777-.98 0-1.773.795-1.773 1.777 0 .982.793 1.778 1.773 1.778.98 0 1.773-.795 1.773-1.778Zm6.708 6.221-3.258.002a3.74 3.74 0 0 0 .118-1.017c0-1.067-.411-1.875-.977-2.466a6.539 6.539 0 0 1 .954-.073c1.356 0 3.841.507 3.841 2.539 0 .888-.226 1.015-.678 1.015ZM12.66 5.6c.98 0 1.773.795 1.773 1.777 0 .982-.793 1.778-1.773 1.778-.98 0-1.773-.795-1.773-1.778 0-.982.794-1.777 1.773-1.777Z" clip-rule="evenodd" /><defs><linearGradient id="users_circle_fill_blue_20_a" x1="-10" x2="10" y1="10" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="#70B2FF" /><stop offset="1" stop-color="#5C9CE6" /></linearGradient></defs></symbol>',
|
|
16
|
+
20,
|
|
17
|
+
20
|
|
18
|
+
);
|
|
@@ -12,7 +12,7 @@ export default makeIcon<Icon20VideocamOutlineProps>(
|
|
|
12
12
|
'Icon20VideocamOutline',
|
|
13
13
|
'videocam_outline_20',
|
|
14
14
|
'0 0 20 20',
|
|
15
|
-
'<symbol
|
|
15
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="videocam_outline_20"><path fill="currentColor" fill-rule="evenodd" d="M6.817 3c-.952 0-1.713 0-2.327.05-.63.052-1.172.16-1.67.413A4.25 4.25 0 0 0 .964 5.32C.71 5.819.602 6.36.55 6.99.5 7.604.5 8.365.5 9.317v1.366c0 .952 0 1.713.05 2.327.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.857 1.857c.498.253 1.04.361 1.67.413.614.05 1.375.05 2.327.05h2.366c.952 0 1.713 0 2.327-.05.63-.052 1.172-.16 1.67-.413a4.251 4.251 0 0 0 1.857-1.857c.155-.304.255-.625.322-.971l1.532 1.02c1.329.887 3.109-.066 3.109-1.663V6.934c0-1.597-1.78-2.55-3.11-1.664L15.36 6.291a3.606 3.606 0 0 0-.322-.97 4.25 4.25 0 0 0-1.858-1.858c-.497-.253-1.04-.361-1.67-.413C10.897 3 10.136 3 9.184 3H6.817ZM15.5 9.26V12l2.223 1.482a.5.5 0 0 0 .777-.416V6.934a.5.5 0 0 0-.777-.416L15.5 8v1.26Zm-1.5.09c0-.993 0-1.692-.045-2.238-.044-.537-.127-.86-.255-1.11A2.75 2.75 0 0 0 12.5 4.8c-.252-.128-.574-.21-1.111-.255-.546-.044-1.245-.045-2.238-.045h-2.3c-.992 0-1.692 0-2.238.045-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 2.3 6.002c-.128.25-.21.573-.255 1.11C2.001 7.658 2 8.357 2 9.35v1.3c0 .993 0 1.692.045 2.238.044.537.127.86.255 1.11A2.75 2.75 0 0 0 3.502 15.2c.25.128.573.21 1.11.255.546.044 1.246.045 2.238.045h2.3c.992 0 1.692 0 2.238-.045.537-.044.86-.127 1.11-.255A2.751 2.751 0 0 0 13.7 14c.128-.252.21-.574.255-1.111.044-.546.045-1.245.045-2.238v-1.3Z" clip-rule="evenodd" /></symbol>',
|
|
16
16
|
20,
|
|
17
17
|
20
|
|
18
18
|
);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HTMLAttributes, RefCallback, RefObject } from 'react';
|
|
2
|
+
import { makeIcon } from '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon28BookSpreadOutlineProps extends HTMLAttributes<HTMLDivElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export default makeIcon<Icon28BookSpreadOutlineProps>(
|
|
12
|
+
'Icon28BookSpreadOutline',
|
|
13
|
+
'book_spread_outline_28',
|
|
14
|
+
'0 0 28 28',
|
|
15
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="book_spread_outline_28"><path fill="currentColor" fill-rule="evenodd" d="M14 5.999C11.61 4.546 9.153 3.96 5.877 4.007a86.62 86.62 0 0 1-.154.002c-.777.01-1.473.018-2.111.351a3.11 3.11 0 0 0-1.29 1.309c-.186.367-.259.74-.292 1.12C2 7.14 2 7.563 2 8.042v10.46c0 .572 0 1.057.03 1.45.03.406.098.816.292 1.2a2.867 2.867 0 0 0 1.291 1.31c.393.204.831.274 1.259.309.426.034.962.041 1.61.05h.035c2.86.038 4.887.65 6.928 2.01a1 1 0 0 0 1.11 0c2.041-1.36 4.068-1.972 6.928-2.01h.036c.647-.009 1.183-.016 1.61-.05.427-.035.865-.105 1.258-.31.584-.304.995-.72 1.291-1.309.194-.384.262-.794.292-1.2.03-.393.03-.878.03-1.45V8.041c0-.48 0-.9-.03-1.253-.033-.38-.106-.753-.291-1.12a3.11 3.11 0 0 0-1.29-1.309c-.639-.333-1.335-.342-2.112-.351a85.542 85.542 0 0 1-.154-.002C18.847 3.96 16.39 4.546 14 5.999Zm-1 1.733c-2.033-1.247-4.117-1.768-7.095-1.725-1.021.014-1.204.04-1.368.126a1.12 1.12 0 0 0-.43.436c-.029.057-.063.153-.084.392-.022.256-.023.59-.023 1.12v10.383c0 .62 0 1.029.024 1.338.023.304.063.409.083.45a.878.878 0 0 0 .43.436c.03.015.142.06.497.09.35.028.818.034 1.51.044 2.513.033 4.54.475 6.456 1.437V7.732Zm2 14.527c1.916-.962 3.943-1.404 6.456-1.438.692-.009 1.16-.015 1.51-.044.355-.029.467-.074.496-.09a.878.878 0 0 0 .43-.436c.021-.04.061-.145.084-.45.023-.308.024-.717.024-1.337V8.08c0-.529 0-.863-.023-1.119-.02-.239-.055-.335-.084-.392a1.12 1.12 0 0 0-.43-.436c-.164-.085-.347-.112-1.368-.127-2.978-.042-5.062.48-7.095 1.725V22.26Zm7-11.295A1 1 0 0 1 21.035 12c-1.016.037-1.908.183-2.724.451a1 1 0 0 1-.624-1.9c1.026-.337 2.109-.508 3.276-.55a1 1 0 0 1 1.035.964Zm-16 0a1 1 0 0 1 1.036-.963c1.167.041 2.25.212 3.276.549a1 1 0 1 1-.624 1.9c-.816-.268-1.708-.414-2.724-.45a1 1 0 0 1-.963-1.036Zm0 5a1 1 0 0 1 1.036-.963c1.167.041 2.25.212 3.276.549a1 1 0 1 1-.624 1.9c-.816-.268-1.708-.414-2.724-.45a1 1 0 0 1-.963-1.036Zm16 0A1 1 0 0 1 21.035 17c-1.016.037-1.908.183-2.724.451a1 1 0 1 1-.624-1.9c1.026-.337 2.109-.508 3.276-.55a1 1 0 0 1 1.035.964Z" 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 Icon48UserAddCircleFillBlueProps extends HTMLAttributes<HTMLDivElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export default makeIcon<Icon48UserAddCircleFillBlueProps>(
|
|
12
|
+
'Icon48UserAddCircleFillBlue',
|
|
13
|
+
'user_add_circle_fill_blue_48',
|
|
14
|
+
'0 0 48 48',
|
|
15
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 48 48" id="user_add_circle_fill_blue_48"><circle cx="24" cy="24" r="24" fill="url(#user_add_circle_fill_blue_48_a)" /><path fill="#fff" d="M32 20c0-2.21-1.79-4-4-4s-4 1.79-4 4 1.79 4 4 4 4-1.79 4-4Zm-15-1.5a1 1 0 0 0-1 1V22h-2.5a1 1 0 1 0 0 2H16v2.5a1 1 0 1 0 2 0V24h2.5a1 1 0 1 0 0-2H18v-2.5a1 1 0 0 0-1-1ZM20 30v1a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-1c0-3.5-5.33-4.5-8-4.5s-8 1-8 4.5Z" /><defs><linearGradient id="user_add_circle_fill_blue_48_a" x1="0" x2="48" y1="0" y2="48" gradientUnits="userSpaceOnUse"><stop stop-color="#6CF" /><stop offset="1" stop-color="#3F8AE0" /></linearGradient></defs></symbol>',
|
|
16
|
+
48,
|
|
17
|
+
48
|
|
18
|
+
);
|
package/ts/index.ts
CHANGED
|
@@ -468,6 +468,7 @@ export { default as Icon20ListPenOutline } from './20/list_pen_outline';
|
|
|
468
468
|
export { default as Icon20ListPlayOutline } from './20/list_play_outline';
|
|
469
469
|
export { default as Icon20LiveSlashOutline } from './20/live_slash_outline';
|
|
470
470
|
export { default as Icon20LockOutline } from './20/lock_outline';
|
|
471
|
+
export { default as Icon20LogoClipsOutline } from './20/logo_clips_outline';
|
|
471
472
|
export { default as Icon20LogoOldVk } from './20/logo_old_vk';
|
|
472
473
|
export { default as Icon20LogoVk } from './20/logo_vk';
|
|
473
474
|
export { default as Icon20LogoVkOutline } from './20/logo_vk_outline';
|
|
@@ -610,6 +611,7 @@ export { default as Icon20UserPenOutline } from './20/user_pen_outline';
|
|
|
610
611
|
export { default as Icon20UserReplyOutline } from './20/user_reply_outline';
|
|
611
612
|
export { default as Icon20Users } from './20/users';
|
|
612
613
|
export { default as Icon20Users3Outline } from './20/users_3_outline';
|
|
614
|
+
export { default as Icon20UsersCircleFillBlue } from './20/users_circle_fill_blue';
|
|
613
615
|
export { default as Icon20UserSlashOutline } from './20/user_slash_outline';
|
|
614
616
|
export { default as Icon20UsersOutline } from './20/users_outline';
|
|
615
617
|
export { default as Icon20UserSquareOutline } from './20/user_square_outline';
|
|
@@ -1119,6 +1121,7 @@ export { default as Icon28BombOutline } from './28/bomb_outline';
|
|
|
1119
1121
|
export { default as Icon28BookmarkOutline } from './28/bookmark_outline';
|
|
1120
1122
|
export { default as Icon28BookmarkSlashOutline } from './28/bookmark_slash_outline';
|
|
1121
1123
|
export { default as Icon28BookOutline } from './28/book_outline';
|
|
1124
|
+
export { default as Icon28BookSpreadOutline } from './28/book_spread_outline';
|
|
1122
1125
|
export { default as Icon28BoxCircleFillBlue } from './28/box_circle_fill_blue';
|
|
1123
1126
|
export { default as Icon28BoxHeartOutline } from './28/box_heart_outline';
|
|
1124
1127
|
export { default as Icon28BracketsSlashSquareOutline } from './28/brackets_slash_square_outline';
|
|
@@ -1805,6 +1808,7 @@ export { default as Icon48SkipNext } from './48/skip_next';
|
|
|
1805
1808
|
export { default as Icon48SkipPrevious } from './48/skip_previous';
|
|
1806
1809
|
export { default as Icon48StarsCircleFillViolet } from './48/stars_circle_fill_violet';
|
|
1807
1810
|
export { default as Icon48SwipeUp } from './48/swipe_up';
|
|
1811
|
+
export { default as Icon48UserAddCircleFillBlue } from './48/user_add_circle_fill_blue';
|
|
1808
1812
|
export { default as Icon48Video } from './48/video';
|
|
1809
1813
|
export { default as Icon48WritebarDone } from './48/writebar_done';
|
|
1810
1814
|
export { default as Icon48WritebarSend } from './48/writebar_send';
|