@vkontakte/icons 1.184.0 → 1.187.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/arrow_up_rectangle.js +8 -0
- package/dist/16/connection.js +1 -1
- package/dist/20/picture_stack_outline.js +8 -0
- package/dist/20/verified.js +8 -0
- package/dist/24/arrow_down_to_square_outline.js +8 -0
- package/dist/24/hand_outline.js +8 -0
- package/dist/28/arrow_down_to_square_outline.js +8 -0
- package/dist/28/chevron_left.js +8 -0
- package/dist/56/rude_message_outline.js +8 -0
- package/dist/es6/16/arrow_up_rectangle.js +2 -0
- package/dist/es6/16/connection.js +1 -1
- package/dist/es6/20/picture_stack_outline.js +2 -0
- package/dist/es6/20/verified.js +2 -0
- package/dist/es6/24/arrow_down_to_square_outline.js +2 -0
- package/dist/es6/24/hand_outline.js +2 -0
- package/dist/es6/28/arrow_down_to_square_outline.js +2 -0
- package/dist/es6/28/chevron_left.js +2 -0
- package/dist/es6/56/rude_message_outline.js +2 -0
- package/dist/es6/index.js +8 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +60 -4
- package/dist/typings/16/arrow_up_rectangle.d.ts +9 -0
- package/dist/typings/20/picture_stack_outline.d.ts +9 -0
- package/dist/typings/20/verified.d.ts +9 -0
- package/dist/typings/24/arrow_down_to_square_outline.d.ts +9 -0
- package/dist/typings/24/hand_outline.d.ts +9 -0
- package/dist/typings/28/arrow_down_to_square_outline.d.ts +9 -0
- package/dist/typings/28/chevron_left.d.ts +9 -0
- package/dist/typings/56/rude_message_outline.d.ts +9 -0
- package/dist/typings/index.d.ts +8 -0
- package/package.json +1 -1
- package/src/svg/16/arrow_up_rectangle_16.svg +1 -0
- package/src/svg/16/connection_16.svg +1 -1
- package/src/svg/20/picture_stack_outline_20.svg +1 -0
- package/src/svg/20/verified_20.svg +1 -0
- package/src/svg/24/arrow_down_to_square_outline_24.svg +1 -0
- package/src/svg/24/hand_outline_24.svg +1 -0
- package/src/svg/28/arrow_down_to_square_outline_28.svg +1 -0
- package/src/svg/28/chevron_left_28.svg +1 -0
- package/src/svg/56/rude_message_outline_56.svg +1 -0
- package/ts/16/arrow_up_rectangle.ts +18 -0
- package/ts/16/connection.ts +1 -1
- package/ts/20/picture_stack_outline.ts +18 -0
- package/ts/20/verified.ts +18 -0
- package/ts/24/arrow_down_to_square_outline.ts +18 -0
- package/ts/24/hand_outline.ts +18 -0
- package/ts/28/arrow_down_to_square_outline.ts +18 -0
- package/ts/28/chevron_left.ts +18 -0
- package/ts/56/rude_message_outline.ts +18 -0
- package/ts/index.ts +8 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
var _svgIcon = require("../SvgIcon");
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon16ArrowUpRectangle", "arrow_up_rectangle_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="arrow_up_rectangle_16"><path fill-rule="evenodd" d="M10.281 2H5.72c-.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.273C1 5.494 1 6.045 1 6.719V9.28c0 .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.037h4.562c.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.273C15 10.505 15 9.954 15 9.28V6.72c0-.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-.318C11.506 2 10.955 2 10.281 2ZM7.78 4.1l-2.2 2.398A.3.3 0 0 0 5.8 7h1.45v4.25a.75.75 0 0 0 1.5 0V7h1.448a.3.3 0 0 0 .221-.503L8.221 4.101a.3.3 0 0 0-.442 0Z" clip-rule="evenodd" /></symbol>', 16, 16);
|
|
8
|
+
exports.default = _default;
|
package/dist/16/connection.js
CHANGED
|
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
});
|
|
5
5
|
exports.default = void 0;
|
|
6
6
|
var _svgIcon = require("../SvgIcon");
|
|
7
|
-
var _default = (0, _svgIcon).makeIcon("Icon16Connection", "connection_16", "0 0 16 16", '<symbol
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon16Connection", "connection_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="connection_16"><path d="M12 2a1 1 0 0 0-1 1v10a1 1 0 1 0 2 0V3a1 1 0 0 0-1-1ZM7 5.5a1 1 0 0 1 2 0V13a1 1 0 1 1-2 0V5.5ZM3 8a1 1 0 0 1 2 0v5a1 1 0 1 1-2 0V8Z" /></symbol>', 16, 16);
|
|
8
8
|
exports.default = _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
var _svgIcon = require("../SvgIcon");
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon20PictureStackOutline", "picture_stack_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="picture_stack_outline_20"><path d="M7.5 2A1.5 1.5 0 0 0 6 3.5h8A1.5 1.5 0 0 0 12.5 2h-5ZM5.75 8a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Z" /><path fill-rule="evenodd" d="M1.827 6.638C1.5 7.28 1.5 8.12 1.5 9.8v2.9c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311c.642.327 1.482.327 3.162.327h7.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311c.327-.642.327-1.482.327-3.162V9.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C16.22 5 15.38 5 13.7 5H6.3c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311ZM13.7 6.5H6.3c-.865 0-1.423.001-1.848.036-.408.033-.559.09-.633.127a1.5 1.5 0 0 0-.656.656c-.037.074-.094.225-.127.633C3 8.377 3 8.935 3 9.8v2.9c0 .865.001 1.423.036 1.848.033.408.09.559.127.633a1.5 1.5 0 0 0 .408.496.759.759 0 0 1 .083-.097l3.08-3.035c.084-.083.176-.174.262-.246a1.24 1.24 0 0 1 .418-.241c.245-.08.51-.083.756-.008.185.057.324.154.423.234.087.07.18.159.267.24l.93.882 3.38-3.352c.087-.086.18-.179.268-.253.1-.083.24-.185.428-.245.25-.081.52-.08.77.001.188.062.328.164.427.248.087.074.18.168.266.254L17 11.729V9.8c0-.865-.001-1.423-.036-1.848-.033-.408-.09-.559-.127-.633a1.5 1.5 0 0 0-.656-.656c-.074-.037-.225-.094-.633-.127-.425-.035-.983-.036-1.848-.036Zm3.294 7.345-2.746-2.747-3.382 3.353c-.085.083-.176.174-.262.247a1.26 1.26 0 0 1-.419.243 1.25 1.25 0 0 1-.757.008 1.259 1.259 0 0 1-.424-.233 4.686 4.686 0 0 1-.268-.242l-.93-.88-2.438 2.403C5.634 16 5.94 16 6.3 16h7.4c.865 0 1.423-.001 1.848-.036.408-.033.559-.09.633-.128a1.5 1.5 0 0 0 .655-.655c.038-.074.095-.225.128-.633.016-.199.025-.428.03-.703Z" clip-rule="evenodd" /></symbol>', 20, 20);
|
|
8
|
+
exports.default = _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
var _svgIcon = require("../SvgIcon");
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon20Verified", "verified_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="verified_20"><path d="m5.625 11.982-1.929-1.928A1.25 1.25 0 0 0 1.93 11.82l2.812 2.813a1.25 1.25 0 0 0 1.768 0l6.56-6.563a1.25 1.25 0 0 0-1.767-1.767l-5.679 5.678Z" /></symbol>', 20, 20);
|
|
8
|
+
exports.default = _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
var _svgIcon = require("../SvgIcon");
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon24ArrowDownToSquareOutline", "arrow_down_to_square_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="arrow_down_to_square_outline_24"><path d="M12.897 2.9a.9.9 0 1 0-1.8 0v11.027l-1.66-1.663a.9.9 0 1 0-1.274 1.272l3.197 3.202a.9.9 0 0 0 1.274 0l3.202-3.201a.9.9 0 0 0-1.273-1.274l-1.666 1.666V2.9ZM16.14 7c.45 0 .606.001.728.014a2.6 2.6 0 0 1 2.318 2.318c.013.122.014.278.014.728v5.44c0 .995 0 1.687-.044 2.226-.044.527-.124.828-.24 1.054a2.6 2.6 0 0 1-1.135 1.137c-.227.115-.527.195-1.055.238-.539.044-1.23.045-2.226.045H9.502c-.995 0-1.687 0-2.225-.045-.528-.043-.829-.123-1.055-.238a2.6 2.6 0 0 1-1.136-1.137c-.116-.226-.196-.527-.239-1.055-.044-.538-.045-1.23-.045-2.225V9.549A2.6 2.6 0 0 1 7.493 7h.604a.9.9 0 0 0 0-1.8h-.781a4.4 4.4 0 0 0-4.312 4.312v6.026c0 .948 0 1.714.05 2.334.052.64.163 1.203.429 1.726a4.4 4.4 0 0 0 1.923 1.922c.522.267 1.086.377 1.725.43.62.05 1.386.05 2.334.05h5.075c.947 0 1.713 0 2.333-.05.64-.053 1.203-.163 1.726-.43a4.4 4.4 0 0 0 1.923-1.922c.266-.523.376-1.087.428-1.726.051-.62.051-1.386.051-2.334v-5.532c0-.375 0-.633-.023-.86a4.4 4.4 0 0 0-3.923-3.923c-.227-.023-.485-.023-.86-.023h-.3a.9.9 0 1 0 0 1.8h.246Z" /></symbol>', 24, 24);
|
|
8
|
+
exports.default = _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
var _svgIcon = require("../SvgIcon");
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon24HandOutline", "hand_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="hand_outline_24"><path fill-rule="evenodd" d="M4 8.825c0-1.283 1.02-2.411 2.394-2.411.13 0 .258.01.382.03v-.385c0-1.266 1-2.419 2.395-2.419.17 0 .336.017.494.05C9.964 2.74 10.834 2 11.949 2c1.238 0 2.187.916 2.365 2.035A2.388 2.388 0 0 1 17.122 6.4v3.151a2.377 2.377 0 0 1 1.39-.432c.989.008 1.712.6 2.114 1.222a2.4 2.4 0 0 1 .368 1.135c.021.317-.01.74-.206 1.164l-2.126 4.612c-.64 1.39-1.767 2.556-3.016 3.371C14.4 21.437 12.88 22 11.352 22h-.791c-3.68 0-6.562-3.061-6.562-6.727V8.825ZM15.321 6.4c0-.347-.266-.6-.595-.6a.593.593 0 0 0-.595.6v4.783c0 .386-.26.71-.61.795a.77.77 0 0 1-.48-.037.815.815 0 0 1-.498-.757V4.416a.604.604 0 0 0-.595-.616.605.605 0 0 0-.595.616v6.768a.824.824 0 0 1-.498.757.762.762 0 0 1-.508.03.795.795 0 0 1-.48-.388.837.837 0 0 1-.1-.4V6.056a.628.628 0 0 0-.214-.471.578.578 0 0 0-.382-.146.606.606 0 0 0-.595.617v5.534a.838.838 0 0 1-.37.69.764.764 0 0 1-.608.107.812.812 0 0 1-.61-.797V8.825a.627.627 0 0 0-.212-.467.58.58 0 0 0-.382-.144.602.602 0 0 0-.596.61v6.449c0 2.729 2.132 4.927 4.762 4.927h.791c2.201 0 4.734-1.657 5.676-3.701l2.125-4.613a.664.664 0 0 0-.04-.569c-.338-.525-.887-.532-1.225-.014l-.004.006-1.728 2.678c-.457.71-.834.596-.834-.264V6.4Z" clip-rule="evenodd" /></symbol>', 24, 24);
|
|
8
|
+
exports.default = _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
var _svgIcon = require("../SvgIcon");
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon28ArrowDownToSquareOutline", "arrow_down_to_square_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="arrow_down_to_square_outline_28"><path d="M15 3a1 1 0 1 0-2 0v13.586l-2.293-2.293a1 1 0 0 0-1.414 1.414l4 4 .006.007a1 1 0 0 0 .698.286h.006a.996.996 0 0 0 .697-.286l.008-.008 4-3.999a1 1 0 0 0-1.415-1.414L15 16.586V3ZM8.98 6h-.02c-1.525.062-2.332.299-3.145.733a5.02 5.02 0 0 0-2.082 2.082C3.194 9.823 3 10.814 3 13.023v5.954c0 2.21.194 3.2.733 4.208a5.02 5.02 0 0 0 2.082 2.082c1.008.539 1.999.733 4.208.733h7.954c2.21 0 3.2-.194 4.208-.733a5.019 5.019 0 0 0 2.082-2.082c.539-1.008.733-1.999.733-4.207v-5.956c0-2.208-.194-3.2-.733-4.207a5.02 5.02 0 0 0-2.082-2.082c-.813-.434-1.62-.67-3.145-.732L19.02 6H18a1 1 0 1 0 0 2h.98c1.28.053 1.776.237 2.261.497.547.292.97.715 1.262 1.262.307.572.497 1.168.497 3.264v5.954c0 2.096-.19 2.692-.497 3.264a3.02 3.02 0 0 1-1.262 1.262c-.572.307-1.168.497-3.264.497h-7.954c-2.096 0-2.692-.19-3.264-.497a3.02 3.02 0 0 1-1.262-1.262C5.19 21.67 5 21.073 5 18.977v-5.954c0-2.096.19-2.691.497-3.264a3.02 3.02 0 0 1 1.262-1.262c.485-.26.98-.444 2.262-.497H10a1 1 0 1 0 0-2H8.98Z" /></symbol>', 28, 28);
|
|
8
|
+
exports.default = _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
var _svgIcon = require("../SvgIcon");
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon28ChevronLeft", "chevron_left_28", "0 0 20 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 28" id="chevron_left_28"><path fill-rule="evenodd" d="M14.96 4.48a1.4 1.4 0 0 1 .06 1.98L7.923 14l7.097 7.54a1.4 1.4 0 1 1-2.04 1.92l-8-8.5a1.4 1.4 0 0 1 0-1.92l8-8.5a1.4 1.4 0 0 1 1.98-.06Z" clip-rule="evenodd" /></symbol>', 20, 28);
|
|
8
|
+
exports.default = _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
var _svgIcon = require("../SvgIcon");
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon56RudeMessageOutline", "rude_message_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="rude_message_outline_56"><path fill-rule="evenodd" d="M28.5 9c-6.873 0-12.854 3.031-16.311 7.523a1.5 1.5 0 1 1-2.378-1.83C13.878 9.411 20.765 6 28.5 6c7.688 0 14.537 3.369 18.613 8.596a1.5 1.5 0 1 1-2.366 1.845C41.28 11.994 35.331 9 28.5 9ZM14.558 37.421a1.5 1.5 0 0 1 .999 1.871c-.037.124-.077.248-.118.374-.572 1.753-1.497 3.774-2.75 6.05 4.196-1.103 7.3-2.392 9.398-3.823a1.5 1.5 0 0 1 1.19-.22c1.66.393 3.412.603 5.223.603 5.003 0 9.542-1.607 12.975-4.222a1.5 1.5 0 0 1 1.817 2.386c-3.969 3.024-9.15 4.837-14.792 4.837a25.72 25.72 0 0 1-5.276-.543c-2.682 1.688-6.377 3.07-10.997 4.192a2.482 2.482 0 0 1-2.865-3.387c.011-.027.023-.053.036-.08l.051-.102a1.54 1.54 0 0 1 .039-.071l.24-.423.002-.002c1.377-2.437 2.319-4.474 2.857-6.126l.1-.315a1.5 1.5 0 0 1 1.87-.999Zm-8.711-3.753.58-2.716H5.083C4.42 30.952 4 30.57 4 29.993c0-.726.515-1.2 1.342-1.2h1.546l.58-2.736H6.06c-.665 0-1.084-.384-1.084-.96 0-.726.515-1.21 1.342-1.21h1.6l.622-2.827c.15-.707.57-1.06 1.289-1.06.665 0 1.073.363 1.073.949 0 .11-.021.272-.043.393l-.547 2.544h2.813l.612-2.816c.15-.717.58-1.07 1.288-1.07.677 0 1.074.363 1.074.949 0 .11-.011.272-.043.393l-.548 2.544h1.396c.676 0 1.095.384 1.095.96 0 .726-.515 1.2-1.342 1.2h-1.61l-.58 2.726h1.45c.665 0 1.084.394 1.084.969 0 .727-.516 1.211-1.342 1.211h-1.643l-.644 2.988c-.15.707-.58 1.06-1.289 1.06-.676 0-1.073-.363-1.073-.949 0-.11.01-.272.043-.383l.58-2.716H8.81l-.644 2.998c-.15.707-.57 1.05-1.289 1.05-.665 0-1.073-.363-1.073-.949 0-.11.021-.272.043-.383Zm3.886-7.803-.666 3.099h3.125l.676-3.1H9.733Z" clip-rule="evenodd" /><path d="M24.765 35c.476 0 .763-.181 1.1-.695l4.27-6.523 3.932-5.95c.169-.262.277-.513.277-.785 0-.614-.475-1.047-1.09-1.047-.574 0-.851.211-1.188.725l-4.101 6.292-4.082 6.14c-.168.252-.267.474-.267.826 0 .634.564 1.017 1.149 1.017Z" /><path fill-rule="evenodd" d="M23.477 28.094c2.11 0 3.467-1.53 3.467-4.067 0-2.567-1.367-4.017-3.467-4.017-2.11 0-3.477 1.46-3.477 4.017 0 2.547 1.357 4.067 3.477 4.067Zm0-1.893c-.584 0-.98-.634-.98-2.164 0-1.55.396-2.134.98-2.134.575 0 .971.584.971 2.124s-.396 2.174-.97 2.174ZM34.533 35C36.653 35 38 33.46 38 30.933c0-2.567-1.367-4.017-3.467-4.017s-3.468 1.46-3.468 4.017c0 2.547 1.348 4.067 3.468 4.067Zm0-1.903c-.585 0-.971-.624-.971-2.164 0-1.55.386-2.134.97-2.134.585 0 .972.584.972 2.134 0 1.54-.387 2.164-.971 2.164Zm16.361 1.853c.648 0 1.106-.504 1.106-1.1 0-.342-.086-.584-.439-.967l-.887-.978c.754-1.078 1.164-2.6 1.164-4.294 0-.776-.41-1.32-1.145-1.32-.734 0-1.125.493-1.145 1.31-.009 1.16-.21 1.915-.524 2.49l-2.614-2.984c1.908-1.099 2.786-2.288 2.786-3.78 0-1.956-1.584-3.327-3.835-3.327-2.242 0-3.901 1.431-3.901 3.377 0 1.069.467 1.976 1.707 3.327a77.049 77.049 0 0 1-.62.353C40.792 28.075 40 29.273 40 30.927 40 33.397 41.88 35 44.798 35c1.67 0 3.243-.544 4.264-1.472l.782.887c.363.404.62.535 1.05.535Zm-5.772-9.214c-.934-.958-1.278-1.532-1.278-2.208 0-.907.64-1.572 1.526-1.572.897 0 1.508.645 1.508 1.572 0 .877-.506 1.522-1.756 2.208Zm-.038 7.127c-1.478 0-2.48-.867-2.48-2.167 0-.898.42-1.543 1.46-2.238.085-.05.276-.162.381-.212l3.157 3.609c-.534.615-1.526 1.008-2.518 1.008Z" clip-rule="evenodd" /></symbol>', 56, 56);
|
|
8
|
+
exports.default = _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon16ArrowUpRectangle", "arrow_up_rectangle_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="arrow_up_rectangle_16"><path fill-rule="evenodd" d="M10.281 2H5.72c-.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.273C1 5.494 1 6.045 1 6.719V9.28c0 .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.037h4.562c.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.273C15 10.505 15 9.954 15 9.28V6.72c0-.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-.318C11.506 2 10.955 2 10.281 2ZM7.78 4.1l-2.2 2.398A.3.3 0 0 0 5.8 7h1.45v4.25a.75.75 0 0 0 1.5 0V7h1.448a.3.3 0 0 0 .221-.503L8.221 4.101a.3.3 0 0 0-.442 0Z" clip-rule="evenodd" /></symbol>', 16, 16);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { makeIcon } from "../SvgIcon";
|
|
2
|
-
export default makeIcon("Icon16Connection", "connection_16", "0 0 16 16", '<symbol
|
|
2
|
+
export default makeIcon("Icon16Connection", "connection_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="connection_16"><path d="M12 2a1 1 0 0 0-1 1v10a1 1 0 1 0 2 0V3a1 1 0 0 0-1-1ZM7 5.5a1 1 0 0 1 2 0V13a1 1 0 1 1-2 0V5.5ZM3 8a1 1 0 0 1 2 0v5a1 1 0 1 1-2 0V8Z" /></symbol>', 16, 16);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20PictureStackOutline", "picture_stack_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="picture_stack_outline_20"><path d="M7.5 2A1.5 1.5 0 0 0 6 3.5h8A1.5 1.5 0 0 0 12.5 2h-5ZM5.75 8a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Z" /><path fill-rule="evenodd" d="M1.827 6.638C1.5 7.28 1.5 8.12 1.5 9.8v2.9c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311c.642.327 1.482.327 3.162.327h7.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311c.327-.642.327-1.482.327-3.162V9.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C16.22 5 15.38 5 13.7 5H6.3c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311ZM13.7 6.5H6.3c-.865 0-1.423.001-1.848.036-.408.033-.559.09-.633.127a1.5 1.5 0 0 0-.656.656c-.037.074-.094.225-.127.633C3 8.377 3 8.935 3 9.8v2.9c0 .865.001 1.423.036 1.848.033.408.09.559.127.633a1.5 1.5 0 0 0 .408.496.759.759 0 0 1 .083-.097l3.08-3.035c.084-.083.176-.174.262-.246a1.24 1.24 0 0 1 .418-.241c.245-.08.51-.083.756-.008.185.057.324.154.423.234.087.07.18.159.267.24l.93.882 3.38-3.352c.087-.086.18-.179.268-.253.1-.083.24-.185.428-.245.25-.081.52-.08.77.001.188.062.328.164.427.248.087.074.18.168.266.254L17 11.729V9.8c0-.865-.001-1.423-.036-1.848-.033-.408-.09-.559-.127-.633a1.5 1.5 0 0 0-.656-.656c-.074-.037-.225-.094-.633-.127-.425-.035-.983-.036-1.848-.036Zm3.294 7.345-2.746-2.747-3.382 3.353c-.085.083-.176.174-.262.247a1.26 1.26 0 0 1-.419.243 1.25 1.25 0 0 1-.757.008 1.259 1.259 0 0 1-.424-.233 4.686 4.686 0 0 1-.268-.242l-.93-.88-2.438 2.403C5.634 16 5.94 16 6.3 16h7.4c.865 0 1.423-.001 1.848-.036.408-.033.559-.09.633-.128a1.5 1.5 0 0 0 .655-.655c.038-.074.095-.225.128-.633.016-.199.025-.428.03-.703Z" clip-rule="evenodd" /></symbol>', 20, 20);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20Verified", "verified_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="verified_20"><path d="m5.625 11.982-1.929-1.928A1.25 1.25 0 0 0 1.93 11.82l2.812 2.813a1.25 1.25 0 0 0 1.768 0l6.56-6.563a1.25 1.25 0 0 0-1.767-1.767l-5.679 5.678Z" /></symbol>', 20, 20);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon24ArrowDownToSquareOutline", "arrow_down_to_square_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="arrow_down_to_square_outline_24"><path d="M12.897 2.9a.9.9 0 1 0-1.8 0v11.027l-1.66-1.663a.9.9 0 1 0-1.274 1.272l3.197 3.202a.9.9 0 0 0 1.274 0l3.202-3.201a.9.9 0 0 0-1.273-1.274l-1.666 1.666V2.9ZM16.14 7c.45 0 .606.001.728.014a2.6 2.6 0 0 1 2.318 2.318c.013.122.014.278.014.728v5.44c0 .995 0 1.687-.044 2.226-.044.527-.124.828-.24 1.054a2.6 2.6 0 0 1-1.135 1.137c-.227.115-.527.195-1.055.238-.539.044-1.23.045-2.226.045H9.502c-.995 0-1.687 0-2.225-.045-.528-.043-.829-.123-1.055-.238a2.6 2.6 0 0 1-1.136-1.137c-.116-.226-.196-.527-.239-1.055-.044-.538-.045-1.23-.045-2.225V9.549A2.6 2.6 0 0 1 7.493 7h.604a.9.9 0 0 0 0-1.8h-.781a4.4 4.4 0 0 0-4.312 4.312v6.026c0 .948 0 1.714.05 2.334.052.64.163 1.203.429 1.726a4.4 4.4 0 0 0 1.923 1.922c.522.267 1.086.377 1.725.43.62.05 1.386.05 2.334.05h5.075c.947 0 1.713 0 2.333-.05.64-.053 1.203-.163 1.726-.43a4.4 4.4 0 0 0 1.923-1.922c.266-.523.376-1.087.428-1.726.051-.62.051-1.386.051-2.334v-5.532c0-.375 0-.633-.023-.86a4.4 4.4 0 0 0-3.923-3.923c-.227-.023-.485-.023-.86-.023h-.3a.9.9 0 1 0 0 1.8h.246Z" /></symbol>', 24, 24);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon24HandOutline", "hand_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="hand_outline_24"><path fill-rule="evenodd" d="M4 8.825c0-1.283 1.02-2.411 2.394-2.411.13 0 .258.01.382.03v-.385c0-1.266 1-2.419 2.395-2.419.17 0 .336.017.494.05C9.964 2.74 10.834 2 11.949 2c1.238 0 2.187.916 2.365 2.035A2.388 2.388 0 0 1 17.122 6.4v3.151a2.377 2.377 0 0 1 1.39-.432c.989.008 1.712.6 2.114 1.222a2.4 2.4 0 0 1 .368 1.135c.021.317-.01.74-.206 1.164l-2.126 4.612c-.64 1.39-1.767 2.556-3.016 3.371C14.4 21.437 12.88 22 11.352 22h-.791c-3.68 0-6.562-3.061-6.562-6.727V8.825ZM15.321 6.4c0-.347-.266-.6-.595-.6a.593.593 0 0 0-.595.6v4.783c0 .386-.26.71-.61.795a.77.77 0 0 1-.48-.037.815.815 0 0 1-.498-.757V4.416a.604.604 0 0 0-.595-.616.605.605 0 0 0-.595.616v6.768a.824.824 0 0 1-.498.757.762.762 0 0 1-.508.03.795.795 0 0 1-.48-.388.837.837 0 0 1-.1-.4V6.056a.628.628 0 0 0-.214-.471.578.578 0 0 0-.382-.146.606.606 0 0 0-.595.617v5.534a.838.838 0 0 1-.37.69.764.764 0 0 1-.608.107.812.812 0 0 1-.61-.797V8.825a.627.627 0 0 0-.212-.467.58.58 0 0 0-.382-.144.602.602 0 0 0-.596.61v6.449c0 2.729 2.132 4.927 4.762 4.927h.791c2.201 0 4.734-1.657 5.676-3.701l2.125-4.613a.664.664 0 0 0-.04-.569c-.338-.525-.887-.532-1.225-.014l-.004.006-1.728 2.678c-.457.71-.834.596-.834-.264V6.4Z" clip-rule="evenodd" /></symbol>', 24, 24);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon28ArrowDownToSquareOutline", "arrow_down_to_square_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="arrow_down_to_square_outline_28"><path d="M15 3a1 1 0 1 0-2 0v13.586l-2.293-2.293a1 1 0 0 0-1.414 1.414l4 4 .006.007a1 1 0 0 0 .698.286h.006a.996.996 0 0 0 .697-.286l.008-.008 4-3.999a1 1 0 0 0-1.415-1.414L15 16.586V3ZM8.98 6h-.02c-1.525.062-2.332.299-3.145.733a5.02 5.02 0 0 0-2.082 2.082C3.194 9.823 3 10.814 3 13.023v5.954c0 2.21.194 3.2.733 4.208a5.02 5.02 0 0 0 2.082 2.082c1.008.539 1.999.733 4.208.733h7.954c2.21 0 3.2-.194 4.208-.733a5.019 5.019 0 0 0 2.082-2.082c.539-1.008.733-1.999.733-4.207v-5.956c0-2.208-.194-3.2-.733-4.207a5.02 5.02 0 0 0-2.082-2.082c-.813-.434-1.62-.67-3.145-.732L19.02 6H18a1 1 0 1 0 0 2h.98c1.28.053 1.776.237 2.261.497.547.292.97.715 1.262 1.262.307.572.497 1.168.497 3.264v5.954c0 2.096-.19 2.692-.497 3.264a3.02 3.02 0 0 1-1.262 1.262c-.572.307-1.168.497-3.264.497h-7.954c-2.096 0-2.692-.19-3.264-.497a3.02 3.02 0 0 1-1.262-1.262C5.19 21.67 5 21.073 5 18.977v-5.954c0-2.096.19-2.691.497-3.264a3.02 3.02 0 0 1 1.262-1.262c.485-.26.98-.444 2.262-.497H10a1 1 0 1 0 0-2H8.98Z" /></symbol>', 28, 28);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon28ChevronLeft", "chevron_left_28", "0 0 20 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 28" id="chevron_left_28"><path fill-rule="evenodd" d="M14.96 4.48a1.4 1.4 0 0 1 .06 1.98L7.923 14l7.097 7.54a1.4 1.4 0 1 1-2.04 1.92l-8-8.5a1.4 1.4 0 0 1 0-1.92l8-8.5a1.4 1.4 0 0 1 1.98-.06Z" clip-rule="evenodd" /></symbol>', 20, 28);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon56RudeMessageOutline", "rude_message_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="rude_message_outline_56"><path fill-rule="evenodd" d="M28.5 9c-6.873 0-12.854 3.031-16.311 7.523a1.5 1.5 0 1 1-2.378-1.83C13.878 9.411 20.765 6 28.5 6c7.688 0 14.537 3.369 18.613 8.596a1.5 1.5 0 1 1-2.366 1.845C41.28 11.994 35.331 9 28.5 9ZM14.558 37.421a1.5 1.5 0 0 1 .999 1.871c-.037.124-.077.248-.118.374-.572 1.753-1.497 3.774-2.75 6.05 4.196-1.103 7.3-2.392 9.398-3.823a1.5 1.5 0 0 1 1.19-.22c1.66.393 3.412.603 5.223.603 5.003 0 9.542-1.607 12.975-4.222a1.5 1.5 0 0 1 1.817 2.386c-3.969 3.024-9.15 4.837-14.792 4.837a25.72 25.72 0 0 1-5.276-.543c-2.682 1.688-6.377 3.07-10.997 4.192a2.482 2.482 0 0 1-2.865-3.387c.011-.027.023-.053.036-.08l.051-.102a1.54 1.54 0 0 1 .039-.071l.24-.423.002-.002c1.377-2.437 2.319-4.474 2.857-6.126l.1-.315a1.5 1.5 0 0 1 1.87-.999Zm-8.711-3.753.58-2.716H5.083C4.42 30.952 4 30.57 4 29.993c0-.726.515-1.2 1.342-1.2h1.546l.58-2.736H6.06c-.665 0-1.084-.384-1.084-.96 0-.726.515-1.21 1.342-1.21h1.6l.622-2.827c.15-.707.57-1.06 1.289-1.06.665 0 1.073.363 1.073.949 0 .11-.021.272-.043.393l-.547 2.544h2.813l.612-2.816c.15-.717.58-1.07 1.288-1.07.677 0 1.074.363 1.074.949 0 .11-.011.272-.043.393l-.548 2.544h1.396c.676 0 1.095.384 1.095.96 0 .726-.515 1.2-1.342 1.2h-1.61l-.58 2.726h1.45c.665 0 1.084.394 1.084.969 0 .727-.516 1.211-1.342 1.211h-1.643l-.644 2.988c-.15.707-.58 1.06-1.289 1.06-.676 0-1.073-.363-1.073-.949 0-.11.01-.272.043-.383l.58-2.716H8.81l-.644 2.998c-.15.707-.57 1.05-1.289 1.05-.665 0-1.073-.363-1.073-.949 0-.11.021-.272.043-.383Zm3.886-7.803-.666 3.099h3.125l.676-3.1H9.733Z" clip-rule="evenodd" /><path d="M24.765 35c.476 0 .763-.181 1.1-.695l4.27-6.523 3.932-5.95c.169-.262.277-.513.277-.785 0-.614-.475-1.047-1.09-1.047-.574 0-.851.211-1.188.725l-4.101 6.292-4.082 6.14c-.168.252-.267.474-.267.826 0 .634.564 1.017 1.149 1.017Z" /><path fill-rule="evenodd" d="M23.477 28.094c2.11 0 3.467-1.53 3.467-4.067 0-2.567-1.367-4.017-3.467-4.017-2.11 0-3.477 1.46-3.477 4.017 0 2.547 1.357 4.067 3.477 4.067Zm0-1.893c-.584 0-.98-.634-.98-2.164 0-1.55.396-2.134.98-2.134.575 0 .971.584.971 2.124s-.396 2.174-.97 2.174ZM34.533 35C36.653 35 38 33.46 38 30.933c0-2.567-1.367-4.017-3.467-4.017s-3.468 1.46-3.468 4.017c0 2.547 1.348 4.067 3.468 4.067Zm0-1.903c-.585 0-.971-.624-.971-2.164 0-1.55.386-2.134.97-2.134.585 0 .972.584.972 2.134 0 1.54-.387 2.164-.971 2.164Zm16.361 1.853c.648 0 1.106-.504 1.106-1.1 0-.342-.086-.584-.439-.967l-.887-.978c.754-1.078 1.164-2.6 1.164-4.294 0-.776-.41-1.32-1.145-1.32-.734 0-1.125.493-1.145 1.31-.009 1.16-.21 1.915-.524 2.49l-2.614-2.984c1.908-1.099 2.786-2.288 2.786-3.78 0-1.956-1.584-3.327-3.835-3.327-2.242 0-3.901 1.431-3.901 3.377 0 1.069.467 1.976 1.707 3.327a77.049 77.049 0 0 1-.62.353C40.792 28.075 40 29.273 40 30.927 40 33.397 41.88 35 44.798 35c1.67 0 3.243-.544 4.264-1.472l.782.887c.363.404.62.535 1.05.535Zm-5.772-9.214c-.934-.958-1.278-1.532-1.278-2.208 0-.907.64-1.572 1.526-1.572.897 0 1.508.645 1.508 1.572 0 .877-.506 1.522-1.756 2.208Zm-.038 7.127c-1.478 0-2.48-.867-2.48-2.167 0-.898.42-1.543 1.46-2.238.085-.05.276-.162.381-.212l3.157 3.609c-.534.615-1.526 1.008-2.518 1.008Z" clip-rule="evenodd" /></symbol>', 56, 56);
|
package/dist/es6/index.js
CHANGED
|
@@ -88,6 +88,7 @@ export { default as Icon16ArrowshapeRightOutline } from "./16/arrowshape_right_o
|
|
|
88
88
|
export { default as Icon16ArrowsUpDown } from "./16/arrows_up_down";
|
|
89
89
|
export { default as Icon16ArrowTriangleDown } from "./16/arrow_triangle_down";
|
|
90
90
|
export { default as Icon16ArrowTriangleUp } from "./16/arrow_triangle_up";
|
|
91
|
+
export { default as Icon16ArrowUpRectangle } from "./16/arrow_up_rectangle";
|
|
91
92
|
export { default as Icon16ArticleBoxOutline } from "./16/article_box_outline";
|
|
92
93
|
export { default as Icon16ArticleOutline } from "./16/article_outline";
|
|
93
94
|
export { default as Icon16ArticlesOutline } from "./16/articles_outline";
|
|
@@ -553,6 +554,7 @@ export { default as Icon20PhoneCircleFillGreen } from "./20/phone_circle_fill_gr
|
|
|
553
554
|
export { default as Icon20PhoneDown } from "./20/phone_down";
|
|
554
555
|
export { default as Icon20PhoneOutline } from "./20/phone_outline";
|
|
555
556
|
export { default as Icon20PictureOutline } from "./20/picture_outline";
|
|
557
|
+
export { default as Icon20PictureStackOutline } from "./20/picture_stack_outline";
|
|
556
558
|
export { default as Icon20Pin } from "./20/pin";
|
|
557
559
|
export { default as Icon20PinDotOutline } from "./20/pin_dot_outline";
|
|
558
560
|
export { default as Icon20PinOutline } from "./20/pin_outline";
|
|
@@ -659,6 +661,7 @@ export { default as Icon20UserSlashOutline } from "./20/user_slash_outline";
|
|
|
659
661
|
export { default as Icon20UsersOutline } from "./20/users_outline";
|
|
660
662
|
export { default as Icon20UserSquareOutline } from "./20/user_square_outline";
|
|
661
663
|
export { default as Icon20UsersSlashOutline } from "./20/users_slash_outline";
|
|
664
|
+
export { default as Icon20Verified } from "./20/verified";
|
|
662
665
|
export { default as Icon20Videocam } from "./20/videocam";
|
|
663
666
|
export { default as Icon20VideoCameraCircleFillRed } from "./20/video_camera_circle_fill_red";
|
|
664
667
|
export { default as Icon20VideocamOutline } from "./20/videocam_outline";
|
|
@@ -704,6 +707,7 @@ export { default as Icon24ArchiveOutline } from "./24/archive_outline";
|
|
|
704
707
|
export { default as Icon24ArmchairOutline } from "./24/armchair_outline";
|
|
705
708
|
export { default as Icon24Arrow2SquarepathOutline } from "./24/arrow_2_squarepath_outline";
|
|
706
709
|
export { default as Icon24ArrowDownOutline } from "./24/arrow_down_outline";
|
|
710
|
+
export { default as Icon24ArrowDownToSquareOutline } from "./24/arrow_down_to_square_outline";
|
|
707
711
|
export { default as Icon24ArrowEnterSquareOutline } from "./24/arrow_enter_square_outline";
|
|
708
712
|
export { default as Icon24ArrowLeftOutline } from "./24/arrow_left_outline";
|
|
709
713
|
export { default as Icon24ArrowRightCircleOutline } from "./24/arrow_right_circle_outline";
|
|
@@ -855,6 +859,7 @@ export { default as Icon24GoodsCollection } from "./24/goods_collection";
|
|
|
855
859
|
export { default as Icon24GraphOutline } from "./24/graph_outline";
|
|
856
860
|
export { default as Icon24GunOutline } from "./24/gun_outline";
|
|
857
861
|
export { default as Icon24HammerOutline } from "./24/hammer_outline";
|
|
862
|
+
export { default as Icon24HandOutline } from "./24/hand_outline";
|
|
858
863
|
export { default as Icon24HangerOutline } from "./24/hanger_outline";
|
|
859
864
|
export { default as Icon24Headphones } from "./24/headphones";
|
|
860
865
|
export { default as Icon24HealthOutline } from "./24/health_outline";
|
|
@@ -1170,6 +1175,7 @@ export { default as Icon28ArchiveCircleFillGray } from "./28/archive_circle_fill
|
|
|
1170
1175
|
export { default as Icon28ArchiveOutline } from "./28/archive_outline";
|
|
1171
1176
|
export { default as Icon28ArmchairOutline } from "./28/armchair_outline";
|
|
1172
1177
|
export { default as Icon28ArrowDownOutline } from "./28/arrow_down_outline";
|
|
1178
|
+
export { default as Icon28ArrowDownToSquareOutline } from "./28/arrow_down_to_square_outline";
|
|
1173
1179
|
export { default as Icon28ArrowLeftOutline } from "./28/arrow_left_outline";
|
|
1174
1180
|
export { default as Icon28ArrowRightCircleOutline } from "./28/arrow_right_circle_outline";
|
|
1175
1181
|
export { default as Icon28ArrowRightOutline } from "./28/arrow_right_outline";
|
|
@@ -1250,6 +1256,7 @@ export { default as Icon28CheckSquareOutline } from "./28/check_square_outline";
|
|
|
1250
1256
|
export { default as Icon28ChefHatOutline } from "./28/chef_hat_outline";
|
|
1251
1257
|
export { default as Icon28ChevronBack } from "./28/chevron_back";
|
|
1252
1258
|
export { default as Icon28ChevronDownOutline } from "./28/chevron_down_outline";
|
|
1259
|
+
export { default as Icon28ChevronLeft } from "./28/chevron_left";
|
|
1253
1260
|
export { default as Icon28ChevronLeftOutline } from "./28/chevron_left_outline";
|
|
1254
1261
|
export { default as Icon28ChevronRightCircleOutline } from "./28/chevron_right_circle_outline";
|
|
1255
1262
|
export { default as Icon28ChevronRightOutline } from "./28/chevron_right_outline";
|
|
@@ -2055,6 +2062,7 @@ export { default as Icon56QuestionOutline } from "./56/question_outline";
|
|
|
2055
2062
|
export { default as Icon56RecentOutline } from "./56/recent_outline";
|
|
2056
2063
|
export { default as Icon56ReportOutline } from "./56/report_outline";
|
|
2057
2064
|
export { default as Icon56RssVideoOutline } from "./56/rss_video_outline";
|
|
2065
|
+
export { default as Icon56RudeMessageOutline } from "./56/rude_message_outline";
|
|
2058
2066
|
export { default as Icon56SchoolOutline } from "./56/school_outline";
|
|
2059
2067
|
export { default as Icon56SearchLikeFilledOutline } from "./56/search_like_filled_outline";
|
|
2060
2068
|
export { default as Icon56SearchLikeOutline } from "./56/search_like_outline";
|