@vkontakte/icons 2.36.0 → 2.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/12/chevron_down_small.js +12 -0
- package/dist/12/chevron_up_small.js +12 -0
- package/dist/12/clock.js +1 -1
- package/dist/12/favorite.js +1 -1
- package/dist/12/pencil.js +12 -0
- package/dist/12/phone.js +12 -0
- package/dist/16/dot_viewfinder.js +12 -0
- package/dist/16/flag_finish.js +12 -0
- package/dist/16/flag_start.js +12 -0
- package/dist/16/rectangle_line.js +12 -0
- package/dist/16/skip_forward.js +12 -0
- package/dist/24/phone_down.js +12 -0
- package/dist/24/speedometer_middle_outline.js +12 -0
- package/dist/28/text_left_outline.js +1 -1
- package/dist/28/text_right_outline.js +12 -0
- package/dist/es6/12/chevron_down_small.js +2 -0
- package/dist/es6/12/chevron_up_small.js +2 -0
- package/dist/es6/12/clock.js +1 -1
- package/dist/es6/12/favorite.js +1 -1
- package/dist/es6/12/pencil.js +2 -0
- package/dist/es6/12/phone.js +2 -0
- package/dist/es6/16/dot_viewfinder.js +2 -0
- package/dist/es6/16/flag_finish.js +2 -0
- package/dist/es6/16/flag_start.js +2 -0
- package/dist/es6/16/rectangle_line.js +2 -0
- package/dist/es6/16/skip_forward.js +2 -0
- package/dist/es6/24/phone_down.js +2 -0
- package/dist/es6/24/speedometer_middle_outline.js +2 -0
- package/dist/es6/28/text_left_outline.js +1 -1
- package/dist/es6/28/text_right_outline.js +2 -0
- package/dist/es6/index.js +12 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +68 -20
- package/dist/typings/12/chevron_down_small.d.ts +12 -0
- package/dist/typings/12/chevron_up_small.d.ts +12 -0
- package/dist/typings/12/pencil.d.ts +12 -0
- package/dist/typings/12/phone.d.ts +12 -0
- package/dist/typings/16/dot_viewfinder.d.ts +12 -0
- package/dist/typings/16/flag_finish.d.ts +12 -0
- package/dist/typings/16/flag_start.d.ts +12 -0
- package/dist/typings/16/rectangle_line.d.ts +12 -0
- package/dist/typings/16/skip_forward.d.ts +12 -0
- package/dist/typings/24/phone_down.d.ts +12 -0
- package/dist/typings/24/speedometer_middle_outline.d.ts +12 -0
- package/dist/typings/28/text_right_outline.d.ts +12 -0
- package/dist/typings/index.d.ts +12 -0
- package/package.json +1 -1
- package/src/svg/12/chevron_down_small_12.svg +1 -0
- package/src/svg/12/chevron_up_small_12.svg +1 -0
- package/src/svg/12/clock_12.svg +1 -3
- package/src/svg/12/favorite_12.svg +1 -1
- package/src/svg/12/pencil_12.svg +1 -0
- package/src/svg/12/phone_12.svg +1 -0
- package/src/svg/16/dot_viewfinder_16.svg +1 -0
- package/src/svg/16/flag_finish_16.svg +1 -0
- package/src/svg/16/flag_start_16.svg +1 -0
- package/src/svg/16/rectangle_line_16.svg +1 -0
- package/src/svg/16/skip_forward_16.svg +1 -0
- package/src/svg/24/phone_down_24.svg +1 -0
- package/src/svg/24/speedometer_middle_outline_24.svg +1 -0
- package/src/svg/28/text_left_outline_28.svg +1 -1
- package/src/svg/28/text_right_outline_28.svg +1 -0
- package/ts/12/chevron_down_small.ts +24 -0
- package/ts/12/chevron_up_small.ts +24 -0
- package/ts/12/clock.ts +1 -1
- package/ts/12/favorite.ts +1 -1
- package/ts/12/pencil.ts +24 -0
- package/ts/12/phone.ts +24 -0
- package/ts/16/dot_viewfinder.ts +24 -0
- package/ts/16/flag_finish.ts +24 -0
- package/ts/16/flag_start.ts +24 -0
- package/ts/16/rectangle_line.ts +24 -0
- package/ts/16/skip_forward.ts +24 -0
- package/ts/24/phone_down.ts +24 -0
- package/ts/24/speedometer_middle_outline.ts +24 -0
- package/ts/28/text_left_outline.ts +1 -1
- package/ts/28/text_right_outline.ts +24 -0
- package/ts/index.ts +12 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon12ChevronDownSmall", "chevron_down_small_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="chevron_down_small_12"><path fill-rule="evenodd" d="M3.202 4.736a.754.754 0 0 1 1.06-.036L6 6.31 7.738 4.7a.754.754 0 0 1 1.06.036.74.74 0 0 1-.036 1.052L6.648 7.746a.955.955 0 0 1-1.296 0L3.238 5.788a.74.74 0 0 1-.036-1.052Z" clip-rule="evenodd" /></symbol>', 12, 12, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon12ChevronUpSmall", "chevron_up_small_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="chevron_up_small_12"><path fill-rule="evenodd" d="M3.202 7.264c.282.3.757.316 1.06.036L6 5.69 7.738 7.3a.754.754 0 0 0 1.06-.036.74.74 0 0 0-.036-1.052L6.648 4.254a.955.955 0 0 0-1.296 0L3.238 6.212a.74.74 0 0 0-.036 1.052Z" clip-rule="evenodd" /></symbol>', 12, 12, false, undefined);
|
package/dist/12/clock.js
CHANGED
|
@@ -9,4 +9,4 @@ Object.defineProperty(exports, "default", {
|
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
11
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
-
var _default = (0, _iconssprite.makeIcon)("Icon12Clock", "clock_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon12Clock", "clock_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="clock_12"><path fill-rule="evenodd" d="M0 6a6 6 0 1 0 12 0A6 6 0 0 0 0 6Zm6.403-3c0-.409-.314-.7-.701-.7A.7.7 0 0 0 5 3l.007 3.601a.7.7 0 0 0 .489.568l2.707.82c.36.105.672-.15.775-.487.085-.37-.079-.756-.465-.874l-2.11-.646V3Z" clip-rule="evenodd" /></symbol>', 12, 12, false, undefined);
|
package/dist/12/favorite.js
CHANGED
|
@@ -9,4 +9,4 @@ Object.defineProperty(exports, "default", {
|
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
11
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
-
var _default = (0, _iconssprite.makeIcon)("Icon12Favorite", "favorite_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="favorite_12"><path d="
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon12Favorite", "favorite_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="favorite_12"><path d="m4.559 2.876-.277.653a.337.337 0 0 1-.044.086.15.15 0 0 1-.048.037.322.322 0 0 1-.093.02l-.403.059c-1.136.163-1.703.245-1.942.516a1.015 1.015 0 0 0-.233.866c.07.357.518.723 1.412 1.454l.153.124c.04.033.06.05.074.07.011.02.019.04.022.062a.344.344 0 0 1-.011.103l-.046.245c-.25 1.347-.375 2.02-.178 2.35.17.285.47.465.796.479.378.016.895-.423 1.93-1.3l.177-.15a.351.351 0 0 1 .111-.077.146.146 0 0 1 .082 0c.03.008.057.031.111.077l.178.15c1.034.877 1.55 1.316 1.929 1.3a.979.979 0 0 0 .796-.479c.197-.33.072-1.003-.178-2.35l-.046-.245a.344.344 0 0 1-.01-.103.154.154 0 0 1 .021-.061.339.339 0 0 1 .074-.07l.153-.125c.894-.731 1.342-1.097 1.412-1.454.06-.31-.025-.631-.233-.866-.239-.27-.806-.353-1.942-.516l-.403-.058c-.048-.007-.072-.01-.093-.02a.15.15 0 0 1-.048-.038c-.015-.018-.024-.04-.044-.086l-.277-.653c-.455-1.071-.682-1.607-1-1.77a.965.965 0 0 0-.881 0c-.319.163-.546.699-1.001 1.77Z" /></symbol>', 12, 12, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon12Pencil", "pencil_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="pencil_12"><path d="M9.999 1.293a1.001 1.001 0 0 0-1.416 0l-.708.708 2.124 2.124.708-.708a1.001 1.001 0 0 0 0-1.416l-.708-.708Zm-.981 3.813L6.894 2.982 2.556 7.32c-.44.44-.77.975-.967 1.565l-.573 1.72a.3.3 0 0 0 .38.38l1.719-.574a4.005 4.005 0 0 0 1.565-.967l4.338-4.338Z" /></symbol>', 12, 12, false, undefined);
|
package/dist/12/phone.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon12Phone", "phone_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="phone_12"><path d="m4.082 1.98.431.513c.597.708.535 1.774-.142 2.451l-.367.367a.356.356 0 0 0-.082.375c.133.365.475.822 1.022 1.37.549.548 1.005.889 1.37 1.023.13.048.277.016.375-.082l.367-.368c.677-.677 1.743-.74 2.452-.143l.512.431c.584.492.644 1.379.132 1.98a1.66 1.66 0 0 1-1.098.567c-1.637.22-3.353-.568-5.151-2.366-1.798-1.799-2.587-3.516-2.367-5.152a1.66 1.66 0 0 1 .567-1.098c.602-.511 1.488-.452 1.98.133Z" /></symbol>', 12, 12, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon16DotViewfinder", "dot_viewfinder_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="dot_viewfinder_16"><path fill-rule="evenodd" d="M13.75 9a.75.75 0 0 1 .75.75v.75s0 .505-.037.953c-.037.463-.118.882-.317 1.273a3.25 3.25 0 0 1-1.42 1.42c-.391.199-.81.28-1.273.317-.447.037-.953.037-.953.037h-.75a.75.75 0 0 1 0-1.5h.719s.483 0 .862-.032c.37-.03.57-.085.713-.159a1.75 1.75 0 0 0 .765-.764c.074-.145.13-.344.16-.714.03-.38.031-.862.031-.862V9.75a.75.75 0 0 1 .75-.75ZM9 2.25a.75.75 0 0 1 .75-.75h.75s.505 0 .953.037c.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.448.037.953.037.953v.75a.75.75 0 0 1-1.5 0v-.719s0-.483-.032-.862c-.03-.37-.085-.57-.159-.713a1.75 1.75 0 0 0-.765-.765c-.144-.074-.343-.13-.713-.16A13.53 13.53 0 0 0 10.469 3H9.75A.75.75 0 0 1 9 2.25Zm-2 11.5a.75.75 0 0 1-.75.75H5.5s-.505 0-.953-.037c-.463-.037-.882-.118-1.272-.317a3.25 3.25 0 0 1-1.42-1.42c-.2-.391-.28-.81-.318-1.273C1.5 11.006 1.5 10.5 1.5 10.5v-.75a.75.75 0 0 1 1.5 0v.719s0 .483.032.862c.03.37.086.57.159.713.168.33.435.598.765.765.144.074.343.13.713.16.38.03.862.031.862.031h.719a.75.75 0 0 1 .75.75ZM2.25 7a.75.75 0 0 1-.75-.75V5.5s0-.505.037-.953c.037-.463.118-.882.317-1.272a3.25 3.25 0 0 1 1.42-1.42c.391-.2.81-.28 1.273-.318C4.995 1.5 5.5 1.5 5.5 1.5h.75a.75.75 0 0 1 0 1.5h-.719s-.483 0-.862.032c-.37.03-.57.085-.713.159a1.75 1.75 0 0 0-.765.765c-.074.144-.13.343-.16.713-.03.38-.031.862-.031.862v.719a.75.75 0 0 1-.75.75ZM8 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon16FlagFinish", "flag_finish_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="flag_finish_16"><path fill-rule="evenodd" d="M4 2.75c0-.5-.423-.75-.75-.75a.75.75 0 0 0-.75.75v11.5a.75.75 0 0 0 1.5 0V10h8.246a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75H4v-.25ZM7.016 8.5h2v-2h-2v2Zm0-4v2h-2v-2h2Zm2 0H11v2H9.016v-2Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon16FlagStart", "flag_start_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="flag_start_16"><path fill-rule="evenodd" d="M4.75 2a.75.75 0 0 1 .75.75v.271l6.566 3.049a.75.75 0 0 1 0 1.36L5.5 10.48v3.767a.75.75 0 0 1-1.5 0V2.75A.75.75 0 0 1 4.75 2Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon16RectangleLine", "rectangle_line_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="rectangle_line_16"><path d="M4.6 12.5c-.884 0-1.6-.746-1.6-1.666V9H1.5a1 1 0 0 1 0-2H3V5.166c0-.92.716-1.666 1.6-1.666h6.8c.884 0 1.6.746 1.6 1.666V7h1.5a1 1 0 1 1 0 2H13v1.834c0 .92-.716 1.666-1.6 1.666H4.6Z" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon16SkipForward", "skip_forward_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="skip_forward_16"><path d="m9.937 6.599-3.711-2.03c-.733-.401-1.1-.602-1.4-.565a.94.94 0 0 0-.65.386C4 4.635 4 5.053 4 5.888v4.235c0 .837 0 1.255.176 1.5a.94.94 0 0 0 .652.386c.3.036.666-.165 1.4-.567l3.711-2.037c.486-.267.83-.456 1.061-.627v2.472a.75.75 0 0 0 1.5 0v-6.5a.75.75 0 0 0-1.5 0v2.475c-.23-.171-.575-.36-1.063-.626Z" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon24PhoneDown", "phone_down_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="phone_down_24"><path fill-rule="evenodd" d="M8.666 12.595c0 1.719-1.246 3.15-2.865 3.294l-1.171.102c-1.336.118-2.51-.932-2.622-2.345a3.022 3.022 0 0 1 .659-2.112C4.425 9.177 7.535 7.999 12 8c4.463 0 7.575 1.178 9.333 3.534.145.177.268.371.368.578.229.475.33 1.005.291 1.534-.111 1.413-1.285 2.463-2.622 2.345l-1.171-.103c-1.62-.141-2.866-1.573-2.866-3.292v-.933a.64.64 0 0 0-.363-.579c-.62-.294-1.61-.44-2.97-.44-1.362 0-2.352.147-2.972.44a.64.64 0 0 0-.362.58v.931Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon24SpeedometerMiddleOutline", "speedometer_middle_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="speedometer_middle_outline_24"><path fill-rule="evenodd" d="m14.444 11.41-1.5-9.601c-.168-1.079-1.72-1.079-1.889 0l-1.5 9.601a2.528 2.528 0 0 0-.02.162 2.5 2.5 0 1 0 4.929 0 2.549 2.549 0 0 0-.02-.162Zm-1.544.585a.9.9 0 1 1-1.8 0 .9.9 0 0 1 1.8 0ZM8.81 3.427a.9.9 0 0 1-.412 1.205 8.188 8.188 0 0 0-2.196 1.57A8.172 8.172 0 0 0 3.8 12c0 1.702.517 3.28 1.403 4.589a.917.917 0 0 1-.25 1.263.892.892 0 0 1-1.24-.254A9.958 9.958 0 0 1 2 12a9.972 9.972 0 0 1 2.929-7.07 10.043 10.043 0 0 1 2.677-1.914.9.9 0 0 1 1.204.412Zm6.38 0a.9.9 0 0 0 .412 1.205 8.192 8.192 0 0 1 2.196 1.57A8.171 8.171 0 0 1 20.2 12c0 1.702-.517 3.28-1.403 4.589a.917.917 0 0 0 .25 1.263.892.892 0 0 0 1.24-.254A9.958 9.958 0 0 0 22 12a9.972 9.972 0 0 0-2.929-7.071 10.046 10.046 0 0 0-2.677-1.914.9.9 0 0 0-1.204.412Z" /></symbol>', 24, 24, false, undefined);
|
|
@@ -9,4 +9,4 @@ Object.defineProperty(exports, "default", {
|
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
11
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
-
var _default = (0, _iconssprite.makeIcon)("Icon28TextLeftOutline", "text_left_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="text_left_outline_28"><path d="
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28TextLeftOutline", "text_left_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="text_left_outline_28"><path d="M17 20a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2h12Zm6-7a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2h18Zm0-7a1 1 0 1 1 0 2H5a1 1 0 0 1 0-2h18Z" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28TextRightOutline", "text_right_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="text_right_outline_28"><path d="M23 20a1 1 0 1 1 0 2H11a1 1 0 1 1 0-2h12Zm0-7a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2h18Zm0-7a1 1 0 1 1 0 2H5a1 1 0 0 1 0-2h18Z" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon12ChevronDownSmall", "chevron_down_small_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="chevron_down_small_12"><path fill-rule="evenodd" d="M3.202 4.736a.754.754 0 0 1 1.06-.036L6 6.31 7.738 4.7a.754.754 0 0 1 1.06.036.74.74 0 0 1-.036 1.052L6.648 7.746a.955.955 0 0 1-1.296 0L3.238 5.788a.74.74 0 0 1-.036-1.052Z" clip-rule="evenodd" /></symbol>', 12, 12, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon12ChevronUpSmall", "chevron_up_small_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="chevron_up_small_12"><path fill-rule="evenodd" d="M3.202 7.264c.282.3.757.316 1.06.036L6 5.69 7.738 7.3a.754.754 0 0 0 1.06-.036.74.74 0 0 0-.036-1.052L6.648 4.254a.955.955 0 0 0-1.296 0L3.238 6.212a.74.74 0 0 0-.036 1.052Z" clip-rule="evenodd" /></symbol>', 12, 12, false, undefined);
|
package/dist/es6/12/clock.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
-
export default makeIcon("Icon12Clock", "clock_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="
|
|
2
|
+
export default makeIcon("Icon12Clock", "clock_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="clock_12"><path fill-rule="evenodd" d="M0 6a6 6 0 1 0 12 0A6 6 0 0 0 0 6Zm6.403-3c0-.409-.314-.7-.701-.7A.7.7 0 0 0 5 3l.007 3.601a.7.7 0 0 0 .489.568l2.707.82c.36.105.672-.15.775-.487.085-.37-.079-.756-.465-.874l-2.11-.646V3Z" clip-rule="evenodd" /></symbol>', 12, 12, false, undefined);
|
package/dist/es6/12/favorite.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
-
export default makeIcon("Icon12Favorite", "favorite_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="favorite_12"><path d="
|
|
2
|
+
export default makeIcon("Icon12Favorite", "favorite_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="favorite_12"><path d="m4.559 2.876-.277.653a.337.337 0 0 1-.044.086.15.15 0 0 1-.048.037.322.322 0 0 1-.093.02l-.403.059c-1.136.163-1.703.245-1.942.516a1.015 1.015 0 0 0-.233.866c.07.357.518.723 1.412 1.454l.153.124c.04.033.06.05.074.07.011.02.019.04.022.062a.344.344 0 0 1-.011.103l-.046.245c-.25 1.347-.375 2.02-.178 2.35.17.285.47.465.796.479.378.016.895-.423 1.93-1.3l.177-.15a.351.351 0 0 1 .111-.077.146.146 0 0 1 .082 0c.03.008.057.031.111.077l.178.15c1.034.877 1.55 1.316 1.929 1.3a.979.979 0 0 0 .796-.479c.197-.33.072-1.003-.178-2.35l-.046-.245a.344.344 0 0 1-.01-.103.154.154 0 0 1 .021-.061.339.339 0 0 1 .074-.07l.153-.125c.894-.731 1.342-1.097 1.412-1.454.06-.31-.025-.631-.233-.866-.239-.27-.806-.353-1.942-.516l-.403-.058c-.048-.007-.072-.01-.093-.02a.15.15 0 0 1-.048-.038c-.015-.018-.024-.04-.044-.086l-.277-.653c-.455-1.071-.682-1.607-1-1.77a.965.965 0 0 0-.881 0c-.319.163-.546.699-1.001 1.77Z" /></symbol>', 12, 12, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon12Pencil", "pencil_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="pencil_12"><path d="M9.999 1.293a1.001 1.001 0 0 0-1.416 0l-.708.708 2.124 2.124.708-.708a1.001 1.001 0 0 0 0-1.416l-.708-.708Zm-.981 3.813L6.894 2.982 2.556 7.32c-.44.44-.77.975-.967 1.565l-.573 1.72a.3.3 0 0 0 .38.38l1.719-.574a4.005 4.005 0 0 0 1.565-.967l4.338-4.338Z" /></symbol>', 12, 12, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon12Phone", "phone_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="phone_12"><path d="m4.082 1.98.431.513c.597.708.535 1.774-.142 2.451l-.367.367a.356.356 0 0 0-.082.375c.133.365.475.822 1.022 1.37.549.548 1.005.889 1.37 1.023.13.048.277.016.375-.082l.367-.368c.677-.677 1.743-.74 2.452-.143l.512.431c.584.492.644 1.379.132 1.98a1.66 1.66 0 0 1-1.098.567c-1.637.22-3.353-.568-5.151-2.366-1.798-1.799-2.587-3.516-2.367-5.152a1.66 1.66 0 0 1 .567-1.098c.602-.511 1.488-.452 1.98.133Z" /></symbol>', 12, 12, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon16DotViewfinder", "dot_viewfinder_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="dot_viewfinder_16"><path fill-rule="evenodd" d="M13.75 9a.75.75 0 0 1 .75.75v.75s0 .505-.037.953c-.037.463-.118.882-.317 1.273a3.25 3.25 0 0 1-1.42 1.42c-.391.199-.81.28-1.273.317-.447.037-.953.037-.953.037h-.75a.75.75 0 0 1 0-1.5h.719s.483 0 .862-.032c.37-.03.57-.085.713-.159a1.75 1.75 0 0 0 .765-.764c.074-.145.13-.344.16-.714.03-.38.031-.862.031-.862V9.75a.75.75 0 0 1 .75-.75ZM9 2.25a.75.75 0 0 1 .75-.75h.75s.505 0 .953.037c.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.448.037.953.037.953v.75a.75.75 0 0 1-1.5 0v-.719s0-.483-.032-.862c-.03-.37-.085-.57-.159-.713a1.75 1.75 0 0 0-.765-.765c-.144-.074-.343-.13-.713-.16A13.53 13.53 0 0 0 10.469 3H9.75A.75.75 0 0 1 9 2.25Zm-2 11.5a.75.75 0 0 1-.75.75H5.5s-.505 0-.953-.037c-.463-.037-.882-.118-1.272-.317a3.25 3.25 0 0 1-1.42-1.42c-.2-.391-.28-.81-.318-1.273C1.5 11.006 1.5 10.5 1.5 10.5v-.75a.75.75 0 0 1 1.5 0v.719s0 .483.032.862c.03.37.086.57.159.713.168.33.435.598.765.765.144.074.343.13.713.16.38.03.862.031.862.031h.719a.75.75 0 0 1 .75.75ZM2.25 7a.75.75 0 0 1-.75-.75V5.5s0-.505.037-.953c.037-.463.118-.882.317-1.272a3.25 3.25 0 0 1 1.42-1.42c.391-.2.81-.28 1.273-.318C4.995 1.5 5.5 1.5 5.5 1.5h.75a.75.75 0 0 1 0 1.5h-.719s-.483 0-.862.032c-.37.03-.57.085-.713.159a1.75 1.75 0 0 0-.765.765c-.074.144-.13.343-.16.713-.03.38-.031.862-.031.862v.719a.75.75 0 0 1-.75.75ZM8 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon16FlagFinish", "flag_finish_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="flag_finish_16"><path fill-rule="evenodd" d="M4 2.75c0-.5-.423-.75-.75-.75a.75.75 0 0 0-.75.75v11.5a.75.75 0 0 0 1.5 0V10h8.246a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75H4v-.25ZM7.016 8.5h2v-2h-2v2Zm0-4v2h-2v-2h2Zm2 0H11v2H9.016v-2Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon16FlagStart", "flag_start_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="flag_start_16"><path fill-rule="evenodd" d="M4.75 2a.75.75 0 0 1 .75.75v.271l6.566 3.049a.75.75 0 0 1 0 1.36L5.5 10.48v3.767a.75.75 0 0 1-1.5 0V2.75A.75.75 0 0 1 4.75 2Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon16RectangleLine", "rectangle_line_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="rectangle_line_16"><path d="M4.6 12.5c-.884 0-1.6-.746-1.6-1.666V9H1.5a1 1 0 0 1 0-2H3V5.166c0-.92.716-1.666 1.6-1.666h6.8c.884 0 1.6.746 1.6 1.666V7h1.5a1 1 0 1 1 0 2H13v1.834c0 .92-.716 1.666-1.6 1.666H4.6Z" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon16SkipForward", "skip_forward_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="skip_forward_16"><path d="m9.937 6.599-3.711-2.03c-.733-.401-1.1-.602-1.4-.565a.94.94 0 0 0-.65.386C4 4.635 4 5.053 4 5.888v4.235c0 .837 0 1.255.176 1.5a.94.94 0 0 0 .652.386c.3.036.666-.165 1.4-.567l3.711-2.037c.486-.267.83-.456 1.061-.627v2.472a.75.75 0 0 0 1.5 0v-6.5a.75.75 0 0 0-1.5 0v2.475c-.23-.171-.575-.36-1.063-.626Z" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon24PhoneDown", "phone_down_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="phone_down_24"><path fill-rule="evenodd" d="M8.666 12.595c0 1.719-1.246 3.15-2.865 3.294l-1.171.102c-1.336.118-2.51-.932-2.622-2.345a3.022 3.022 0 0 1 .659-2.112C4.425 9.177 7.535 7.999 12 8c4.463 0 7.575 1.178 9.333 3.534.145.177.268.371.368.578.229.475.33 1.005.291 1.534-.111 1.413-1.285 2.463-2.622 2.345l-1.171-.103c-1.62-.141-2.866-1.573-2.866-3.292v-.933a.64.64 0 0 0-.363-.579c-.62-.294-1.61-.44-2.97-.44-1.362 0-2.352.147-2.972.44a.64.64 0 0 0-.362.58v.931Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon24SpeedometerMiddleOutline", "speedometer_middle_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="speedometer_middle_outline_24"><path fill-rule="evenodd" d="m14.444 11.41-1.5-9.601c-.168-1.079-1.72-1.079-1.889 0l-1.5 9.601a2.528 2.528 0 0 0-.02.162 2.5 2.5 0 1 0 4.929 0 2.549 2.549 0 0 0-.02-.162Zm-1.544.585a.9.9 0 1 1-1.8 0 .9.9 0 0 1 1.8 0ZM8.81 3.427a.9.9 0 0 1-.412 1.205 8.188 8.188 0 0 0-2.196 1.57A8.172 8.172 0 0 0 3.8 12c0 1.702.517 3.28 1.403 4.589a.917.917 0 0 1-.25 1.263.892.892 0 0 1-1.24-.254A9.958 9.958 0 0 1 2 12a9.972 9.972 0 0 1 2.929-7.07 10.043 10.043 0 0 1 2.677-1.914.9.9 0 0 1 1.204.412Zm6.38 0a.9.9 0 0 0 .412 1.205 8.192 8.192 0 0 1 2.196 1.57A8.171 8.171 0 0 1 20.2 12c0 1.702-.517 3.28-1.403 4.589a.917.917 0 0 0 .25 1.263.892.892 0 0 0 1.24-.254A9.958 9.958 0 0 0 22 12a9.972 9.972 0 0 0-2.929-7.071 10.046 10.046 0 0 0-2.677-1.914.9.9 0 0 0-1.204.412Z" /></symbol>', 24, 24, false, undefined);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
-
export default makeIcon("Icon28TextLeftOutline", "text_left_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="text_left_outline_28"><path d="
|
|
2
|
+
export default makeIcon("Icon28TextLeftOutline", "text_left_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="text_left_outline_28"><path d="M17 20a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2h12Zm6-7a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2h18Zm0-7a1 1 0 1 1 0 2H5a1 1 0 0 1 0-2h18Z" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon28TextRightOutline", "text_right_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="text_right_outline_28"><path d="M23 20a1 1 0 1 1 0 2H11a1 1 0 1 1 0-2h12Zm0-7a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2h18Zm0-7a1 1 0 1 1 0 2H5a1 1 0 0 1 0-2h18Z" /></symbol>', 28, 28, false, undefined);
|
package/dist/es6/index.js
CHANGED
|
@@ -20,8 +20,10 @@ export { default as Icon12Check } from "./12/check";
|
|
|
20
20
|
export { default as Icon12CheckCircle } from "./12/check_circle";
|
|
21
21
|
export { default as Icon12CheckCircleFill } from "./12/check_circle_fill";
|
|
22
22
|
export { default as Icon12Chevron } from "./12/chevron";
|
|
23
|
+
export { default as Icon12ChevronDownSmall } from "./12/chevron_down_small";
|
|
23
24
|
export { default as Icon12ChevronOutline } from "./12/chevron_outline";
|
|
24
25
|
export { default as Icon12ChevronUp } from "./12/chevron_up";
|
|
26
|
+
export { default as Icon12ChevronUpSmall } from "./12/chevron_up_small";
|
|
25
27
|
export { default as Icon12Circle } from "./12/circle";
|
|
26
28
|
export { default as Icon12CircleOutline } from "./12/circle_outline";
|
|
27
29
|
export { default as Icon12Clock } from "./12/clock";
|
|
@@ -65,6 +67,8 @@ export { default as Icon12OnlineMobile } from "./12/online_mobile";
|
|
|
65
67
|
export { default as Icon12OnlineVkmobile } from "./12/online_vkmobile";
|
|
66
68
|
export { default as Icon12Palette } from "./12/palette";
|
|
67
69
|
export { default as Icon12PaymentCardOutline } from "./12/payment_card_outline";
|
|
70
|
+
export { default as Icon12Pencil } from "./12/pencil";
|
|
71
|
+
export { default as Icon12Phone } from "./12/phone";
|
|
68
72
|
export { default as Icon12Picture } from "./12/picture";
|
|
69
73
|
export { default as Icon12PictureOutline } from "./12/picture_outline";
|
|
70
74
|
export { default as Icon12Place } from "./12/place";
|
|
@@ -173,6 +177,7 @@ export { default as Icon16Done } from "./16/done";
|
|
|
173
177
|
export { default as Icon16DoneCircle } from "./16/done_circle";
|
|
174
178
|
export { default as Icon16DoorEnterArrowRightOutline } from "./16/door_enter_arrow_right_outline";
|
|
175
179
|
export { default as Icon16DotsVertical6 } from "./16/dots_vertical_6";
|
|
180
|
+
export { default as Icon16DotViewfinder } from "./16/dot_viewfinder";
|
|
176
181
|
export { default as Icon16Down } from "./16/down";
|
|
177
182
|
export { default as Icon16DownloadOutline } from "./16/download_outline";
|
|
178
183
|
export { default as Icon16Drop } from "./16/drop";
|
|
@@ -195,6 +200,8 @@ export { default as Icon16Fire } from "./16/fire";
|
|
|
195
200
|
export { default as Icon16FireAlt } from "./16/fire_alt";
|
|
196
201
|
export { default as Icon16FireVerified } from "./16/fire_verified";
|
|
197
202
|
export { default as Icon16Flag } from "./16/flag";
|
|
203
|
+
export { default as Icon16FlagFinish } from "./16/flag_finish";
|
|
204
|
+
export { default as Icon16FlagStart } from "./16/flag_start";
|
|
198
205
|
export { default as Icon16Flash } from "./16/flash";
|
|
199
206
|
export { default as Icon16Fog } from "./16/fog";
|
|
200
207
|
export { default as Icon16FogMoon } from "./16/fog_moon";
|
|
@@ -308,6 +315,7 @@ export { default as Icon16PopupStickersCircleFillRaspberryPinkProduct } from "./
|
|
|
308
315
|
export { default as Icon16QrCode } from "./16/qr_code";
|
|
309
316
|
export { default as Icon16Recent } from "./16/recent";
|
|
310
317
|
export { default as Icon16RecordingCircleFill } from "./16/recording_circle_fill";
|
|
318
|
+
export { default as Icon16RectangleLine } from "./16/rectangle_line";
|
|
311
319
|
export { default as Icon16Replay } from "./16/replay";
|
|
312
320
|
export { default as Icon16Replay10 } from "./16/replay_10";
|
|
313
321
|
export { default as Icon16Reply } from "./16/reply";
|
|
@@ -326,6 +334,7 @@ export { default as Icon16Share } from "./16/share";
|
|
|
326
334
|
export { default as Icon16ShareOutline } from "./16/share_outline";
|
|
327
335
|
export { default as Icon16ShoppingCartOutline } from "./16/shopping_cart_outline";
|
|
328
336
|
export { default as Icon16ShuffleOutline } from "./16/shuffle_outline";
|
|
337
|
+
export { default as Icon16SkipForward } from "./16/skip_forward";
|
|
329
338
|
export { default as Icon16Smile } from "./16/smile";
|
|
330
339
|
export { default as Icon16SmileFilled } from "./16/smile_filled";
|
|
331
340
|
export { default as Icon16Snowflake } from "./16/snowflake";
|
|
@@ -1245,6 +1254,7 @@ export { default as Icon24PenOutline } from "./24/pen_outline";
|
|
|
1245
1254
|
export { default as Icon24Phone } from "./24/phone";
|
|
1246
1255
|
export { default as Icon24PhoneAddOutline } from "./24/phone_add_outline";
|
|
1247
1256
|
export { default as Icon24PhoneArrowDownLeft } from "./24/phone_arrow_down_left";
|
|
1257
|
+
export { default as Icon24PhoneDown } from "./24/phone_down";
|
|
1248
1258
|
export { default as Icon24PhoneOutline } from "./24/phone_outline";
|
|
1249
1259
|
export { default as Icon24PhotosStackOutline } from "./24/photos_stack_outline";
|
|
1250
1260
|
export { default as Icon24Picture } from "./24/picture";
|
|
@@ -1347,6 +1357,7 @@ export { default as Icon24SortHorizontalOutline } from "./24/sort_horizontal_out
|
|
|
1347
1357
|
export { default as Icon24SortOutline } from "./24/sort_outline";
|
|
1348
1358
|
export { default as Icon24SoundEffect } from "./24/sound_effect";
|
|
1349
1359
|
export { default as Icon24Sparkle } from "./24/sparkle";
|
|
1360
|
+
export { default as Icon24SpeedometerMiddleOutline } from "./24/speedometer_middle_outline";
|
|
1350
1361
|
export { default as Icon24Spinner } from "./24/spinner";
|
|
1351
1362
|
export { default as Icon24Square4Outline } from "./24/square_4_outline";
|
|
1352
1363
|
export { default as Icon24SquareGrid3x3 } from "./24/square_grid_3x3";
|
|
@@ -2065,6 +2076,7 @@ export { default as Icon28TextLeftOutline } from "./28/text_left_outline";
|
|
|
2065
2076
|
export { default as Icon28TextLiveCircleFillGreen } from "./28/text_live_circle_fill_green";
|
|
2066
2077
|
export { default as Icon28TextLiveOutline } from "./28/text_live_outline";
|
|
2067
2078
|
export { default as Icon28TextOutline } from "./28/text_outline";
|
|
2079
|
+
export { default as Icon28TextRightOutline } from "./28/text_right_outline";
|
|
2068
2080
|
export { default as Icon28TextStrikethroughOutline } from "./28/text_strikethrough_outline";
|
|
2069
2081
|
export { default as Icon28TextUnderlineOutline } from "./28/text_underline_outline";
|
|
2070
2082
|
export { default as Icon28ThumbsDown } from "./28/thumbs_down";
|