@vkontakte/icons 2.93.0 → 2.95.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/fire_small_16.js +13 -0
- package/dist/28/headphones_wave_circle_fill_gray_28.js +13 -0
- package/dist/28/radio_outline_28.js +13 -0
- package/dist/36/place_outline_36.js +13 -0
- package/dist/56/thumbs_down_outline_56.js +1 -1
- package/dist/es6/16/fire_small_16.js +3 -0
- package/dist/es6/28/headphones_wave_circle_fill_gray_28.js +3 -0
- package/dist/es6/28/radio_outline_28.js +3 -0
- package/dist/es6/36/place_outline_36.js +3 -0
- package/dist/es6/56/thumbs_down_outline_56.js +1 -1
- package/dist/es6/index.js +4 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +16 -0
- package/dist/typings/16/fire_small_16.d.ts +11 -0
- package/dist/typings/28/headphones_wave_circle_fill_gray_28.d.ts +11 -0
- package/dist/typings/28/radio_outline_28.d.ts +11 -0
- package/dist/typings/36/place_outline_36.d.ts +11 -0
- package/dist/typings/index.d.ts +4 -0
- package/package.json +1 -1
- package/src/svg/16/fire_small_16.svg +1 -0
- package/src/svg/28/headphones_wave_circle_fill_gray_28.svg +10 -0
- package/src/svg/28/radio_outline_28.svg +1 -0
- package/src/svg/36/place_outline_36.svg +1 -0
- package/src/svg/56/thumbs_down_outline_56.svg +1 -1
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon16FireSmall", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon16FireSmall;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon16FireSmall = (0, _iconssprite.makeIcon)("Icon16FireSmall", "fire_small_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="fire_small_16"><path d="M7.592 2.537a.188.188 0 0 1 .295.192.9.9 0 0 1-.1.27c-1.416 2.185-.794 3.5.16 3.64.988.147 1.71-.515 1.556-1.943l-.067-.622a.172.172 0 0 1 .266-.162q.482.318 1.153 1.154c1.591 1.985 1.653 3.646 1.644 4.36-.032 2.562-1.928 4.324-4.5 4.324-2.57 0-4.499-1.761-4.499-4.323.011-1.94.991-4.67 3.696-6.6z" /></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, "Icon28HeadphonesWaveCircleFillGray", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon28HeadphonesWaveCircleFillGray;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon28HeadphonesWaveCircleFillGray = (0, _iconssprite.makeIcon)("Icon28HeadphonesWaveCircleFillGray", "headphones_wave_circle_fill_gray_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="headphones_wave_circle_fill_gray_28"><rect width="28" height="28" fill="url(#headphones_wave_circle_fill_gray_28_a)" rx="14" /><path fill="#fff" fill-rule="evenodd" d="M21 13.5a7 7 0 1 0-14 0v3.75a1.25 1.25 0 1 1-2.5 0v-3.5a1.25 1.25 0 0 1 1.056-1.235 8.501 8.501 0 0 1 16.887 0A1.25 1.25 0 0 1 23.5 13.75v3.5a1.25 1.25 0 1 1-2.5 0zm-12.25.25a.75.75 0 0 1 1.5 0v3.5a.75.75 0 0 1-1.5 0zm3-1.5a.75.75 0 0 1 1.5 0v6.5a.75.75 0 0 1-1.5 0zm3-1.5a.75.75 0 0 1 1.5 0v9.5a.75.75 0 0 1-1.5 0zm3 3a.75.75 0 0 1 1.5 0v3.5a.75.75 0 0 1-1.5 0z" clip-rule="evenodd" /><defs><linearGradient id="headphones_wave_circle_fill_gray_28_a" x1="-14" x2="14" y1="14" y2="42" gradientUnits="userSpaceOnUse"><stop stop-color="#B1B6BD" /><stop offset="1" stop-color="#99A2AD" /></linearGradient></defs></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, "Icon28RadioOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon28RadioOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon28RadioOutline = (0, _iconssprite.makeIcon)("Icon28RadioOutline", "radio_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="radio_outline_28"><path fill-rule="evenodd" d="M13.899 2.561a1 1 0 0 1-.46 1.338L11.184 5H16.4c3.36 0 5.04 0 6.324.654a6 6 0 0 1 2.622 2.622C26 9.56 26 11.24 26 14.6v.8c0 3.36 0 5.04-.654 6.324a6 6 0 0 1-2.622 2.622C21.44 25 19.76 25 16.4 25h-4.8c-3.36 0-5.04 0-6.324-.654a6 6 0 0 1-2.622-2.622C2 20.44 2 18.76 2 15.4v-.8c0-3.36 0-5.04.654-6.324a6 6 0 0 1 2.622-2.622q.135-.07.277-.128l.008-.004 7-3.42a1 1 0 0 1 1.338.46Zm10.1 12.839v-.8c0-1.713 0-2.878-.074-3.778-.072-.877-.202-1.325-.361-1.638a4 4 0 0 0-1.748-1.748c-.313-.16-.761-.29-1.638-.36C19.278 7.001 18.113 7 16.4 7h-4.8c-1.713 0-2.878.002-3.778.075-.877.072-1.325.202-1.638.361a4 4 0 0 0-1.748 1.748c-.16.313-.29.761-.361 1.638-.074.9-.075 2.065-.075 3.778v.8c0 1.713.001 2.878.075 3.778.072.877.202 1.325.36 1.638a4 4 0 0 0 1.749 1.748c.313.16.761.29 1.638.36.9.074 2.065.076 3.778.076h4.8c1.713 0 2.878-.002 3.778-.075.877-.072 1.325-.202 1.638-.361a4 4 0 0 0 1.748-1.748c.16-.313.29-.761.36-1.638.074-.9.076-2.065.076-3.778Zm-10.286 3.85c-.51 0-.802-.313-.802-.857V12.95c0-.761.426-1.2 1.178-1.2.633 0 .975.262 1.232.943l1.49 3.844h.04l1.484-3.844c.262-.68.604-.943 1.242-.943.747 0 1.173.434 1.173 1.2v5.443c0 .544-.292.857-.802.857-.504 0-.796-.313-.796-.857v-3.798h-.035l-1.589 4.004c-.133.343-.346.5-.692.5-.347 0-.574-.157-.703-.5l-1.584-4.004h-.04v3.798c0 .544-.291.857-.796.857m-5.552 0c-.574 0-.911-.348-.911-.963v-5.458c0-.615.337-.968.91-.968h3.237c.49 0 .807.272.807.746 0 .475-.327.747-.807.747h-2.33v1.654h2.097c.46 0 .758.263.758.711 0 .444-.288.707-.758.707H9.066v1.86c0 .616-.331.964-.905.964" 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, "Icon36PlaceOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon36PlaceOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon36PlaceOutline = (0, _iconssprite.makeIcon)("Icon36PlaceOutline", "place_outline_36", "0 0 36 36", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36" id="place_outline_36"><path fill-rule="evenodd" d="M20.72 32.035c-1.777 1.45-4.421 1.25-5.947-.489-2.809-3.203-4.975-6.194-6.449-8.956-1.465-2.745-2.322-5.405-2.322-7.905C6.002 8.153 11.455 3.004 18 3.004s11.998 5.15 11.998 11.68c0 2.5-.857 5.161-2.322 7.906-1.474 2.762-3.64 5.753-6.45 8.956a4 4 0 0 1-.507.49Zm-4.067-2.137a1.81 1.81 0 0 0 2.694 0c5.46-6.227 8.151-11.328 8.151-15.213 0-5.071-4.253-9.181-9.498-9.181s-9.498 4.11-9.498 9.18c0 3.886 2.69 8.987 8.151 15.214M18 12a3 3 0 1 0 0 6 3 3 0 0 0 0-6m-5.5 3a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0" clip-rule="evenodd" /></symbol>', 36, 36, false, undefined);
|
|
@@ -10,4 +10,4 @@ Object.defineProperty(exports, "Icon56ThumbsDownOutline", {
|
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
-
var Icon56ThumbsDownOutline = (0, _iconssprite.makeIcon)("Icon56ThumbsDownOutline", "thumbs_down_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="thumbs_down_outline_56"><path fill-rule="evenodd" d="
|
|
13
|
+
var Icon56ThumbsDownOutline = (0, _iconssprite.makeIcon)("Icon56ThumbsDownOutline", "thumbs_down_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="thumbs_down_outline_56"><path fill-rule="evenodd" d="M30.948 51.999a6.4 6.4 0 0 0 5.761-3.622l5.177-10.726A11.2 11.2 0 0 0 43 32.779V14.764C43 9.923 39.087 6 34.26 6H18.625a8.74 8.74 0 0 0-8.2 5.73L4.547 27.704c-2.105 5.721 2.118 11.795 8.2 11.795H24.5v6.083c0 3.544 2.914 6.417 6.448 6.417m3.068-4.929A3.41 3.41 0 0 1 30.948 49c-1.882 0-3.456-1.53-3.456-3.417v-6.848a2.23 2.23 0 0 0-2.23-2.235H12.749c-4 0-6.777-3.994-5.393-7.757l5.877-15.973A5.75 5.75 0 0 1 18.625 9H34.26c3.174 0 5.748 2.58 5.748 5.763V32.78a8.2 8.2 0 0 1-.815 3.564zM48.5 6A1.5 1.5 0 0 0 47 7.5v25a1.5 1.5 0 0 0 3 0v-25A1.5 1.5 0 0 0 48.5 6" /></symbol>', 56, 56, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon16FireSmall = makeIcon("Icon16FireSmall", "fire_small_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="fire_small_16"><path d="M7.592 2.537a.188.188 0 0 1 .295.192.9.9 0 0 1-.1.27c-1.416 2.185-.794 3.5.16 3.64.988.147 1.71-.515 1.556-1.943l-.067-.622a.172.172 0 0 1 .266-.162q.482.318 1.153 1.154c1.591 1.985 1.653 3.646 1.644 4.36-.032 2.562-1.928 4.324-4.5 4.324-2.57 0-4.499-1.761-4.499-4.323.011-1.94.991-4.67 3.696-6.6z" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon28HeadphonesWaveCircleFillGray = makeIcon("Icon28HeadphonesWaveCircleFillGray", "headphones_wave_circle_fill_gray_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="headphones_wave_circle_fill_gray_28"><rect width="28" height="28" fill="url(#headphones_wave_circle_fill_gray_28_a)" rx="14" /><path fill="#fff" fill-rule="evenodd" d="M21 13.5a7 7 0 1 0-14 0v3.75a1.25 1.25 0 1 1-2.5 0v-3.5a1.25 1.25 0 0 1 1.056-1.235 8.501 8.501 0 0 1 16.887 0A1.25 1.25 0 0 1 23.5 13.75v3.5a1.25 1.25 0 1 1-2.5 0zm-12.25.25a.75.75 0 0 1 1.5 0v3.5a.75.75 0 0 1-1.5 0zm3-1.5a.75.75 0 0 1 1.5 0v6.5a.75.75 0 0 1-1.5 0zm3-1.5a.75.75 0 0 1 1.5 0v9.5a.75.75 0 0 1-1.5 0zm3 3a.75.75 0 0 1 1.5 0v3.5a.75.75 0 0 1-1.5 0z" clip-rule="evenodd" /><defs><linearGradient id="headphones_wave_circle_fill_gray_28_a" x1="-14" x2="14" y1="14" y2="42" gradientUnits="userSpaceOnUse"><stop stop-color="#B1B6BD" /><stop offset="1" stop-color="#99A2AD" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon28RadioOutline = makeIcon("Icon28RadioOutline", "radio_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="radio_outline_28"><path fill-rule="evenodd" d="M13.899 2.561a1 1 0 0 1-.46 1.338L11.184 5H16.4c3.36 0 5.04 0 6.324.654a6 6 0 0 1 2.622 2.622C26 9.56 26 11.24 26 14.6v.8c0 3.36 0 5.04-.654 6.324a6 6 0 0 1-2.622 2.622C21.44 25 19.76 25 16.4 25h-4.8c-3.36 0-5.04 0-6.324-.654a6 6 0 0 1-2.622-2.622C2 20.44 2 18.76 2 15.4v-.8c0-3.36 0-5.04.654-6.324a6 6 0 0 1 2.622-2.622q.135-.07.277-.128l.008-.004 7-3.42a1 1 0 0 1 1.338.46Zm10.1 12.839v-.8c0-1.713 0-2.878-.074-3.778-.072-.877-.202-1.325-.361-1.638a4 4 0 0 0-1.748-1.748c-.313-.16-.761-.29-1.638-.36C19.278 7.001 18.113 7 16.4 7h-4.8c-1.713 0-2.878.002-3.778.075-.877.072-1.325.202-1.638.361a4 4 0 0 0-1.748 1.748c-.16.313-.29.761-.361 1.638-.074.9-.075 2.065-.075 3.778v.8c0 1.713.001 2.878.075 3.778.072.877.202 1.325.36 1.638a4 4 0 0 0 1.749 1.748c.313.16.761.29 1.638.36.9.074 2.065.076 3.778.076h4.8c1.713 0 2.878-.002 3.778-.075.877-.072 1.325-.202 1.638-.361a4 4 0 0 0 1.748-1.748c.16-.313.29-.761.36-1.638.074-.9.076-2.065.076-3.778Zm-10.286 3.85c-.51 0-.802-.313-.802-.857V12.95c0-.761.426-1.2 1.178-1.2.633 0 .975.262 1.232.943l1.49 3.844h.04l1.484-3.844c.262-.68.604-.943 1.242-.943.747 0 1.173.434 1.173 1.2v5.443c0 .544-.292.857-.802.857-.504 0-.796-.313-.796-.857v-3.798h-.035l-1.589 4.004c-.133.343-.346.5-.692.5-.347 0-.574-.157-.703-.5l-1.584-4.004h-.04v3.798c0 .544-.291.857-.796.857m-5.552 0c-.574 0-.911-.348-.911-.963v-5.458c0-.615.337-.968.91-.968h3.237c.49 0 .807.272.807.746 0 .475-.327.747-.807.747h-2.33v1.654h2.097c.46 0 .758.263.758.711 0 .444-.288.707-.758.707H9.066v1.86c0 .616-.331.964-.905.964" 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 Icon36PlaceOutline = makeIcon("Icon36PlaceOutline", "place_outline_36", "0 0 36 36", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36" id="place_outline_36"><path fill-rule="evenodd" d="M20.72 32.035c-1.777 1.45-4.421 1.25-5.947-.489-2.809-3.203-4.975-6.194-6.449-8.956-1.465-2.745-2.322-5.405-2.322-7.905C6.002 8.153 11.455 3.004 18 3.004s11.998 5.15 11.998 11.68c0 2.5-.857 5.161-2.322 7.906-1.474 2.762-3.64 5.753-6.45 8.956a4 4 0 0 1-.507.49Zm-4.067-2.137a1.81 1.81 0 0 0 2.694 0c5.46-6.227 8.151-11.328 8.151-15.213 0-5.071-4.253-9.181-9.498-9.181s-9.498 4.11-9.498 9.18c0 3.886 2.69 8.987 8.151 15.214M18 12a3 3 0 1 0 0 6 3 3 0 0 0 0-6m-5.5 3a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0" clip-rule="evenodd" /></symbol>', 36, 36, false, undefined);
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use-client";
|
|
2
2
|
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
-
export var Icon56ThumbsDownOutline = makeIcon("Icon56ThumbsDownOutline", "thumbs_down_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="thumbs_down_outline_56"><path fill-rule="evenodd" d="
|
|
3
|
+
export var Icon56ThumbsDownOutline = makeIcon("Icon56ThumbsDownOutline", "thumbs_down_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="thumbs_down_outline_56"><path fill-rule="evenodd" d="M30.948 51.999a6.4 6.4 0 0 0 5.761-3.622l5.177-10.726A11.2 11.2 0 0 0 43 32.779V14.764C43 9.923 39.087 6 34.26 6H18.625a8.74 8.74 0 0 0-8.2 5.73L4.547 27.704c-2.105 5.721 2.118 11.795 8.2 11.795H24.5v6.083c0 3.544 2.914 6.417 6.448 6.417m3.068-4.929A3.41 3.41 0 0 1 30.948 49c-1.882 0-3.456-1.53-3.456-3.417v-6.848a2.23 2.23 0 0 0-2.23-2.235H12.749c-4 0-6.777-3.994-5.393-7.757l5.877-15.973A5.75 5.75 0 0 1 18.625 9H34.26c3.174 0 5.748 2.58 5.748 5.763V32.78a8.2 8.2 0 0 1-.815 3.564zM48.5 6A1.5 1.5 0 0 0 47 7.5v25a1.5 1.5 0 0 0 3 0v-25A1.5 1.5 0 0 0 48.5 6" /></symbol>', 56, 56, false, undefined);
|
package/dist/es6/index.js
CHANGED
|
@@ -237,6 +237,7 @@ export { Icon16FavoriteOutline } from "./16/favorite_outline_16";
|
|
|
237
237
|
export { Icon16FilmStripOutline } from "./16/film_strip_outline_16";
|
|
238
238
|
export { Icon16Fire } from "./16/fire_16";
|
|
239
239
|
export { Icon16FireAlt } from "./16/fire_alt_16";
|
|
240
|
+
export { Icon16FireSmall } from "./16/fire_small_16";
|
|
240
241
|
export { Icon16FireVerified } from "./16/fire_verified_16";
|
|
241
242
|
export { Icon16Flag } from "./16/flag_16";
|
|
242
243
|
export { Icon16FlagFinish } from "./16/flag_finish_16";
|
|
@@ -1976,6 +1977,7 @@ export { Icon28HangerOutline } from "./28/hanger_outline_28";
|
|
|
1976
1977
|
export { Icon28HappyFaceOutline } from "./28/happy_face_outline_28";
|
|
1977
1978
|
export { Icon28HashtagOutline } from "./28/hashtag_outline_28";
|
|
1978
1979
|
export { Icon28HeadphonesOutline } from "./28/headphones_outline_28";
|
|
1980
|
+
export { Icon28HeadphonesWaveCircleFillGray } from "./28/headphones_wave_circle_fill_gray_28";
|
|
1979
1981
|
export { Icon28HeadphonesWaveOutline } from "./28/headphones_wave_outline_28";
|
|
1980
1982
|
export { Icon28HeartCircleOutline } from "./28/heart_circle_outline_28";
|
|
1981
1983
|
export { Icon28HeartGearOutline } from "./28/heart_gear_outline_28";
|
|
@@ -2222,6 +2224,7 @@ export { Icon28Profile } from "./28/profile_28";
|
|
|
2222
2224
|
export { Icon28QrCodeOutline } from "./28/qr_code_outline_28";
|
|
2223
2225
|
export { Icon28QuestionOutline } from "./28/question_outline_28";
|
|
2224
2226
|
export { Icon28QuoteOutline } from "./28/quote_outline_28";
|
|
2227
|
+
export { Icon28RadioOutline } from "./28/radio_outline_28";
|
|
2225
2228
|
export { Icon28RadiowavesAroundOutline } from "./28/radiowaves_around_outline_28";
|
|
2226
2229
|
export { Icon28RadiowavesLeftAndRightCircleFillRed } from "./28/radiowaves_left_and_right_circle_fill_red_28";
|
|
2227
2230
|
export { Icon28RadiowavesLeftAndRightOutline } from "./28/radiowaves_left_and_right_outline_28";
|
|
@@ -2592,6 +2595,7 @@ export { Icon36Phone } from "./36/phone_36";
|
|
|
2592
2595
|
export { Icon36PhoneOutline } from "./36/phone_outline_36";
|
|
2593
2596
|
export { Icon36Picture } from "./36/picture_36";
|
|
2594
2597
|
export { Icon36PictureOutline } from "./36/picture_outline_36";
|
|
2598
|
+
export { Icon36PlaceOutline } from "./36/place_outline_36";
|
|
2595
2599
|
export { Icon36Play } from "./36/play_36";
|
|
2596
2600
|
export { Icon36Playlist } from "./36/playlist_36";
|
|
2597
2601
|
export { Icon36PlaylistCached } from "./36/playlist_cached_36";
|