@vkontakte/icons 2.114.0 → 2.116.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/16/user_square_outline_16.js +13 -0
- package/dist/20/truck_outline_20.js +13 -0
- package/dist/24/drag_reorder_outline_24.js +13 -0
- package/dist/28/fire_28.js +13 -0
- package/dist/28/headphones_check_outline_28.js +13 -0
- package/dist/28/headphones_outline_28.js +1 -1
- package/dist/28/rude_message_outline_28.js +13 -0
- package/dist/es6/16/user_square_outline_16.js +3 -0
- package/dist/es6/20/truck_outline_20.js +3 -0
- package/dist/es6/24/drag_reorder_outline_24.js +3 -0
- package/dist/es6/28/fire_28.js +3 -0
- package/dist/es6/28/headphones_check_outline_28.js +3 -0
- package/dist/es6/28/headphones_outline_28.js +1 -1
- package/dist/es6/28/rude_message_outline_28.js +3 -0
- package/dist/es6/index.js +7 -1
- package/dist/icons-map.json +1 -1
- package/dist/index.js +27 -0
- package/dist/typings/16/user_square_outline_16.d.ts +11 -0
- package/dist/typings/20/truck_outline_20.d.ts +11 -0
- package/dist/typings/24/drag_reorder_outline_24.d.ts +11 -0
- package/dist/typings/28/fire_28.d.ts +11 -0
- package/dist/typings/28/headphones_check_outline_28.d.ts +11 -0
- package/dist/typings/28/rude_message_outline_28.d.ts +11 -0
- package/dist/typings/index.d.ts +7 -1
- package/package.json +8 -9
- package/src/svg/16/user_square_outline_16.svg +1 -0
- package/src/svg/20/truck_outline_20.svg +1 -0
- package/src/svg/24/drag_reorder_outline_24.svg +1 -0
- package/src/svg/28/fire_28.svg +1 -0
- package/src/svg/28/headphones_check_outline_28.svg +1 -0
- package/src/svg/28/headphones_outline_28.svg +1 -12
- package/src/svg/28/rude_message_outline_28.svg +1 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon16UserSquareOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon16UserSquareOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon16UserSquareOutline = (0, _iconssprite.makeIcon)('Icon16UserSquareOutline', 'user_square_outline_16', '0 0 16 16', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="user_square_outline_16"><path fill-rule="evenodd" d="M5.5 7a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0M8 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2M6.219 1.5H9.78c.674 0 1.224 0 1.672.037.463.037.882.118 1.273.317a3.25 3.25 0 0 1 1.42 1.42c.199.391.28.81.317 1.273.037.447.037.998.037 1.671v3.563c0 .674 0 1.224-.037 1.672-.037.463-.118.882-.317 1.272a3.25 3.25 0 0 1-1.42 1.42c-.391.2-.81.28-1.273.318-.447.037-.998.037-1.672.037H6.22c-.674 0-1.225 0-1.672-.037-.463-.037-.882-.118-1.272-.317a3.25 3.25 0 0 1-1.42-1.42c-.2-.391-.28-.81-.318-1.273-.037-.447-.037-.998-.037-1.672V6.22c0-.674 0-1.225.037-1.672.037-.463.118-.882.317-1.272a3.25 3.25 0 0 1 1.42-1.42c.391-.2.81-.28 1.273-.318.447-.037.998-.037 1.672-.037Zm-1.55 1.532c-.37.03-.57.085-.713.159a1.75 1.75 0 0 0-.765.764c-.074.145-.13.344-.16.714C3.002 5.05 3 5.538 3 6.25v3.5c0 .712 0 1.202.032 1.58.03.371.085.57.159.714q.065.128.15.243a6.34 6.34 0 0 1 4.663-2.037c1.841 0 3.5.783 4.66 2.032q.082-.112.145-.238c.074-.144.13-.343.16-.713.03-.38.031-.869.031-1.581v-3.5c0-.712 0-1.202-.032-1.58-.03-.371-.085-.57-.159-.715a1.75 1.75 0 0 0-.764-.764c-.145-.074-.344-.13-.714-.16C10.95 3.002 10.462 3 9.75 3h-3.5c-.712 0-1.202 0-1.58.032Zm6.56 9.944a4.84 4.84 0 0 0-3.225-1.226 4.84 4.84 0 0 0-3.227 1.226C5.141 13 5.603 13 6.25 13h3.5c.65 0 1.115 0 1.48-.024Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon20TruckOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon20TruckOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon20TruckOutline = (0, _iconssprite.makeIcon)('Icon20TruckOutline', 'truck_outline_20', '0 0 20 20', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="truck_outline_20"><path fill-rule="evenodd" d="M2.58 15.473a1.7 1.7 0 0 1-.626-.17 1.75 1.75 0 0 1-.765-.765 1.8 1.8 0 0 1-.175-.677c-.016-.198-.016-.434-.016-.692V7.715c0-.674 0-1.224.037-1.672.038-.463.118-.882.317-1.272a3.25 3.25 0 0 1 1.42-1.42c.391-.2.81-.28 1.273-.318.448-.037.998-.037 1.672-.037h3.662c.396 0 .737 0 1.018.023a2.3 2.3 0 0 1 .875.222c.423.216.768.56.983.984.145.283.198.578.223.875.02.252.022.552.023.897h.944c.304 0 .573 0 .834.062q.347.083.65.269c.229.14.419.33.634.545l2.567 2.562c.216.216.407.406.548.635q.185.305.27.651c.062.262.062.531.062.837v1.919c0 .202 0 .397-.014.562a1.6 1.6 0 0 1-.155.597 1.55 1.55 0 0 1-.678.677 1.4 1.4 0 0 1-.245.096 2.938 2.938 0 0 1-5.825.084H8.915a3.251 3.251 0 0 1-6.334-.02ZM9.35 4.495c.433 0 .712 0 .925.018.203.017.279.045.316.064a.75.75 0 0 1 .328.328c.019.037.047.112.064.316.017.212.018.492.018.924v7.847H8.91a3.251 3.251 0 0 0-6.31-.048.25.25 0 0 1-.074-.085.6.6 0 0 1-.018-.121 8 8 0 0 1-.01-.596V7.746c0-.712 0-1.202.03-1.58.031-.371.087-.57.16-.714a1.75 1.75 0 0 1 .765-.765c.144-.074.343-.13.713-.16.38-.03.869-.03 1.581-.03H9.35Zm4.032 3c.402 0 .481.005.547.021q.116.029.217.09c.058.035.117.088.402.372l2.478 2.474c.285.284.337.344.373.402a.8.8 0 0 1 .09.217c.016.066.02.145.02.548v1.92a2.936 2.936 0 0 0-4.99-.046V7.496h.863ZM4 14.75a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0m9.563.318a1.438 1.438 0 1 1 2.875 0 1.438 1.438 0 0 1-2.875 0" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon24DragReorderOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon24DragReorderOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon24DragReorderOutline = (0, _iconssprite.makeIcon)('Icon24DragReorderOutline', 'drag_reorder_outline_24', '0 0 24 24', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="drag_reorder_outline_24"><path fill-rule="evenodd" d="M13.964 6.134a.9.9 0 0 0 1.272-1.273l-2.598-2.597a.9.9 0 0 0-1.272-.001L8.764 4.86a.9.9 0 0 0 1.272 1.274L12 4.172zM3.9 9.2a.9.9 0 1 0 0 1.8h16.2a.9.9 0 1 0 0-1.8zm0 3.8a.9.9 0 1 0 0 1.8h16.2a.9.9 0 1 0 0-1.8zm4.868 4.867a.9.9 0 0 1 1.273 0l1.961 1.96 1.96-1.96a.9.9 0 0 1 1.274 1.272l-2.598 2.598a.9.9 0 0 1-1.272 0l-2.598-2.598a.9.9 0 0 1 0-1.272" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon28Fire", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon28Fire;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon28Fire = (0, _iconssprite.makeIcon)('Icon28Fire', 'fire_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="fire_28"><path fill-rule="evenodd" d="M18.122 14C21.61 4.25 13 1 13 1c0 4.875-3.325 5.972-6.215 8.125C2.425 12.375 2 14.813 2 17.25c0 6.5 8 8.75 8 8.75-3.488-6.5 2-9.5 2-9.5 0 8.125 6.994 10.5 6.994 10.5C31.91 18.5 23 8.5 23 8.5c0 4.063-4.878 5.5-4.878 5.5" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon28HeadphonesCheckOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon28HeadphonesCheckOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon28HeadphonesCheckOutline = (0, _iconssprite.makeIcon)('Icon28HeadphonesCheckOutline', 'headphones_check_outline_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="headphones_check_outline_28"><path fill-rule="evenodd" d="M13.619 5.008a1 1 0 0 0-.083-1.998C7.676 3.253 3 8.08 3 14v7a4 4 0 0 0 8 0v-3a4 4 0 0 0-6-3.465V14a9 9 0 0 1 8.619-8.992M5 18v3a2 2 0 1 0 4 0v-3a2 2 0 1 0-4 0m20-3.58a1 1 0 1 0-2 0v.115A4 4 0 0 0 17 18v3a4 4 0 0 0 8 0zM23 18a2 2 0 1 0-4 0v3a2 2 0 1 0 4 0zM21 2a5 5 0 1 0 0 10 5 5 0 0 0 0-10m2.78 3.22a.75.75 0 0 0-1.06 0l-2.47 2.47-.97-.97a.75.75 0 1 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0 0-1.06" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
@@ -10,4 +10,4 @@ Object.defineProperty(exports, "Icon28HeadphonesOutline", {
|
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
-
var Icon28HeadphonesOutline = (0, _iconssprite.makeIcon)('Icon28HeadphonesOutline', 'headphones_outline_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" id="headphones_outline_28"><
|
|
13
|
+
var Icon28HeadphonesOutline = (0, _iconssprite.makeIcon)('Icon28HeadphonesOutline', 'headphones_outline_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="headphones_outline_28"><path fill-rule="evenodd" d="M14 3C7.925 3 3 7.925 3 14v7a4 4 0 0 0 8 0v-3a4 4 0 0 0-6-3.465V14a9 9 0 0 1 18 0v.535A4 4 0 0 0 17 18v3a4 4 0 0 0 8 0v-7c0-6.075-4.925-11-11-11m9 15a2 2 0 1 0-4 0v3a2 2 0 1 0 4 0zM5 18v3a2 2 0 1 0 4 0v-3a2 2 0 1 0-4 0" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon28RudeMessageOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon28RudeMessageOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon28RudeMessageOutline = (0, _iconssprite.makeIcon)('Icon28RudeMessageOutline', 'rude_message_outline_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="rude_message_outline_28"><path fill-rule="evenodd" d="M14.018 5.5c-2.588 0-4.915.875-6.612 2.27a1 1 0 1 1-1.27-1.545C8.203 4.526 10.983 3.5 14.018 3.5c3.036 0 5.815 1.026 7.883 2.725a1 1 0 1 1-1.27 1.545c-1.697-1.395-4.024-2.27-6.613-2.27m-9.09 14.564a1 1 0 0 1 .583 1.289c-.204.54-.442 1.078-.67 1.58 2.056-.218 3.405-.876 4.219-1.833a1 1 0 0 1 1.113-.289 11 11 0 0 0 3.845.687c1.97 0 3.791-.507 5.298-1.367a1 1 0 1 1 .99 1.738c-1.812 1.033-3.975 1.629-6.288 1.629-1.373 0-2.693-.21-3.918-.597C8.656 24.25 6.556 24.898 3.988 25c-1.046.041-1.8-1.047-1.363-2.021l.27-.597c.263-.577.522-1.144.744-1.734a1 1 0 0 1 1.288-.583Zm-.48 3.735.002-.004z" clip-rule="evenodd" /><path d="m1.596 16.023-.252 1.273c-.016.07-.022.172-.022.242 0 .355.231.585.629.585.43 0 .687-.214.773-.666l.285-1.434h1.214l-.258 1.273c-.016.07-.022.172-.022.242 0 .355.231.585.629.585.43 0 .687-.214.773-.67l.29-1.43h.677c.505 0 .811-.295.811-.757 0-.365-.252-.601-.66-.601h-.564l.23-1.188h.677c.505 0 .806-.295.806-.751 0-.366-.247-.597-.66-.597h-.554l.236-1.176c.017-.07.022-.172.022-.242 0-.354-.231-.585-.629-.585-.43 0-.687.215-.773.671l-.269 1.332H3.782l.231-1.176c.016-.07.027-.172.027-.242 0-.354-.236-.585-.634-.585-.43 0-.687.215-.773.671l-.274 1.332h-.66c-.506 0-.812.296-.812.758 0 .36.253.601.661.601h.548l-.231 1.187H1.21c-.505 0-.806.296-.806.752 0 .366.247.596.66.596zm1.536-1.213.296-1.472h1.434l-.3 1.472zm8.158 3.324c.296 0 .473-.113.672-.419l2.256-3.432 2.03-3.067c.108-.16.172-.311.172-.472 0-.371-.285-.634-.666-.634-.36 0-.526.134-.725.435l-2.16 3.303-2.115 3.18a.82.82 0 0 0-.162.494c0 .381.35.612.699.612Zm-.94-3.588c1.215 0 1.993-.837 1.993-2.234 0-1.413-.79-2.202-1.992-2.202-1.198 0-1.993.79-1.993 2.207 0 1.402.784 2.23 1.993 2.23Zm0-1.133c-.262 0-.456-.29-.456-1.096 0-.816.188-1.074.457-1.074.268 0 .456.258.456 1.074 0 .806-.188 1.096-.456 1.096Zm6.344 4.721c1.214 0 1.993-.838 1.993-2.234 0-1.413-.79-2.202-1.993-2.202-1.198 0-1.993.79-1.993 2.207 0 1.402.784 2.23 1.993 2.23Zm0-1.133c-.263 0-.456-.29-.456-1.096 0-.816.188-1.074.456-1.074.269 0 .457.258.457 1.074 0 .806-.188 1.096-.457 1.096m9.141 1.122c.43 0 .73-.322.73-.682 0-.188-.048-.338-.279-.58l-.386-.402c.413-.532.666-1.338.666-2.138 0-.473-.274-.817-.763-.817s-.741.296-.757.811c-.011.452-.092.763-.237 1.01l-1.24-1.337c1.015-.564 1.52-1.236 1.52-2.03 0-1.064-.924-1.794-2.267-1.794-1.337 0-2.32.778-2.32 1.842 0 .57.258 1.047.961 1.762-.01 0-.333.182-.376.204-.967.542-1.391 1.15-1.391 2.02 0 1.331 1.058 2.153 2.76 2.153.951 0 1.822-.263 2.353-.714l.35.365c.23.247.402.328.676.328Zm-3.099-4.968c-.489-.462-.66-.73-.66-1.053 0-.43.316-.746.757-.746.435 0 .741.312.741.746 0 .425-.258.747-.838 1.053m-.08 3.674c-.731 0-1.225-.397-1.225-.999 0-.414.193-.709.671-1.015.043-.027.135-.075.194-.097l1.557 1.67c-.236.275-.709.441-1.198.441Z" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
export var Icon16UserSquareOutline = makeIcon('Icon16UserSquareOutline', 'user_square_outline_16', '0 0 16 16', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="user_square_outline_16"><path fill-rule="evenodd" d="M5.5 7a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0M8 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2M6.219 1.5H9.78c.674 0 1.224 0 1.672.037.463.037.882.118 1.273.317a3.25 3.25 0 0 1 1.42 1.42c.199.391.28.81.317 1.273.037.447.037.998.037 1.671v3.563c0 .674 0 1.224-.037 1.672-.037.463-.118.882-.317 1.272a3.25 3.25 0 0 1-1.42 1.42c-.391.2-.81.28-1.273.318-.447.037-.998.037-1.672.037H6.22c-.674 0-1.225 0-1.672-.037-.463-.037-.882-.118-1.272-.317a3.25 3.25 0 0 1-1.42-1.42c-.2-.391-.28-.81-.318-1.273-.037-.447-.037-.998-.037-1.672V6.22c0-.674 0-1.225.037-1.672.037-.463.118-.882.317-1.272a3.25 3.25 0 0 1 1.42-1.42c.391-.2.81-.28 1.273-.318.447-.037.998-.037 1.672-.037Zm-1.55 1.532c-.37.03-.57.085-.713.159a1.75 1.75 0 0 0-.765.764c-.074.145-.13.344-.16.714C3.002 5.05 3 5.538 3 6.25v3.5c0 .712 0 1.202.032 1.58.03.371.085.57.159.714q.065.128.15.243a6.34 6.34 0 0 1 4.663-2.037c1.841 0 3.5.783 4.66 2.032q.082-.112.145-.238c.074-.144.13-.343.16-.713.03-.38.031-.869.031-1.581v-3.5c0-.712 0-1.202-.032-1.58-.03-.371-.085-.57-.159-.715a1.75 1.75 0 0 0-.764-.764c-.145-.074-.344-.13-.714-.16C10.95 3.002 10.462 3 9.75 3h-3.5c-.712 0-1.202 0-1.58.032Zm6.56 9.944a4.84 4.84 0 0 0-3.225-1.226 4.84 4.84 0 0 0-3.227 1.226C5.141 13 5.603 13 6.25 13h3.5c.65 0 1.115 0 1.48-.024Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
export var Icon20TruckOutline = makeIcon('Icon20TruckOutline', 'truck_outline_20', '0 0 20 20', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="truck_outline_20"><path fill-rule="evenodd" d="M2.58 15.473a1.7 1.7 0 0 1-.626-.17 1.75 1.75 0 0 1-.765-.765 1.8 1.8 0 0 1-.175-.677c-.016-.198-.016-.434-.016-.692V7.715c0-.674 0-1.224.037-1.672.038-.463.118-.882.317-1.272a3.25 3.25 0 0 1 1.42-1.42c.391-.2.81-.28 1.273-.318.448-.037.998-.037 1.672-.037h3.662c.396 0 .737 0 1.018.023a2.3 2.3 0 0 1 .875.222c.423.216.768.56.983.984.145.283.198.578.223.875.02.252.022.552.023.897h.944c.304 0 .573 0 .834.062q.347.083.65.269c.229.14.419.33.634.545l2.567 2.562c.216.216.407.406.548.635q.185.305.27.651c.062.262.062.531.062.837v1.919c0 .202 0 .397-.014.562a1.6 1.6 0 0 1-.155.597 1.55 1.55 0 0 1-.678.677 1.4 1.4 0 0 1-.245.096 2.938 2.938 0 0 1-5.825.084H8.915a3.251 3.251 0 0 1-6.334-.02ZM9.35 4.495c.433 0 .712 0 .925.018.203.017.279.045.316.064a.75.75 0 0 1 .328.328c.019.037.047.112.064.316.017.212.018.492.018.924v7.847H8.91a3.251 3.251 0 0 0-6.31-.048.25.25 0 0 1-.074-.085.6.6 0 0 1-.018-.121 8 8 0 0 1-.01-.596V7.746c0-.712 0-1.202.03-1.58.031-.371.087-.57.16-.714a1.75 1.75 0 0 1 .765-.765c.144-.074.343-.13.713-.16.38-.03.869-.03 1.581-.03H9.35Zm4.032 3c.402 0 .481.005.547.021q.116.029.217.09c.058.035.117.088.402.372l2.478 2.474c.285.284.337.344.373.402a.8.8 0 0 1 .09.217c.016.066.02.145.02.548v1.92a2.936 2.936 0 0 0-4.99-.046V7.496h.863ZM4 14.75a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0m9.563.318a1.438 1.438 0 1 1 2.875 0 1.438 1.438 0 0 1-2.875 0" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
export var Icon24DragReorderOutline = makeIcon('Icon24DragReorderOutline', 'drag_reorder_outline_24', '0 0 24 24', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="drag_reorder_outline_24"><path fill-rule="evenodd" d="M13.964 6.134a.9.9 0 0 0 1.272-1.273l-2.598-2.597a.9.9 0 0 0-1.272-.001L8.764 4.86a.9.9 0 0 0 1.272 1.274L12 4.172zM3.9 9.2a.9.9 0 1 0 0 1.8h16.2a.9.9 0 1 0 0-1.8zm0 3.8a.9.9 0 1 0 0 1.8h16.2a.9.9 0 1 0 0-1.8zm4.868 4.867a.9.9 0 0 1 1.273 0l1.961 1.96 1.96-1.96a.9.9 0 0 1 1.274 1.272l-2.598 2.598a.9.9 0 0 1-1.272 0l-2.598-2.598a.9.9 0 0 1 0-1.272" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
export var Icon28Fire = makeIcon('Icon28Fire', 'fire_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="fire_28"><path fill-rule="evenodd" d="M18.122 14C21.61 4.25 13 1 13 1c0 4.875-3.325 5.972-6.215 8.125C2.425 12.375 2 14.813 2 17.25c0 6.5 8 8.75 8 8.75-3.488-6.5 2-9.5 2-9.5 0 8.125 6.994 10.5 6.994 10.5C31.91 18.5 23 8.5 23 8.5c0 4.063-4.878 5.5-4.878 5.5" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
export var Icon28HeadphonesCheckOutline = makeIcon('Icon28HeadphonesCheckOutline', 'headphones_check_outline_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="headphones_check_outline_28"><path fill-rule="evenodd" d="M13.619 5.008a1 1 0 0 0-.083-1.998C7.676 3.253 3 8.08 3 14v7a4 4 0 0 0 8 0v-3a4 4 0 0 0-6-3.465V14a9 9 0 0 1 8.619-8.992M5 18v3a2 2 0 1 0 4 0v-3a2 2 0 1 0-4 0m20-3.58a1 1 0 1 0-2 0v.115A4 4 0 0 0 17 18v3a4 4 0 0 0 8 0zM23 18a2 2 0 1 0-4 0v3a2 2 0 1 0 4 0zM21 2a5 5 0 1 0 0 10 5 5 0 0 0 0-10m2.78 3.22a.75.75 0 0 0-1.06 0l-2.47 2.47-.97-.97a.75.75 0 1 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0 0-1.06" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
-
export var Icon28HeadphonesOutline = makeIcon('Icon28HeadphonesOutline', 'headphones_outline_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" id="headphones_outline_28"><
|
|
3
|
+
export var Icon28HeadphonesOutline = makeIcon('Icon28HeadphonesOutline', 'headphones_outline_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="headphones_outline_28"><path fill-rule="evenodd" d="M14 3C7.925 3 3 7.925 3 14v7a4 4 0 0 0 8 0v-3a4 4 0 0 0-6-3.465V14a9 9 0 0 1 18 0v.535A4 4 0 0 0 17 18v3a4 4 0 0 0 8 0v-7c0-6.075-4.925-11-11-11m9 15a2 2 0 1 0-4 0v3a2 2 0 1 0 4 0zM5 18v3a2 2 0 1 0 4 0v-3a2 2 0 1 0-4 0" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
export var Icon28RudeMessageOutline = makeIcon('Icon28RudeMessageOutline', 'rude_message_outline_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="rude_message_outline_28"><path fill-rule="evenodd" d="M14.018 5.5c-2.588 0-4.915.875-6.612 2.27a1 1 0 1 1-1.27-1.545C8.203 4.526 10.983 3.5 14.018 3.5c3.036 0 5.815 1.026 7.883 2.725a1 1 0 1 1-1.27 1.545c-1.697-1.395-4.024-2.27-6.613-2.27m-9.09 14.564a1 1 0 0 1 .583 1.289c-.204.54-.442 1.078-.67 1.58 2.056-.218 3.405-.876 4.219-1.833a1 1 0 0 1 1.113-.289 11 11 0 0 0 3.845.687c1.97 0 3.791-.507 5.298-1.367a1 1 0 1 1 .99 1.738c-1.812 1.033-3.975 1.629-6.288 1.629-1.373 0-2.693-.21-3.918-.597C8.656 24.25 6.556 24.898 3.988 25c-1.046.041-1.8-1.047-1.363-2.021l.27-.597c.263-.577.522-1.144.744-1.734a1 1 0 0 1 1.288-.583Zm-.48 3.735.002-.004z" clip-rule="evenodd" /><path d="m1.596 16.023-.252 1.273c-.016.07-.022.172-.022.242 0 .355.231.585.629.585.43 0 .687-.214.773-.666l.285-1.434h1.214l-.258 1.273c-.016.07-.022.172-.022.242 0 .355.231.585.629.585.43 0 .687-.214.773-.67l.29-1.43h.677c.505 0 .811-.295.811-.757 0-.365-.252-.601-.66-.601h-.564l.23-1.188h.677c.505 0 .806-.295.806-.751 0-.366-.247-.597-.66-.597h-.554l.236-1.176c.017-.07.022-.172.022-.242 0-.354-.231-.585-.629-.585-.43 0-.687.215-.773.671l-.269 1.332H3.782l.231-1.176c.016-.07.027-.172.027-.242 0-.354-.236-.585-.634-.585-.43 0-.687.215-.773.671l-.274 1.332h-.66c-.506 0-.812.296-.812.758 0 .36.253.601.661.601h.548l-.231 1.187H1.21c-.505 0-.806.296-.806.752 0 .366.247.596.66.596zm1.536-1.213.296-1.472h1.434l-.3 1.472zm8.158 3.324c.296 0 .473-.113.672-.419l2.256-3.432 2.03-3.067c.108-.16.172-.311.172-.472 0-.371-.285-.634-.666-.634-.36 0-.526.134-.725.435l-2.16 3.303-2.115 3.18a.82.82 0 0 0-.162.494c0 .381.35.612.699.612Zm-.94-3.588c1.215 0 1.993-.837 1.993-2.234 0-1.413-.79-2.202-1.992-2.202-1.198 0-1.993.79-1.993 2.207 0 1.402.784 2.23 1.993 2.23Zm0-1.133c-.262 0-.456-.29-.456-1.096 0-.816.188-1.074.457-1.074.268 0 .456.258.456 1.074 0 .806-.188 1.096-.456 1.096Zm6.344 4.721c1.214 0 1.993-.838 1.993-2.234 0-1.413-.79-2.202-1.993-2.202-1.198 0-1.993.79-1.993 2.207 0 1.402.784 2.23 1.993 2.23Zm0-1.133c-.263 0-.456-.29-.456-1.096 0-.816.188-1.074.456-1.074.269 0 .457.258.457 1.074 0 .806-.188 1.096-.457 1.096m9.141 1.122c.43 0 .73-.322.73-.682 0-.188-.048-.338-.279-.58l-.386-.402c.413-.532.666-1.338.666-2.138 0-.473-.274-.817-.763-.817s-.741.296-.757.811c-.011.452-.092.763-.237 1.01l-1.24-1.337c1.015-.564 1.52-1.236 1.52-2.03 0-1.064-.924-1.794-2.267-1.794-1.337 0-2.32.778-2.32 1.842 0 .57.258 1.047.961 1.762-.01 0-.333.182-.376.204-.967.542-1.391 1.15-1.391 2.02 0 1.331 1.058 2.153 2.76 2.153.951 0 1.822-.263 2.353-.714l.35.365c.23.247.402.328.676.328Zm-3.099-4.968c-.489-.462-.66-.73-.66-1.053 0-.43.316-.746.757-.746.435 0 .741.312.741.746 0 .425-.258.747-.838 1.053m-.08 3.674c-.731 0-1.225-.397-1.225-.999 0-.414.193-.709.671-1.015.043-.027.135-.075.194-.097l1.557 1.67c-.236.275-.709.441-1.198.441Z" /></symbol>', 28, 28, false, undefined);
|
package/dist/es6/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { IconSettingsProvider } from '@vkontakte/icons-sprite';
|
|
1
|
+
export { IconSettingsProvider, IconAppearanceProvider } from '@vkontakte/icons-sprite';
|
|
2
2
|
export { Icon12Add } from './12/add_12';
|
|
3
3
|
export { Icon12AlbumFilled } from './12/album_filled_12';
|
|
4
4
|
export { Icon12ArrowDown } from './12/arrow_down_12';
|
|
@@ -452,6 +452,7 @@ export { Icon16UserCircleAltOutline } from './16/user_circle_alt_outline_16';
|
|
|
452
452
|
export { Icon16UserOutline } from './16/user_outline_16';
|
|
453
453
|
export { Icon16Users } from './16/users_16';
|
|
454
454
|
export { Icon16Users2Outline } from './16/users_2_outline_16';
|
|
455
|
+
export { Icon16UserSquareOutline } from './16/user_square_outline_16';
|
|
455
456
|
export { Icon16Verified } from './16/verified_16';
|
|
456
457
|
export { Icon16Video } from './16/video_16';
|
|
457
458
|
export { Icon16VideoAdvertisement } from './16/video_advertisement_16';
|
|
@@ -1001,6 +1002,7 @@ export { Icon20TouchIdOutline } from './20/touch_id_outline_20';
|
|
|
1001
1002
|
export { Icon20TransparencyOutline } from './20/transparency_outline_20';
|
|
1002
1003
|
export { Icon20TrashSimpleOutline } from './20/trash_simple_outline_20';
|
|
1003
1004
|
export { Icon20TrashSmileOutline } from './20/trash_smile_outline_20';
|
|
1005
|
+
export { Icon20TruckOutline } from './20/truck_outline_20';
|
|
1004
1006
|
export { Icon20TvOutline } from './20/tv_outline_20';
|
|
1005
1007
|
export { Icon20TvTextOutline } from './20/tv_text_outline_20';
|
|
1006
1008
|
export { Icon20UmbrellaOutline } from './20/umbrella_outline_20';
|
|
@@ -1276,6 +1278,7 @@ export { Icon24DownloadCheckOutline } from './24/download_check_outline_24';
|
|
|
1276
1278
|
export { Icon24DownloadCloudOutline } from './24/download_cloud_outline_24';
|
|
1277
1279
|
export { Icon24DownloadCrossBadgeOutline } from './24/download_cross_badge_outline_24';
|
|
1278
1280
|
export { Icon24DownloadOutline } from './24/download_outline_24';
|
|
1281
|
+
export { Icon24DragReorderOutline } from './24/drag_reorder_outline_24';
|
|
1279
1282
|
export { Icon24DrillOutline } from './24/drill_outline_24';
|
|
1280
1283
|
export { Icon24Dropdown } from './24/dropdown_24';
|
|
1281
1284
|
export { Icon24DropsOutline } from './24/drops_outline_24';
|
|
@@ -1987,6 +1990,7 @@ export { Icon28FilmStripAddOutline } from './28/film_strip_add_outline_28';
|
|
|
1987
1990
|
export { Icon28FilmStripCircleFillRed } from './28/film_strip_circle_fill_red_28';
|
|
1988
1991
|
export { Icon28FilmStripOutline } from './28/film_strip_outline_28';
|
|
1989
1992
|
export { Icon28FilmStripRssOutline } from './28/film_strip_rss_outline_28';
|
|
1993
|
+
export { Icon28Fire } from './28/fire_28';
|
|
1990
1994
|
export { Icon28FireAltOutline } from './28/fire_alt_outline_28';
|
|
1991
1995
|
export { Icon28FireCircleFillRed } from './28/fire_circle_fill_red_28';
|
|
1992
1996
|
export { Icon28FireOutline } from './28/fire_outline_28';
|
|
@@ -2040,6 +2044,7 @@ export { Icon28HandSlashOutline } from './28/hand_slash_outline_28';
|
|
|
2040
2044
|
export { Icon28HangerOutline } from './28/hanger_outline_28';
|
|
2041
2045
|
export { Icon28HappyFaceOutline } from './28/happy_face_outline_28';
|
|
2042
2046
|
export { Icon28HashtagOutline } from './28/hashtag_outline_28';
|
|
2047
|
+
export { Icon28HeadphonesCheckOutline } from './28/headphones_check_outline_28';
|
|
2043
2048
|
export { Icon28HeadphonesOutline } from './28/headphones_outline_28';
|
|
2044
2049
|
export { Icon28HeadphonesWaveCircleFillGray } from './28/headphones_wave_circle_fill_gray_28';
|
|
2045
2050
|
export { Icon28HeadphonesWaveOutline } from './28/headphones_wave_outline_28';
|
|
@@ -2321,6 +2326,7 @@ export { Icon28RoubleCircleFillBlue } from './28/rouble_circle_fill_blue_28';
|
|
|
2321
2326
|
export { Icon28RssCircleFillBlack } from './28/rss_circle_fill_black_28';
|
|
2322
2327
|
export { Icon28RssCircleFillYellow } from './28/rss_circle_fill_yellow_28';
|
|
2323
2328
|
export { Icon28RssFeedOutline } from './28/rss_feed_outline_28';
|
|
2329
|
+
export { Icon28RudeMessageOutline } from './28/rude_message_outline_28';
|
|
2324
2330
|
export { Icon28SadFaceOutline } from './28/sad_face_outline_28';
|
|
2325
2331
|
export { Icon28SafariOutline } from './28/safari_outline_28';
|
|
2326
2332
|
export { Icon28ScanViewfinderOutline } from './28/scan_viewfinder_outline_28';
|