@bifrostui/icons-pioneer 2.0.0-alpha.31
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/LICENSE +21 -0
- package/README.md +16 -0
- package/dist/SvgIcon.types.d.ts +28 -0
- package/dist/SvgIcon.types.js +15 -0
- package/dist/components/AddCircleFilled.d.ts +2 -0
- package/dist/components/AddCircleFilled.js +37 -0
- package/dist/components/AddCircleOutlined.d.ts +2 -0
- package/dist/components/AddCircleOutlined.js +37 -0
- package/dist/components/AlertCircleFilled.d.ts +2 -0
- package/dist/components/AlertCircleFilled.js +37 -0
- package/dist/components/AlertCircleOutlined.d.ts +2 -0
- package/dist/components/AlertCircleOutlined.js +37 -0
- package/dist/components/AnnounceFilled.d.ts +2 -0
- package/dist/components/AnnounceFilled.js +37 -0
- package/dist/components/AnnounceOutlined.d.ts +2 -0
- package/dist/components/AnnounceOutlined.js +37 -0
- package/dist/components/ArrowDownCircleFilled.d.ts +2 -0
- package/dist/components/ArrowDownCircleFilled.js +37 -0
- package/dist/components/ArrowDownCircleOutlined.d.ts +2 -0
- package/dist/components/ArrowDownCircleOutlined.js +37 -0
- package/dist/components/ArrowLeftCircleFilled.d.ts +2 -0
- package/dist/components/ArrowLeftCircleFilled.js +37 -0
- package/dist/components/ArrowLeftCircleOutlined.d.ts +2 -0
- package/dist/components/ArrowLeftCircleOutlined.js +37 -0
- package/dist/components/ArrowRightCircleFilled.d.ts +2 -0
- package/dist/components/ArrowRightCircleFilled.js +37 -0
- package/dist/components/ArrowRightCircleOutlined.d.ts +2 -0
- package/dist/components/ArrowRightCircleOutlined.js +37 -0
- package/dist/components/ArrowUpCircleFilled.d.ts +2 -0
- package/dist/components/ArrowUpCircleFilled.js +37 -0
- package/dist/components/ArrowUpCircleOutlined.d.ts +2 -0
- package/dist/components/ArrowUpCircleOutlined.js +37 -0
- package/dist/components/CloseCircleFilled.d.ts +2 -0
- package/dist/components/CloseCircleFilled.js +37 -0
- package/dist/components/CloseCircleOutlined.d.ts +2 -0
- package/dist/components/CloseCircleOutlined.js +37 -0
- package/dist/components/CommentFilled.d.ts +2 -0
- package/dist/components/CommentFilled.js +37 -0
- package/dist/components/CommentOutlined.d.ts +2 -0
- package/dist/components/CommentOutlined.js +37 -0
- package/dist/components/CouponFilled.d.ts +2 -0
- package/dist/components/CouponFilled.js +37 -0
- package/dist/components/ExtractOutlined.d.ts +2 -0
- package/dist/components/ExtractOutlined.js +37 -0
- package/dist/components/FullScreenOutlined.d.ts +2 -0
- package/dist/components/FullScreenOutlined.js +37 -0
- package/dist/components/HeartAddOutlined.d.ts +2 -0
- package/dist/components/HeartAddOutlined.js +37 -0
- package/dist/components/HeartFilled.d.ts +2 -0
- package/dist/components/HeartFilled.js +37 -0
- package/dist/components/HeartOutlined.d.ts +2 -0
- package/dist/components/HeartOutlined.js +37 -0
- package/dist/components/HelpCircleFilled.d.ts +2 -0
- package/dist/components/HelpCircleFilled.js +37 -0
- package/dist/components/HelpCircleOutlined.d.ts +2 -0
- package/dist/components/HelpCircleOutlined.js +37 -0
- package/dist/components/LinkOutlined.d.ts +2 -0
- package/dist/components/LinkOutlined.js +37 -0
- package/dist/components/LocationFilled.d.ts +2 -0
- package/dist/components/LocationFilled.js +37 -0
- package/dist/components/LocationOutlined.d.ts +2 -0
- package/dist/components/LocationOutlined.js +37 -0
- package/dist/components/PauseFilled.d.ts +2 -0
- package/dist/components/PauseFilled.js +37 -0
- package/dist/components/PauseOutlined.d.ts +2 -0
- package/dist/components/PauseOutlined.js +37 -0
- package/dist/components/PlayFilled.d.ts +2 -0
- package/dist/components/PlayFilled.js +37 -0
- package/dist/components/PlayOutlined.d.ts +2 -0
- package/dist/components/PlayOutlined.js +37 -0
- package/dist/components/QRCodeOutlined.d.ts +2 -0
- package/dist/components/QRCodeOutlined.js +37 -0
- package/dist/components/ReportOutlined.d.ts +2 -0
- package/dist/components/ReportOutlined.js +37 -0
- package/dist/components/SeatFilled.d.ts +2 -0
- package/dist/components/SeatFilled.js +37 -0
- package/dist/components/SeatOutlined.d.ts +2 -0
- package/dist/components/SeatOutlined.js +37 -0
- package/dist/components/ShareFilled.d.ts +2 -0
- package/dist/components/ShareFilled.js +37 -0
- package/dist/components/ShareOutlined.d.ts +2 -0
- package/dist/components/ShareOutlined.js +37 -0
- package/dist/components/ShowOutlined.d.ts +2 -0
- package/dist/components/ShowOutlined.js +37 -0
- package/dist/components/SuccessCircleFilled.d.ts +2 -0
- package/dist/components/SuccessCircleFilled.js +37 -0
- package/dist/components/SuccessCircleOutlined.d.ts +2 -0
- package/dist/components/SuccessCircleOutlined.js +37 -0
- package/dist/components/SuccessOutlined.d.ts +2 -0
- package/dist/components/SuccessOutlined.js +37 -0
- package/dist/components/SvgIcon/SvgIcon.css +21 -0
- package/dist/components/SvgIcon/SvgIcon.d.ts +5 -0
- package/dist/components/SvgIcon/SvgIcon.js +161 -0
- package/dist/components/SvgIcon/index.d.ts +1 -0
- package/dist/components/SvgIcon/index.js +33 -0
- package/dist/components/ThumbDownFilled.d.ts +2 -0
- package/dist/components/ThumbDownFilled.js +37 -0
- package/dist/components/ThumbDownOutlined.d.ts +2 -0
- package/dist/components/ThumbDownOutlined.js +37 -0
- package/dist/components/ThumbUpFilled.d.ts +2 -0
- package/dist/components/ThumbUpFilled.js +37 -0
- package/dist/components/ThumbUpOutlined.d.ts +2 -0
- package/dist/components/ThumbUpOutlined.js +37 -0
- package/dist/components/VolumeMuteFilled.d.ts +2 -0
- package/dist/components/VolumeMuteFilled.js +37 -0
- package/dist/components/VolumeMuteOutlined.d.ts +2 -0
- package/dist/components/VolumeMuteOutlined.js +37 -0
- package/dist/components/VolumeUpFilled.d.ts +2 -0
- package/dist/components/VolumeUpFilled.js +37 -0
- package/dist/components/VolumeUpOutlined.d.ts +2 -0
- package/dist/components/VolumeUpOutlined.js +37 -0
- package/dist/components/WantCartFilled.d.ts +2 -0
- package/dist/components/WantCartFilled.js +37 -0
- package/dist/components/WantCartOutlined.d.ts +2 -0
- package/dist/components/WantCartOutlined.js +37 -0
- package/dist/components/index.d.ts +53 -0
- package/dist/components/index.js +193 -0
- package/dist/demo/index.css +75 -0
- package/dist/demo/index.d.ts +4 -0
- package/dist/demo/index.js +140 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +25 -0
- package/dist/utils/createSvgIcon.d.ts +3 -0
- package/dist/utils/createSvgIcon.js +54 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.js +38 -0
- package/es/SvgIcon.types.d.ts +28 -0
- package/es/SvgIcon.types.js +1 -0
- package/es/components/AddCircleFilled.d.ts +2 -0
- package/es/components/AddCircleFilled.js +8 -0
- package/es/components/AddCircleOutlined.d.ts +2 -0
- package/es/components/AddCircleOutlined.js +8 -0
- package/es/components/AlertCircleFilled.d.ts +2 -0
- package/es/components/AlertCircleFilled.js +8 -0
- package/es/components/AlertCircleOutlined.d.ts +2 -0
- package/es/components/AlertCircleOutlined.js +8 -0
- package/es/components/AnnounceFilled.d.ts +2 -0
- package/es/components/AnnounceFilled.js +8 -0
- package/es/components/AnnounceOutlined.d.ts +2 -0
- package/es/components/AnnounceOutlined.js +8 -0
- package/es/components/ArrowDownCircleFilled.d.ts +2 -0
- package/es/components/ArrowDownCircleFilled.js +8 -0
- package/es/components/ArrowDownCircleOutlined.d.ts +2 -0
- package/es/components/ArrowDownCircleOutlined.js +8 -0
- package/es/components/ArrowLeftCircleFilled.d.ts +2 -0
- package/es/components/ArrowLeftCircleFilled.js +8 -0
- package/es/components/ArrowLeftCircleOutlined.d.ts +2 -0
- package/es/components/ArrowLeftCircleOutlined.js +8 -0
- package/es/components/ArrowRightCircleFilled.d.ts +2 -0
- package/es/components/ArrowRightCircleFilled.js +8 -0
- package/es/components/ArrowRightCircleOutlined.d.ts +2 -0
- package/es/components/ArrowRightCircleOutlined.js +8 -0
- package/es/components/ArrowUpCircleFilled.d.ts +2 -0
- package/es/components/ArrowUpCircleFilled.js +8 -0
- package/es/components/ArrowUpCircleOutlined.d.ts +2 -0
- package/es/components/ArrowUpCircleOutlined.js +8 -0
- package/es/components/CloseCircleFilled.d.ts +2 -0
- package/es/components/CloseCircleFilled.js +8 -0
- package/es/components/CloseCircleOutlined.d.ts +2 -0
- package/es/components/CloseCircleOutlined.js +8 -0
- package/es/components/CommentFilled.d.ts +2 -0
- package/es/components/CommentFilled.js +8 -0
- package/es/components/CommentOutlined.d.ts +2 -0
- package/es/components/CommentOutlined.js +8 -0
- package/es/components/CouponFilled.d.ts +2 -0
- package/es/components/CouponFilled.js +8 -0
- package/es/components/ExtractOutlined.d.ts +2 -0
- package/es/components/ExtractOutlined.js +8 -0
- package/es/components/FullScreenOutlined.d.ts +2 -0
- package/es/components/FullScreenOutlined.js +8 -0
- package/es/components/HeartAddOutlined.d.ts +2 -0
- package/es/components/HeartAddOutlined.js +8 -0
- package/es/components/HeartFilled.d.ts +2 -0
- package/es/components/HeartFilled.js +8 -0
- package/es/components/HeartOutlined.d.ts +2 -0
- package/es/components/HeartOutlined.js +8 -0
- package/es/components/HelpCircleFilled.d.ts +2 -0
- package/es/components/HelpCircleFilled.js +8 -0
- package/es/components/HelpCircleOutlined.d.ts +2 -0
- package/es/components/HelpCircleOutlined.js +8 -0
- package/es/components/LinkOutlined.d.ts +2 -0
- package/es/components/LinkOutlined.js +8 -0
- package/es/components/LocationFilled.d.ts +2 -0
- package/es/components/LocationFilled.js +8 -0
- package/es/components/LocationOutlined.d.ts +2 -0
- package/es/components/LocationOutlined.js +8 -0
- package/es/components/PauseFilled.d.ts +2 -0
- package/es/components/PauseFilled.js +8 -0
- package/es/components/PauseOutlined.d.ts +2 -0
- package/es/components/PauseOutlined.js +8 -0
- package/es/components/PlayFilled.d.ts +2 -0
- package/es/components/PlayFilled.js +8 -0
- package/es/components/PlayOutlined.d.ts +2 -0
- package/es/components/PlayOutlined.js +8 -0
- package/es/components/QRCodeOutlined.d.ts +2 -0
- package/es/components/QRCodeOutlined.js +8 -0
- package/es/components/ReportOutlined.d.ts +2 -0
- package/es/components/ReportOutlined.js +8 -0
- package/es/components/SeatFilled.d.ts +2 -0
- package/es/components/SeatFilled.js +8 -0
- package/es/components/SeatOutlined.d.ts +2 -0
- package/es/components/SeatOutlined.js +8 -0
- package/es/components/ShareFilled.d.ts +2 -0
- package/es/components/ShareFilled.js +8 -0
- package/es/components/ShareOutlined.d.ts +2 -0
- package/es/components/ShareOutlined.js +8 -0
- package/es/components/ShowOutlined.d.ts +2 -0
- package/es/components/ShowOutlined.js +8 -0
- package/es/components/SuccessCircleFilled.d.ts +2 -0
- package/es/components/SuccessCircleFilled.js +8 -0
- package/es/components/SuccessCircleOutlined.d.ts +2 -0
- package/es/components/SuccessCircleOutlined.js +8 -0
- package/es/components/SuccessOutlined.d.ts +2 -0
- package/es/components/SuccessOutlined.js +8 -0
- package/es/components/SvgIcon/SvgIcon.css +21 -0
- package/es/components/SvgIcon/SvgIcon.d.ts +5 -0
- package/es/components/SvgIcon/SvgIcon.js +134 -0
- package/es/components/SvgIcon/index.d.ts +1 -0
- package/es/components/SvgIcon/index.js +4 -0
- package/es/components/ThumbDownFilled.d.ts +2 -0
- package/es/components/ThumbDownFilled.js +8 -0
- package/es/components/ThumbDownOutlined.d.ts +2 -0
- package/es/components/ThumbDownOutlined.js +8 -0
- package/es/components/ThumbUpFilled.d.ts +2 -0
- package/es/components/ThumbUpFilled.js +8 -0
- package/es/components/ThumbUpOutlined.d.ts +2 -0
- package/es/components/ThumbUpOutlined.js +8 -0
- package/es/components/VolumeMuteFilled.d.ts +2 -0
- package/es/components/VolumeMuteFilled.js +8 -0
- package/es/components/VolumeMuteOutlined.d.ts +2 -0
- package/es/components/VolumeMuteOutlined.js +8 -0
- package/es/components/VolumeUpFilled.d.ts +2 -0
- package/es/components/VolumeUpFilled.js +8 -0
- package/es/components/VolumeUpOutlined.d.ts +2 -0
- package/es/components/VolumeUpOutlined.js +8 -0
- package/es/components/WantCartFilled.d.ts +2 -0
- package/es/components/WantCartFilled.js +8 -0
- package/es/components/WantCartOutlined.d.ts +2 -0
- package/es/components/WantCartOutlined.js +8 -0
- package/es/components/index.d.ts +53 -0
- package/es/components/index.js +108 -0
- package/es/demo/index.css +75 -0
- package/es/demo/index.d.ts +4 -0
- package/es/demo/index.js +111 -0
- package/es/index.d.ts +3 -0
- package/es/index.js +3 -0
- package/es/utils/createSvgIcon.d.ts +3 -0
- package/es/utils/createSvgIcon.js +27 -0
- package/es/utils/index.d.ts +1 -0
- package/es/utils/index.js +5 -0
- package/package.json +47 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var HelpCircleOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="M48 8c11.05 0 20.47 3.91 28.28 11.72C84.09 27.53 88 36.96 88 48s-3.91 20.47-11.72 28.28C68.47 84.09 59.04 88 48 88s-20.47-3.91-28.28-11.72C11.91 68.47 8 59.04 8 48s3.91-20.47 11.72-28.28C27.53 11.91 36.96 8 48 8Zm0 8c-8.84 0-16.38 3.12-22.63 9.37S16 39.16 16 48s3.12 16.38 9.37 22.63C31.62 76.88 39.16 80 48 80s16.38-3.12 22.63-9.37C76.88 64.38 80 56.84 80 48s-3.12-16.38-9.37-22.63C64.38 19.12 56.84 16 48 16ZM36 39.46c-.08-2.86 1.02-5.46 3.29-7.78 2.39-2.45 5.26-3.68 8.6-3.68s6.17 1.18 8.59 3.53C58.83 33.81 60 36.4 60 39.31v.17c-.06 2.72-.78 5.18-2.17 7.37-.76 1.2-2.01 2.63-3.73 4.27-.97.93-1.59 1.58-1.86 1.97-.23.34-.35.66-.35.98 0 2.18-1.79 3.94-4 3.94-1.06 0-2.08-.42-2.83-1.15a3.912 3.912 0 0 1-1.17-2.79c0-1.93.58-3.73 1.73-5.41.58-.83 1.55-1.9 2.92-3.21 1.25-1.19 2.09-2.12 2.51-2.78.61-.96.93-2.08.96-3.36 0-.71-.38-1.43-1.14-2.17-.86-.84-1.85-1.26-2.97-1.26s-2.01.42-2.83 1.26c-.72.74-1.08 1.44-1.06 2.11v.11c0 2.18-1.79 3.94-4 3.94s-3.94-1.7-4-3.83ZM52 66c0 2.21-1.79 4-4 4s-4-1.79-4-4 1.79-4 4-4 4 1.79 4 4Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"HelpCircleOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
HelpCircleOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var LinkOutlined_default = createSvgIcon(
|
|
3
|
+
'<defs><clipPath id="a"><path style="fill:none" d="M0 0h96v96H0z"/></clipPath><mask id="b" data-name="mask" x="0" y="0" width="96" height="96" maskUnits="userSpaceOnUse"><path d="M96 0H0v96h96V0Z" style="fill:#fff" data-name="mask0 18 221"/></mask></defs><g style="clip-path:url(#a)"><g style="mask:url(#b)"><path d="m73.84 42.07 3.89-3.89C81.24 34.67 83 30.42 83 25.45s-1.76-9.21-5.27-12.73C74.22 9.21 69.97 7.45 65 7.45s-9.21 1.76-12.73 5.27L35.3 29.69c-3.51 3.51-5.27 7.76-5.27 12.73s1.76 9.21 5.27 12.73a4.008 4.008 0 0 0 5.66 0 4.004 4.004 0 0 0 0-5.66c-1.95-1.95-2.93-4.31-2.93-7.07s.98-5.12 2.93-7.07l16.97-16.97c1.95-1.95 4.31-2.93 7.07-2.93s5.12.98 7.07 2.93c1.95 1.95 2.93 4.31 2.93 7.07s-.98 5.12-2.93 7.07l-3.89 3.89a4.008 4.008 0 0 0 0 5.66 4.008 4.008 0 0 0 5.66 0Zm-57.28 6.37-3.89 3.89C9.16 55.84 7.4 60.09 7.4 65.06s1.76 9.21 5.27 12.73c3.51 3.51 7.76 5.27 12.73 5.27s9.21-1.76 12.73-5.27L55.1 60.82c3.51-3.51 5.27-7.76 5.27-12.73s-1.76-9.21-5.27-12.73a4.008 4.008 0 0 0-5.66 0 4.004 4.004 0 0 0 0 5.66c1.95 1.95 2.93 4.31 2.93 7.07s-.98 5.12-2.93 7.07L32.47 72.13c-1.95 1.95-4.31 2.93-7.07 2.93s-5.12-.98-7.07-2.93c-1.95-1.95-2.93-4.31-2.93-7.07s.98-5.12 2.93-7.07l3.89-3.89a4.008 4.008 0 0 0 0-5.66 4.008 4.008 0 0 0-5.66 0Z" style="fill-rule:evenodd"/></g></g>',
|
|
4
|
+
"LinkOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
LinkOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var LocationFilled_default = createSvgIcon(
|
|
3
|
+
'<path d="M48 8c10.01 0 18.46 3.26 25.35 9.78C80.45 24.51 84 32.95 84 43.13c0 10.97-7.35 23.39-22.04 37.29-4.19 3.96-7.47 6.29-9.85 6.98-2.73.8-5.47.8-8.21 0-2.38-.7-5.67-3.03-9.85-6.98-14.7-13.89-22.04-26.32-22.04-37.29 0-10.17 3.55-18.62 10.65-25.35C29.55 11.26 37.99 8 48.01 8Zm-.59 24.01c-.2 0-.39.02-.59.04-.2.02-.39.04-.58.07-.19.03-.39.06-.58.1-.19.04-.38.08-.58.13-.19.05-.38.1-.57.16-.19.06-.37.12-.56.18-.18.07-.37.14-.55.21l-.54.24c-.18.08-.35.17-.53.26-.17.09-.34.19-.51.29-.17.1-.33.21-.5.32-.16.11-.32.22-.48.34-.16.12-.31.24-.46.36-.15.12-.3.25-.45.38-.15.13-.29.27-.43.41-.14.14-.27.28-.41.43-.13.15-.26.29-.38.45-.12.15-.25.31-.36.46-.12.16-.23.32-.34.48-.11.16-.21.33-.32.5-.1.17-.2.34-.29.51-.09.17-.18.35-.26.53l-.24.54c-.08.18-.15.36-.21.55-.07.18-.13.37-.18.56-.06.19-.11.38-.16.57-.05.19-.09.38-.13.58-.04.19-.07.39-.1.58-.03.19-.05.39-.07.58-.02.2-.03.39-.04.59 0 .2-.01.39-.01.59s0 .39.01.59c0 .2.02.39.04.59.02.2.04.39.07.58.03.19.06.39.1.58.04.19.08.38.13.58.05.19.1.38.16.57.06.19.12.37.18.56.07.18.14.37.21.55l.24.54c.08.18.17.35.26.53.09.17.19.34.29.51.1.17.21.33.32.5.11.16.22.32.34.48.12.16.24.31.36.46.12.15.25.3.38.45.13.15.27.29.41.43.14.14.28.27.43.41.15.13.29.26.45.38.15.12.31.25.46.36.16.12.32.23.48.34.16.11.33.21.5.32.17.1.34.2.51.29.17.09.35.18.53.26l.54.24c.18.08.36.15.55.21.18.07.37.13.56.18.19.06.38.11.57.16.19.05.38.09.58.13.19.04.39.07.58.1.19.03.39.05.58.07.2.02.39.03.59.04.2 0 .39.01.59.01s.39 0 .59-.01c.2 0 .39-.02.59-.04.2-.02.39-.04.58-.07.19-.03.39-.06.58-.1.19-.04.38-.08.58-.13.19-.05.38-.1.57-.16.19-.06.37-.12.56-.18.18-.07.37-.14.55-.21l.54-.24c.18-.08.35-.17.53-.26.17-.09.34-.19.51-.29.17-.1.33-.21.5-.32.16-.11.32-.22.48-.34.16-.12.31-.24.46-.36.15-.12.3-.25.45-.38.15-.13.29-.27.43-.41.14-.14.27-.28.41-.43.13-.15.26-.29.38-.45.12-.15.25-.31.36-.46.12-.16.23-.32.34-.48.11-.16.21-.33.32-.5.1-.17.2-.34.29-.51.09-.17.18-.35.26-.53l.24-.54c.08-.18.15-.36.21-.55.07-.18.13-.37.18-.56.06-.19.11-.38.16-.57.05-.19.09-.38.13-.58.04-.19.07-.39.1-.58.03-.19.05-.39.07-.58.02-.2.03-.39.04-.59 0-.2.01-.39.01-.59s0-.39-.01-.59c0-.2-.02-.39-.04-.59-.02-.2-.04-.39-.07-.58-.03-.19-.06-.39-.1-.58-.04-.19-.08-.38-.13-.58-.05-.19-.1-.38-.16-.57-.06-.19-.12-.37-.18-.56-.07-.18-.14-.37-.21-.55l-.24-.54c-.08-.18-.17-.35-.26-.53a13.2 13.2 0 0 0-.29-.51c-.1-.17-.21-.33-.32-.5-.11-.16-.22-.32-.34-.48-.12-.16-.24-.31-.36-.46-.12-.15-.25-.3-.38-.45-.13-.15-.27-.29-.41-.43-.14-.14-.28-.27-.43-.41-.15-.13-.29-.26-.45-.38-.15-.12-.31-.25-.46-.36-.16-.12-.32-.23-.48-.34-.16-.11-.33-.21-.5-.32-.17-.1-.34-.2-.51-.29-.17-.09-.35-.18-.53-.26l-.54-.24c-.18-.08-.36-.15-.55-.21-.18-.07-.37-.13-.56-.18-.19-.06-.38-.11-.57-.16a9.86 9.86 0 0 0-.58-.13c-.19-.04-.39-.07-.58-.1-.19-.03-.39-.05-.58-.07-.2-.02-.39-.03-.59-.04-.2 0-.39-.01-.59-.01s-.39 0-.59.01Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"LocationFilledIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
LocationFilled_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var LocationOutlined_default = createSvgIcon(
|
|
3
|
+
'<defs><style>.b{fill-rule:evenodd}</style></defs><path class="b" d="M48 28c8.84 0 16 7.16 16 16s-7.16 16-16 16-16-7.16-16-16 7.16-16 16-16Zm0 8c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8Z"/><path class="b" d="M48 8c19.59 0 36 14.39 36 35.17 0 7.8-4.64 16.02-9.78 22.91-5.28 7.08-11.74 13.58-16.54 18.05-5.53 5.15-13.84 5.15-19.37 0-4.8-4.47-11.25-10.97-16.53-18.05C16.64 59.19 12 50.96 12 43.17 12 22.4 28.4 8 48 8Zm0 8.03c-15.83 0-28.15 11.36-28.15 27.13 0 4.94 3.16 11.32 8.17 18.04 4.87 6.53 10.94 12.66 15.58 16.99 2.53 2.36 6.26 2.36 8.8 0 4.64-4.33 10.71-10.46 15.58-16.99 5.01-6.72 8.17-13.1 8.17-18.04 0-15.77-12.32-27.13-28.15-27.13Z"/>',
|
|
4
|
+
"LocationOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
LocationOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var PauseFilled_default = createSvgIcon(
|
|
3
|
+
'<path d="M31.76 12c4.42 0 8 3.58 8 8v56c0 4.42-3.58 8-8 8H19c-4.42 0-8-3.58-8-8V20c0-4.42 3.58-8 8-8h12.76ZM77 12c4.42 0 8 3.58 8 8v56c0 4.42-3.58 8-8 8H64.24c-4.42 0-8-3.58-8-8V20c0-4.42 3.58-8 8-8H77Z"/>',
|
|
4
|
+
"PauseFilledIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
PauseFilled_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var PauseOutlined_default = createSvgIcon(
|
|
3
|
+
'<defs><style>.b{fill-rule:evenodd}</style></defs><path class="b" d="M30 12c5.52 0 10 4.48 10 10v52c0 5.52-4.48 10-10 10h-9c-5.52 0-10-4.48-10-10V22c0-5.52 4.48-10 10-10h9Zm-9 8c-1.1 0-2 .9-2 2v52c0 1.1.9 2 2 2h9c1.1 0 2-.9 2-2V22c0-1.1-.9-2-2-2h-9ZM75 12c5.52 0 10 4.48 10 10v52c0 5.52-4.48 10-10 10h-9c-5.52 0-10-4.48-10-10V22c0-5.52 4.48-10 10-10h9Zm-9 8c-1.1 0-2 .9-2 2v52c0 1.1.9 2 2 2h9c1.1 0 2-.9 2-2V22c0-1.1-.9-2-2-2h-9Z"/>',
|
|
4
|
+
"PauseOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
PauseOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var PlayFilled_default = createSvgIcon(
|
|
3
|
+
'<path d="M14 22.22c0-9.53 10.66-15.38 18.96-10.41l43.08 25.78c7.95 4.76 7.95 16.06 0 20.81L32.96 84.18C24.66 89.15 14 83.3 14 73.77V22.22Z"/>',
|
|
4
|
+
"PlayFilledIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
PlayFilled_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var PlayOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="M14 24.93C14 13.24 26.86 6.16 36.8 12.2l38.01 23.07c9.58 5.81 9.58 19.65 0 25.46L36.8 83.8C26.85 89.84 14 82.76 14 71.07V24.93Zm8 46.14c0 5.35 5.95 8.75 10.65 5.89l38.01-23.07c4.45-2.7 4.45-9.09 0-11.78L32.65 19.04c-4.7-2.85-10.65.54-10.65 5.89v46.14Z"/>',
|
|
4
|
+
"PlayOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
PlayOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var QRCodeOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="M31 52c6.63 0 12 5.37 12 12v10c0 6.63-5.37 12-12 12H21c-6.63 0-12-5.37-12-12V64c0-6.63 5.37-12 12-12h10Zm30 4c2.21 0 4 1.79 4 4v20c0 2.21-1.79 4-4 4s-4-1.79-4-4V60c0-2.21 1.79-4 4-4Zm18 0c2.21 0 4 1.79 4 4v20c0 2.21-1.79 4-4 4s-4-1.79-4-4V60c0-2.21 1.79-4 4-4Zm-58 4c-2.21 0-4 1.79-4 4v10c0 2.21 1.79 4 4 4h10c2.21 0 4-1.79 4-4V64c0-2.21-1.79-4-4-4H21ZM31 8c6.63 0 12 5.37 12 12v10c0 6.63-5.37 12-12 12H21c-6.63 0-12-5.37-12-12V20c0-6.63 5.37-12 12-12h10Zm44 0c6.63 0 12 5.37 12 12v10c0 6.63-5.37 12-12 12H65c-6.63 0-12-5.37-12-12V20c0-6.63 5.37-12 12-12h10Zm-54 8c-2.21 0-4 1.79-4 4v10c0 2.21 1.79 4 4 4h10c2.21 0 4-1.79 4-4V20c0-2.21-1.79-4-4-4H21Zm44 0c-2.21 0-4 1.79-4 4v10c0 2.21 1.79 4 4 4h10c2.21 0 4-1.79 4-4V20c0-2.21-1.79-4-4-4H65Z"/>',
|
|
4
|
+
"QRCodeOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
QRCodeOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var ReportOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="M48 8c-2.21 0-4 1.79-4 4v6c0 2.21 1.79 4 4 4s4-1.79 4-4v-6c0-2.21-1.79-4-4-4Zm22 4.54c-1.91-1.1-4.36-.45-5.46 1.46l-3 5.2c-1.1 1.91-.45 4.36 1.46 5.46 1.91 1.1 4.36.45 5.46-1.46l3-5.2c1.1-1.91.45-4.36-1.46-5.46ZM24.54 18c-1.1-1.91-.45-4.36 1.46-5.46 1.91-1.1 4.36-.45 5.46 1.46l3 5.2c1.1 1.91.45 4.36-1.46 5.46-1.91 1.1-4.36.45-5.46-1.46l-3-5.2Zm2.25 18.79C20.93 42.65 18 49.72 18 58v22h-2c-2.21 0-4 1.79-4 4s1.79 4 4 4h64c2.21 0 4-1.79 4-4s-1.79-4-4-4h-2V58c0-8.28-2.93-15.36-8.79-21.21C63.35 30.93 56.28 28 48 28s-15.36 2.93-21.21 8.79ZM26 80V58c0-6.08 2.15-11.26 6.44-15.56C36.74 38.14 41.92 36 48 36s11.26 2.15 15.56 6.44C67.86 46.74 70 51.92 70 58v22H26Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"ReportOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
ReportOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var SeatFilled_default = createSvgIcon(
|
|
3
|
+
'<path d="M76.67 44.57c2.27-2.76 6.32-3.13 9.03-.82a6.58 6.58 0 0 1 1.75 7.61l-7.65 17.7s-.03.06-.04.09l-4.19 10.04c-1.21 2.91-4.02 4.8-7.13 4.8H27.55c-3.11 0-5.92-1.89-7.13-4.8l-4.19-10.04s-.03-.06-.04-.09l-7.65-17.7a6.58 6.58 0 0 1 1.75-7.61 6.33 6.33 0 0 1 9.03.82l8.67 10.55c.75.91 2.12.97 3.07.27 3.86-2.86 9.5-4.28 16.93-4.28s13.08 1.43 16.93 4.28c.95.7 2.32.65 3.07-.27l8.67-10.55Z"/><path d="M59.03 12c9.75 0 17.66 8.04 17.66 17.95v8.19c-1.41.7-2.67 1.72-3.76 3.05l-5.91 7.18c-.62.75-1.68.94-2.55.53-4.32-2.04-9.73-3.07-16.24-3.07S36.3 46.85 31.99 48.9c-.88.42-1.94.22-2.56-.53l-5.9-7.18c-1.21-1.47-2.62-2.56-4.22-3.26v-7.98c0-9.91 7.91-17.95 17.66-17.95h22.06Z"/>',
|
|
4
|
+
"SeatFilledIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
SeatFilled_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var SeatOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="M57.68 12c5.46 0 10.13 1.96 13.99 5.89 3.86 3.93 5.8 8.66 5.8 14.22v6.46c2.58-.18 4.87.58 6.87 2.28 3.72 3.17 4.6 7.01 2.65 11.52l-6.86 15.85v.02l-.02.03-3.75 8.98C74.48 81.75 71.13 84 66.32 84H29.67c-4.81 0-8.16-2.25-10.04-6.75l-3.75-9-6.87-15.89c-1.95-4.51-1.07-8.35 2.65-11.52 1.89-1.61 4.05-2.38 6.46-2.3V32.1c0-5.55 1.93-10.29 5.8-14.22 3.86-3.93 8.53-5.89 13.99-5.89h19.77Zm20.27 34.59c-.49.04-.9.26-1.21.64l-9.03 10.98a3.928 3.928 0 0 1-5.81.28c-2.65-2.65-7.28-3.97-13.9-3.97s-11.25 1.33-13.9 3.97a3.928 3.928 0 0 1-5.81-.28l-9.03-10.98c-.32-.38-.72-.6-1.21-.64-.49-.04-.93.09-1.31.42-.68.58-.85 1.29-.49 2.12L23.12 65l.04.1v.02l3.76 9c.51 1.23 1.43 1.85 2.75 1.85h36.66c1.32 0 2.24-.62 2.75-1.85l3.76-9.01.03-.08.02-.04 6.86-15.85c.36-.83.2-1.54-.49-2.12-.38-.32-.81-.46-1.31-.42ZM37.91 20.04c-3.28 0-6.08 1.18-8.4 3.53-2.32 2.36-3.48 5.2-3.48 8.53v10.82l5.91 7.19s.05-.03.07-.04c.21-.12.42-.25.63-.37.06-.03.13-.07.19-.1.2-.11.41-.21.61-.31.03-.02.07-.04.1-.05.23-.11.47-.22.71-.33.08-.04.16-.07.24-.1.5-.21 1.01-.41 1.54-.59.05-.02.1-.04.16-.05.55-.18 1.11-.35 1.69-.51.08-.02.16-.04.23-.06.26-.07.52-.13.78-.19.03 0 .06-.01.09-.02.11-.02.22-.05.33-.07.3-.07.61-.13.93-.18.14-.03.28-.05.42-.07.29-.05.58-.1.88-.14l.42-.06c.43-.06.87-.11 1.31-.16h.12c.38-.04.77-.07 1.17-.1l.54-.03c.33-.02.66-.03.99-.05.15 0 .3-.01.44-.02.47-.01.96-.02 1.44-.02s.97 0 1.44.02c.15 0 .3.01.44.02.34.01.67.03 1 .05l.54.03c.4.03.79.06 1.18.1h.12c.45.04.88.1 1.31.16l.42.06c.3.04.59.09.88.14.14.02.28.05.42.07a23.312 23.312 0 0 1 1.23.25c.05.01.1.02.15.04l.74.18.24.06c.56.15 1.11.32 1.64.49.07.02.15.05.22.07.23.08.45.16.67.24l.15.06s.03.01.05.02c.23.09.46.19.69.28.06.03.12.05.18.08.24.11.49.22.72.33.04.02.09.04.13.06.21.1.42.21.62.32.05.03.1.05.15.08.22.12.44.25.65.38.02.01.05.03.07.04l5.51-6.69V32.11c0-3.33-1.16-6.17-3.48-8.53-2.32-2.36-5.12-3.53-8.4-3.53H37.88Z"/>',
|
|
4
|
+
"SeatOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
SeatOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var ShareFilled_default = createSvgIcon(
|
|
3
|
+
'<path d="M50.98 12.01c1 .04 1.93.23 2.71.45.8.23 2.21.74 3.56 1.8l.23.18 26.18 24.08c5.11 4.36 5.89 12.22 1.29 17.5-.39.44-.8.85-1.24 1.23L57.73 81.33l-.21.19-.22.18c-4.24 3.41-10.49 3-14.22-1.22a10.61 10.61 0 0 1-2.65-7.01v-8.13c-1.78.62-3.92 1.71-6.76 3.5-.91.57-3.03 2.24-5.4 4.3-1.11.97-2.16 1.92-3.01 2.72-.42.4-.77.74-1.04 1.02-.25.26-.37.39-.38.4s0 .02 0 .02c-.53.64-1.45 1.62-2.77 2.39-1.4.81-3.87 1.7-6.77.78-2.77-.88-4.25-2.9-4.9-4.07a10.62 10.62 0 0 1-1.1-3.01c-.52-2.48-.27-5.28-.03-6.86 2.44-16.29 12.16-25.25 16.69-28.5l1.15-.79c4.63-3.02 9.56-4.57 14.23-5.62l.1-9.18c.02-2.3.74-4.86 2.54-6.97a9.876 9.876 0 0 1 7.56-3.49h.43Z"/>',
|
|
4
|
+
"ShareFilledIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
ShareFilled_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var ShareOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="M50.98 12.01c1 .04 1.93.23 2.71.45.8.23 2.21.74 3.56 1.8l.23.18 26.18 24.08c5.11 4.36 5.89 12.22 1.29 17.5-.39.44-.8.85-1.24 1.23L57.73 81.33l-.21.19-.22.18c-4.24 3.41-10.49 3-14.22-1.22a10.61 10.61 0 0 1-2.65-7.01v-8.13c-1.78.62-3.92 1.71-6.76 3.5-.91.57-3.03 2.24-5.4 4.3-1.11.97-2.16 1.92-3.01 2.72-.42.4-.77.74-1.04 1.02-.25.26-.37.39-.38.4s0 .02 0 .02c-.53.64-1.45 1.62-2.77 2.39-1.4.81-3.87 1.7-6.77.78-2.77-.88-4.25-2.9-4.9-4.07a10.62 10.62 0 0 1-1.1-3.01c-.52-2.48-.27-5.28-.03-6.86 2.44-16.29 12.16-25.25 16.69-28.5l1.15-.79c4.63-3.02 9.56-4.57 14.23-5.62l.1-9.18c.02-2.3.74-4.86 2.54-6.97a9.876 9.876 0 0 1 7.56-3.49h.43ZM11.83 66.46c-.07.08-.12.13-.13.15.04-.05.09-.1.13-.15Zm36.49-31.01c0 1.52-1.43 3.25-2.99 3.56l-2.18.44c-5.02 1.06-9.56 2.46-13.6 5.36l-.7.52c-3.71 2.87-10.79 10-12.66 22.48l-.06.49c-.29 2.44-.13 5.58 1.48 3.87l.17-.19c1.5-1.82 7.89-7.48 11.14-9.73l.61-.4c5.78-3.63 10.19-5.5 15.19-5.42 3.15.05 3.74 2.64 3.74 4.37v12.71c0 .54.2 1.06.56 1.47.8.9 2.18 1.07 3.18.42l.2-.14 26.08-24.17c.19-.16.37-.33.54-.51 1.43-1.64 1.29-4.01-.24-5.5l-.32-.29-26.07-23.98c-.43-.34-1.27-.56-1.83-.56-1.32 0-2.1 1.05-2.1 2.31l-.14 12.91Z"/>',
|
|
4
|
+
"ShareOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
ShareOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var ShowOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="M39.12 8.1a4.004 4.004 0 0 1 1.77 7.81c-14.25 3.23-24.88 15.98-24.88 31.21 0 17.67 14.33 32 32 32s32-14.33 32-32c0-.24.02-.48.06-.7a4.05 4.05 0 0 1-.06-.7c0-12.65-7.34-23.59-18-28.78v28.78c0 .17-.01.33-.03.49.02.3.03.61.03.92 0 7.73-6.27 14-14 14s-14-6.27-14-14 6.27-14 14-14c2.15 0 4.18.48 6 1.35V16.45c0-5 4.98-9.49 10.39-7.22l.26.11.64.3c13.43 6.45 22.71 20.17 22.71 36.08 0 .24-.02.48-.06.7.04.23.06.46.06.7 0 22.09-17.91 40-40 40S8 69.2 8 47.11C8 28.07 21.3 12.14 39.12 8.1ZM48 41.11c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"ShowOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
ShowOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var SuccessCircleFilled_default = createSvgIcon(
|
|
3
|
+
'<path d="M48 8C25.9 8 8 25.9 8 48s17.9 40 40 40 40-17.9 40-40S70.1 8 48 8Zm17 33.6L46.6 60c-1.5 1.5-4.1 1.5-5.6 0L31 50c-1.5-1.5-1.5-4.1 0-5.6l.1-.1c1.5-1.5 4.1-1.5 5.6 0l7.1 7.1L59.3 36c1.6-1.6 4.1-1.6 5.7 0 1.5 1.5 1.5 4.1 0 5.6Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"SuccessCircleFilledIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
SuccessCircleFilled_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var SuccessCircleOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="M48 8c11.05 0 20.47 3.91 28.28 11.72C84.09 27.53 88 36.96 88 48s-3.91 20.47-11.72 28.28C68.47 84.09 59.04 88 48 88s-20.47-3.91-28.28-11.72C11.91 68.47 8 59.04 8 48s3.91-20.47 11.72-28.28C27.53 11.91 36.96 8 48 8Zm0 8c-8.84 0-16.38 3.12-22.63 9.37S16 39.16 16 48s3.12 16.38 9.37 22.63C31.62 76.88 39.16 80 48 80s16.38-3.12 22.63-9.37C76.88 64.38 80 56.84 80 48s-3.12-16.38-9.37-22.63C64.38 19.12 56.84 16 48 16Zm18.5 23.32c0 1.05-.41 2.05-1.14 2.8S48.71 59.14 48.71 59.14c-1.16 1.19-2.58 1.79-4.24 1.8-1.66.01-3.09-.56-4.27-1.73l-9.15-9.04a4.01 4.01 0 0 1-1.19-2.85c0-2.21 1.79-4 4-4 1.05 0 2.06.42 2.81 1.16l7.72 7.63 15.25-15.58c.75-.77 1.78-1.2 2.86-1.2 2.21 0 4 1.79 4 4Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"SuccessCircleOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
SuccessCircleOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var SuccessOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="m27.96 44.69 12.32 12.13 27.75-27.47c1.8-1.8 4.81-1.8 6.61 0 1.8 1.8 1.8 4.71 0 6.52L43.58 66.65c-1.8 1.8-4.81 1.8-6.61 0L21.34 51.31c-1.8-1.8-1.8-4.71 0-6.52s4.71-1.9 6.61-.1Z"/>',
|
|
4
|
+
"SuccessOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
SuccessOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
.bui-svg-icon {
|
|
2
|
+
display: inline-flex;
|
|
3
|
+
flex-shrink: 0;
|
|
4
|
+
user-select: none;
|
|
5
|
+
width: 1em;
|
|
6
|
+
height: 1em;
|
|
7
|
+
background-size: cover;
|
|
8
|
+
}
|
|
9
|
+
.bui-svg-icon.icon-size-small {
|
|
10
|
+
font-size: 16px;
|
|
11
|
+
}
|
|
12
|
+
.bui-svg-icon.icon-size-medium {
|
|
13
|
+
font-size: 20px;
|
|
14
|
+
}
|
|
15
|
+
.bui-svg-icon.icon-size-large {
|
|
16
|
+
font-size: 24px;
|
|
17
|
+
}
|
|
18
|
+
svg.bui-svg-icon {
|
|
19
|
+
fill: currentcolor;
|
|
20
|
+
transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
21
|
+
}
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defProps = Object.defineProperties;
|
|
3
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
4
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
7
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
+
var __spreadValues = (a, b) => {
|
|
9
|
+
for (var prop in b || (b = {}))
|
|
10
|
+
if (__hasOwnProp.call(b, prop))
|
|
11
|
+
__defNormalProp(a, prop, b[prop]);
|
|
12
|
+
if (__getOwnPropSymbols)
|
|
13
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
14
|
+
if (__propIsEnum.call(b, prop))
|
|
15
|
+
__defNormalProp(a, prop, b[prop]);
|
|
16
|
+
}
|
|
17
|
+
return a;
|
|
18
|
+
};
|
|
19
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
|
+
var __objRest = (source, exclude) => {
|
|
21
|
+
var target = {};
|
|
22
|
+
for (var prop in source)
|
|
23
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
24
|
+
target[prop] = source[prop];
|
|
25
|
+
if (source != null && __getOwnPropSymbols)
|
|
26
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
27
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
28
|
+
target[prop] = source[prop];
|
|
29
|
+
}
|
|
30
|
+
return target;
|
|
31
|
+
};
|
|
32
|
+
import clsx from "clsx";
|
|
33
|
+
import * as React from "react";
|
|
34
|
+
import { cssVarToValue } from "@bifrostui/utils";
|
|
35
|
+
import "./SvgIcon.css";
|
|
36
|
+
const classes = {
|
|
37
|
+
root: "bui-svg-icon"
|
|
38
|
+
};
|
|
39
|
+
function SvgIcon(props, ref) {
|
|
40
|
+
const _a = props, {
|
|
41
|
+
className,
|
|
42
|
+
children,
|
|
43
|
+
component: Component = "div",
|
|
44
|
+
color,
|
|
45
|
+
htmlColor,
|
|
46
|
+
size,
|
|
47
|
+
viewBox = "0 0 96 96",
|
|
48
|
+
style
|
|
49
|
+
} = _a, rest = __objRest(_a, [
|
|
50
|
+
"className",
|
|
51
|
+
"children",
|
|
52
|
+
"component",
|
|
53
|
+
"color",
|
|
54
|
+
"htmlColor",
|
|
55
|
+
"size",
|
|
56
|
+
"viewBox",
|
|
57
|
+
"style"
|
|
58
|
+
]);
|
|
59
|
+
const colorMap = {
|
|
60
|
+
light: "var(--bui-color-bg-view)",
|
|
61
|
+
dark: "var(--bui-color-fg-default)",
|
|
62
|
+
neutral: "var(--bui-color-fg-subtle)",
|
|
63
|
+
primary: "var(--bui-color-primary)",
|
|
64
|
+
info: "var(--bui-color-info)",
|
|
65
|
+
danger: "var(--bui-color-danger)",
|
|
66
|
+
success: "var(--bui-color-success)",
|
|
67
|
+
warning: "var(--bui-color-warning)",
|
|
68
|
+
disabled: "var(--bui-color-fg-disabled)"
|
|
69
|
+
};
|
|
70
|
+
const svgColor = colorMap[color] || htmlColor || (style == null ? void 0 : style.color);
|
|
71
|
+
if (Component !== "svg" && !svgColor && typeof children === "string" && !/fill/.test(children)) {
|
|
72
|
+
console.warn(
|
|
73
|
+
"Inherit Bui icon color is not available in Miniapp(<div>). You may need to specify one."
|
|
74
|
+
);
|
|
75
|
+
}
|
|
76
|
+
if (Component === "svg") {
|
|
77
|
+
if (typeof children === "string") {
|
|
78
|
+
return /* @__PURE__ */ React.createElement(
|
|
79
|
+
Component,
|
|
80
|
+
__spreadValues({
|
|
81
|
+
ref,
|
|
82
|
+
className: clsx(classes.root, className, {
|
|
83
|
+
[`icon-size-${size}`]: size
|
|
84
|
+
}),
|
|
85
|
+
focusable: "false",
|
|
86
|
+
viewBox,
|
|
87
|
+
color: svgColor,
|
|
88
|
+
dangerouslySetInnerHTML: {
|
|
89
|
+
__html: children
|
|
90
|
+
},
|
|
91
|
+
style
|
|
92
|
+
}, rest)
|
|
93
|
+
);
|
|
94
|
+
}
|
|
95
|
+
return /* @__PURE__ */ React.createElement(
|
|
96
|
+
Component,
|
|
97
|
+
__spreadValues({
|
|
98
|
+
ref,
|
|
99
|
+
className: clsx(classes.root, className, {
|
|
100
|
+
[`icon-size-${size}`]: size
|
|
101
|
+
}),
|
|
102
|
+
focusable: "false",
|
|
103
|
+
viewBox,
|
|
104
|
+
color: svgColor || htmlColor,
|
|
105
|
+
style
|
|
106
|
+
}, rest),
|
|
107
|
+
children
|
|
108
|
+
);
|
|
109
|
+
}
|
|
110
|
+
if (typeof children === "string") {
|
|
111
|
+
const parsedSvgColor = cssVarToValue({
|
|
112
|
+
cssVar: svgColor
|
|
113
|
+
}) || svgColor;
|
|
114
|
+
return /* @__PURE__ */ React.createElement(
|
|
115
|
+
Component,
|
|
116
|
+
__spreadValues({
|
|
117
|
+
ref,
|
|
118
|
+
className: clsx(classes.root, className, {
|
|
119
|
+
[`icon-size-${size}`]: size
|
|
120
|
+
}),
|
|
121
|
+
style: __spreadProps(__spreadValues({}, style), {
|
|
122
|
+
backgroundImage: `url("data:image/svg+xml,${encodeURIComponent(
|
|
123
|
+
`<svg viewBox='${viewBox}' xmlns='http://www.w3.org/2000/svg' ${parsedSvgColor ? `fill='${parsedSvgColor}'` : ""}>${children}</svg>`
|
|
124
|
+
)}")`
|
|
125
|
+
})
|
|
126
|
+
}, rest)
|
|
127
|
+
);
|
|
128
|
+
}
|
|
129
|
+
return null;
|
|
130
|
+
}
|
|
131
|
+
var SvgIcon_default = /* @__PURE__ */ React.forwardRef(SvgIcon);
|
|
132
|
+
export {
|
|
133
|
+
SvgIcon_default as default
|
|
134
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './SvgIcon';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var ThumbDownFilled_default = createSvgIcon(
|
|
3
|
+
'<path d="M49.98 86c6.28 0 10.17-4.87 10.17-4.87 3.88-4.85 2.46-10.85 2.45-10.91l-2.76-11.53h12.15c6.9 0 10.81-5.62 10.81-5.62 3.91-5.62 1.44-11.99 1.44-11.99l-8.08-20.83C72.21 10.06 61.2 10.01 61.09 10.01H23.1c-5.01 0-8.56 3.51-8.56 3.51-3.55 3.51-3.55 8.46-3.55 8.46v25.86c0 4.49 3.22 7.67 3.22 7.67 3.21 3.17 7.74 3.18 7.76 3.18 8.4 0 11.44 7.74 11.44 7.74l4.47 11.39C41.09 86 49.97 86 49.97 86Z"/>',
|
|
4
|
+
"ThumbDownFilledIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
ThumbDownFilled_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var ThumbDownOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="M49.98 86c6.28 0 10.17-4.87 10.17-4.87 3.88-4.85 2.46-10.85 2.45-10.91l-2.76-11.53h12.15c6.9 0 10.81-5.62 10.81-5.62 3.91-5.62 1.44-11.99 1.44-11.99l-8.08-20.83C72.21 10.06 61.2 10.01 61.09 10.01H23.1c-5.01 0-8.56 3.51-8.56 3.51-3.55 3.51-3.55 8.46-3.55 8.46v25.86c0 4.49 3.21 7.67 3.22 7.67 3.21 3.17 7.74 3.18 7.76 3.18 8.4 0 11.44 7.74 11.44 7.74l4.47 11.39C41.09 86 49.97 86 49.97 86Zm0-7.98c-2.02 0-3.83-1.23-4.57-3.09l-4.47-11.39C37.9 55.8 30.37 50.71 21.98 50.71c-1.6 0-2.91-1.29-2.91-2.87V21.98c0-2.2 1.81-3.99 4.03-3.99h37.97c3.34 0 6.34 2.04 7.53 5.12l8.08 20.83c1.27 3.27-1.17 6.77-4.71 6.77H55.73c-3.13 0-5.43 2.89-4.71 5.89l3.7 15.45c.73 3.04-1.6 5.96-4.77 5.96Z"/>',
|
|
4
|
+
"ThumbDownOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
ThumbDownOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var ThumbUpFilled_default = createSvgIcon(
|
|
3
|
+
'<path d="M49.98 10c6.28 0 10.17 4.87 10.17 4.87 3.88 4.85 2.46 10.85 2.45 10.91l-2.76 11.53h12.15c6.9 0 10.81 5.62 10.81 5.62 3.91 5.62 1.44 11.99 1.44 11.99l-8.08 20.83C72.21 85.94 61.2 85.99 61.09 85.99H23.1c-5.01 0-8.56-3.51-8.56-3.51-3.55-3.51-3.55-8.46-3.55-8.46V48.16c0-4.49 3.22-7.67 3.22-7.67 3.21-3.17 7.74-3.18 7.76-3.18 8.4 0 11.44-7.74 11.44-7.74l4.47-11.39C41.09 10 49.97 10 49.97 10Z"/>',
|
|
4
|
+
"ThumbUpFilledIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
ThumbUpFilled_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var ThumbUpOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="M49.98 10c6.28 0 10.17 4.87 10.17 4.87 3.88 4.85 2.46 10.85 2.45 10.91l-2.76 11.53h12.15c6.9 0 10.81 5.62 10.81 5.62 3.91 5.62 1.44 11.99 1.44 11.99l-8.08 20.83C72.21 85.94 61.2 85.99 61.09 85.99H23.1c-5.01 0-8.56-3.51-8.56-3.51-3.55-3.51-3.55-8.46-3.55-8.46V48.16c0-4.49 3.21-7.67 3.22-7.67 3.21-3.17 7.74-3.18 7.76-3.18 8.4 0 11.44-7.74 11.44-7.74l4.47-11.39C41.09 10 49.97 10 49.97 10Zm0 7.98c-2.02 0-3.83 1.23-4.57 3.09l-4.47 11.39C37.9 40.2 30.37 45.29 21.98 45.29c-1.6 0-2.91 1.29-2.91 2.87v25.86c0 2.2 1.81 3.99 4.03 3.99h37.97c3.34 0 6.34-2.04 7.53-5.12l8.08-20.83c1.27-3.27-1.17-6.77-4.71-6.77H55.73c-3.13 0-5.43-2.89-4.71-5.89l3.7-15.45c.73-3.04-1.6-5.96-4.77-5.96Z"/>',
|
|
4
|
+
"ThumbUpOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
ThumbUpOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var VolumeMuteFilled_default = createSvgIcon(
|
|
3
|
+
'<path d="M38 17.12s4.61-4.88 10.83-2.43c0 0 6.24 2.46 6.24 9.16v48.36s0 6.7-6.24 9.16c-.07.03-6.27 2.43-10.83-2.43L25.55 65.67h-5.73s-4.9 0-8.36-3.46c0 0-3.46-3.46-3.46-8.35V42.17c0-.07.03-4.91 3.46-8.34.02-.02 3.47-3.46 8.36-3.46h5.73L38 17.1Zm45.99 15.47c2.22 0 4.01 1.79 4.01 4.01 0 1-.38 1.97-1.05 2.71l-8.02 8.73 8.02 8.73a4.016 4.016 0 0 1-2.96 6.72c-1.12 0-2.2-.47-2.96-1.3l-7.55-8.22-7.55 8.22c-.76.83-1.83 1.3-2.96 1.3-2.22 0-4.01-1.79-4.01-4.01 0-1 .38-1.97 1.05-2.71l8.02-8.73-8.02-8.73a4.016 4.016 0 0 1 2.96-6.72c1.12 0 2.2.47 2.96 1.3l7.55 8.22 7.54-8.22a4.02 4.02 0 0 1 2.96-1.3Z"/>',
|
|
4
|
+
"VolumeMuteFilledIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
VolumeMuteFilled_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var VolumeMuteOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="M38 17.12s4.61-4.88 10.83-2.43c0 0 6.24 2.46 6.24 9.16v48.36s0 6.7-6.24 9.16c-.07.03-6.27 2.43-10.83-2.43L25.55 65.67h-5.73s-4.9 0-8.36-3.46c0 0-3.46-3.46-3.46-8.35V42.17c0-.07.03-4.91 3.46-8.34.02-.02 3.47-3.46 8.36-3.46h5.73L38 17.1Zm7.88 5.02s-1.18-.45-2.02.45l-14.82 15.8h-9.21s-3.8 0-3.8 3.79v11.69s0 3.79 3.8 3.79h9.21l14.82 15.8s.87.91 2.02.45c0 0 1.17-.46 1.17-1.71V23.86s-.02-1.26-1.17-1.71Zm38.11 10.45c2.22 0 4.01 1.79 4.01 4.01 0 1-.38 1.97-1.05 2.71l-8.02 8.73 8.02 8.73a4.016 4.016 0 0 1-2.96 6.72c-1.12 0-2.2-.47-2.96-1.3l-7.55-8.22-7.55 8.22c-.76.83-1.83 1.3-2.96 1.3-2.22 0-4.01-1.79-4.01-4.01 0-1 .38-1.97 1.05-2.71l8.02-8.73-8.02-8.73a4.016 4.016 0 0 1 2.96-6.72c1.12 0 2.2.47 2.96 1.3l7.55 8.22 7.54-8.22a4.02 4.02 0 0 1 2.96-1.3Z"/>',
|
|
4
|
+
"VolumeMuteOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
VolumeMuteOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var VolumeUpFilled_default = createSvgIcon(
|
|
3
|
+
'<path d="M37.9 17.12s4.57-4.89 10.8-2.43c.08.03 6.22 2.5 6.22 9.16v48.36c0 .09-.04 6.72-6.22 9.16-.08.03-6.25 2.43-10.79-2.43L25.5 65.67h-5.71c-.06 0-4.9-.02-8.33-3.46-.04-.04-3.45-3.48-3.45-8.34V42.18s0-4.89 3.45-8.35c0 0 3.46-3.46 8.33-3.46h5.71L37.91 17.1Zm28.31 45.76c.99 0 1.95.37 2.68 1.04l9.71 8.8c.84.76 1.31 1.84 1.31 2.97 0 2.21-1.79 4.01-4 4.01-.99 0-1.95-.37-2.68-1.04s-9.7-8.79-9.7-8.79a3.999 3.999 0 0 1-1.31-2.97c0-2.21 1.79-4.01 4-4.01ZM84 44.05c2.21 0 4 1.79 4 4.01 0 2.21-1.79 4.01-4 4.01H69.76c-2.21 0-4-1.79-4-4.01 0-2.21 1.79-4.01 4-4.01H84Zm-8.09-26.04c2.21 0 4 1.79 4 4.01 0 1.13-.48 2.21-1.31 2.97l-9.71 8.8c-.74.67-1.69 1.03-2.68 1.04-2.21 0-4-1.79-4-4.01 0-1.13.48-2.21 1.31-2.97l9.71-8.8c.74-.67 1.69-1.04 2.68-1.04Z"/>',
|
|
4
|
+
"VolumeUpFilledIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
VolumeUpFilled_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var VolumeUpOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="M37.9 17.12s4.57-4.89 10.8-2.43c.08.03 6.22 2.5 6.22 9.16v48.36c0 .09-.04 6.72-6.22 9.16-.08.03-6.25 2.43-10.79-2.43L25.5 65.67h-5.71c-.06 0-4.9-.02-8.33-3.46-.04-.04-3.45-3.48-3.45-8.34V42.18s0-4.89 3.45-8.35c0 0 3.46-3.46 8.33-3.46h5.71L37.91 17.1Zm28.31 45.76c.99 0 1.95.37 2.68 1.04l9.71 8.8c.84.76 1.31 1.84 1.31 2.97 0 2.21-1.79 4.01-4 4.01-.99 0-1.95-.37-2.68-1.04s-9.7-8.79-9.7-8.79a3.999 3.999 0 0 1-1.31-2.97c0-2.21 1.79-4.01 4-4.01ZM45.76 22.14s-1.17-.44-2.02.46L28.96 38.4h-9.18c-.05 0-3.78.03-3.78 3.79v11.69c0 .05.03 3.79 3.78 3.79h9.18l14.78 15.8s.87.91 2.02.45c0 0 1.16-.46 1.16-1.71V23.86s0-1.25-1.16-1.71ZM84 44.05c2.21 0 4 1.79 4 4.01 0 2.21-1.79 4.01-4 4.01H69.76c-2.21 0-4-1.79-4-4.01 0-2.21 1.79-4.01 4-4.01H84Zm-8.09-26.04c2.21 0 4 1.79 4 4.01 0 1.13-.48 2.21-1.31 2.97l-9.71 8.8c-.74.67-1.69 1.03-2.68 1.04-2.21 0-4-1.79-4-4.01 0-1.13.48-2.21 1.31-2.97l9.71-8.8c.74-.67 1.69-1.04 2.68-1.04Z"/>',
|
|
4
|
+
"VolumeUpOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
VolumeUpOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var WantCartFilled_default = createSvgIcon(
|
|
3
|
+
'<path d="M40.77 75.06c3.35 0 6.07 2.67 6.07 5.97S44.12 87 40.77 87s-6.07-2.67-6.07-5.97 2.72-5.97 6.07-5.97ZM70.86 75.06c3.35 0 6.07 2.67 6.07 5.97S74.21 87 70.86 87s-6.07-2.67-6.07-5.97 2.72-5.97 6.07-5.97ZM18.15 9c6.33 0 9.99 3.08 10.99 9.23l5.31 32.84c1.08 6.71 5.08 10.06 11.99 10.06h24.98c4.89 0 7.74-2.37 8.54-7.11v-.01c.02-.12.04-.23.07-.34.03-.11.06-.22.1-.33.04-.11.08-.22.13-.32.05-.11.1-.21.16-.31s.12-.2.19-.3c.07-.1.14-.19.21-.28.08-.09.16-.18.24-.26.08-.08.17-.16.26-.24.09-.08.18-.15.28-.21.1-.07.2-.13.3-.19.1-.06.21-.11.32-.16s.22-.09.33-.13c.11-.04.22-.08.34-.11.11-.03.23-.06.35-.08.12-.02.23-.04.35-.05.12-.01.24-.02.36-.02.13 0 .26 0 .4.02.13.01.26.03.39.06l.39.09c.13.04.25.08.37.13s.24.11.36.17c.12.06.23.13.34.2a3.712 3.712 0 0 1 .61.49c.09.09.18.19.27.29.08.1.16.2.24.31s.14.22.2.34c.06.11.12.23.17.35.05.12.09.24.13.37.04.12.07.25.1.38s.05.26.06.39c.01.13.02.26.02.39 0 .22-.02.44-.06.66-.68 3.98-2.57 7.26-5.7 9.86-3.13 2.6-6.74 3.91-10.83 3.91H46.43c-4.97 0-9.35-1.59-13.13-4.76-3.78-3.18-6.06-7.18-6.85-12.01l-5.31-32.84c-.27-1.68-1.27-2.52-3-2.52h-6.1c-.13 0-.26 0-.4-.02a2.63 2.63 0 0 1-.39-.06l-.39-.09c-.13-.04-.25-.08-.37-.13s-.24-.11-.36-.17c-.12-.06-.23-.13-.34-.2a3.712 3.712 0 0 1-.61-.49c-.09-.09-.18-.19-.27-.29-.08-.1-.16-.2-.24-.31-.07-.11-.14-.22-.2-.34-.06-.11-.12-.23-.17-.35-.05-.12-.1-.24-.13-.37-.04-.12-.07-.25-.1-.38a2.63 2.63 0 0 1-.06-.39c-.01-.13-.02-.26-.02-.39s0-.26.02-.39c.01-.13.03-.26.06-.39s.06-.25.1-.38c.04-.12.08-.25.13-.37s.11-.24.17-.35c.06-.11.13-.23.2-.34.07-.11.15-.21.24-.31.08-.1.17-.2.27-.29a3.584 3.584 0 0 1 .61-.49c.11-.07.22-.14.34-.2.12-.06.24-.12.36-.17.12-.05.25-.09.37-.13.13-.04.26-.07.39-.09.13-.03.26-.04.39-.06.13-.01.26-.02.4-.02h6.1Z"/><path d="M69.28 13.04c3.95 0 7.32 1.42 10.11 4.27 2.76 2.82 4.15 6.22 4.15 10.18 0 1.92-.35 3.74-1.06 5.45-.03.08-.06.16-.1.24-2.44 5.73-8.61 12.21-18.52 19.43-.1.07-.16.11-.16.12-.1.08-.2.14-.32.21-.2.11-.4.23-.6.35-.59.36-1.22.55-1.9.55s-1.31-.18-1.9-.55c-.19-.12-.39-.24-.6-.35-.11-.06-.22-.13-.32-.21 0 0-.06-.04-.16-.12-9.9-7.22-16.08-13.7-18.52-19.43-.03-.07-.07-.15-.1-.24-.7-1.71-1.06-3.53-1.06-5.45 0-3.97 1.38-7.36 4.15-10.18 2.79-2.85 6.16-4.27 10.11-4.27 3.28 0 6.08.84 8.39 2.52 2.31-1.68 5.11-2.52 8.39-2.52Z"/>',
|
|
4
|
+
"WantCartFilledIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
WantCartFilled_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var WantCartOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="M87.94 55.33c.04-.23.06-.45.06-.67 0-.13 0-.26-.02-.39a2.63 2.63 0 0 0-.06-.39c-.03-.13-.06-.25-.1-.38-.04-.12-.08-.25-.13-.37s-.11-.24-.17-.35c-.06-.11-.13-.23-.2-.34a2.34 2.34 0 0 0-.24-.31c-.08-.1-.17-.2-.27-.29a3.584 3.584 0 0 0-.61-.49c-.11-.07-.22-.14-.34-.2-.12-.06-.24-.12-.36-.17-.12-.05-.25-.09-.37-.13-.13-.04-.26-.07-.39-.09-.13-.03-.26-.04-.39-.06-.13-.01-.26-.02-.4-.02-.12 0-.24 0-.36.02-.12.01-.24.03-.35.05-.12.02-.23.05-.35.08-.11.03-.23.07-.34.11-.11.04-.22.09-.33.13-.11.05-.21.1-.31.16s-.2.12-.3.19c-.1.07-.19.14-.28.21-.09.08-.18.15-.26.24-.08.08-.16.17-.24.26-.08.09-.15.18-.21.28-.07.1-.13.19-.19.3-.06.1-.11.21-.16.31-.05.11-.09.21-.13.32-.04.11-.07.22-.1.33s-.05.23-.07.34v.01c-.81 4.74-3.66 7.11-8.54 7.11H46.45c-6.91 0-10.9-3.35-11.99-10.06l-5.31-32.84C28.16 12.08 24.49 9 18.16 9h-6.1c-.13 0-.26 0-.4.02-.13.01-.26.03-.39.06l-.39.09c-.13.04-.25.08-.37.13s-.24.11-.36.17c-.12.06-.23.13-.34.2a3.712 3.712 0 0 0-.61.49c-.09.09-.18.19-.27.29-.08.1-.16.21-.24.31-.07.11-.14.22-.2.33-.06.12-.12.23-.17.35-.05.12-.1.24-.13.37-.04.12-.07.25-.1.38s-.05.26-.06.39c-.01.13-.02.26-.02.39s0 .26.02.39c.01.13.03.26.06.39s.06.25.1.38c.04.12.08.25.13.37s.11.24.17.35c.06.11.13.23.2.34.07.11.15.21.24.31.08.1.17.2.27.29a3.584 3.584 0 0 0 .61.49c.11.07.22.14.34.2.12.06.24.12.36.17.12.05.25.09.37.13.13.04.26.07.39.09.13.03.26.04.39.06s.26.02.4.02h6.1c1.73 0 2.73.84 3 2.52l5.31 32.84c.78 4.83 3.06 8.83 6.85 12.01 3.78 3.18 8.16 4.76 13.13 4.76h24.98c4.1 0 7.71-1.3 10.83-3.91 3.12-2.6 5.02-5.89 5.7-9.85Zm-24.34-.78c.17-.11.35-.21.53-.31.18-.1.34-.21.5-.33l.14-.1c10.12-7.38 16.46-14.06 19.01-20.04.04-.09.08-.19.12-.28.77-1.88 1.16-3.88 1.16-5.99 0-4.37-1.52-8.11-4.57-11.22-3.09-3.15-6.82-4.73-11.2-4.73-3.21 0-6.01.74-8.39 2.21-2.39-1.47-5.18-2.21-8.39-2.21-4.38 0-8.11 1.58-11.2 4.73-3.05 3.11-4.57 6.85-4.57 11.22a15.665 15.665 0 0 0 1.28 6.28c2.55 5.98 8.89 12.66 19.01 20.04l.14.1c.16.12.33.23.51.33s.36.2.53.31c.83.52 1.74.78 2.71.78s1.88-.26 2.71-.78Zm-2.71-7.82c8.39-6.23 13.54-11.59 15.44-16.06s.03-.08.04-.12c.39-.94.59-1.96.59-3.05 0-5.32-2.56-7.99-7.68-7.99-2.3 0-4.11.7-5.43 2.09-.07.07-.14.14-.21.2-.1.09-.2.17-.3.25-.11.08-.21.15-.33.22-.11.07-.23.13-.35.19-.12.06-.24.11-.36.15-.12.05-.25.08-.38.12-.13.03-.26.06-.39.08-.13.02-.26.04-.39.04h-.4c-.13 0-.26-.02-.4-.03-.13-.02-.26-.04-.39-.07-.13-.03-.26-.07-.38-.11-.13-.04-.25-.09-.37-.14-.12-.05-.24-.11-.35-.18-.11-.07-.23-.14-.33-.21-.11-.08-.21-.16-.31-.24-.1-.09-.19-.18-.28-.27-1.32-1.4-3.13-2.09-5.43-2.09-2.09 0-3.88.76-5.37 2.29-1.54 1.57-2.31 3.47-2.31 5.7 0 1.09.2 2.11.59 3.05.02.04.03.07.04.11 1.9 4.48 7.04 9.84 15.44 16.07ZM40.77 75.06c-3.35 0-6.07 2.67-6.07 5.97S37.42 87 40.77 87s6.07-2.67 6.07-5.97-2.72-5.97-6.07-5.97Zm30.09 0c-3.35 0-6.07 2.67-6.07 5.97S67.51 87 70.86 87s6.07-2.67 6.07-5.97-2.72-5.97-6.07-5.97Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"WantCartOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
WantCartOutlined_default as default
|
|
8
|
+
};
|