@vkontakte/icons 2.108.0 → 2.109.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/document_outline_16.js +13 -0
- package/dist/16/music_mic_outline_16.js +13 -0
- package/dist/16/podcast_outline_16.js +13 -0
- package/dist/16/services_outline_16.js +13 -0
- package/dist/16/video_square_outline_16.js +13 -0
- package/dist/20/eraser_outline_20.js +13 -0
- package/dist/24/bookmark_slash_outline_24.js +13 -0
- package/dist/28/picture_circle_fill_28.js +13 -0
- package/dist/es6/16/document_outline_16.js +3 -0
- package/dist/es6/16/music_mic_outline_16.js +3 -0
- package/dist/es6/16/podcast_outline_16.js +3 -0
- package/dist/es6/16/services_outline_16.js +3 -0
- package/dist/es6/16/video_square_outline_16.js +3 -0
- package/dist/es6/20/eraser_outline_20.js +3 -0
- package/dist/es6/24/bookmark_slash_outline_24.js +3 -0
- package/dist/es6/28/picture_circle_fill_28.js +3 -0
- package/dist/es6/index.js +8 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +32 -0
- package/dist/typings/16/document_outline_16.d.ts +11 -0
- package/dist/typings/16/music_mic_outline_16.d.ts +11 -0
- package/dist/typings/16/podcast_outline_16.d.ts +11 -0
- package/dist/typings/16/services_outline_16.d.ts +11 -0
- package/dist/typings/16/video_square_outline_16.d.ts +11 -0
- package/dist/typings/20/eraser_outline_20.d.ts +11 -0
- package/dist/typings/24/bookmark_slash_outline_24.d.ts +11 -0
- package/dist/typings/28/picture_circle_fill_28.d.ts +11 -0
- package/dist/typings/index.d.ts +8 -0
- package/package.json +1 -1
- package/src/svg/16/document_outline_16.svg +1 -0
- package/src/svg/16/music_mic_outline_16.svg +1 -0
- package/src/svg/16/podcast_outline_16.svg +1 -0
- package/src/svg/16/services_outline_16.svg +1 -0
- package/src/svg/16/video_square_outline_16.svg +1 -0
- package/src/svg/20/eraser_outline_20.svg +1 -0
- package/src/svg/24/bookmark_slash_outline_24.svg +1 -0
- package/src/svg/28/picture_circle_fill_28.svg +10 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon16DocumentOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon16DocumentOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon16DocumentOutline = (0, _iconssprite.makeIcon)("Icon16DocumentOutline", "document_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="document_outline_16"><path fill-rule="evenodd" d="M8.048 1h-.6c-.757 0-1.37 0-1.868.04-.514.043-.97.132-1.392.348A3.55 3.55 0 0 0 2.637 2.94c-.216.423-.304.88-.346 1.393-.041.498-.041 1.113-.041 1.871v3.59c0 .758 0 1.373.04 1.87.043.515.131.97.347 1.394.34.668.883 1.212 1.55 1.553.424.216.88.305 1.393.347C6.077 15 6.69 15 7.448 15h1.104c.757 0 1.37 0 1.868-.04.514-.043.97-.132 1.392-.348a3.55 3.55 0 0 0 1.551-1.553c.216-.423.304-.88.346-1.393.041-.498.041-1.113.041-1.871V6.3a.75.75 0 0 0-.243-.552l-4.952-4.55A.75.75 0 0 0 8.048 1M4.87 2.724c.176-.09.412-.154.832-.188.43-.035.982-.036 1.778-.036h.27v1.35c0 .409 0 .761.024 1.051.026.306.083.61.238.902.21.398.537.724.935.935.291.155.596.212.902.238C10.139 7 10.49 7 10.9 7h1.35v2.763c0 .797 0 1.35-.036 1.78-.034.422-.098.659-.188.836-.196.386-.51.7-.896.897-.176.09-.412.154-.832.188-.43.035-.982.036-1.778.036H7.48c-.796 0-1.349 0-1.778-.036-.42-.034-.656-.098-.832-.188a2.05 2.05 0 0 1-.896-.897c-.09-.177-.154-.414-.188-.835-.035-.43-.036-.984-.036-1.781V6.237c0-.798 0-1.35.036-1.78.034-.422.098-.659.188-.836.196-.386.51-.7.896-.897M11.02 5.5 9.25 3.873c0 .417.001.691.02.902.017.21.047.288.067.326a.75.75 0 0 0 .312.312c.038.02.116.05.326.068.22.018.508.019.955.019z" 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, "Icon16MusicMicOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon16MusicMicOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon16MusicMicOutline = (0, _iconssprite.makeIcon)("Icon16MusicMicOutline", "music_mic_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="music_mic_outline_16"><path fill-rule="evenodd" d="M14.5 5.094a3.6 3.6 0 0 1-3.605 3.594A3.6 3.6 0 0 1 7.29 5.094 3.6 3.6 0 0 1 10.895 1.5 3.6 3.6 0 0 1 14.5 5.094m-1.502 0a2.1 2.1 0 0 1-2.103 2.096 2.1 2.1 0 0 1-2.103-2.096 2.1 2.1 0 0 1 2.103-2.097 2.1 2.1 0 0 1 2.103 2.097m-4.241 5.589a.766.766 0 0 0 .124-1.062.735.735 0 0 0-1.044-.127l-4.265 3.414a.357.357 0 0 1-.476-.026.373.373 0 0 1-.028-.497l3.397-4.216a.766.766 0 0 0-.104-1.065.734.734 0 0 0-1.046.105L1.92 11.425a1.906 1.906 0 0 0 .138 2.54c.664.66 1.705.716 2.434.133z" /></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, "Icon16PodcastOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon16PodcastOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon16PodcastOutline = (0, _iconssprite.makeIcon)("Icon16PodcastOutline", "podcast_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="podcast_outline_16"><path fill-rule="evenodd" d="M14 7.5a6 6 0 0 0-12 0v.008c-.243.017-.366.06-.488.126a.9.9 0 0 0-.378.378c-.088.163-.134.324-.134.77v1.56c0 .297.046.483.134.646a.9.9 0 0 0 .378.378c.163.088.349.134.646.134h.184c.297 0 .483-.046.646-.134a.9.9 0 0 0 .378-.378c.088-.162.134-.349.134-.646V7.5l.005-.212A4.5 4.5 0 0 1 12.5 7.5v2.842c0 .297.046.483.134.646a.9.9 0 0 0 .378.378c.162.088.349.134.646.134h.184c.297 0 .483-.046.646-.134a.9.9 0 0 0 .378-.378c.088-.162.134-.349.134-.646v-1.56c0-.446-.046-.607-.134-.77a.9.9 0 0 0-.378-.378c-.122-.066-.244-.109-.488-.134m-6-3c-.828 0-1.58.337-2.121.879A3 3 0 0 0 5 7.5v3a3 3 0 0 0 2.25 2.905v.866c0 .164.03.29.087.396q.085.16.246.246a.8.8 0 0 0 .396.087h.042a.8.8 0 0 0 .396-.087.6.6 0 0 0 .246-.245.8.8 0 0 0 .087-.396v-.867A3 3 0 0 0 11 10.5v-3c0-.828-.337-1.58-.879-2.121A3 3 0 0 0 8 4.5m-.608 5.4H6.5v.6c0 .414.167.788.44 1.06.272.273.646.44 1.06.44a1.5 1.5 0 0 0 1.06-.44 1.5 1.5 0 0 0 .44-1.06v-3a1.5 1.5 0 0 0-.44-1.06A1.5 1.5 0 0 0 8 6a1.5 1.5 0 0 0-1.06.44A1.5 1.5 0 0 0 6.5 7.5v1h.892c.183 0 .27.023.352.067a.45.45 0 0 1 .19.189c.043.081.066.169.066.352v.184c0 .183-.023.27-.067.352a.45.45 0 0 1-.189.19c-.081.043-.169.066-.352.066" 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, "Icon16ServicesOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon16ServicesOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon16ServicesOutline = (0, _iconssprite.makeIcon)("Icon16ServicesOutline", "services_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="services_outline_16"><path fill-rule="evenodd" d="M8.252 5.262c.151.366.48.694 1.135 1.35.657.657.985.985 1.35 1.136a2 2 0 0 0 1.525 0c.366-.151.694-.48 1.35-1.136s.985-.984 1.136-1.35a2 2 0 0 0 0-1.524c-.151-.366-.48-.694-1.135-1.35-.657-.657-.985-.985-1.35-1.136a2 2 0 0 0-1.525 0c-.366.151-.694.48-1.35 1.136s-.985.984-1.136 1.35a2 2 0 0 0 0 1.524m3.595.982c.162-.142.367-.345.71-.688a16 16 0 0 0 .687-.71c.088-.1.12-.149.127-.161a.5.5 0 0 0 0-.37 1.3 1.3 0 0 0-.127-.162 17 17 0 0 0-.688-.71 17 17 0 0 0-.71-.687c-.1-.088-.149-.12-.162-.127a.5.5 0 0 0-.368 0 1.3 1.3 0 0 0-.163.127c-.162.142-.367.345-.71.688a16 16 0 0 0-.687.71c-.088.1-.12.149-.127.162a.5.5 0 0 0 0 .369c.008.012.04.061.127.162.142.162.345.367.688.71s.547.545.71.687c.1.088.149.12.162.127.118.047.25.047.368 0a1.3 1.3 0 0 0 .163-.127M1.5 4.5c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.102 1.5 3.568 1.5 4.5 1.5s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.766a2 2 0 0 1-1.083 1.082C5.898 7.5 5.432 7.5 4.5 7.5s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.082C1.5 5.898 1.5 5.432 1.5 4.5m3 1.5c-.486 0-.776 0-.992-.015a1.3 1.3 0 0 1-.205-.025.5.5 0 0 1-.262-.262 1.3 1.3 0 0 1-.025-.206A17 17 0 0 1 3 4.5c0-.486 0-.776.016-.992.009-.134.02-.19.025-.205a.5.5 0 0 1 .262-.262c.014-.004.071-.016.205-.025C3.724 3 4.014 3 4.5 3s.776.001.992.016c.134.009.19.021.205.025a.5.5 0 0 1 .262.262c.004.014.016.071.025.205C6 3.724 6 4.014 6 4.5c0 .487 0 .776-.016.992a1.3 1.3 0 0 1-.025.206.5.5 0 0 1-.262.262 1.3 1.3 0 0 1-.205.025C5.276 5.999 4.986 6 4.5 6m-3 5.5c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.102 8.5 3.568 8.5 4.5 8.5s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083c-.367.152-.833.152-1.765.152s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C1.5 12.898 1.5 12.432 1.5 11.5m3 1.5c-.486 0-.776 0-.992-.015a1.3 1.3 0 0 1-.205-.025.5.5 0 0 1-.262-.263 1.3 1.3 0 0 1-.025-.205A17 17 0 0 1 3 11.5c0-.486 0-.776.016-.992.009-.134.02-.19.025-.205a.5.5 0 0 1 .262-.262c.014-.004.071-.016.205-.025C3.724 10 4.014 10 4.5 10s.776.001.992.016c.134.009.19.021.205.025a.5.5 0 0 1 .262.262c.004.014.016.071.025.205.015.216.016.506.016.992 0 .487 0 .776-.016.992-.009.134-.02.19-.025.205a.5.5 0 0 1-.262.263 1.3 1.3 0 0 1-.205.025c-.216.014-.506.015-.992.015m4-1.5c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083c.367-.152.833-.152 1.765-.152s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083c-.367.152-.833.152-1.765.152s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C8.5 12.898 8.5 12.432 8.5 11.5m3 1.5c-.486 0-.776 0-.992-.015a1.3 1.3 0 0 1-.205-.025.5.5 0 0 1-.262-.263 1.3 1.3 0 0 1-.025-.205A17 17 0 0 1 10 11.5c0-.486 0-.776.016-.992.009-.134.02-.19.025-.205a.5.5 0 0 1 .262-.262c.014-.004.071-.016.205-.025.216-.015.506-.016.992-.016s.776.001.992.016c.134.009.19.021.205.025a.5.5 0 0 1 .262.262c.004.014.016.071.025.205.015.216.016.506.016.992 0 .487 0 .776-.016.992-.009.134-.02.19-.025.205a.5.5 0 0 1-.262.263 1.3 1.3 0 0 1-.205.025c-.216.014-.506.015-.992.015" 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, "Icon16VideoSquareOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon16VideoSquareOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon16VideoSquareOutline = (0, _iconssprite.makeIcon)("Icon16VideoSquareOutline", "video_square_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="video_square_outline_16"><path fill-rule="evenodd" d="M5.774 6.191c.16-.814.99-1.29 1.764-1.011a9.1 9.1 0 0 1 3.013 1.811 1.36 1.36 0 0 1 0 2.02 9.1 9.1 0 0 1-3.005 1.809A1.336 1.336 0 0 1 5.78 9.814a9.3 9.3 0 0 1-.007-3.623ZM7.1 7.985q0-.68.112-1.325A7.6 7.6 0 0 1 9.43 8a7.6 7.6 0 0 1-2.212 1.34A8 8 0 0 1 7.1 7.985M9.781 1.5H6.22c-.674 0-1.225 0-1.672.037-.463.037-.882.118-1.272.317a3.25 3.25 0 0 0-1.42 1.42c-.2.391-.28.81-.318 1.273-.037.447-.037.998-.037 1.672V9.78c0 .674 0 1.224.037 1.672.037.463.118.882.317 1.273a3.25 3.25 0 0 0 1.42 1.42c.391.199.81.28 1.273.317.447.037.998.037 1.672.037h3.56c.674 0 1.224 0 1.672-.037.463-.037.882-.118 1.273-.317a3.25 3.25 0 0 0 1.42-1.42c.199-.391.28-.81.317-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 0-1.42-1.42c-.391-.2-.81-.28-1.273-.318-.447-.037-.998-.037-1.672-.037ZM3.956 3.19c.144-.073.343-.128.713-.158C5.05 3 5.538 3 6.25 3h3.5c.712 0 1.202 0 1.58.032.371.03.57.085.714.159.33.168.598.435.765.765.074.144.13.343.16.713.03.38.031.869.031 1.581v3.5c0 .712 0 1.202-.032 1.58-.03.371-.085.57-.159.714a1.75 1.75 0 0 1-.764.765c-.145.074-.344.13-.714.16-.38.03-.869.031-1.581.031h-3.5c-.712 0-1.202 0-1.58-.032-.371-.03-.57-.085-.714-.159a1.75 1.75 0 0 1-.765-.764c-.074-.145-.13-.344-.16-.714C3.002 10.95 3 10.462 3 9.75v-3.5c0-.712 0-1.202.032-1.58.03-.371.085-.57.159-.714a1.75 1.75 0 0 1 .765-.765Z" 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, "Icon20EraserOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon20EraserOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon20EraserOutline = (0, _iconssprite.makeIcon)("Icon20EraserOutline", "eraser_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="eraser_outline_20"><path fill-rule="evenodd" d="m6.123 8.583-1.559 1.559c-.571.571-.935.937-1.189 1.236-.242.285-.295.41-.314.467-.084.26-.084.541 0 .802.019.056.072.182.314.467.254.3.618.665 1.189 1.236l.586.586c.571.571.937.935 1.236 1.189.285.242.41.296.467.314.26.084.541.084.802 0 .056-.018.182-.072.467-.314.3-.254.665-.618 1.236-1.189l1.559-1.559zm1.059-1.059 4.794 4.794 2.96-2.96c.571-.571.935-.936 1.189-1.236.242-.285.296-.41.314-.467.084-.26.084-.541 0-.802-.018-.056-.072-.182-.314-.467-.254-.3-.618-.665-1.189-1.236l-.586-.586c-.571-.571-.936-.935-1.236-1.189-.285-.242-.41-.295-.467-.314a1.3 1.3 0 0 0-.802 0c-.056.019-.182.072-.467.314-.3.254-.665.618-1.236 1.189zM1.637 13.11c.207.638.76 1.192 1.868 2.299l.586.586c1.107 1.107 1.66 1.66 2.3 1.868a2.8 2.8 0 0 0 .958.136h9.885a.749.749 0 0 0 0-1.497H9.908l.509-.507 5.578-5.578c1.107-1.107 1.66-1.66 1.868-2.299a2.8 2.8 0 0 0 0-1.728c-.207-.638-.76-1.192-1.868-2.299l-.586-.586c-1.107-1.107-1.66-1.66-2.3-1.868a2.8 2.8 0 0 0-1.727 0c-.638.207-1.192.76-2.299 1.868L3.505 9.083c-1.107 1.107-1.66 1.66-1.868 2.299a2.8 2.8 0 0 0 0 1.728" 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, "Icon24BookmarkSlashOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon24BookmarkSlashOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon24BookmarkSlashOutline = (0, _iconssprite.makeIcon)("Icon24BookmarkSlashOutline", "bookmark_slash_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="bookmark_slash_outline_24"><path fill-rule="evenodd" d="M3.019 2.247a.9.9 0 1 0-1.238 1.306l2.575 2.44c-.172.46-.255.952-.3 1.502C4 8.18 4 9.028 4 10.083v7.615c0 .772 0 1.414.045 1.914.045.492.145 1.026.482 1.454A2.46 2.46 0 0 0 6.423 22c.545.007 1.029-.239 1.447-.503.424-.268.933-.658 1.546-1.128l1.617-1.24a13 13 0 0 1 .595-.44.7.7 0 0 1 .202-.109.66.66 0 0 1 .34 0c.042.012.09.033.202.108.113.076.291.208.595.44l1.618 1.241c.612.47 1.122.86 1.545 1.128.418.264.902.51 1.447.503a2.46 2.46 0 0 0 1.896-.936q.175-.226.274-.481l1.234 1.17a.9.9 0 0 0 1.238-1.307zm15.165 16.855L5.87 7.43l-.02.211C5.801 8.237 5.8 9 5.8 10.083v7.615c0 .805.002 1.351.038 1.75.018.198.042.327.067.411a.4.4 0 0 0 .036.093.66.66 0 0 0 .505.249.4.4 0 0 0 .096-.028c.082-.031.199-.09.366-.197.339-.213.774-.545 1.412-1.034l1.618-1.24c.302-.233.52-.395.684-.506.167-.112.412-.265.743-.354a2.46 2.46 0 0 1 1.27 0c.331.09.576.242.743.355.164.11.382.273.684.504l1.618 1.24c.638.49 1.073.822 1.412 1.035.168.106.284.166.366.197.078.03.103.028.095.028a.66.66 0 0 0 .506-.25.4.4 0 0 0 .036-.092c.025-.084.049-.213.067-.41a7 7 0 0 0 .022-.347M12.917 4.8c1.083 0 1.846.001 2.442.05.592.048.941.14 1.21.276a3 3 0 0 1 1.305 1.306c.137.268.228.617.276 1.21.049.595.05 1.357.05 2.441V13.6a.9.9 0 0 0 1.8 0v-3.517c0-1.056 0-1.903-.056-2.588-.057-.704-.178-1.316-.466-1.88a4.8 4.8 0 0 0-2.093-2.093c-.564-.287-1.176-.409-1.88-.466C14.82 3 13.972 3 12.917 3h-1.834c-.984 0-1.786 0-2.441.045a.9.9 0 1 0 .123 1.796c.58-.04 1.311-.041 2.318-.041z" 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, "Icon28PictureCircleFill", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon28PictureCircleFill;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon28PictureCircleFill = (0, _iconssprite.makeIcon)("Icon28PictureCircleFill", "picture_circle_fill_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="picture_circle_fill_28"><circle cx="14" cy="14" r="14" fill="url(#picture_circle_fill_28_a)" /><path fill="#fff" fill-rule="evenodd" d="M7.254 8.274C7 8.774 7 9.427 7 10.734v6.533c0 1.306 0 1.96.254 2.459.224.439.581.796 1.02 1.02.5.254 1.153.254 2.46.254h6.533c1.306 0 1.96 0 2.459-.254a2.34 2.34 0 0 0 1.02-1.02c.254-.5.254-1.152.254-2.46v-6.533c0-1.306 0-1.96-.254-2.459a2.33 2.33 0 0 0-1.02-1.02C19.226 7 18.574 7 17.266 7h-6.533c-1.306 0-1.96 0-2.459.254a2.34 2.34 0 0 0-1.02 1.02m7.57 5.888-1.931 2.42-.889-1.243a.416.416 0 0 0-.675 0L9.41 18.021a.409.409 0 0 0 .338.646h8.487c.357 0 .559-.39.343-.66l-3.069-3.845a.443.443 0 0 0-.685 0" clip-rule="evenodd" /><defs><linearGradient id="picture_circle_fill_28_a" x1="0" x2="28" y1="0" y2="28" gradientUnits="userSpaceOnUse"><stop stop-color="#FFC44D" /><stop offset="1" stop-color="#F07300" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon16DocumentOutline = makeIcon("Icon16DocumentOutline", "document_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="document_outline_16"><path fill-rule="evenodd" d="M8.048 1h-.6c-.757 0-1.37 0-1.868.04-.514.043-.97.132-1.392.348A3.55 3.55 0 0 0 2.637 2.94c-.216.423-.304.88-.346 1.393-.041.498-.041 1.113-.041 1.871v3.59c0 .758 0 1.373.04 1.87.043.515.131.97.347 1.394.34.668.883 1.212 1.55 1.553.424.216.88.305 1.393.347C6.077 15 6.69 15 7.448 15h1.104c.757 0 1.37 0 1.868-.04.514-.043.97-.132 1.392-.348a3.55 3.55 0 0 0 1.551-1.553c.216-.423.304-.88.346-1.393.041-.498.041-1.113.041-1.871V6.3a.75.75 0 0 0-.243-.552l-4.952-4.55A.75.75 0 0 0 8.048 1M4.87 2.724c.176-.09.412-.154.832-.188.43-.035.982-.036 1.778-.036h.27v1.35c0 .409 0 .761.024 1.051.026.306.083.61.238.902.21.398.537.724.935.935.291.155.596.212.902.238C10.139 7 10.49 7 10.9 7h1.35v2.763c0 .797 0 1.35-.036 1.78-.034.422-.098.659-.188.836-.196.386-.51.7-.896.897-.176.09-.412.154-.832.188-.43.035-.982.036-1.778.036H7.48c-.796 0-1.349 0-1.778-.036-.42-.034-.656-.098-.832-.188a2.05 2.05 0 0 1-.896-.897c-.09-.177-.154-.414-.188-.835-.035-.43-.036-.984-.036-1.781V6.237c0-.798 0-1.35.036-1.78.034-.422.098-.659.188-.836.196-.386.51-.7.896-.897M11.02 5.5 9.25 3.873c0 .417.001.691.02.902.017.21.047.288.067.326a.75.75 0 0 0 .312.312c.038.02.116.05.326.068.22.018.508.019.955.019z" 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 Icon16MusicMicOutline = makeIcon("Icon16MusicMicOutline", "music_mic_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="music_mic_outline_16"><path fill-rule="evenodd" d="M14.5 5.094a3.6 3.6 0 0 1-3.605 3.594A3.6 3.6 0 0 1 7.29 5.094 3.6 3.6 0 0 1 10.895 1.5 3.6 3.6 0 0 1 14.5 5.094m-1.502 0a2.1 2.1 0 0 1-2.103 2.096 2.1 2.1 0 0 1-2.103-2.096 2.1 2.1 0 0 1 2.103-2.097 2.1 2.1 0 0 1 2.103 2.097m-4.241 5.589a.766.766 0 0 0 .124-1.062.735.735 0 0 0-1.044-.127l-4.265 3.414a.357.357 0 0 1-.476-.026.373.373 0 0 1-.028-.497l3.397-4.216a.766.766 0 0 0-.104-1.065.734.734 0 0 0-1.046.105L1.92 11.425a1.906 1.906 0 0 0 .138 2.54c.664.66 1.705.716 2.434.133z" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon16PodcastOutline = makeIcon("Icon16PodcastOutline", "podcast_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="podcast_outline_16"><path fill-rule="evenodd" d="M14 7.5a6 6 0 0 0-12 0v.008c-.243.017-.366.06-.488.126a.9.9 0 0 0-.378.378c-.088.163-.134.324-.134.77v1.56c0 .297.046.483.134.646a.9.9 0 0 0 .378.378c.163.088.349.134.646.134h.184c.297 0 .483-.046.646-.134a.9.9 0 0 0 .378-.378c.088-.162.134-.349.134-.646V7.5l.005-.212A4.5 4.5 0 0 1 12.5 7.5v2.842c0 .297.046.483.134.646a.9.9 0 0 0 .378.378c.162.088.349.134.646.134h.184c.297 0 .483-.046.646-.134a.9.9 0 0 0 .378-.378c.088-.162.134-.349.134-.646v-1.56c0-.446-.046-.607-.134-.77a.9.9 0 0 0-.378-.378c-.122-.066-.244-.109-.488-.134m-6-3c-.828 0-1.58.337-2.121.879A3 3 0 0 0 5 7.5v3a3 3 0 0 0 2.25 2.905v.866c0 .164.03.29.087.396q.085.16.246.246a.8.8 0 0 0 .396.087h.042a.8.8 0 0 0 .396-.087.6.6 0 0 0 .246-.245.8.8 0 0 0 .087-.396v-.867A3 3 0 0 0 11 10.5v-3c0-.828-.337-1.58-.879-2.121A3 3 0 0 0 8 4.5m-.608 5.4H6.5v.6c0 .414.167.788.44 1.06.272.273.646.44 1.06.44a1.5 1.5 0 0 0 1.06-.44 1.5 1.5 0 0 0 .44-1.06v-3a1.5 1.5 0 0 0-.44-1.06A1.5 1.5 0 0 0 8 6a1.5 1.5 0 0 0-1.06.44A1.5 1.5 0 0 0 6.5 7.5v1h.892c.183 0 .27.023.352.067a.45.45 0 0 1 .19.189c.043.081.066.169.066.352v.184c0 .183-.023.27-.067.352a.45.45 0 0 1-.189.19c-.081.043-.169.066-.352.066" 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 Icon16ServicesOutline = makeIcon("Icon16ServicesOutline", "services_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="services_outline_16"><path fill-rule="evenodd" d="M8.252 5.262c.151.366.48.694 1.135 1.35.657.657.985.985 1.35 1.136a2 2 0 0 0 1.525 0c.366-.151.694-.48 1.35-1.136s.985-.984 1.136-1.35a2 2 0 0 0 0-1.524c-.151-.366-.48-.694-1.135-1.35-.657-.657-.985-.985-1.35-1.136a2 2 0 0 0-1.525 0c-.366.151-.694.48-1.35 1.136s-.985.984-1.136 1.35a2 2 0 0 0 0 1.524m3.595.982c.162-.142.367-.345.71-.688a16 16 0 0 0 .687-.71c.088-.1.12-.149.127-.161a.5.5 0 0 0 0-.37 1.3 1.3 0 0 0-.127-.162 17 17 0 0 0-.688-.71 17 17 0 0 0-.71-.687c-.1-.088-.149-.12-.162-.127a.5.5 0 0 0-.368 0 1.3 1.3 0 0 0-.163.127c-.162.142-.367.345-.71.688a16 16 0 0 0-.687.71c-.088.1-.12.149-.127.162a.5.5 0 0 0 0 .369c.008.012.04.061.127.162.142.162.345.367.688.71s.547.545.71.687c.1.088.149.12.162.127.118.047.25.047.368 0a1.3 1.3 0 0 0 .163-.127M1.5 4.5c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.102 1.5 3.568 1.5 4.5 1.5s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.766a2 2 0 0 1-1.083 1.082C5.898 7.5 5.432 7.5 4.5 7.5s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.082C1.5 5.898 1.5 5.432 1.5 4.5m3 1.5c-.486 0-.776 0-.992-.015a1.3 1.3 0 0 1-.205-.025.5.5 0 0 1-.262-.262 1.3 1.3 0 0 1-.025-.206A17 17 0 0 1 3 4.5c0-.486 0-.776.016-.992.009-.134.02-.19.025-.205a.5.5 0 0 1 .262-.262c.014-.004.071-.016.205-.025C3.724 3 4.014 3 4.5 3s.776.001.992.016c.134.009.19.021.205.025a.5.5 0 0 1 .262.262c.004.014.016.071.025.205C6 3.724 6 4.014 6 4.5c0 .487 0 .776-.016.992a1.3 1.3 0 0 1-.025.206.5.5 0 0 1-.262.262 1.3 1.3 0 0 1-.205.025C5.276 5.999 4.986 6 4.5 6m-3 5.5c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.102 8.5 3.568 8.5 4.5 8.5s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083c-.367.152-.833.152-1.765.152s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C1.5 12.898 1.5 12.432 1.5 11.5m3 1.5c-.486 0-.776 0-.992-.015a1.3 1.3 0 0 1-.205-.025.5.5 0 0 1-.262-.263 1.3 1.3 0 0 1-.025-.205A17 17 0 0 1 3 11.5c0-.486 0-.776.016-.992.009-.134.02-.19.025-.205a.5.5 0 0 1 .262-.262c.014-.004.071-.016.205-.025C3.724 10 4.014 10 4.5 10s.776.001.992.016c.134.009.19.021.205.025a.5.5 0 0 1 .262.262c.004.014.016.071.025.205.015.216.016.506.016.992 0 .487 0 .776-.016.992-.009.134-.02.19-.025.205a.5.5 0 0 1-.262.263 1.3 1.3 0 0 1-.205.025c-.216.014-.506.015-.992.015m4-1.5c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083c.367-.152.833-.152 1.765-.152s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083c-.367.152-.833.152-1.765.152s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C8.5 12.898 8.5 12.432 8.5 11.5m3 1.5c-.486 0-.776 0-.992-.015a1.3 1.3 0 0 1-.205-.025.5.5 0 0 1-.262-.263 1.3 1.3 0 0 1-.025-.205A17 17 0 0 1 10 11.5c0-.486 0-.776.016-.992.009-.134.02-.19.025-.205a.5.5 0 0 1 .262-.262c.014-.004.071-.016.205-.025.216-.015.506-.016.992-.016s.776.001.992.016c.134.009.19.021.205.025a.5.5 0 0 1 .262.262c.004.014.016.071.025.205.015.216.016.506.016.992 0 .487 0 .776-.016.992-.009.134-.02.19-.025.205a.5.5 0 0 1-.262.263 1.3 1.3 0 0 1-.205.025c-.216.014-.506.015-.992.015" 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 Icon16VideoSquareOutline = makeIcon("Icon16VideoSquareOutline", "video_square_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="video_square_outline_16"><path fill-rule="evenodd" d="M5.774 6.191c.16-.814.99-1.29 1.764-1.011a9.1 9.1 0 0 1 3.013 1.811 1.36 1.36 0 0 1 0 2.02 9.1 9.1 0 0 1-3.005 1.809A1.336 1.336 0 0 1 5.78 9.814a9.3 9.3 0 0 1-.007-3.623ZM7.1 7.985q0-.68.112-1.325A7.6 7.6 0 0 1 9.43 8a7.6 7.6 0 0 1-2.212 1.34A8 8 0 0 1 7.1 7.985M9.781 1.5H6.22c-.674 0-1.225 0-1.672.037-.463.037-.882.118-1.272.317a3.25 3.25 0 0 0-1.42 1.42c-.2.391-.28.81-.318 1.273-.037.447-.037.998-.037 1.672V9.78c0 .674 0 1.224.037 1.672.037.463.118.882.317 1.273a3.25 3.25 0 0 0 1.42 1.42c.391.199.81.28 1.273.317.447.037.998.037 1.672.037h3.56c.674 0 1.224 0 1.672-.037.463-.037.882-.118 1.273-.317a3.25 3.25 0 0 0 1.42-1.42c.199-.391.28-.81.317-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 0-1.42-1.42c-.391-.2-.81-.28-1.273-.318-.447-.037-.998-.037-1.672-.037ZM3.956 3.19c.144-.073.343-.128.713-.158C5.05 3 5.538 3 6.25 3h3.5c.712 0 1.202 0 1.58.032.371.03.57.085.714.159.33.168.598.435.765.765.074.144.13.343.16.713.03.38.031.869.031 1.581v3.5c0 .712 0 1.202-.032 1.58-.03.371-.085.57-.159.714a1.75 1.75 0 0 1-.764.765c-.145.074-.344.13-.714.16-.38.03-.869.031-1.581.031h-3.5c-.712 0-1.202 0-1.58-.032-.371-.03-.57-.085-.714-.159a1.75 1.75 0 0 1-.765-.764c-.074-.145-.13-.344-.16-.714C3.002 10.95 3 10.462 3 9.75v-3.5c0-.712 0-1.202.032-1.58.03-.371.085-.57.159-.714a1.75 1.75 0 0 1 .765-.765Z" 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 Icon20EraserOutline = makeIcon("Icon20EraserOutline", "eraser_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="eraser_outline_20"><path fill-rule="evenodd" d="m6.123 8.583-1.559 1.559c-.571.571-.935.937-1.189 1.236-.242.285-.295.41-.314.467-.084.26-.084.541 0 .802.019.056.072.182.314.467.254.3.618.665 1.189 1.236l.586.586c.571.571.937.935 1.236 1.189.285.242.41.296.467.314.26.084.541.084.802 0 .056-.018.182-.072.467-.314.3-.254.665-.618 1.236-1.189l1.559-1.559zm1.059-1.059 4.794 4.794 2.96-2.96c.571-.571.935-.936 1.189-1.236.242-.285.296-.41.314-.467.084-.26.084-.541 0-.802-.018-.056-.072-.182-.314-.467-.254-.3-.618-.665-1.189-1.236l-.586-.586c-.571-.571-.936-.935-1.236-1.189-.285-.242-.41-.295-.467-.314a1.3 1.3 0 0 0-.802 0c-.056.019-.182.072-.467.314-.3.254-.665.618-1.236 1.189zM1.637 13.11c.207.638.76 1.192 1.868 2.299l.586.586c1.107 1.107 1.66 1.66 2.3 1.868a2.8 2.8 0 0 0 .958.136h9.885a.749.749 0 0 0 0-1.497H9.908l.509-.507 5.578-5.578c1.107-1.107 1.66-1.66 1.868-2.299a2.8 2.8 0 0 0 0-1.728c-.207-.638-.76-1.192-1.868-2.299l-.586-.586c-1.107-1.107-1.66-1.66-2.3-1.868a2.8 2.8 0 0 0-1.727 0c-.638.207-1.192.76-2.299 1.868L3.505 9.083c-1.107 1.107-1.66 1.66-1.868 2.299a2.8 2.8 0 0 0 0 1.728" 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 Icon24BookmarkSlashOutline = makeIcon("Icon24BookmarkSlashOutline", "bookmark_slash_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="bookmark_slash_outline_24"><path fill-rule="evenodd" d="M3.019 2.247a.9.9 0 1 0-1.238 1.306l2.575 2.44c-.172.46-.255.952-.3 1.502C4 8.18 4 9.028 4 10.083v7.615c0 .772 0 1.414.045 1.914.045.492.145 1.026.482 1.454A2.46 2.46 0 0 0 6.423 22c.545.007 1.029-.239 1.447-.503.424-.268.933-.658 1.546-1.128l1.617-1.24a13 13 0 0 1 .595-.44.7.7 0 0 1 .202-.109.66.66 0 0 1 .34 0c.042.012.09.033.202.108.113.076.291.208.595.44l1.618 1.241c.612.47 1.122.86 1.545 1.128.418.264.902.51 1.447.503a2.46 2.46 0 0 0 1.896-.936q.175-.226.274-.481l1.234 1.17a.9.9 0 0 0 1.238-1.307zm15.165 16.855L5.87 7.43l-.02.211C5.801 8.237 5.8 9 5.8 10.083v7.615c0 .805.002 1.351.038 1.75.018.198.042.327.067.411a.4.4 0 0 0 .036.093.66.66 0 0 0 .505.249.4.4 0 0 0 .096-.028c.082-.031.199-.09.366-.197.339-.213.774-.545 1.412-1.034l1.618-1.24c.302-.233.52-.395.684-.506.167-.112.412-.265.743-.354a2.46 2.46 0 0 1 1.27 0c.331.09.576.242.743.355.164.11.382.273.684.504l1.618 1.24c.638.49 1.073.822 1.412 1.035.168.106.284.166.366.197.078.03.103.028.095.028a.66.66 0 0 0 .506-.25.4.4 0 0 0 .036-.092c.025-.084.049-.213.067-.41a7 7 0 0 0 .022-.347M12.917 4.8c1.083 0 1.846.001 2.442.05.592.048.941.14 1.21.276a3 3 0 0 1 1.305 1.306c.137.268.228.617.276 1.21.049.595.05 1.357.05 2.441V13.6a.9.9 0 0 0 1.8 0v-3.517c0-1.056 0-1.903-.056-2.588-.057-.704-.178-1.316-.466-1.88a4.8 4.8 0 0 0-2.093-2.093c-.564-.287-1.176-.409-1.88-.466C14.82 3 13.972 3 12.917 3h-1.834c-.984 0-1.786 0-2.441.045a.9.9 0 1 0 .123 1.796c.58-.04 1.311-.041 2.318-.041z" 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 Icon28PictureCircleFill = makeIcon("Icon28PictureCircleFill", "picture_circle_fill_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="picture_circle_fill_28"><circle cx="14" cy="14" r="14" fill="url(#picture_circle_fill_28_a)" /><path fill="#fff" fill-rule="evenodd" d="M7.254 8.274C7 8.774 7 9.427 7 10.734v6.533c0 1.306 0 1.96.254 2.459.224.439.581.796 1.02 1.02.5.254 1.153.254 2.46.254h6.533c1.306 0 1.96 0 2.459-.254a2.34 2.34 0 0 0 1.02-1.02c.254-.5.254-1.152.254-2.46v-6.533c0-1.306 0-1.96-.254-2.459a2.33 2.33 0 0 0-1.02-1.02C19.226 7 18.574 7 17.266 7h-6.533c-1.306 0-1.96 0-2.459.254a2.34 2.34 0 0 0-1.02 1.02m7.57 5.888-1.931 2.42-.889-1.243a.416.416 0 0 0-.675 0L9.41 18.021a.409.409 0 0 0 .338.646h8.487c.357 0 .559-.39.343-.66l-3.069-3.845a.443.443 0 0 0-.685 0" clip-rule="evenodd" /><defs><linearGradient id="picture_circle_fill_28_a" x1="0" x2="28" y1="0" y2="28" gradientUnits="userSpaceOnUse"><stop stop-color="#FFC44D" /><stop offset="1" stop-color="#F07300" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
|
package/dist/es6/index.js
CHANGED
|
@@ -211,6 +211,7 @@ export { Icon16Dash } from "./16/dash_16";
|
|
|
211
211
|
export { Icon16Delete } from "./16/delete_16";
|
|
212
212
|
export { Icon16DeleteOutline } from "./16/delete_outline_16";
|
|
213
213
|
export { Icon16DiamondOutline } from "./16/diamond_outline_16";
|
|
214
|
+
export { Icon16DocumentOutline } from "./16/document_outline_16";
|
|
214
215
|
export { Icon16DollarOutline } from "./16/dollar_outline_16";
|
|
215
216
|
export { Icon16DonateOultine } from "./16/donate_oultine_16";
|
|
216
217
|
export { Icon16Done } from "./16/done_16";
|
|
@@ -332,6 +333,7 @@ export { Icon16MoreHorizontal } from "./16/more_horizontal_16";
|
|
|
332
333
|
export { Icon16MoreVertical } from "./16/more_vertical_16";
|
|
333
334
|
export { Icon16Music } from "./16/music_16";
|
|
334
335
|
export { Icon16MusicMic } from "./16/music_mic_16";
|
|
336
|
+
export { Icon16MusicMicOutline } from "./16/music_mic_outline_16";
|
|
335
337
|
export { Icon16Muted } from "./16/muted_16";
|
|
336
338
|
export { Icon16NeutralFaceOutline } from "./16/neutral_face_outline_16";
|
|
337
339
|
export { Icon16New } from "./16/new_16";
|
|
@@ -364,6 +366,7 @@ export { Icon16PlayCircle } from "./16/play_circle_16";
|
|
|
364
366
|
export { Icon16PlayCircleFillAzure } from "./16/play_circle_fill_azure_16";
|
|
365
367
|
export { Icon16PlayCircleFillGray } from "./16/play_circle_fill_gray_16";
|
|
366
368
|
export { Icon16PlayCircleFillPink } from "./16/play_circle_fill_pink_16";
|
|
369
|
+
export { Icon16PodcastOutline } from "./16/podcast_outline_16";
|
|
367
370
|
export { Icon16Poll } from "./16/poll_16";
|
|
368
371
|
export { Icon16PopUpStickerCircleFillRaspberryPink } from "./16/pop_up_sticker_circle_fill_raspberry_pink_16";
|
|
369
372
|
export { Icon16PopupStickersCircleFillRaspberryPinkProduct } from "./16/popup_stickers_circle_fill_raspberry_pink_product_16";
|
|
@@ -386,6 +389,7 @@ export { Icon16Search } from "./16/search_16";
|
|
|
386
389
|
export { Icon16SearchOutline } from "./16/search_outline_16";
|
|
387
390
|
export { Icon16SearchStarsOutline } from "./16/search_stars_outline_16";
|
|
388
391
|
export { Icon16Services } from "./16/services_16";
|
|
392
|
+
export { Icon16ServicesOutline } from "./16/services_outline_16";
|
|
389
393
|
export { Icon16Share } from "./16/share_16";
|
|
390
394
|
export { Icon16ShareOutline } from "./16/share_outline_16";
|
|
391
395
|
export { Icon16ShoppingCartOutline } from "./16/shopping_cart_outline_16";
|
|
@@ -447,6 +451,7 @@ export { Icon16Video } from "./16/video_16";
|
|
|
447
451
|
export { Icon16VideoAdvertisement } from "./16/video_advertisement_16";
|
|
448
452
|
export { Icon16Videocam } from "./16/videocam_16";
|
|
449
453
|
export { Icon16VideocamOutline } from "./16/videocam_outline_16";
|
|
454
|
+
export { Icon16VideoSquareOutline } from "./16/video_square_outline_16";
|
|
450
455
|
export { Icon16View } from "./16/view_16";
|
|
451
456
|
export { Icon16ViewOutline } from "./16/view_outline_16";
|
|
452
457
|
export { Icon16VmojiOutline } from "./16/vmoji_outline_16";
|
|
@@ -637,6 +642,7 @@ export { Icon20Dropdown } from "./20/dropdown_20";
|
|
|
637
642
|
export { Icon20DumpbellOutline } from "./20/dumpbell_outline_20";
|
|
638
643
|
export { Icon20EditCircleFillBlue } from "./20/edit_circle_fill_blue_20";
|
|
639
644
|
export { Icon20EducationOutline } from "./20/education_outline_20";
|
|
645
|
+
export { Icon20EraserOutline } from "./20/eraser_outline_20";
|
|
640
646
|
export { Icon20ErrorCircle } from "./20/error_circle_20";
|
|
641
647
|
export { Icon20ErrorCircleFillYellow } from "./20/error_circle_fill_yellow_20";
|
|
642
648
|
export { Icon20ErrorCircleOutline } from "./20/error_circle_outline_20";
|
|
@@ -1129,6 +1135,7 @@ export { Icon24BookmarkAddBadgeOutline } from "./24/bookmark_add_badge_outline_2
|
|
|
1129
1135
|
export { Icon24BookmarkCheckBadge } from "./24/bookmark_check_badge_24";
|
|
1130
1136
|
export { Icon24BookmarkCheckOutline } from "./24/bookmark_check_outline_24";
|
|
1131
1137
|
export { Icon24BookmarkOutline } from "./24/bookmark_outline_24";
|
|
1138
|
+
export { Icon24BookmarkSlashOutline } from "./24/bookmark_slash_outline_24";
|
|
1132
1139
|
export { Icon24BooksOutline } from "./24/books_outline_24";
|
|
1133
1140
|
export { Icon24BookSpreadOutline } from "./24/book_spread_outline_24";
|
|
1134
1141
|
export { Icon24BowlSticksOutline } from "./24/bowl_sticks_outline_24";
|
|
@@ -2223,6 +2230,7 @@ export { Icon28PhoneOutline } from "./28/phone_outline_28";
|
|
|
2223
2230
|
export { Icon28PhoneSpamOutline } from "./28/phone_spam_outline_28";
|
|
2224
2231
|
export { Icon28PhoneWaveOutline } from "./28/phone_wave_outline_28";
|
|
2225
2232
|
export { Icon28PhoneWaveOutlineGray } from "./28/phone_wave_outline_gray_28";
|
|
2233
|
+
export { Icon28PictureCircleFill } from "./28/picture_circle_fill_28";
|
|
2226
2234
|
export { Icon28PictureInPicture16x9Outline } from "./28/picture_in_picture_16x9_outline_28";
|
|
2227
2235
|
export { Icon28PictureInPicture9x16Outline } from "./28/picture_in_picture_9x16_outline_28";
|
|
2228
2236
|
export { Icon28PictureInPictureOut16x9Outline } from "./28/picture_in_picture_out_16x9_outline_28";
|