@vkontakte/icons 2.9.0 → 2.11.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/carousel_outline.js +8 -0
- package/dist/16/grid_outline.js +8 -0
- package/dist/20/archive_arrow_down_outline.js +8 -0
- package/dist/20/image_filter_outline.js +8 -0
- package/dist/20/zodiac_aquarius_outline.js +8 -0
- package/dist/20/zodiac_aries_outline.js +8 -0
- package/dist/20/zodiac_cancer_outline.js +8 -0
- package/dist/20/zodiac_capricorn_outline.js +8 -0
- package/dist/20/zodiac_gemini_outline.js +8 -0
- package/dist/20/zodiac_leo_outline.js +8 -0
- package/dist/20/zodiac_libra_outline.js +8 -0
- package/dist/20/zodiac_pisces_outline.js +8 -0
- package/dist/20/zodiac_sagittarius_outline.js +8 -0
- package/dist/20/zodiac_scorpio_outline.js +8 -0
- package/dist/20/zodiac_taurus_outline.js +8 -0
- package/dist/20/zodiac_virgo_outline.js +8 -0
- package/dist/24/blur_outline.js +8 -0
- package/dist/24/contrast_outline.js +8 -0
- package/dist/24/exposition_outline.js +8 -0
- package/dist/24/grain_outline.js +8 -0
- package/dist/24/highlights_outline.js +8 -0
- package/dist/24/money_circle_outline.js +1 -1
- package/dist/24/shadows_outline.js +8 -0
- package/dist/24/thermometer_outline.js +8 -0
- package/dist/24/triangle_outline.js +8 -0
- package/dist/28/chevron_right_circle.js +8 -0
- package/dist/28/video_add_square_outline.js +8 -0
- package/dist/es6/16/carousel_outline.js +2 -0
- package/dist/es6/16/grid_outline.js +2 -0
- package/dist/es6/20/archive_arrow_down_outline.js +2 -0
- package/dist/es6/20/image_filter_outline.js +2 -0
- package/dist/es6/20/zodiac_aquarius_outline.js +2 -0
- package/dist/es6/20/zodiac_aries_outline.js +2 -0
- package/dist/es6/20/zodiac_cancer_outline.js +2 -0
- package/dist/es6/20/zodiac_capricorn_outline.js +2 -0
- package/dist/es6/20/zodiac_gemini_outline.js +2 -0
- package/dist/es6/20/zodiac_leo_outline.js +2 -0
- package/dist/es6/20/zodiac_libra_outline.js +2 -0
- package/dist/es6/20/zodiac_pisces_outline.js +2 -0
- package/dist/es6/20/zodiac_sagittarius_outline.js +2 -0
- package/dist/es6/20/zodiac_scorpio_outline.js +2 -0
- package/dist/es6/20/zodiac_taurus_outline.js +2 -0
- package/dist/es6/20/zodiac_virgo_outline.js +2 -0
- package/dist/es6/24/blur_outline.js +2 -0
- package/dist/es6/24/contrast_outline.js +2 -0
- package/dist/es6/24/exposition_outline.js +2 -0
- package/dist/es6/24/grain_outline.js +2 -0
- package/dist/es6/24/highlights_outline.js +2 -0
- package/dist/es6/24/money_circle_outline.js +1 -1
- package/dist/es6/24/shadows_outline.js +2 -0
- package/dist/es6/24/thermometer_outline.js +2 -0
- package/dist/es6/24/triangle_outline.js +2 -0
- package/dist/es6/28/chevron_right_circle.js +2 -0
- package/dist/es6/28/video_add_square_outline.js +2 -0
- package/dist/es6/index.js +26 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +186 -4
- package/dist/typings/16/carousel_outline.d.ts +12 -0
- package/dist/typings/16/grid_outline.d.ts +12 -0
- package/dist/typings/20/archive_arrow_down_outline.d.ts +12 -0
- package/dist/typings/20/image_filter_outline.d.ts +12 -0
- package/dist/typings/20/zodiac_aquarius_outline.d.ts +12 -0
- package/dist/typings/20/zodiac_aries_outline.d.ts +12 -0
- package/dist/typings/20/zodiac_cancer_outline.d.ts +12 -0
- package/dist/typings/20/zodiac_capricorn_outline.d.ts +12 -0
- package/dist/typings/20/zodiac_gemini_outline.d.ts +12 -0
- package/dist/typings/20/zodiac_leo_outline.d.ts +12 -0
- package/dist/typings/20/zodiac_libra_outline.d.ts +12 -0
- package/dist/typings/20/zodiac_pisces_outline.d.ts +12 -0
- package/dist/typings/20/zodiac_sagittarius_outline.d.ts +12 -0
- package/dist/typings/20/zodiac_scorpio_outline.d.ts +12 -0
- package/dist/typings/20/zodiac_taurus_outline.d.ts +12 -0
- package/dist/typings/20/zodiac_virgo_outline.d.ts +12 -0
- package/dist/typings/24/blur_outline.d.ts +12 -0
- package/dist/typings/24/contrast_outline.d.ts +12 -0
- package/dist/typings/24/exposition_outline.d.ts +12 -0
- package/dist/typings/24/grain_outline.d.ts +12 -0
- package/dist/typings/24/highlights_outline.d.ts +12 -0
- package/dist/typings/24/shadows_outline.d.ts +12 -0
- package/dist/typings/24/thermometer_outline.d.ts +12 -0
- package/dist/typings/24/triangle_outline.d.ts +12 -0
- package/dist/typings/28/chevron_right_circle.d.ts +12 -0
- package/dist/typings/28/video_add_square_outline.d.ts +12 -0
- package/dist/typings/index.d.ts +26 -0
- package/package.json +1 -1
- package/src/svg/16/carousel_outline_16.svg +1 -0
- package/src/svg/16/grid_outline_16.svg +1 -0
- package/src/svg/20/archive_arrow_down_outline_20.svg +1 -0
- package/src/svg/20/image_filter_outline_20.svg +1 -0
- package/src/svg/20/zodiac_aquarius_outline_20.svg +1 -0
- package/src/svg/20/zodiac_aries_outline_20.svg +1 -0
- package/src/svg/20/zodiac_cancer_outline_20.svg +1 -0
- package/src/svg/20/zodiac_capricorn_outline_20.svg +1 -0
- package/src/svg/20/zodiac_gemini_outline_20.svg +1 -0
- package/src/svg/20/zodiac_leo_outline_20.svg +1 -0
- package/src/svg/20/zodiac_libra_outline_20.svg +1 -0
- package/src/svg/20/zodiac_pisces_outline_20.svg +1 -0
- package/src/svg/20/zodiac_sagittarius_outline_20.svg +1 -0
- package/src/svg/20/zodiac_scorpio_outline_20.svg +1 -0
- package/src/svg/20/zodiac_taurus_outline_20.svg +1 -0
- package/src/svg/20/zodiac_virgo_outline_20.svg +1 -0
- package/src/svg/24/blur_outline_24.svg +1 -0
- package/src/svg/24/contrast_outline_24.svg +1 -0
- package/src/svg/24/exposition_outline_24.svg +1 -0
- package/src/svg/24/grain_outline_24.svg +1 -0
- package/src/svg/24/highlights_outline_24.svg +1 -0
- package/src/svg/24/money_circle_outline_24.svg +1 -3
- package/src/svg/24/shadows_outline_24.svg +1 -0
- package/src/svg/24/thermometer_outline_24.svg +1 -0
- package/src/svg/24/triangle_outline_24.svg +1 -0
- package/src/svg/28/chevron_right_circle_28.svg +4 -0
- package/src/svg/28/video_add_square_outline_28.svg +1 -0
- package/ts/16/carousel_outline.ts +24 -0
- package/ts/16/grid_outline.ts +24 -0
- package/ts/20/archive_arrow_down_outline.ts +24 -0
- package/ts/20/image_filter_outline.ts +24 -0
- package/ts/20/zodiac_aquarius_outline.ts +24 -0
- package/ts/20/zodiac_aries_outline.ts +24 -0
- package/ts/20/zodiac_cancer_outline.ts +24 -0
- package/ts/20/zodiac_capricorn_outline.ts +24 -0
- package/ts/20/zodiac_gemini_outline.ts +24 -0
- package/ts/20/zodiac_leo_outline.ts +24 -0
- package/ts/20/zodiac_libra_outline.ts +24 -0
- package/ts/20/zodiac_pisces_outline.ts +24 -0
- package/ts/20/zodiac_sagittarius_outline.ts +24 -0
- package/ts/20/zodiac_scorpio_outline.ts +24 -0
- package/ts/20/zodiac_taurus_outline.ts +24 -0
- package/ts/20/zodiac_virgo_outline.ts +24 -0
- package/ts/24/blur_outline.ts +24 -0
- package/ts/24/contrast_outline.ts +24 -0
- package/ts/24/exposition_outline.ts +24 -0
- package/ts/24/grain_outline.ts +24 -0
- package/ts/24/highlights_outline.ts +24 -0
- package/ts/24/money_circle_outline.ts +1 -1
- package/ts/24/shadows_outline.ts +24 -0
- package/ts/24/thermometer_outline.ts +24 -0
- package/ts/24/triangle_outline.ts +24 -0
- package/ts/28/chevron_right_circle.ts +24 -0
- package/ts/28/video_add_square_outline.ts +24 -0
- package/ts/index.ts +26 -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("Icon16CarouselOutline", "carousel_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="carousel_outline_16"><path d="M13.719 1.5c-.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.273C9 4.995 9 5.545 9 6.219V9.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.671.037h.532a.75.75 0 0 0 0-1.5h-.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-.714-.03-.38-.031-.869-.031-1.581v-3.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.5a.75.75 0 0 0 0-1.5h-.531Zm-11.438 13c.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.273C7 11.006 7 10.455 7 9.781V6.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-.318C3.506 1.5 2.955 1.5 2.282 1.5H1.75a.75.75 0 0 0 0 1.5h.5c.712 0 1.202 0 1.58.032.371.03.57.085.714.159.33.168.597.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-.765.765c-.144.074-.343.13-.713.16-.38.03-.869.031-1.581.031h-.5a.75.75 0 0 0 0 1.5h.531Z" /></symbol>', 16, 16, false, undefined);
|
|
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("Icon16GridOutline", "grid_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="grid_outline_16"><path fill-rule="evenodd" d="M6.219 1.5H9.78c.674 0 1.224 0 1.672.037.463.037.882.118 1.273.317a3.25 3.25 0 0 1 1.42 1.42c.199.391.28.81.317 1.273.037.447.037.998.037 1.672V9.78c0 .674 0 1.224-.037 1.672-.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-.998.037-1.672.037H6.22c-.674 0-1.225 0-1.672-.037-.463-.037-.882-.118-1.272-.317a3.25 3.25 0 0 1-1.42-1.42c-.2-.391-.28-.81-.318-1.273-.037-.447-.037-.998-.037-1.672V6.22c0-.674 0-1.225.037-1.672.037-.463.118-.882.317-1.272a3.25 3.25 0 0 1 1.42-1.42c.391-.2.81-.28 1.273-.318.447-.037.998-.037 1.672-.037Zm-1.55 1.532c-.37.03-.57.085-.713.159a1.75 1.75 0 0 0-.765.765c-.074.144-.13.343-.16.713C3.002 5.05 3 5.538 3 6.25v1h4.25V3h-1c-.712 0-1.202 0-1.58.032ZM7.25 8.75H3v1c0 .712 0 1.202.032 1.58.03.371.085.57.159.714.168.33.435.598.765.765.144.074.343.13.713.16.38.03.869.031 1.581.031h1V8.75Zm1.5 0H13v1c0 .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-1V8.75ZM13 7.25H8.75V3h1c.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.581v1Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
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("Icon20ArchiveArrowDownOutline", "archive_arrow_down_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="archive_arrow_down_outline_20"><path d="M10.75 12.44V9.75a.75.75 0 0 0-1.5 0v2.69l-.97-.97a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.06 0l2.25-2.25a.75.75 0 1 0-1.06-1.06l-.97.97Z" /><path fill-rule="evenodd" d="M5.42 2c-.535 0-.98 0-1.345.03-.38.03-.736.098-1.073.27A2.75 2.75 0 0 0 1.8 3.502c-.172.337-.24.693-.27 1.073-.03.365-.03.81-.03 1.345v.05c0 .122 0 .255.01.37.01.13.036.3.126.477.12.236.311.427.547.547.176.09.348.116.478.127.105.008.225.009.339.009v4.982c0 .813 0 1.469.043 2 .045.546.14 1.026.366 1.47a3.75 3.75 0 0 0 1.639 1.64c.444.226.924.32 1.47.365.531.043 1.187.043 2 .043h2.964c.813 0 1.469 0 2-.043.546-.045 1.026-.14 1.47-.366a3.75 3.75 0 0 0 1.64-1.639c.226-.444.32-.924.365-1.47.043-.531.043-1.187.043-2V7.5c.114 0 .234 0 .34-.01.13-.01.3-.036.477-.126a1.25 1.25 0 0 0 .547-.547c.09-.176.116-.348.127-.478.01-.114.009-.247.009-.369v-.05c0-.535 0-.98-.03-1.345-.03-.38-.098-.736-.27-1.073A2.75 2.75 0 0 0 17 2.3c-.338-.172-.694-.24-1.074-.27C15.56 2 15.115 2 14.58 2H5.42ZM15.5 7.5h-11v4.95c0 .853 0 1.447.038 1.91.037.453.107.714.207.912.216.423.56.767.984.983.197.1.458.17.912.207.462.037 1.057.038 1.909.038h2.9c.853 0 1.447 0 1.91-.038.453-.038.714-.107.912-.207a2.25 2.25 0 0 0 .983-.983c.1-.198.17-.459.207-.913.037-.462.038-1.056.038-1.909V7.5ZM17 6v-.05c0-.572 0-.957-.025-1.253-.023-.287-.065-.424-.111-.514a1.25 1.25 0 0 0-.547-.547c-.09-.046-.227-.088-.514-.111-.296-.024-.68-.025-1.253-.025h-9.1c-.572 0-.957 0-1.253.025-.287.023-.424.065-.514.111a1.25 1.25 0 0 0-.547.547c-.046.09-.088.227-.111.514C3 4.993 3 5.377 3 5.95V6h14Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
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("Icon20ImageFilterOutline", "image_filter_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="image_filter_outline_20"><path d="M7.75 12.906A5.973 5.973 0 0 1 7 10a5.97 5.97 0 0 1 .75-2.906 3.001 3.001 0 0 1 0 5.812Z" /><path fill-rule="evenodd" d="M1 10a6 6 0 0 0 9 5.197 6 6 0 1 0 0-10.395A6 6 0 0 0 1 10Zm1.5 0a4.5 4.5 0 1 0 9 0 4.5 4.5 0 0 0-9 0Zm8.812-4.173A5.98 5.98 0 0 1 13 10a5.98 5.98 0 0 1-1.688 4.172 4.5 4.5 0 1 0 0-8.345Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
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("Icon20ZodiacAquariusOutline", "zodiac_aquarius_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_aquarius_outline_20"><path fill-rule="evenodd" d="M6.225 4.423a.75.75 0 0 0-1.183-.224l-3.8 3.503a.75.75 0 1 0 1.016 1.103l3.058-2.82 1.26 2.596a.75.75 0 0 0 1.203.204l2.826-2.809 1.492 2.646a.75.75 0 0 0 1.203.141l2.592-2.794 1.727 2.69a.75.75 0 0 0 1.262-.811l-2.25-3.503a.75.75 0 0 0-1.18-.105l-2.552 2.75-1.47-2.608a.75.75 0 0 0-1.183-.164l-2.78 2.763-1.241-2.558Zm0 6.999a.75.75 0 0 0-1.183-.224l-3.8 3.503a.75.75 0 1 0 1.016 1.103l3.058-2.819 1.26 2.595a.75.75 0 0 0 1.203.205l2.826-2.81 1.492 2.646a.75.75 0 0 0 1.203.142l2.592-2.794 1.727 2.689a.75.75 0 0 0 1.262-.81l-2.25-3.504a.75.75 0 0 0-1.18-.105l-2.552 2.75-1.47-2.608a.75.75 0 0 0-1.183-.164l-2.78 2.763-1.241-2.558Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
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("Icon20ZodiacAriesOutline", "zodiac_aries_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_aries_outline_20"><path fill-rule="evenodd" d="M9.25 7.505V17.75a.75.75 0 0 0 1.5 0V7.483c.004-1.222.44-2.075 1.044-2.627.619-.566 1.46-.86 2.325-.856.865.004 1.71.305 2.331.875.609.558 1.045 1.413 1.045 2.624 0 2.275-1.333 3.776-3.055 4.567a.75.75 0 0 0 .626 1.363c2.126-.976 3.93-2.94 3.93-5.93 0-1.605-.595-2.87-1.532-3.73-.925-.848-2.141-1.264-3.338-1.269-1.197-.005-2.416.4-3.344 1.249a4.493 4.493 0 0 0-.782.94 4.493 4.493 0 0 0-.782-.94C8.29 2.9 7.07 2.495 5.874 2.5c-1.197.005-2.413.42-3.338 1.27-.937.86-1.531 2.124-1.531 3.729 0 2.99 1.803 4.954 3.929 5.93a.75.75 0 0 0 .626-1.363c-1.722-.79-3.055-2.292-3.055-4.567 0-1.21.436-2.066 1.045-2.624.62-.57 1.466-.871 2.33-.875.865-.004 1.707.29 2.325.856.607.554 1.045 1.412 1.045 2.643v.006Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
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("Icon20ZodiacCancerOutline", "zodiac_cancer_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_cancer_outline_20"><path fill-rule="evenodd" d="M8.76 3.5c-.26 0-.513.012-.76.035a4 4 0 1 1-5.99 3.177c.016-1.417.882-2.608 2.091-3.414C5.326 2.48 6.976 2 8.76 2c1.75 0 3.196.33 4.388 1.003 1.195.675 2.08 1.662 2.758 2.883a.75.75 0 1 1-1.312.728c-.572-1.03-1.275-1.792-2.184-2.305-.912-.515-2.087-.809-3.65-.809ZM3.51 6.783A2.538 2.538 0 0 0 3.5 7a2.5 2.5 0 1 0 .01-.217Zm7.73 9.717a8.3 8.3 0 0 0 .76-.035 4 4 0 1 1 5.99-3.177c-.015 1.417-.882 2.608-2.091 3.415C14.674 17.518 13.024 18 11.24 18c-1.75 0-3.196-.33-4.387-1.003-1.196-.675-2.08-1.662-2.758-2.883a.75.75 0 1 1 1.31-.728c.573 1.03 1.276 1.792 2.185 2.305.912.515 2.087.809 3.65.809Zm5.25-3.283.005-.05a2.5 2.5 0 1 0-.004.05Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
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("Icon20ZodiacCapricornOutline", "zodiac_capricorn_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_capricorn_outline_20"><path fill-rule="evenodd" d="M6.095 4.459c-.602.59-1.049 1.49-1.095 2.755v5.036a.75.75 0 0 1-1.5 0V7.523a.758.758 0 0 1-.004-.075c0-.088.001-.174.004-.26V5.25c0-1.237-.75-1.707-.983-1.785a.75.75 0 1 1 .474-1.423c.538.18 1.31.72 1.723 1.705a4.79 4.79 0 0 1 .33-.358 4.911 4.911 0 0 1 3.45-1.39 4.92 4.92 0 0 1 3.45 1.39c.958.938 1.556 2.312 1.556 4.057v2.18a3.5 3.5 0 1 1-.245 5.563c-.23.75-.612 1.328-1.083 1.763-.767.709-1.686.956-2.314 1.044a.75.75 0 0 1-.209-1.485c.47-.066 1.049-.24 1.505-.66.434-.401.846-1.109.846-2.435v-.764a3.624 3.624 0 0 1 0-.303V7.446c0-1.386-.466-2.36-1.106-2.987a3.42 3.42 0 0 0-2.4-.96c-.884 0-1.753.326-2.4.96Zm7.405 8.155a2 2 0 1 0 0-.229v.23Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
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("Icon20ZodiacGeminiOutline", "zodiac_gemini_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_gemini_outline_20"><path fill-rule="evenodd" d="M4.083 2.078a.75.75 0 1 0-.666 1.344c.73.361 1.897.624 3.065.799l.02.003v11.551l-.02.003c-1.168.175-2.335.437-3.065.798a.75.75 0 1 0 .666 1.345c.503-.25 1.467-.487 2.621-.66a23.625 23.625 0 0 1 3.3-.262c.954 0 2.165.092 3.289.26 1.147.172 2.11.41 2.623.662a.75.75 0 0 0 .663-1.345c-.736-.363-1.9-.626-3.065-.8l-.009-.001V4.224l.01-.001c1.164-.175 2.328-.437 3.064-.8a.75.75 0 1 0-.663-1.346c-.513.253-1.476.49-2.623.662a23.548 23.548 0 0 1-3.29.261c-.952 0-2.17-.094-3.299-.263-1.154-.173-2.118-.41-2.621-.66Zm7.922 2.324a22.66 22.66 0 0 1-2.001.098 22.77 22.77 0 0 1-2.002-.098v11.195a22.772 22.772 0 0 1 2.002-.098c.605 0 1.295.034 2.001.097V4.402Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
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("Icon20ZodiacLeoOutline", "zodiac_leo_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_leo_outline_20"><path fill-rule="evenodd" d="M11.114 2.531c1.818-.28 3.777 1.537 3.32 4.112-.176.992-.51 1.773-.902 2.547-.1.196-.205.397-.314.604-.312.59-.648 1.227-.92 1.927-.37.956-.761 2.471-.61 3.882.078.714.3 1.447.78 2.06.491.626 1.206 1.067 2.154 1.262.852.174 1.868.056 2.727-.617.86-.673 1.455-1.815 1.646-3.472a.75.75 0 1 0-1.49-.172c-.16 1.393-.628 2.11-1.08 2.463-.452.354-1 .431-1.502.328-.638-.13-1.025-.4-1.274-.717-.258-.33-.412-.768-.469-1.296-.116-1.076.19-2.335.518-3.179.237-.612.513-1.137.811-1.702.118-.222.238-.45.361-.693.424-.838.828-1.767 1.04-2.962.605-3.406-2.014-6.32-5.024-5.857-2.204.339-3.355 1.998-3.756 3.717a7.118 7.118 0 0 0-.12 2.494A4.5 4.5 0 1 0 10 11.5c0-1.03-.29-1.816-.936-2.77-.644-.954-.791-2.258-.473-3.623C8.9 3.78 9.699 2.749 11.114 2.53ZM2.5 11.5a3 3 0 1 0 6 0 3 3 0 0 0-6 0Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
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("Icon20ZodiacLibraOutline", "zodiac_libra_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_libra_outline_20"><path fill-rule="evenodd" d="M5.502 7.512a4.514 4.514 0 0 1 4.499-4.514A4.514 4.514 0 0 1 14.5 7.512c0 1.486-.84 3.178-2.948 4.013A.75.75 0 0 0 11.754 13h5.496a.75.75 0 0 0 0-1.5h-2.93A5.612 5.612 0 0 0 16 7.512a6.014 6.014 0 0 0-5.967-6.014h-.064a6.014 6.014 0 0 0-5.967 6.014c0 1.382.529 2.847 1.681 3.988H2.751a.75.75 0 0 0 0 1.5H8.25a.75.75 0 0 0 .217-1.468l-.017-.007c-2.108-.835-2.948-2.527-2.948-4.013ZM1.998 16.25a.75.75 0 0 1 .75-.75H17.25a.75.75 0 0 1 0 1.5H2.748a.75.75 0 0 1-.75-.75Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
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("Icon20ZodiacPiscesOutline", "zodiac_pisces_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_pisces_outline_20"><path fill-rule="evenodd" d="M4.093 1.112c-.487-.311-1.092.062-1.092.641 0 .278.148.532.38.685 2.286 1.5 3.85 3.975 4.087 6.812H3.75a.75.75 0 1 0 0 1.5h3.718c-.236 2.837-1.801 5.311-4.087 6.812a.825.825 0 0 0-.38.685c0 .579.605.952 1.092.64 2.751-1.757 4.637-4.72 4.88-8.137h2.057c.243 3.416 2.129 6.38 4.88 8.138.487.311 1.092-.062 1.092-.641a.825.825 0 0 0-.38-.685c-2.286-1.5-3.85-3.975-4.087-6.812h3.715a.75.75 0 0 0 0-1.5h-3.715c.236-2.837 1.801-5.311 4.087-6.812a.825.825 0 0 0 .38-.685c0-.578-.605-.952-1.092-.64-2.751 1.757-4.637 4.72-4.88 8.137H8.973c-.243-3.416-2.129-6.38-4.88-8.138Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
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("Icon20ZodiacSagittariusOutline", "zodiac_sagittarius_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_sagittarius_outline_20"><path fill-rule="evenodd" d="M14.438 4.503 8.001 10.94 5.283 8.22a.75.75 0 0 0-1.061 1.06L6.941 12l-3.72 3.72a.75.75 0 1 0 1.06 1.06L8 13.061l2.721 2.72a.75.75 0 0 0 1.06-1.06l-2.72-2.72 6.434-6.435v6.682a.75.75 0 0 0 1.5 0V3.945c0-.034 0-.12-.01-.202a.847.847 0 0 0-.239-.491.847.847 0 0 0-.491-.239c-.081-.01-.168-.01-.202-.01H7.75a.75.75 0 0 0 0 1.5h6.688Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
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("Icon20ZodiacScorpioOutline", "zodiac_scorpio_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_scorpio_outline_20"><path fill-rule="evenodd" d="M9.993 5.994c.002-1.852 1.012-2.491 1.747-2.491.735 0 1.746.64 1.746 2.497v6.277c0 .763 0 2.376.551 3.815.284.74.728 1.475 1.43 2.026.71.557 1.63.882 2.783.882a.75.75 0 0 0 0-1.5c-.855 0-1.44-.234-1.858-.562-.427-.336-.736-.814-.954-1.383-.445-1.161-.452-2.527-.452-3.305V6c0-2.473-1.485-3.997-3.246-3.997-.992 0-1.896.483-2.497 1.347-.601-.864-1.506-1.347-2.498-1.347-.915 0-1.756.41-2.353 1.152-.423-.615-.983-.973-1.4-1.113a.75.75 0 1 0-.475 1.424c.233.077.983.547.983 1.784v.532A6.031 6.031 0 0 0 3.496 6a.65.65 0 0 0 .004.077v6.173a.75.75 0 0 0 1.5 0V5.803c.069-1.705 1.034-2.3 1.745-2.3.736 0 1.746.64 1.748 2.49v6.257a.75.75 0 0 0 1.5 0V5.994Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
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("Icon20ZodiacTaurusOutline", "zodiac_taurus_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_taurus_outline_20"><path fill-rule="evenodd" d="M4.428 2.414a.75.75 0 0 0-1.342.672c.668 1.334 1.905 2.26 3.372 2.806C4.39 7.022 3 9.11 3 11.5c0 3.59 3.134 6.5 7 6.5s7-2.91 7-6.5c0-2.388-1.388-4.476-3.455-5.606 1.468-.545 2.706-1.468 3.374-2.803a.75.75 0 0 0-1.342-.67C14.781 4.012 12.59 5 10 5c-2.588 0-4.775-.992-5.572-2.586ZM15.5 11.5c0 2.659-2.356 5-5.5 5s-5.5-2.341-5.5-5c0-2.658 2.356-5 5.5-5s5.5 2.342 5.5 5Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
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("Icon20ZodiacVirgoOutline", "zodiac_virgo_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_virgo_outline_20"><path fill-rule="evenodd" d="M5.001 5.792c.067-1.767.97-2.288 1.499-2.288.549 0 1.502.563 1.502 2.499v6.254a.75.75 0 1 0 1.5 0V6.003c0-1.936.954-2.5 1.503-2.5.55 0 1.502.564 1.502 2.5v6.254c0 .962.115 1.912.41 2.757 0 .005.002.01.003.014-.327.03-.685.03-1.077-.012a.75.75 0 0 0-.158 1.493 6.595 6.595 0 0 0 1.992-.076c.788.999 1.98 1.57 3.576 1.57a.75.75 0 0 0 0-1.501c-.919 0-1.567-.238-2.033-.624.34-.185.64-.396.903-.619.93-.787 1.364-1.688 1.478-1.972.214-.533.464-1.61.383-2.639-.04-.52-.17-1.09-.489-1.576-.334-.51-.85-.886-1.557-1.016-.748-.137-1.405.012-1.93.388V6.003c0-2.397-1.3-4-3.003-4-.913 0-1.71.46-2.253 1.256-.543-.796-1.34-1.256-2.252-1.256-.853 0-1.604.401-2.142 1.103-.419-.585-.96-.928-1.367-1.063a.75.75 0 1 0-.474 1.423c.234.078.984.548.984 1.786v.525c-.003.074-.004.15-.004.226 0 .026 0 .051.004.077v6.177a.75.75 0 1 0 1.5 0V5.792Zm9.371 8.836a3.735 3.735 0 0 1-.029-.08c-.303-1.027-.4-2.46-.15-3.568.13-.582.337-.989.573-1.219.2-.195.465-.309.901-.228.293.053.459.186.574.362.13.2.218.493.247.87.06.765-.138 1.611-.28 1.963-.053.134-.366.803-1.054 1.386a3.835 3.835 0 0 1-.782.514Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
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("Icon24BlurOutline", "blur_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="blur_outline_24"><path d="M12 2.002c-.442 0-.877.03-1.305.085a.9.9 0 0 0 .233 1.785 8.281 8.281 0 0 1 2.144 0 .9.9 0 0 0 .233-1.785A10.083 10.083 0 0 0 12 2.002Zm6.087 2.066a.9.9 0 0 0-1.097 1.427 8.253 8.253 0 0 1 1.514 1.515.9.9 0 1 0 1.427-1.097 10.05 10.05 0 0 0-1.845-1.845ZM7.01 5.495a.9.9 0 1 0-1.096-1.427 10.05 10.05 0 0 0-1.845 1.845.9.9 0 1 0 1.427 1.097A8.251 8.251 0 0 1 7.01 5.495Zm-3.138 5.433a.9.9 0 0 0-1.784-.233 10.083 10.083 0 0 0 0 2.609.9.9 0 0 0 1.784-.233 8.284 8.284 0 0 1 0-2.143Zm18.041-.233a.9.9 0 0 0-1.785.232 8.284 8.284 0 0 1 0 2.144.9.9 0 1 0 1.785.233 10.09 10.09 0 0 0 0-2.61Zm-1.982 7.391a.9.9 0 1 0-1.427-1.097 8.251 8.251 0 0 1-1.514 1.514.9.9 0 0 0 1.097 1.427 10.05 10.05 0 0 0 1.844-1.844ZM5.496 16.989a.9.9 0 0 0-1.427 1.097 10.05 10.05 0 0 0 1.845 1.844.9.9 0 1 0 1.096-1.427 8.25 8.25 0 0 1-1.514-1.514Zm5.432 3.138a.9.9 0 1 0-.233 1.785 10.074 10.074 0 0 0 2.61 0 .9.9 0 1 0-.233-1.785 8.281 8.281 0 0 1-2.144 0Z" /><path fill-rule="evenodd" d="M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0Zm-1.8 0a3.2 3.2 0 1 1-6.4 0 3.2 3.2 0 0 1 6.4 0Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
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("Icon24ContrastOutline", "contrast_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="contrast_outline_24"><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-10 8.2V3.8a8.2 8.2 0 1 0 0 16.4Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
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("Icon24ExpositionOutline", "exposition_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="exposition_outline_24"><path d="M9.9 15.133a.9.9 0 0 0 0 1.8h4.2a.9.9 0 1 0 0-1.8H9.9ZM12 13a.9.9 0 0 1-.9-.9v-1.2H9.9a.9.9 0 0 1 0-1.8h1.2V7.9a.9.9 0 1 1 1.8 0v1.2h1.2a.9.9 0 1 1 0 1.8h-1.2v1.2a.9.9 0 0 1-.9.9Z" /><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-1.8 0a8.2 8.2 0 1 1-16.4 0 8.2 8.2 0 0 1 16.4 0Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
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("Icon24GrainOutline", "grain_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="grain_outline_24"><path d="M12 8.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm3.184 1.316a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM12 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm5.5-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-10 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm5.5 3.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9.813 8.82a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-1 7.36a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm7.363-.989a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" /><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-1.8 0a8.2 8.2 0 1 1-16.4 0 8.2 8.2 0 0 1 16.4 0Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
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("Icon24HighlightsOutline", "highlights_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="highlights_outline_24"><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-10 .9v-1.8H3.849a8.292 8.292 0 0 0 0 1.801H12Zm0 1.8H4.255c.223.64.524 1.245.89 1.802H12V14.7Zm0-7.203V9.3H4.255a8.17 8.17 0 0 1 .89-1.802H12Zm0 10.805H6.753A8.167 8.167 0 0 0 12 20.2v-1.898ZM12 3.8v1.897H6.754A8.167 8.167 0 0 1 12 3.8Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
8
|
+
exports.default = _default;
|
|
@@ -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("Icon24MoneyCircleOutline", "money_circle_outline_24", "0 0 24 24", '<symbol
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon24MoneyCircleOutline", "money_circle_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="money_circle_outline_24"><path fill-rule="evenodd" d="M16.6 10.357A3.355 3.355 0 0 0 13.247 7h-3.1a.85.85 0 0 0-.849.85V12h-.692a.857.857 0 0 0 0 1.714h.691V15H8.5a.75.75 0 0 0 0 1.5h.798l.001.65a.85.85 0 1 0 1.698 0v-.65h1.499a.75.75 0 0 0 0-1.5h-1.499v-1.286h2.25a3.355 3.355 0 0 0 3.354-3.357Zm-5.604-1.786h2.283a1.713 1.713 0 0 1 0 3.429h-2.283V8.571ZM12 2a9.972 9.972 0 0 0-7.071 2.929A9.972 9.972 0 0 0 2 12a9.972 9.972 0 0 0 2.929 7.071A9.972 9.972 0 0 0 12 22a9.972 9.972 0 0 0 7.071-2.929A9.972 9.972 0 0 0 22 12a9.972 9.972 0 0 0-2.929-7.071A9.972 9.972 0 0 0 12 2ZM6.202 6.202A8.172 8.172 0 0 1 12 3.8a8.17 8.17 0 0 1 5.798 2.402A8.171 8.171 0 0 1 20.2 12a8.172 8.172 0 0 1-2.402 5.798A8.172 8.172 0 0 1 12 20.2a8.171 8.171 0 0 1-5.798-2.402A8.172 8.172 0 0 1 3.8 12a8.17 8.17 0 0 1 2.402-5.798Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
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("Icon24ShadowsOutline", "shadows_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="shadows_outline_24"><path fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm0-1.8a8.167 8.167 0 0 0 5.246-1.897H12.9a.9.9 0 1 1 0-1.8h5.954a8.166 8.166 0 0 0 .89-1.802H12.9a.9.9 0 0 1 0-1.8h7.251a8.28 8.28 0 0 0 0-1.801H12.9a.9.9 0 1 1 0-1.8h6.845a8.17 8.17 0 0 0-.89-1.802H12.9a.9.9 0 1 1 0-1.8h4.347A8.2 8.2 0 1 0 12 20.2Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
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("Icon24ThermometerOutline", "thermometer_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="thermometer_outline_24"><path fill-rule="evenodd" d="M8.995 4.997v5.838A5.979 5.979 0 0 0 6 16.015C6 19.322 8.687 22 12 22s6-2.679 6-5.984a5.979 5.979 0 0 0-2.994-5.18V4.997A3.003 3.003 0 0 0 12 1.998a3.002 3.002 0 0 0-3.005 3Zm4.207 6.374a.9.9 0 0 0 .423.763.909.909 0 0 0 .154.091c.056.027.113.054.168.083 1.34.701 2.25 2.1 2.25 3.708A4.19 4.19 0 0 1 12 20.2a4.19 4.19 0 0 1-4.196-4.184 4.182 4.182 0 0 1 2.41-3.788.903.903 0 0 0 .14-.08.9.9 0 0 0 .445-.777V8h2.403v3.371Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
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("Icon24TriangleOutline", "triangle_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="triangle_outline_24"><path fill-rule="evenodd" d="M14.499 20.553c-1.112 1.929-3.886 1.929-4.998 0l-7.608-13.2C.779 5.42 2.168 3 4.392 3h15.216c2.225 0 3.614 2.42 2.5 4.353l-7.61 13.2Zm-3.447-.902a1.093 1.093 0 0 0 1.896 0l7.608-13.2a1.1 1.1 0 0 0-.948-1.651H4.393a1.1 1.1 0 0 0-.948 1.651l7.608 13.2Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
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("Icon28ChevronRightCircle", "chevron_right_circle_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="chevron_right_circle_28"><path fill="currentColor" fill-rule="evenodd" d="M14 28c7.732 0 14-6.268 14-14S21.732 0 14 0 0 6.268 0 14s6.268 14 14 14Z" opacity=".12" /><path fill="currentColor" d="M11.293 8.293a1 1 0 0 0 0 1.414L15.586 14l-4.293 4.293a1 1 0 0 0 1.414 1.414l5-5a1 1 0 0 0 0-1.414l-5-5a1 1 0 0 0-1.414 0Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
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("Icon28VideoAddSquareOutline", "video_add_square_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="video_add_square_outline_28"><path fill-rule="evenodd" d="M23 3a1 1 0 1 0-2 0v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0V7h2a1 1 0 1 0 0-2h-2V3Zm-16.93.801C7.164 3.216 8.243 3 10.691 3H15.5a1 1 0 1 1 0 2h-4.808c-2.335 0-3.019.212-3.68.565a3.466 3.466 0 0 0-1.447 1.448C5.212 7.673 5 8.357 5 10.692v6.616c0 2.335.212 3.019.565 3.68a3.466 3.466 0 0 0 1.448 1.447c.66.353 1.344.565 3.679.565h6.616c2.335 0 3.019-.212 3.68-.565a3.467 3.467 0 0 0 1.447-1.448c.353-.66.565-1.344.565-3.679V12.5a1 1 0 1 1 2 0v4.808c0 2.448-.216 3.527-.801 4.622a5.465 5.465 0 0 1-2.269 2.27c-1.095.585-2.174.801-4.622.801h-6.616c-2.448 0-3.527-.216-4.623-.801a5.465 5.465 0 0 1-2.268-2.269C3.216 20.835 3 19.756 3 17.308v-6.616c0-2.448.216-3.527.801-4.623A5.466 5.466 0 0 1 6.07 3.801Zm6.176 7.223a.354.354 0 0 0-.479.25 13.693 13.693 0 0 0-.267 2.7c0 .944.096 1.864.278 2.752.039.19.244.333.48.25a13.992 13.992 0 0 0 4.625-2.728.317.317 0 0 0 0-.492 13.99 13.99 0 0 0-4.637-2.732Zm.665-1.886c-1.362-.48-2.823.34-3.105 1.743a15.765 15.765 0 0 0 .013 6.247c.287 1.4 1.746 2.214 3.105 1.733a15.993 15.993 0 0 0 5.287-3.118 2.316 2.316 0 0 0 0-3.483 15.993 15.993 0 0 0-5.3-3.122Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
8
|
+
exports.default = _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon16CarouselOutline", "carousel_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="carousel_outline_16"><path d="M13.719 1.5c-.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.273C9 4.995 9 5.545 9 6.219V9.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.671.037h.532a.75.75 0 0 0 0-1.5h-.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-.714-.03-.38-.031-.869-.031-1.581v-3.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.5a.75.75 0 0 0 0-1.5h-.531Zm-11.438 13c.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.273C7 11.006 7 10.455 7 9.781V6.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-.318C3.506 1.5 2.955 1.5 2.282 1.5H1.75a.75.75 0 0 0 0 1.5h.5c.712 0 1.202 0 1.58.032.371.03.57.085.714.159.33.168.597.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-.765.765c-.144.074-.343.13-.713.16-.38.03-.869.031-1.581.031h-.5a.75.75 0 0 0 0 1.5h.531Z" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon16GridOutline", "grid_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="grid_outline_16"><path fill-rule="evenodd" d="M6.219 1.5H9.78c.674 0 1.224 0 1.672.037.463.037.882.118 1.273.317a3.25 3.25 0 0 1 1.42 1.42c.199.391.28.81.317 1.273.037.447.037.998.037 1.672V9.78c0 .674 0 1.224-.037 1.672-.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-.998.037-1.672.037H6.22c-.674 0-1.225 0-1.672-.037-.463-.037-.882-.118-1.272-.317a3.25 3.25 0 0 1-1.42-1.42c-.2-.391-.28-.81-.318-1.273-.037-.447-.037-.998-.037-1.672V6.22c0-.674 0-1.225.037-1.672.037-.463.118-.882.317-1.272a3.25 3.25 0 0 1 1.42-1.42c.391-.2.81-.28 1.273-.318.447-.037.998-.037 1.672-.037Zm-1.55 1.532c-.37.03-.57.085-.713.159a1.75 1.75 0 0 0-.765.765c-.074.144-.13.343-.16.713C3.002 5.05 3 5.538 3 6.25v1h4.25V3h-1c-.712 0-1.202 0-1.58.032ZM7.25 8.75H3v1c0 .712 0 1.202.032 1.58.03.371.085.57.159.714.168.33.435.598.765.765.144.074.343.13.713.16.38.03.869.031 1.581.031h1V8.75Zm1.5 0H13v1c0 .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-1V8.75ZM13 7.25H8.75V3h1c.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.581v1Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20ArchiveArrowDownOutline", "archive_arrow_down_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="archive_arrow_down_outline_20"><path d="M10.75 12.44V9.75a.75.75 0 0 0-1.5 0v2.69l-.97-.97a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.06 0l2.25-2.25a.75.75 0 1 0-1.06-1.06l-.97.97Z" /><path fill-rule="evenodd" d="M5.42 2c-.535 0-.98 0-1.345.03-.38.03-.736.098-1.073.27A2.75 2.75 0 0 0 1.8 3.502c-.172.337-.24.693-.27 1.073-.03.365-.03.81-.03 1.345v.05c0 .122 0 .255.01.37.01.13.036.3.126.477.12.236.311.427.547.547.176.09.348.116.478.127.105.008.225.009.339.009v4.982c0 .813 0 1.469.043 2 .045.546.14 1.026.366 1.47a3.75 3.75 0 0 0 1.639 1.64c.444.226.924.32 1.47.365.531.043 1.187.043 2 .043h2.964c.813 0 1.469 0 2-.043.546-.045 1.026-.14 1.47-.366a3.75 3.75 0 0 0 1.64-1.639c.226-.444.32-.924.365-1.47.043-.531.043-1.187.043-2V7.5c.114 0 .234 0 .34-.01.13-.01.3-.036.477-.126a1.25 1.25 0 0 0 .547-.547c.09-.176.116-.348.127-.478.01-.114.009-.247.009-.369v-.05c0-.535 0-.98-.03-1.345-.03-.38-.098-.736-.27-1.073A2.75 2.75 0 0 0 17 2.3c-.338-.172-.694-.24-1.074-.27C15.56 2 15.115 2 14.58 2H5.42ZM15.5 7.5h-11v4.95c0 .853 0 1.447.038 1.91.037.453.107.714.207.912.216.423.56.767.984.983.197.1.458.17.912.207.462.037 1.057.038 1.909.038h2.9c.853 0 1.447 0 1.91-.038.453-.038.714-.107.912-.207a2.25 2.25 0 0 0 .983-.983c.1-.198.17-.459.207-.913.037-.462.038-1.056.038-1.909V7.5ZM17 6v-.05c0-.572 0-.957-.025-1.253-.023-.287-.065-.424-.111-.514a1.25 1.25 0 0 0-.547-.547c-.09-.046-.227-.088-.514-.111-.296-.024-.68-.025-1.253-.025h-9.1c-.572 0-.957 0-1.253.025-.287.023-.424.065-.514.111a1.25 1.25 0 0 0-.547.547c-.046.09-.088.227-.111.514C3 4.993 3 5.377 3 5.95V6h14Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20ImageFilterOutline", "image_filter_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="image_filter_outline_20"><path d="M7.75 12.906A5.973 5.973 0 0 1 7 10a5.97 5.97 0 0 1 .75-2.906 3.001 3.001 0 0 1 0 5.812Z" /><path fill-rule="evenodd" d="M1 10a6 6 0 0 0 9 5.197 6 6 0 1 0 0-10.395A6 6 0 0 0 1 10Zm1.5 0a4.5 4.5 0 1 0 9 0 4.5 4.5 0 0 0-9 0Zm8.812-4.173A5.98 5.98 0 0 1 13 10a5.98 5.98 0 0 1-1.688 4.172 4.5 4.5 0 1 0 0-8.345Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20ZodiacAquariusOutline", "zodiac_aquarius_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_aquarius_outline_20"><path fill-rule="evenodd" d="M6.225 4.423a.75.75 0 0 0-1.183-.224l-3.8 3.503a.75.75 0 1 0 1.016 1.103l3.058-2.82 1.26 2.596a.75.75 0 0 0 1.203.204l2.826-2.809 1.492 2.646a.75.75 0 0 0 1.203.141l2.592-2.794 1.727 2.69a.75.75 0 0 0 1.262-.811l-2.25-3.503a.75.75 0 0 0-1.18-.105l-2.552 2.75-1.47-2.608a.75.75 0 0 0-1.183-.164l-2.78 2.763-1.241-2.558Zm0 6.999a.75.75 0 0 0-1.183-.224l-3.8 3.503a.75.75 0 1 0 1.016 1.103l3.058-2.819 1.26 2.595a.75.75 0 0 0 1.203.205l2.826-2.81 1.492 2.646a.75.75 0 0 0 1.203.142l2.592-2.794 1.727 2.689a.75.75 0 0 0 1.262-.81l-2.25-3.504a.75.75 0 0 0-1.18-.105l-2.552 2.75-1.47-2.608a.75.75 0 0 0-1.183-.164l-2.78 2.763-1.241-2.558Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20ZodiacAriesOutline", "zodiac_aries_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_aries_outline_20"><path fill-rule="evenodd" d="M9.25 7.505V17.75a.75.75 0 0 0 1.5 0V7.483c.004-1.222.44-2.075 1.044-2.627.619-.566 1.46-.86 2.325-.856.865.004 1.71.305 2.331.875.609.558 1.045 1.413 1.045 2.624 0 2.275-1.333 3.776-3.055 4.567a.75.75 0 0 0 .626 1.363c2.126-.976 3.93-2.94 3.93-5.93 0-1.605-.595-2.87-1.532-3.73-.925-.848-2.141-1.264-3.338-1.269-1.197-.005-2.416.4-3.344 1.249a4.493 4.493 0 0 0-.782.94 4.493 4.493 0 0 0-.782-.94C8.29 2.9 7.07 2.495 5.874 2.5c-1.197.005-2.413.42-3.338 1.27-.937.86-1.531 2.124-1.531 3.729 0 2.99 1.803 4.954 3.929 5.93a.75.75 0 0 0 .626-1.363c-1.722-.79-3.055-2.292-3.055-4.567 0-1.21.436-2.066 1.045-2.624.62-.57 1.466-.871 2.33-.875.865-.004 1.707.29 2.325.856.607.554 1.045 1.412 1.045 2.643v.006Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20ZodiacCancerOutline", "zodiac_cancer_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_cancer_outline_20"><path fill-rule="evenodd" d="M8.76 3.5c-.26 0-.513.012-.76.035a4 4 0 1 1-5.99 3.177c.016-1.417.882-2.608 2.091-3.414C5.326 2.48 6.976 2 8.76 2c1.75 0 3.196.33 4.388 1.003 1.195.675 2.08 1.662 2.758 2.883a.75.75 0 1 1-1.312.728c-.572-1.03-1.275-1.792-2.184-2.305-.912-.515-2.087-.809-3.65-.809ZM3.51 6.783A2.538 2.538 0 0 0 3.5 7a2.5 2.5 0 1 0 .01-.217Zm7.73 9.717a8.3 8.3 0 0 0 .76-.035 4 4 0 1 1 5.99-3.177c-.015 1.417-.882 2.608-2.091 3.415C14.674 17.518 13.024 18 11.24 18c-1.75 0-3.196-.33-4.387-1.003-1.196-.675-2.08-1.662-2.758-2.883a.75.75 0 1 1 1.31-.728c.573 1.03 1.276 1.792 2.185 2.305.912.515 2.087.809 3.65.809Zm5.25-3.283.005-.05a2.5 2.5 0 1 0-.004.05Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20ZodiacCapricornOutline", "zodiac_capricorn_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_capricorn_outline_20"><path fill-rule="evenodd" d="M6.095 4.459c-.602.59-1.049 1.49-1.095 2.755v5.036a.75.75 0 0 1-1.5 0V7.523a.758.758 0 0 1-.004-.075c0-.088.001-.174.004-.26V5.25c0-1.237-.75-1.707-.983-1.785a.75.75 0 1 1 .474-1.423c.538.18 1.31.72 1.723 1.705a4.79 4.79 0 0 1 .33-.358 4.911 4.911 0 0 1 3.45-1.39 4.92 4.92 0 0 1 3.45 1.39c.958.938 1.556 2.312 1.556 4.057v2.18a3.5 3.5 0 1 1-.245 5.563c-.23.75-.612 1.328-1.083 1.763-.767.709-1.686.956-2.314 1.044a.75.75 0 0 1-.209-1.485c.47-.066 1.049-.24 1.505-.66.434-.401.846-1.109.846-2.435v-.764a3.624 3.624 0 0 1 0-.303V7.446c0-1.386-.466-2.36-1.106-2.987a3.42 3.42 0 0 0-2.4-.96c-.884 0-1.753.326-2.4.96Zm7.405 8.155a2 2 0 1 0 0-.229v.23Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20ZodiacGeminiOutline", "zodiac_gemini_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_gemini_outline_20"><path fill-rule="evenodd" d="M4.083 2.078a.75.75 0 1 0-.666 1.344c.73.361 1.897.624 3.065.799l.02.003v11.551l-.02.003c-1.168.175-2.335.437-3.065.798a.75.75 0 1 0 .666 1.345c.503-.25 1.467-.487 2.621-.66a23.625 23.625 0 0 1 3.3-.262c.954 0 2.165.092 3.289.26 1.147.172 2.11.41 2.623.662a.75.75 0 0 0 .663-1.345c-.736-.363-1.9-.626-3.065-.8l-.009-.001V4.224l.01-.001c1.164-.175 2.328-.437 3.064-.8a.75.75 0 1 0-.663-1.346c-.513.253-1.476.49-2.623.662a23.548 23.548 0 0 1-3.29.261c-.952 0-2.17-.094-3.299-.263-1.154-.173-2.118-.41-2.621-.66Zm7.922 2.324a22.66 22.66 0 0 1-2.001.098 22.77 22.77 0 0 1-2.002-.098v11.195a22.772 22.772 0 0 1 2.002-.098c.605 0 1.295.034 2.001.097V4.402Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20ZodiacLeoOutline", "zodiac_leo_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_leo_outline_20"><path fill-rule="evenodd" d="M11.114 2.531c1.818-.28 3.777 1.537 3.32 4.112-.176.992-.51 1.773-.902 2.547-.1.196-.205.397-.314.604-.312.59-.648 1.227-.92 1.927-.37.956-.761 2.471-.61 3.882.078.714.3 1.447.78 2.06.491.626 1.206 1.067 2.154 1.262.852.174 1.868.056 2.727-.617.86-.673 1.455-1.815 1.646-3.472a.75.75 0 1 0-1.49-.172c-.16 1.393-.628 2.11-1.08 2.463-.452.354-1 .431-1.502.328-.638-.13-1.025-.4-1.274-.717-.258-.33-.412-.768-.469-1.296-.116-1.076.19-2.335.518-3.179.237-.612.513-1.137.811-1.702.118-.222.238-.45.361-.693.424-.838.828-1.767 1.04-2.962.605-3.406-2.014-6.32-5.024-5.857-2.204.339-3.355 1.998-3.756 3.717a7.118 7.118 0 0 0-.12 2.494A4.5 4.5 0 1 0 10 11.5c0-1.03-.29-1.816-.936-2.77-.644-.954-.791-2.258-.473-3.623C8.9 3.78 9.699 2.749 11.114 2.53ZM2.5 11.5a3 3 0 1 0 6 0 3 3 0 0 0-6 0Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20ZodiacLibraOutline", "zodiac_libra_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_libra_outline_20"><path fill-rule="evenodd" d="M5.502 7.512a4.514 4.514 0 0 1 4.499-4.514A4.514 4.514 0 0 1 14.5 7.512c0 1.486-.84 3.178-2.948 4.013A.75.75 0 0 0 11.754 13h5.496a.75.75 0 0 0 0-1.5h-2.93A5.612 5.612 0 0 0 16 7.512a6.014 6.014 0 0 0-5.967-6.014h-.064a6.014 6.014 0 0 0-5.967 6.014c0 1.382.529 2.847 1.681 3.988H2.751a.75.75 0 0 0 0 1.5H8.25a.75.75 0 0 0 .217-1.468l-.017-.007c-2.108-.835-2.948-2.527-2.948-4.013ZM1.998 16.25a.75.75 0 0 1 .75-.75H17.25a.75.75 0 0 1 0 1.5H2.748a.75.75 0 0 1-.75-.75Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20ZodiacPiscesOutline", "zodiac_pisces_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_pisces_outline_20"><path fill-rule="evenodd" d="M4.093 1.112c-.487-.311-1.092.062-1.092.641 0 .278.148.532.38.685 2.286 1.5 3.85 3.975 4.087 6.812H3.75a.75.75 0 1 0 0 1.5h3.718c-.236 2.837-1.801 5.311-4.087 6.812a.825.825 0 0 0-.38.685c0 .579.605.952 1.092.64 2.751-1.757 4.637-4.72 4.88-8.137h2.057c.243 3.416 2.129 6.38 4.88 8.138.487.311 1.092-.062 1.092-.641a.825.825 0 0 0-.38-.685c-2.286-1.5-3.85-3.975-4.087-6.812h3.715a.75.75 0 0 0 0-1.5h-3.715c.236-2.837 1.801-5.311 4.087-6.812a.825.825 0 0 0 .38-.685c0-.578-.605-.952-1.092-.64-2.751 1.757-4.637 4.72-4.88 8.137H8.973c-.243-3.416-2.129-6.38-4.88-8.138Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20ZodiacSagittariusOutline", "zodiac_sagittarius_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_sagittarius_outline_20"><path fill-rule="evenodd" d="M14.438 4.503 8.001 10.94 5.283 8.22a.75.75 0 0 0-1.061 1.06L6.941 12l-3.72 3.72a.75.75 0 1 0 1.06 1.06L8 13.061l2.721 2.72a.75.75 0 0 0 1.06-1.06l-2.72-2.72 6.434-6.435v6.682a.75.75 0 0 0 1.5 0V3.945c0-.034 0-.12-.01-.202a.847.847 0 0 0-.239-.491.847.847 0 0 0-.491-.239c-.081-.01-.168-.01-.202-.01H7.75a.75.75 0 0 0 0 1.5h6.688Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20ZodiacScorpioOutline", "zodiac_scorpio_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_scorpio_outline_20"><path fill-rule="evenodd" d="M9.993 5.994c.002-1.852 1.012-2.491 1.747-2.491.735 0 1.746.64 1.746 2.497v6.277c0 .763 0 2.376.551 3.815.284.74.728 1.475 1.43 2.026.71.557 1.63.882 2.783.882a.75.75 0 0 0 0-1.5c-.855 0-1.44-.234-1.858-.562-.427-.336-.736-.814-.954-1.383-.445-1.161-.452-2.527-.452-3.305V6c0-2.473-1.485-3.997-3.246-3.997-.992 0-1.896.483-2.497 1.347-.601-.864-1.506-1.347-2.498-1.347-.915 0-1.756.41-2.353 1.152-.423-.615-.983-.973-1.4-1.113a.75.75 0 1 0-.475 1.424c.233.077.983.547.983 1.784v.532A6.031 6.031 0 0 0 3.496 6a.65.65 0 0 0 .004.077v6.173a.75.75 0 0 0 1.5 0V5.803c.069-1.705 1.034-2.3 1.745-2.3.736 0 1.746.64 1.748 2.49v6.257a.75.75 0 0 0 1.5 0V5.994Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20ZodiacTaurusOutline", "zodiac_taurus_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_taurus_outline_20"><path fill-rule="evenodd" d="M4.428 2.414a.75.75 0 0 0-1.342.672c.668 1.334 1.905 2.26 3.372 2.806C4.39 7.022 3 9.11 3 11.5c0 3.59 3.134 6.5 7 6.5s7-2.91 7-6.5c0-2.388-1.388-4.476-3.455-5.606 1.468-.545 2.706-1.468 3.374-2.803a.75.75 0 0 0-1.342-.67C14.781 4.012 12.59 5 10 5c-2.588 0-4.775-.992-5.572-2.586ZM15.5 11.5c0 2.659-2.356 5-5.5 5s-5.5-2.341-5.5-5c0-2.658 2.356-5 5.5-5s5.5 2.342 5.5 5Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon20ZodiacVirgoOutline", "zodiac_virgo_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_virgo_outline_20"><path fill-rule="evenodd" d="M5.001 5.792c.067-1.767.97-2.288 1.499-2.288.549 0 1.502.563 1.502 2.499v6.254a.75.75 0 1 0 1.5 0V6.003c0-1.936.954-2.5 1.503-2.5.55 0 1.502.564 1.502 2.5v6.254c0 .962.115 1.912.41 2.757 0 .005.002.01.003.014-.327.03-.685.03-1.077-.012a.75.75 0 0 0-.158 1.493 6.595 6.595 0 0 0 1.992-.076c.788.999 1.98 1.57 3.576 1.57a.75.75 0 0 0 0-1.501c-.919 0-1.567-.238-2.033-.624.34-.185.64-.396.903-.619.93-.787 1.364-1.688 1.478-1.972.214-.533.464-1.61.383-2.639-.04-.52-.17-1.09-.489-1.576-.334-.51-.85-.886-1.557-1.016-.748-.137-1.405.012-1.93.388V6.003c0-2.397-1.3-4-3.003-4-.913 0-1.71.46-2.253 1.256-.543-.796-1.34-1.256-2.252-1.256-.853 0-1.604.401-2.142 1.103-.419-.585-.96-.928-1.367-1.063a.75.75 0 1 0-.474 1.423c.234.078.984.548.984 1.786v.525c-.003.074-.004.15-.004.226 0 .026 0 .051.004.077v6.177a.75.75 0 1 0 1.5 0V5.792Zm9.371 8.836a3.735 3.735 0 0 1-.029-.08c-.303-1.027-.4-2.46-.15-3.568.13-.582.337-.989.573-1.219.2-.195.465-.309.901-.228.293.053.459.186.574.362.13.2.218.493.247.87.06.765-.138 1.611-.28 1.963-.053.134-.366.803-1.054 1.386a3.835 3.835 0 0 1-.782.514Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon24BlurOutline", "blur_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="blur_outline_24"><path d="M12 2.002c-.442 0-.877.03-1.305.085a.9.9 0 0 0 .233 1.785 8.281 8.281 0 0 1 2.144 0 .9.9 0 0 0 .233-1.785A10.083 10.083 0 0 0 12 2.002Zm6.087 2.066a.9.9 0 0 0-1.097 1.427 8.253 8.253 0 0 1 1.514 1.515.9.9 0 1 0 1.427-1.097 10.05 10.05 0 0 0-1.845-1.845ZM7.01 5.495a.9.9 0 1 0-1.096-1.427 10.05 10.05 0 0 0-1.845 1.845.9.9 0 1 0 1.427 1.097A8.251 8.251 0 0 1 7.01 5.495Zm-3.138 5.433a.9.9 0 0 0-1.784-.233 10.083 10.083 0 0 0 0 2.609.9.9 0 0 0 1.784-.233 8.284 8.284 0 0 1 0-2.143Zm18.041-.233a.9.9 0 0 0-1.785.232 8.284 8.284 0 0 1 0 2.144.9.9 0 1 0 1.785.233 10.09 10.09 0 0 0 0-2.61Zm-1.982 7.391a.9.9 0 1 0-1.427-1.097 8.251 8.251 0 0 1-1.514 1.514.9.9 0 0 0 1.097 1.427 10.05 10.05 0 0 0 1.844-1.844ZM5.496 16.989a.9.9 0 0 0-1.427 1.097 10.05 10.05 0 0 0 1.845 1.844.9.9 0 1 0 1.096-1.427 8.25 8.25 0 0 1-1.514-1.514Zm5.432 3.138a.9.9 0 1 0-.233 1.785 10.074 10.074 0 0 0 2.61 0 .9.9 0 1 0-.233-1.785 8.281 8.281 0 0 1-2.144 0Z" /><path fill-rule="evenodd" d="M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0Zm-1.8 0a3.2 3.2 0 1 1-6.4 0 3.2 3.2 0 0 1 6.4 0Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon24ContrastOutline", "contrast_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="contrast_outline_24"><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-10 8.2V3.8a8.2 8.2 0 1 0 0 16.4Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon24ExpositionOutline", "exposition_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="exposition_outline_24"><path d="M9.9 15.133a.9.9 0 0 0 0 1.8h4.2a.9.9 0 1 0 0-1.8H9.9ZM12 13a.9.9 0 0 1-.9-.9v-1.2H9.9a.9.9 0 0 1 0-1.8h1.2V7.9a.9.9 0 1 1 1.8 0v1.2h1.2a.9.9 0 1 1 0 1.8h-1.2v1.2a.9.9 0 0 1-.9.9Z" /><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-1.8 0a8.2 8.2 0 1 1-16.4 0 8.2 8.2 0 0 1 16.4 0Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon24GrainOutline", "grain_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="grain_outline_24"><path d="M12 8.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm3.184 1.316a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM12 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm5.5-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-10 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm5.5 3.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9.813 8.82a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-1 7.36a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm7.363-.989a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" /><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-1.8 0a8.2 8.2 0 1 1-16.4 0 8.2 8.2 0 0 1 16.4 0Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon24HighlightsOutline", "highlights_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="highlights_outline_24"><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-10 .9v-1.8H3.849a8.292 8.292 0 0 0 0 1.801H12Zm0 1.8H4.255c.223.64.524 1.245.89 1.802H12V14.7Zm0-7.203V9.3H4.255a8.17 8.17 0 0 1 .89-1.802H12Zm0 10.805H6.753A8.167 8.167 0 0 0 12 20.2v-1.898ZM12 3.8v1.897H6.754A8.167 8.167 0 0 1 12 3.8Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { makeIcon } from "../SvgIcon";
|
|
2
|
-
export default makeIcon("Icon24MoneyCircleOutline", "money_circle_outline_24", "0 0 24 24", '<symbol
|
|
2
|
+
export default makeIcon("Icon24MoneyCircleOutline", "money_circle_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="money_circle_outline_24"><path fill-rule="evenodd" d="M16.6 10.357A3.355 3.355 0 0 0 13.247 7h-3.1a.85.85 0 0 0-.849.85V12h-.692a.857.857 0 0 0 0 1.714h.691V15H8.5a.75.75 0 0 0 0 1.5h.798l.001.65a.85.85 0 1 0 1.698 0v-.65h1.499a.75.75 0 0 0 0-1.5h-1.499v-1.286h2.25a3.355 3.355 0 0 0 3.354-3.357Zm-5.604-1.786h2.283a1.713 1.713 0 0 1 0 3.429h-2.283V8.571ZM12 2a9.972 9.972 0 0 0-7.071 2.929A9.972 9.972 0 0 0 2 12a9.972 9.972 0 0 0 2.929 7.071A9.972 9.972 0 0 0 12 22a9.972 9.972 0 0 0 7.071-2.929A9.972 9.972 0 0 0 22 12a9.972 9.972 0 0 0-2.929-7.071A9.972 9.972 0 0 0 12 2ZM6.202 6.202A8.172 8.172 0 0 1 12 3.8a8.17 8.17 0 0 1 5.798 2.402A8.171 8.171 0 0 1 20.2 12a8.172 8.172 0 0 1-2.402 5.798A8.172 8.172 0 0 1 12 20.2a8.171 8.171 0 0 1-5.798-2.402A8.172 8.172 0 0 1 3.8 12a8.17 8.17 0 0 1 2.402-5.798Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon24ShadowsOutline", "shadows_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="shadows_outline_24"><path fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm0-1.8a8.167 8.167 0 0 0 5.246-1.897H12.9a.9.9 0 1 1 0-1.8h5.954a8.166 8.166 0 0 0 .89-1.802H12.9a.9.9 0 0 1 0-1.8h7.251a8.28 8.28 0 0 0 0-1.801H12.9a.9.9 0 1 1 0-1.8h6.845a8.17 8.17 0 0 0-.89-1.802H12.9a.9.9 0 1 1 0-1.8h4.347A8.2 8.2 0 1 0 12 20.2Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon24ThermometerOutline", "thermometer_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="thermometer_outline_24"><path fill-rule="evenodd" d="M8.995 4.997v5.838A5.979 5.979 0 0 0 6 16.015C6 19.322 8.687 22 12 22s6-2.679 6-5.984a5.979 5.979 0 0 0-2.994-5.18V4.997A3.003 3.003 0 0 0 12 1.998a3.002 3.002 0 0 0-3.005 3Zm4.207 6.374a.9.9 0 0 0 .423.763.909.909 0 0 0 .154.091c.056.027.113.054.168.083 1.34.701 2.25 2.1 2.25 3.708A4.19 4.19 0 0 1 12 20.2a4.19 4.19 0 0 1-4.196-4.184 4.182 4.182 0 0 1 2.41-3.788.903.903 0 0 0 .14-.08.9.9 0 0 0 .445-.777V8h2.403v3.371Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon24TriangleOutline", "triangle_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="triangle_outline_24"><path fill-rule="evenodd" d="M14.499 20.553c-1.112 1.929-3.886 1.929-4.998 0l-7.608-13.2C.779 5.42 2.168 3 4.392 3h15.216c2.225 0 3.614 2.42 2.5 4.353l-7.61 13.2Zm-3.447-.902a1.093 1.093 0 0 0 1.896 0l7.608-13.2a1.1 1.1 0 0 0-.948-1.651H4.393a1.1 1.1 0 0 0-.948 1.651l7.608 13.2Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon28ChevronRightCircle", "chevron_right_circle_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="chevron_right_circle_28"><path fill="currentColor" fill-rule="evenodd" d="M14 28c7.732 0 14-6.268 14-14S21.732 0 14 0 0 6.268 0 14s6.268 14 14 14Z" opacity=".12" /><path fill="currentColor" d="M11.293 8.293a1 1 0 0 0 0 1.414L15.586 14l-4.293 4.293a1 1 0 0 0 1.414 1.414l5-5a1 1 0 0 0 0-1.414l-5-5a1 1 0 0 0-1.414 0Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon28VideoAddSquareOutline", "video_add_square_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="video_add_square_outline_28"><path fill-rule="evenodd" d="M23 3a1 1 0 1 0-2 0v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0V7h2a1 1 0 1 0 0-2h-2V3Zm-16.93.801C7.164 3.216 8.243 3 10.691 3H15.5a1 1 0 1 1 0 2h-4.808c-2.335 0-3.019.212-3.68.565a3.466 3.466 0 0 0-1.447 1.448C5.212 7.673 5 8.357 5 10.692v6.616c0 2.335.212 3.019.565 3.68a3.466 3.466 0 0 0 1.448 1.447c.66.353 1.344.565 3.679.565h6.616c2.335 0 3.019-.212 3.68-.565a3.467 3.467 0 0 0 1.447-1.448c.353-.66.565-1.344.565-3.679V12.5a1 1 0 1 1 2 0v4.808c0 2.448-.216 3.527-.801 4.622a5.465 5.465 0 0 1-2.269 2.27c-1.095.585-2.174.801-4.622.801h-6.616c-2.448 0-3.527-.216-4.623-.801a5.465 5.465 0 0 1-2.268-2.269C3.216 20.835 3 19.756 3 17.308v-6.616c0-2.448.216-3.527.801-4.623A5.466 5.466 0 0 1 6.07 3.801Zm6.176 7.223a.354.354 0 0 0-.479.25 13.693 13.693 0 0 0-.267 2.7c0 .944.096 1.864.278 2.752.039.19.244.333.48.25a13.992 13.992 0 0 0 4.625-2.728.317.317 0 0 0 0-.492 13.99 13.99 0 0 0-4.637-2.732Zm.665-1.886c-1.362-.48-2.823.34-3.105 1.743a15.765 15.765 0 0 0 .013 6.247c.287 1.4 1.746 2.214 3.105 1.733a15.993 15.993 0 0 0 5.287-3.118 2.316 2.316 0 0 0 0-3.483 15.993 15.993 0 0 0-5.3-3.122Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|