@team-monolith/cds 1.76.0 → 1.76.2
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/@types/emotion.d.ts +14 -14
- package/dist/CdsProvider.d.ts +16 -0
- package/dist/CdsProvider.js +318 -0
- package/dist/components/AlertDialog/AlertDialog.d.ts +24 -0
- package/dist/components/AlertDialog/AlertDialog.js +86 -0
- package/dist/components/AlertDialog/AlertDialogActions.d.ts +8 -0
- package/dist/components/AlertDialog/AlertDialogActions.js +26 -0
- package/dist/components/AlertDialog/AlertDialogContent.d.ts +8 -0
- package/dist/components/AlertDialog/AlertDialogContent.js +28 -0
- package/dist/components/AlertDialog/AlertDialogContext.d.ts +5 -0
- package/dist/components/AlertDialog/AlertDialogContext.js +2 -0
- package/dist/components/AlertDialog/AlertDialogTitle.d.ts +13 -0
- package/dist/components/AlertDialog/AlertDialogTitle.js +58 -0
- package/dist/components/AlertDialog/index.d.ts +4 -0
- package/dist/components/AlertDialog/index.js +4 -0
- package/dist/components/Banner.d.ts +40 -0
- package/dist/components/Banner.js +129 -0
- package/dist/components/Book/Book.d.ts +40 -0
- package/dist/components/Book/Book.js +285 -0
- package/dist/components/Book/index.d.ts +2 -0
- package/dist/components/Book/index.js +2 -0
- package/dist/components/Button.d.ts +37 -0
- package/dist/components/Button.js +253 -0
- package/dist/components/CheckboxInput.d.ts +27 -0
- package/dist/components/CheckboxInput.js +167 -0
- package/dist/components/DecoratedNumber/Default/DefaultNumberLarge.d.ts +7 -0
- package/dist/components/DecoratedNumber/Default/DefaultNumberLarge.js +29 -0
- package/dist/components/DecoratedNumber/Default/DefaultNumberSmall.d.ts +6 -0
- package/dist/components/DecoratedNumber/Default/DefaultNumberSmall.js +27 -0
- package/dist/components/DecoratedNumber/Default/index.d.ts +2 -0
- package/dist/components/DecoratedNumber/Default/index.js +2 -0
- package/dist/components/DecoratedNumber/index.d.ts +1 -0
- package/dist/components/DecoratedNumber/index.js +1 -0
- package/dist/components/Input.d.ts +17 -0
- package/dist/components/Input.js +105 -0
- package/dist/components/InputBase.d.ts +58 -0
- package/dist/components/InputBase.js +124 -0
- package/dist/components/Modal.d.ts +1 -0
- package/dist/components/Modal.js +7 -0
- package/dist/components/Pagination.d.ts +27 -0
- package/dist/components/Pagination.js +69 -0
- package/dist/components/PinInput.d.ts +36 -0
- package/dist/components/PinInput.js +186 -0
- package/dist/components/Popover.d.ts +14 -0
- package/dist/components/Popover.js +42 -0
- package/dist/components/RadioInput.d.ts +23 -0
- package/dist/components/RadioInput.js +133 -0
- package/dist/components/Spinner.d.ts +2 -0
- package/dist/components/Spinner.js +5 -0
- package/dist/components/SquareButton.d.ts +42 -0
- package/dist/components/SquareButton.js +197 -0
- package/dist/components/Switch.d.ts +19 -0
- package/dist/components/Switch.js +111 -0
- package/dist/components/SwitchButton.d.ts +33 -0
- package/dist/components/SwitchButton.js +153 -0
- package/dist/components/Tag.d.ts +23 -0
- package/dist/components/Tag.js +106 -0
- package/dist/components/Tooltip.d.ts +26 -0
- package/dist/components/Tooltip.js +50 -0
- package/dist/foundation/breakpoints.d.ts +4 -0
- package/dist/foundation/breakpoints.js +20 -0
- package/dist/foundation/color.d.ts +81 -0
- package/dist/foundation/color.js +81 -0
- package/dist/foundation/font.d.ts +5 -0
- package/dist/foundation/font.js +5 -0
- package/dist/foundation/shadows.d.ts +9 -0
- package/dist/foundation/shadows.js +10 -0
- package/dist/icons/Arrows/ArrowDownCircleFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowDownCircleFill.js +5 -0
- package/dist/icons/Arrows/ArrowDownCircleLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowDownCircleLine.js +5 -0
- package/dist/icons/Arrows/ArrowDownDoubleFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowDownDoubleFill.js +5 -0
- package/dist/icons/Arrows/ArrowDownDoubleLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowDownDoubleLine.js +5 -0
- package/dist/icons/Arrows/ArrowDownFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowDownFill.js +5 -0
- package/dist/icons/Arrows/ArrowDownLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowDownLine.js +5 -0
- package/dist/icons/Arrows/ArrowDownSFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowDownSFill.js +5 -0
- package/dist/icons/Arrows/ArrowDownSLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowDownSLine.js +5 -0
- package/dist/icons/Arrows/ArrowDownWideFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowDownWideFill.js +5 -0
- package/dist/icons/Arrows/ArrowDownWideLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowDownWideLine.js +5 -0
- package/dist/icons/Arrows/ArrowDropDownFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowDropDownFill.js +5 -0
- package/dist/icons/Arrows/ArrowDropDownLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowDropDownLine.js +5 -0
- package/dist/icons/Arrows/ArrowDropLeftFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowDropLeftFill.js +5 -0
- package/dist/icons/Arrows/ArrowDropLeftLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowDropLeftLine.js +5 -0
- package/dist/icons/Arrows/ArrowDropRightFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowDropRightFill.js +5 -0
- package/dist/icons/Arrows/ArrowDropRightLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowDropRightLine.js +5 -0
- package/dist/icons/Arrows/ArrowDropUpFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowDropUpFill.js +5 -0
- package/dist/icons/Arrows/ArrowDropUpLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowDropUpLine.js +5 -0
- package/dist/icons/Arrows/ArrowGoBackFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowGoBackFill.js +5 -0
- package/dist/icons/Arrows/ArrowGoBackLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowGoBackLine.js +5 -0
- package/dist/icons/Arrows/ArrowGoForwardFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowGoForwardFill.js +5 -0
- package/dist/icons/Arrows/ArrowGoForwardLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowGoForwardLine.js +5 -0
- package/dist/icons/Arrows/ArrowLeftCircleFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowLeftCircleFill.js +5 -0
- package/dist/icons/Arrows/ArrowLeftCircleLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowLeftCircleLine.js +5 -0
- package/dist/icons/Arrows/ArrowLeftDoubleFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowLeftDoubleFill.js +5 -0
- package/dist/icons/Arrows/ArrowLeftDoubleLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowLeftDoubleLine.js +5 -0
- package/dist/icons/Arrows/ArrowLeftDownFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowLeftDownFill.js +5 -0
- package/dist/icons/Arrows/ArrowLeftDownLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowLeftDownLine.js +5 -0
- package/dist/icons/Arrows/ArrowLeftFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowLeftFill.js +5 -0
- package/dist/icons/Arrows/ArrowLeftLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowLeftLine.js +5 -0
- package/dist/icons/Arrows/ArrowLeftRightFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowLeftRightFill.js +5 -0
- package/dist/icons/Arrows/ArrowLeftRightLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowLeftRightLine.js +5 -0
- package/dist/icons/Arrows/ArrowLeftSFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowLeftSFill.js +5 -0
- package/dist/icons/Arrows/ArrowLeftSLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowLeftSLine.js +5 -0
- package/dist/icons/Arrows/ArrowLeftUpFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowLeftUpFill.js +5 -0
- package/dist/icons/Arrows/ArrowLeftUpLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowLeftUpLine.js +5 -0
- package/dist/icons/Arrows/ArrowLeftWideFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowLeftWideFill.js +5 -0
- package/dist/icons/Arrows/ArrowLeftWideLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowLeftWideLine.js +5 -0
- package/dist/icons/Arrows/ArrowRightCircleFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowRightCircleFill.js +5 -0
- package/dist/icons/Arrows/ArrowRightCircleLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowRightCircleLine.js +5 -0
- package/dist/icons/Arrows/ArrowRightDoubleFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowRightDoubleFill.js +5 -0
- package/dist/icons/Arrows/ArrowRightDoubleLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowRightDoubleLine.js +5 -0
- package/dist/icons/Arrows/ArrowRightDownFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowRightDownFill.js +5 -0
- package/dist/icons/Arrows/ArrowRightDownLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowRightDownLine.js +5 -0
- package/dist/icons/Arrows/ArrowRightFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowRightFill.js +5 -0
- package/dist/icons/Arrows/ArrowRightLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowRightLine.js +5 -0
- package/dist/icons/Arrows/ArrowRightSFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowRightSFill.js +5 -0
- package/dist/icons/Arrows/ArrowRightSLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowRightSLine.js +5 -0
- package/dist/icons/Arrows/ArrowRightUpFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowRightUpFill.js +5 -0
- package/dist/icons/Arrows/ArrowRightUpLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowRightUpLine.js +5 -0
- package/dist/icons/Arrows/ArrowRightWideFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowRightWideFill.js +5 -0
- package/dist/icons/Arrows/ArrowRightWideLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowRightWideLine.js +5 -0
- package/dist/icons/Arrows/ArrowTurnBackFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowTurnBackFill.js +5 -0
- package/dist/icons/Arrows/ArrowTurnBackLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowTurnBackLine.js +5 -0
- package/dist/icons/Arrows/ArrowTurnForwardFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowTurnForwardFill.js +5 -0
- package/dist/icons/Arrows/ArrowTurnForwardLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowTurnForwardLine.js +5 -0
- package/dist/icons/Arrows/ArrowUpCircleFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowUpCircleFill.js +5 -0
- package/dist/icons/Arrows/ArrowUpCircleLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowUpCircleLine.js +5 -0
- package/dist/icons/Arrows/ArrowUpDoubleFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowUpDoubleFill.js +5 -0
- package/dist/icons/Arrows/ArrowUpDoubleLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowUpDoubleLine.js +5 -0
- package/dist/icons/Arrows/ArrowUpDownFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowUpDownFill.js +5 -0
- package/dist/icons/Arrows/ArrowUpDownLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowUpDownLine.js +5 -0
- package/dist/icons/Arrows/ArrowUpFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowUpFill.js +5 -0
- package/dist/icons/Arrows/ArrowUpLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowUpLine.js +5 -0
- package/dist/icons/Arrows/ArrowUpSFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowUpSFill.js +5 -0
- package/dist/icons/Arrows/ArrowUpSLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowUpSLine.js +5 -0
- package/dist/icons/Arrows/ArrowUpWideFill.d.ts +6 -0
- package/dist/icons/Arrows/ArrowUpWideFill.js +5 -0
- package/dist/icons/Arrows/ArrowUpWideLine.d.ts +6 -0
- package/dist/icons/Arrows/ArrowUpWideLine.js +5 -0
- package/dist/icons/Arrows/CollapseDiagonal2Fill.d.ts +6 -0
- package/dist/icons/Arrows/CollapseDiagonal2Fill.js +5 -0
- package/dist/icons/Arrows/CollapseDiagonal2Line.d.ts +6 -0
- package/dist/icons/Arrows/CollapseDiagonal2Line.js +5 -0
- package/dist/icons/Arrows/CollapseDiagonalFill.d.ts +6 -0
- package/dist/icons/Arrows/CollapseDiagonalFill.js +5 -0
- package/dist/icons/Arrows/CollapseDiagonalLine.d.ts +6 -0
- package/dist/icons/Arrows/CollapseDiagonalLine.js +5 -0
- package/dist/icons/Arrows/CollapseHorizontalFill.d.ts +6 -0
- package/dist/icons/Arrows/CollapseHorizontalFill.js +5 -0
- package/dist/icons/Arrows/CollapseHorizontalLine.d.ts +6 -0
- package/dist/icons/Arrows/CollapseHorizontalLine.js +5 -0
- package/dist/icons/Arrows/CollapseVerticalFill.d.ts +6 -0
- package/dist/icons/Arrows/CollapseVerticalFill.js +5 -0
- package/dist/icons/Arrows/CollapseVerticalLine.d.ts +6 -0
- package/dist/icons/Arrows/CollapseVerticalLine.js +5 -0
- package/dist/icons/Arrows/ContractLeftFill.d.ts +6 -0
- package/dist/icons/Arrows/ContractLeftFill.js +5 -0
- package/dist/icons/Arrows/ContractLeftLine.d.ts +6 -0
- package/dist/icons/Arrows/ContractLeftLine.js +5 -0
- package/dist/icons/Arrows/ContractLeftRightFill.d.ts +6 -0
- package/dist/icons/Arrows/ContractLeftRightFill.js +5 -0
- package/dist/icons/Arrows/ContractLeftRightLine.d.ts +6 -0
- package/dist/icons/Arrows/ContractLeftRightLine.js +5 -0
- package/dist/icons/Arrows/ContractRightFill.d.ts +6 -0
- package/dist/icons/Arrows/ContractRightFill.js +5 -0
- package/dist/icons/Arrows/ContractRightLine.d.ts +6 -0
- package/dist/icons/Arrows/ContractRightLine.js +5 -0
- package/dist/icons/Arrows/ContractUpDownFill.d.ts +6 -0
- package/dist/icons/Arrows/ContractUpDownFill.js +5 -0
- package/dist/icons/Arrows/ContractUpDownLine.d.ts +6 -0
- package/dist/icons/Arrows/ContractUpDownLine.js +5 -0
- package/dist/icons/Arrows/CornerDownLeftFill.d.ts +6 -0
- package/dist/icons/Arrows/CornerDownLeftFill.js +5 -0
- package/dist/icons/Arrows/CornerDownLeftLine.d.ts +6 -0
- package/dist/icons/Arrows/CornerDownLeftLine.js +5 -0
- package/dist/icons/Arrows/CornerDownRightFill.d.ts +6 -0
- package/dist/icons/Arrows/CornerDownRightFill.js +5 -0
- package/dist/icons/Arrows/CornerDownRightLine.d.ts +6 -0
- package/dist/icons/Arrows/CornerDownRightLine.js +5 -0
- package/dist/icons/Arrows/CornerLeftDownFill.d.ts +6 -0
- package/dist/icons/Arrows/CornerLeftDownFill.js +5 -0
- package/dist/icons/Arrows/CornerLeftDownLine.d.ts +6 -0
- package/dist/icons/Arrows/CornerLeftDownLine.js +5 -0
- package/dist/icons/Arrows/CornerLeftUpFill.d.ts +6 -0
- package/dist/icons/Arrows/CornerLeftUpFill.js +5 -0
- package/dist/icons/Arrows/CornerLeftUpLine.d.ts +6 -0
- package/dist/icons/Arrows/CornerLeftUpLine.js +5 -0
- package/dist/icons/Arrows/CornerRightDownFill.d.ts +6 -0
- package/dist/icons/Arrows/CornerRightDownFill.js +5 -0
- package/dist/icons/Arrows/CornerRightDownLine.d.ts +6 -0
- package/dist/icons/Arrows/CornerRightDownLine.js +5 -0
- package/dist/icons/Arrows/CornerRightUpFill.d.ts +6 -0
- package/dist/icons/Arrows/CornerRightUpFill.js +5 -0
- package/dist/icons/Arrows/CornerRightUpLine.d.ts +6 -0
- package/dist/icons/Arrows/CornerRightUpLine.js +5 -0
- package/dist/icons/Arrows/CornerUpLeftDoubleFill.d.ts +6 -0
- package/dist/icons/Arrows/CornerUpLeftDoubleFill.js +5 -0
- package/dist/icons/Arrows/CornerUpLeftDoubleLine.d.ts +6 -0
- package/dist/icons/Arrows/CornerUpLeftDoubleLine.js +5 -0
- package/dist/icons/Arrows/CornerUpLeftFill.d.ts +6 -0
- package/dist/icons/Arrows/CornerUpLeftFill.js +5 -0
- package/dist/icons/Arrows/CornerUpLeftLine.d.ts +6 -0
- package/dist/icons/Arrows/CornerUpLeftLine.js +5 -0
- package/dist/icons/Arrows/CornerUpRightDoubleFill.d.ts +6 -0
- package/dist/icons/Arrows/CornerUpRightDoubleFill.js +5 -0
- package/dist/icons/Arrows/CornerUpRightDoubleLine.d.ts +6 -0
- package/dist/icons/Arrows/CornerUpRightDoubleLine.js +5 -0
- package/dist/icons/Arrows/CornerUpRightFill.d.ts +6 -0
- package/dist/icons/Arrows/CornerUpRightFill.js +5 -0
- package/dist/icons/Arrows/CornerUpRightLine.d.ts +6 -0
- package/dist/icons/Arrows/CornerUpRightLine.js +5 -0
- package/dist/icons/Arrows/DragMove2Fill.d.ts +6 -0
- package/dist/icons/Arrows/DragMove2Fill.js +5 -0
- package/dist/icons/Arrows/DragMove2Line.d.ts +6 -0
- package/dist/icons/Arrows/DragMove2Line.js +5 -0
- package/dist/icons/Arrows/DragMoveFill.d.ts +6 -0
- package/dist/icons/Arrows/DragMoveFill.js +5 -0
- package/dist/icons/Arrows/DragMoveLine.d.ts +6 -0
- package/dist/icons/Arrows/DragMoveLine.js +5 -0
- package/dist/icons/Arrows/ExpandDiagonal2Fill.d.ts +6 -0
- package/dist/icons/Arrows/ExpandDiagonal2Fill.js +5 -0
- package/dist/icons/Arrows/ExpandDiagonal2Line.d.ts +6 -0
- package/dist/icons/Arrows/ExpandDiagonal2Line.js +5 -0
- package/dist/icons/Arrows/ExpandDiagonalFill.d.ts +6 -0
- package/dist/icons/Arrows/ExpandDiagonalFill.js +5 -0
- package/dist/icons/Arrows/ExpandDiagonalLine.d.ts +6 -0
- package/dist/icons/Arrows/ExpandDiagonalLine.js +5 -0
- package/dist/icons/Arrows/ExpandDiagonalS2Fill.d.ts +6 -0
- package/dist/icons/Arrows/ExpandDiagonalS2Fill.js +5 -0
- package/dist/icons/Arrows/ExpandDiagonalS2Line.d.ts +6 -0
- package/dist/icons/Arrows/ExpandDiagonalS2Line.js +5 -0
- package/dist/icons/Arrows/ExpandDiagonalSFill.d.ts +6 -0
- package/dist/icons/Arrows/ExpandDiagonalSFill.js +5 -0
- package/dist/icons/Arrows/ExpandDiagonalSLine.d.ts +6 -0
- package/dist/icons/Arrows/ExpandDiagonalSLine.js +5 -0
- package/dist/icons/Arrows/ExpandHeightFill.d.ts +6 -0
- package/dist/icons/Arrows/ExpandHeightFill.js +5 -0
- package/dist/icons/Arrows/ExpandHeightLine.d.ts +6 -0
- package/dist/icons/Arrows/ExpandHeightLine.js +5 -0
- package/dist/icons/Arrows/ExpandHorizontalFill.d.ts +6 -0
- package/dist/icons/Arrows/ExpandHorizontalFill.js +5 -0
- package/dist/icons/Arrows/ExpandHorizontalLine.d.ts +6 -0
- package/dist/icons/Arrows/ExpandHorizontalLine.js +5 -0
- package/dist/icons/Arrows/ExpandHorizontalSFill.d.ts +6 -0
- package/dist/icons/Arrows/ExpandHorizontalSFill.js +5 -0
- package/dist/icons/Arrows/ExpandHorizontalSLine.d.ts +6 -0
- package/dist/icons/Arrows/ExpandHorizontalSLine.js +5 -0
- package/dist/icons/Arrows/ExpandLeftFill.d.ts +6 -0
- package/dist/icons/Arrows/ExpandLeftFill.js +5 -0
- package/dist/icons/Arrows/ExpandLeftLine.d.ts +6 -0
- package/dist/icons/Arrows/ExpandLeftLine.js +5 -0
- package/dist/icons/Arrows/ExpandLeftRightFill.d.ts +6 -0
- package/dist/icons/Arrows/ExpandLeftRightFill.js +5 -0
- package/dist/icons/Arrows/ExpandLeftRightLine.d.ts +6 -0
- package/dist/icons/Arrows/ExpandLeftRightLine.js +5 -0
- package/dist/icons/Arrows/ExpandRightFill.d.ts +6 -0
- package/dist/icons/Arrows/ExpandRightFill.js +5 -0
- package/dist/icons/Arrows/ExpandRightLine.d.ts +6 -0
- package/dist/icons/Arrows/ExpandRightLine.js +5 -0
- package/dist/icons/Arrows/ExpandUpDownFill.d.ts +6 -0
- package/dist/icons/Arrows/ExpandUpDownFill.js +5 -0
- package/dist/icons/Arrows/ExpandUpDownLine.d.ts +6 -0
- package/dist/icons/Arrows/ExpandUpDownLine.js +5 -0
- package/dist/icons/Arrows/ExpandVerticalFill.d.ts +6 -0
- package/dist/icons/Arrows/ExpandVerticalFill.js +5 -0
- package/dist/icons/Arrows/ExpandVerticalLine.d.ts +6 -0
- package/dist/icons/Arrows/ExpandVerticalLine.js +5 -0
- package/dist/icons/Arrows/ExpandVerticalSFill.d.ts +6 -0
- package/dist/icons/Arrows/ExpandVerticalSFill.js +5 -0
- package/dist/icons/Arrows/ExpandVerticalSLine.d.ts +6 -0
- package/dist/icons/Arrows/ExpandVerticalSLine.js +5 -0
- package/dist/icons/Arrows/ExpandWidthFill.d.ts +6 -0
- package/dist/icons/Arrows/ExpandWidthFill.js +5 -0
- package/dist/icons/Arrows/ExpandWidthLine.d.ts +6 -0
- package/dist/icons/Arrows/ExpandWidthLine.js +5 -0
- package/dist/icons/Arrows/ScrollToBottomFill.d.ts +6 -0
- package/dist/icons/Arrows/ScrollToBottomFill.js +5 -0
- package/dist/icons/Arrows/ScrollToBottomLine.d.ts +6 -0
- package/dist/icons/Arrows/ScrollToBottomLine.js +5 -0
- package/dist/icons/Arrows/SkipDownFill.d.ts +6 -0
- package/dist/icons/Arrows/SkipDownFill.js +5 -0
- package/dist/icons/Arrows/SkipDownLine.d.ts +6 -0
- package/dist/icons/Arrows/SkipDownLine.js +5 -0
- package/dist/icons/Arrows/SkipLeftFill.d.ts +6 -0
- package/dist/icons/Arrows/SkipLeftFill.js +5 -0
- package/dist/icons/Arrows/SkipLeftLine.d.ts +6 -0
- package/dist/icons/Arrows/SkipLeftLine.js +5 -0
- package/dist/icons/Arrows/SkipRightFill.d.ts +6 -0
- package/dist/icons/Arrows/SkipRightFill.js +5 -0
- package/dist/icons/Arrows/SkipRightLine.d.ts +6 -0
- package/dist/icons/Arrows/SkipRightLine.js +5 -0
- package/dist/icons/Arrows/SkipUpFill.d.ts +6 -0
- package/dist/icons/Arrows/SkipUpFill.js +5 -0
- package/dist/icons/Arrows/SkipUpLine.d.ts +6 -0
- package/dist/icons/Arrows/SkipUpLine.js +5 -0
- package/dist/icons/Buildings/AncientGateFill.d.ts +6 -0
- package/dist/icons/Buildings/AncientGateFill.js +5 -0
- package/dist/icons/Buildings/AncientGateLine.d.ts +6 -0
- package/dist/icons/Buildings/AncientGateLine.js +5 -0
- package/dist/icons/Buildings/AncientPavilionFill.d.ts +6 -0
- package/dist/icons/Buildings/AncientPavilionFill.js +5 -0
- package/dist/icons/Buildings/AncientPavilionLine.d.ts +6 -0
- package/dist/icons/Buildings/AncientPavilionLine.js +5 -0
- package/dist/icons/Buildings/BankFill.d.ts +6 -0
- package/dist/icons/Buildings/BankFill.js +5 -0
- package/dist/icons/Buildings/BankLine.d.ts +6 -0
- package/dist/icons/Buildings/BankLine.js +5 -0
- package/dist/icons/Buildings/Building2Fill.d.ts +6 -0
- package/dist/icons/Buildings/Building2Fill.js +5 -0
- package/dist/icons/Buildings/Building2Line.d.ts +6 -0
- package/dist/icons/Buildings/Building2Line.js +5 -0
- package/dist/icons/Buildings/Building3Fill.d.ts +6 -0
- package/dist/icons/Buildings/Building3Fill.js +5 -0
- package/dist/icons/Buildings/Building3Line.d.ts +6 -0
- package/dist/icons/Buildings/Building3Line.js +5 -0
- package/dist/icons/Buildings/Building4Fill.d.ts +6 -0
- package/dist/icons/Buildings/Building4Fill.js +5 -0
- package/dist/icons/Buildings/Building4Line.d.ts +6 -0
- package/dist/icons/Buildings/Building4Line.js +5 -0
- package/dist/icons/Buildings/BuildingFill.d.ts +6 -0
- package/dist/icons/Buildings/BuildingFill.js +5 -0
- package/dist/icons/Buildings/BuildingLine.d.ts +6 -0
- package/dist/icons/Buildings/BuildingLine.js +5 -0
- package/dist/icons/Buildings/CommunityFill.d.ts +6 -0
- package/dist/icons/Buildings/CommunityFill.js +5 -0
- package/dist/icons/Buildings/CommunityLine.d.ts +6 -0
- package/dist/icons/Buildings/CommunityLine.js +5 -0
- package/dist/icons/Buildings/GovernmentFill.d.ts +6 -0
- package/dist/icons/Buildings/GovernmentFill.js +5 -0
- package/dist/icons/Buildings/GovernmentLine.d.ts +6 -0
- package/dist/icons/Buildings/GovernmentLine.js +5 -0
- package/dist/icons/Buildings/Home2Fill.d.ts +6 -0
- package/dist/icons/Buildings/Home2Fill.js +5 -0
- package/dist/icons/Buildings/Home2Line.d.ts +6 -0
- package/dist/icons/Buildings/Home2Line.js +5 -0
- package/dist/icons/Buildings/Home3Fill.d.ts +6 -0
- package/dist/icons/Buildings/Home3Fill.js +5 -0
- package/dist/icons/Buildings/Home3Line.d.ts +6 -0
- package/dist/icons/Buildings/Home3Line.js +5 -0
- package/dist/icons/Buildings/Home4Fill.d.ts +6 -0
- package/dist/icons/Buildings/Home4Fill.js +5 -0
- package/dist/icons/Buildings/Home4Line.d.ts +6 -0
- package/dist/icons/Buildings/Home4Line.js +5 -0
- package/dist/icons/Buildings/Home5Fill.d.ts +6 -0
- package/dist/icons/Buildings/Home5Fill.js +5 -0
- package/dist/icons/Buildings/Home5Line.d.ts +6 -0
- package/dist/icons/Buildings/Home5Line.js +5 -0
- package/dist/icons/Buildings/Home6Fill.d.ts +6 -0
- package/dist/icons/Buildings/Home6Fill.js +5 -0
- package/dist/icons/Buildings/Home6Line.d.ts +6 -0
- package/dist/icons/Buildings/Home6Line.js +5 -0
- package/dist/icons/Buildings/Home7Fill.d.ts +6 -0
- package/dist/icons/Buildings/Home7Fill.js +5 -0
- package/dist/icons/Buildings/Home7Line.d.ts +6 -0
- package/dist/icons/Buildings/Home7Line.js +5 -0
- package/dist/icons/Buildings/Home8Fill.d.ts +6 -0
- package/dist/icons/Buildings/Home8Fill.js +5 -0
- package/dist/icons/Buildings/Home8Line.d.ts +6 -0
- package/dist/icons/Buildings/Home8Line.js +5 -0
- package/dist/icons/Buildings/HomeFill.d.ts +6 -0
- package/dist/icons/Buildings/HomeFill.js +5 -0
- package/dist/icons/Buildings/HomeGearFill.d.ts +6 -0
- package/dist/icons/Buildings/HomeGearFill.js +5 -0
- package/dist/icons/Buildings/HomeGearLine.d.ts +6 -0
- package/dist/icons/Buildings/HomeGearLine.js +5 -0
- package/dist/icons/Buildings/HomeHeartFill.d.ts +6 -0
- package/dist/icons/Buildings/HomeHeartFill.js +5 -0
- package/dist/icons/Buildings/HomeHeartLine.d.ts +6 -0
- package/dist/icons/Buildings/HomeHeartLine.js +5 -0
- package/dist/icons/Buildings/HomeLine.d.ts +6 -0
- package/dist/icons/Buildings/HomeLine.js +5 -0
- package/dist/icons/Buildings/HomeOfficeFill.d.ts +6 -0
- package/dist/icons/Buildings/HomeOfficeFill.js +5 -0
- package/dist/icons/Buildings/HomeOfficeLine.d.ts +6 -0
- package/dist/icons/Buildings/HomeOfficeLine.js +5 -0
- package/dist/icons/Buildings/HomeSmile2Fill.d.ts +6 -0
- package/dist/icons/Buildings/HomeSmile2Fill.js +5 -0
- package/dist/icons/Buildings/HomeSmile2Line.d.ts +6 -0
- package/dist/icons/Buildings/HomeSmile2Line.js +5 -0
- package/dist/icons/Buildings/HomeSmileFill.d.ts +6 -0
- package/dist/icons/Buildings/HomeSmileFill.js +5 -0
- package/dist/icons/Buildings/HomeSmileLine.d.ts +6 -0
- package/dist/icons/Buildings/HomeSmileLine.js +5 -0
- package/dist/icons/Buildings/HomeWifiFill.d.ts +6 -0
- package/dist/icons/Buildings/HomeWifiFill.js +5 -0
- package/dist/icons/Buildings/HomeWifiLine.d.ts +6 -0
- package/dist/icons/Buildings/HomeWifiLine.js +5 -0
- package/dist/icons/Buildings/HospitalFill.d.ts +6 -0
- package/dist/icons/Buildings/HospitalFill.js +5 -0
- package/dist/icons/Buildings/HospitalLine.d.ts +6 -0
- package/dist/icons/Buildings/HospitalLine.js +5 -0
- package/dist/icons/Buildings/HotelFill.d.ts +6 -0
- package/dist/icons/Buildings/HotelFill.js +5 -0
- package/dist/icons/Buildings/HotelLine.d.ts +6 -0
- package/dist/icons/Buildings/HotelLine.js +5 -0
- package/dist/icons/Buildings/SchoolFill.d.ts +6 -0
- package/dist/icons/Buildings/SchoolFill.js +5 -0
- package/dist/icons/Buildings/SchoolLine.d.ts +6 -0
- package/dist/icons/Buildings/SchoolLine.js +5 -0
- package/dist/icons/Buildings/Store2Fill.d.ts +6 -0
- package/dist/icons/Buildings/Store2Fill.js +5 -0
- package/dist/icons/Buildings/Store2Line.d.ts +6 -0
- package/dist/icons/Buildings/Store2Line.js +5 -0
- package/dist/icons/Buildings/Store3Fill.d.ts +6 -0
- package/dist/icons/Buildings/Store3Fill.js +5 -0
- package/dist/icons/Buildings/Store3Line.d.ts +6 -0
- package/dist/icons/Buildings/Store3Line.js +5 -0
- package/dist/icons/Buildings/StoreFill.d.ts +6 -0
- package/dist/icons/Buildings/StoreFill.js +5 -0
- package/dist/icons/Buildings/StoreLine.d.ts +6 -0
- package/dist/icons/Buildings/StoreLine.js +5 -0
- package/dist/icons/Buildings/TentFill.d.ts +6 -0
- package/dist/icons/Buildings/TentFill.js +5 -0
- package/dist/icons/Buildings/TentLine.d.ts +6 -0
- package/dist/icons/Buildings/TentLine.js +5 -0
- package/dist/icons/Business/AdvertisementFill.d.ts +6 -0
- package/dist/icons/Business/AdvertisementFill.js +5 -0
- package/dist/icons/Business/AdvertisementLine.d.ts +6 -0
- package/dist/icons/Business/AdvertisementLine.js +5 -0
- package/dist/icons/Business/Archive2Fill.d.ts +6 -0
- package/dist/icons/Business/Archive2Fill.js +5 -0
- package/dist/icons/Business/Archive2Line.d.ts +6 -0
- package/dist/icons/Business/Archive2Line.js +5 -0
- package/dist/icons/Business/ArchiveDrawerFill.d.ts +6 -0
- package/dist/icons/Business/ArchiveDrawerFill.js +5 -0
- package/dist/icons/Business/ArchiveDrawerLine.d.ts +6 -0
- package/dist/icons/Business/ArchiveDrawerLine.js +5 -0
- package/dist/icons/Business/ArchiveFill.d.ts +6 -0
- package/dist/icons/Business/ArchiveFill.js +5 -0
- package/dist/icons/Business/ArchiveLine.d.ts +6 -0
- package/dist/icons/Business/ArchiveLine.js +5 -0
- package/dist/icons/Business/ArchiveStackFill.d.ts +6 -0
- package/dist/icons/Business/ArchiveStackFill.js +5 -0
- package/dist/icons/Business/ArchiveStackLine.d.ts +6 -0
- package/dist/icons/Business/ArchiveStackLine.js +5 -0
- package/dist/icons/Business/AtFill.d.ts +6 -0
- package/dist/icons/Business/AtFill.js +5 -0
- package/dist/icons/Business/AtLine.d.ts +6 -0
- package/dist/icons/Business/AtLine.js +5 -0
- package/dist/icons/Business/AttachmentFill.d.ts +6 -0
- package/dist/icons/Business/AttachmentFill.js +5 -0
- package/dist/icons/Business/AttachmentLine.d.ts +6 -0
- package/dist/icons/Business/AttachmentLine.js +5 -0
- package/dist/icons/Business/AwardFill.d.ts +6 -0
- package/dist/icons/Business/AwardFill.js +5 -0
- package/dist/icons/Business/AwardLine.d.ts +6 -0
- package/dist/icons/Business/AwardLine.js +5 -0
- package/dist/icons/Business/BarChart2Fill.d.ts +6 -0
- package/dist/icons/Business/BarChart2Fill.js +5 -0
- package/dist/icons/Business/BarChart2Line.d.ts +6 -0
- package/dist/icons/Business/BarChart2Line.js +5 -0
- package/dist/icons/Business/BarChartBoxFill.d.ts +6 -0
- package/dist/icons/Business/BarChartBoxFill.js +5 -0
- package/dist/icons/Business/BarChartBoxLine.d.ts +6 -0
- package/dist/icons/Business/BarChartBoxLine.js +5 -0
- package/dist/icons/Business/BarChartFill.d.ts +6 -0
- package/dist/icons/Business/BarChartFill.js +5 -0
- package/dist/icons/Business/BarChartGroupedFill.d.ts +6 -0
- package/dist/icons/Business/BarChartGroupedFill.js +5 -0
- package/dist/icons/Business/BarChartGroupedLine.d.ts +6 -0
- package/dist/icons/Business/BarChartGroupedLine.js +5 -0
- package/dist/icons/Business/BarChartHorizontalFill.d.ts +6 -0
- package/dist/icons/Business/BarChartHorizontalFill.js +5 -0
- package/dist/icons/Business/BarChartHorizontalLine.d.ts +6 -0
- package/dist/icons/Business/BarChartHorizontalLine.js +5 -0
- package/dist/icons/Business/BarChartLine.d.ts +6 -0
- package/dist/icons/Business/BarChartLine.js +5 -0
- package/dist/icons/Business/Bookmark2Fill.d.ts +6 -0
- package/dist/icons/Business/Bookmark2Fill.js +5 -0
- package/dist/icons/Business/Bookmark2Line.d.ts +6 -0
- package/dist/icons/Business/Bookmark2Line.js +5 -0
- package/dist/icons/Business/Bookmark3Fill.d.ts +6 -0
- package/dist/icons/Business/Bookmark3Fill.js +5 -0
- package/dist/icons/Business/Bookmark3Line.d.ts +6 -0
- package/dist/icons/Business/Bookmark3Line.js +5 -0
- package/dist/icons/Business/BookmarkFill.d.ts +6 -0
- package/dist/icons/Business/BookmarkFill.js +5 -0
- package/dist/icons/Business/BookmarkLine.d.ts +6 -0
- package/dist/icons/Business/BookmarkLine.js +5 -0
- package/dist/icons/Business/Briefcase2Fill.d.ts +6 -0
- package/dist/icons/Business/Briefcase2Fill.js +5 -0
- package/dist/icons/Business/Briefcase2Line.d.ts +6 -0
- package/dist/icons/Business/Briefcase2Line.js +5 -0
- package/dist/icons/Business/Briefcase3Fill.d.ts +6 -0
- package/dist/icons/Business/Briefcase3Fill.js +5 -0
- package/dist/icons/Business/Briefcase3Line.d.ts +6 -0
- package/dist/icons/Business/Briefcase3Line.js +5 -0
- package/dist/icons/Business/Briefcase4Fill.d.ts +6 -0
- package/dist/icons/Business/Briefcase4Fill.js +5 -0
- package/dist/icons/Business/Briefcase4Line.d.ts +6 -0
- package/dist/icons/Business/Briefcase4Line.js +5 -0
- package/dist/icons/Business/Briefcase5Fill.d.ts +6 -0
- package/dist/icons/Business/Briefcase5Fill.js +5 -0
- package/dist/icons/Business/Briefcase5Line.d.ts +6 -0
- package/dist/icons/Business/Briefcase5Line.js +5 -0
- package/dist/icons/Business/BriefcaseFill.d.ts +6 -0
- package/dist/icons/Business/BriefcaseFill.js +5 -0
- package/dist/icons/Business/BriefcaseLine.d.ts +6 -0
- package/dist/icons/Business/BriefcaseLine.js +5 -0
- package/dist/icons/Business/BubbleChartFill.d.ts +6 -0
- package/dist/icons/Business/BubbleChartFill.js +5 -0
- package/dist/icons/Business/BubbleChartLine.d.ts +6 -0
- package/dist/icons/Business/BubbleChartLine.js +5 -0
- package/dist/icons/Business/CalculatorFill.d.ts +6 -0
- package/dist/icons/Business/CalculatorFill.js +5 -0
- package/dist/icons/Business/CalculatorLine.d.ts +6 -0
- package/dist/icons/Business/CalculatorLine.js +5 -0
- package/dist/icons/Business/Calendar2Fill.d.ts +6 -0
- package/dist/icons/Business/Calendar2Fill.js +5 -0
- package/dist/icons/Business/Calendar2Line.d.ts +6 -0
- package/dist/icons/Business/Calendar2Line.js +5 -0
- package/dist/icons/Business/CalendarCheckFill.d.ts +6 -0
- package/dist/icons/Business/CalendarCheckFill.js +5 -0
- package/dist/icons/Business/CalendarCheckLine.d.ts +6 -0
- package/dist/icons/Business/CalendarCheckLine.js +5 -0
- package/dist/icons/Business/CalendarCloseFill.d.ts +6 -0
- package/dist/icons/Business/CalendarCloseFill.js +5 -0
- package/dist/icons/Business/CalendarCloseLine.d.ts +6 -0
- package/dist/icons/Business/CalendarCloseLine.js +5 -0
- package/dist/icons/Business/CalendarEventFill.d.ts +6 -0
- package/dist/icons/Business/CalendarEventFill.js +5 -0
- package/dist/icons/Business/CalendarEventLine.d.ts +6 -0
- package/dist/icons/Business/CalendarEventLine.js +5 -0
- package/dist/icons/Business/CalendarFill.d.ts +6 -0
- package/dist/icons/Business/CalendarFill.js +5 -0
- package/dist/icons/Business/CalendarLine.d.ts +6 -0
- package/dist/icons/Business/CalendarLine.js +5 -0
- package/dist/icons/Business/CalendarScheduleFill.d.ts +6 -0
- package/dist/icons/Business/CalendarScheduleFill.js +5 -0
- package/dist/icons/Business/CalendarScheduleLine.d.ts +6 -0
- package/dist/icons/Business/CalendarScheduleLine.js +5 -0
- package/dist/icons/Business/CalendarTodoFill.d.ts +6 -0
- package/dist/icons/Business/CalendarTodoFill.js +5 -0
- package/dist/icons/Business/CalendarTodoLine.d.ts +6 -0
- package/dist/icons/Business/CalendarTodoLine.js +5 -0
- package/dist/icons/Business/CloudFill.d.ts +6 -0
- package/dist/icons/Business/CloudFill.js +5 -0
- package/dist/icons/Business/CloudLine.d.ts +6 -0
- package/dist/icons/Business/CloudLine.js +5 -0
- package/dist/icons/Business/CloudOffFill.d.ts +6 -0
- package/dist/icons/Business/CloudOffFill.js +5 -0
- package/dist/icons/Business/CloudOffLine.d.ts +6 -0
- package/dist/icons/Business/CloudOffLine.js +5 -0
- package/dist/icons/Business/CopyleftFill.d.ts +6 -0
- package/dist/icons/Business/CopyleftFill.js +5 -0
- package/dist/icons/Business/CopyleftLine.d.ts +6 -0
- package/dist/icons/Business/CopyleftLine.js +5 -0
- package/dist/icons/Business/CopyrightFill.d.ts +6 -0
- package/dist/icons/Business/CopyrightFill.js +5 -0
- package/dist/icons/Business/CopyrightLine.d.ts +6 -0
- package/dist/icons/Business/CopyrightLine.js +5 -0
- package/dist/icons/Business/CreativeCommonsByFill.d.ts +6 -0
- package/dist/icons/Business/CreativeCommonsByFill.js +5 -0
- package/dist/icons/Business/CreativeCommonsByLine.d.ts +6 -0
- package/dist/icons/Business/CreativeCommonsByLine.js +5 -0
- package/dist/icons/Business/CreativeCommonsFill.d.ts +6 -0
- package/dist/icons/Business/CreativeCommonsFill.js +5 -0
- package/dist/icons/Business/CreativeCommonsLine.d.ts +6 -0
- package/dist/icons/Business/CreativeCommonsLine.js +5 -0
- package/dist/icons/Business/CreativeCommonsNcFill.d.ts +6 -0
- package/dist/icons/Business/CreativeCommonsNcFill.js +5 -0
- package/dist/icons/Business/CreativeCommonsNcLine.d.ts +6 -0
- package/dist/icons/Business/CreativeCommonsNcLine.js +5 -0
- package/dist/icons/Business/CreativeCommonsNdFill.d.ts +6 -0
- package/dist/icons/Business/CreativeCommonsNdFill.js +5 -0
- package/dist/icons/Business/CreativeCommonsNdLine.d.ts +6 -0
- package/dist/icons/Business/CreativeCommonsNdLine.js +5 -0
- package/dist/icons/Business/CreativeCommonsSaFill.d.ts +6 -0
- package/dist/icons/Business/CreativeCommonsSaFill.js +5 -0
- package/dist/icons/Business/CreativeCommonsSaLine.d.ts +6 -0
- package/dist/icons/Business/CreativeCommonsSaLine.js +5 -0
- package/dist/icons/Business/CreativeCommonsZeroFill.d.ts +6 -0
- package/dist/icons/Business/CreativeCommonsZeroFill.js +5 -0
- package/dist/icons/Business/CreativeCommonsZeroLine.d.ts +6 -0
- package/dist/icons/Business/CreativeCommonsZeroLine.js +5 -0
- package/dist/icons/Business/CustomerService2Fill.d.ts +6 -0
- package/dist/icons/Business/CustomerService2Fill.js +5 -0
- package/dist/icons/Business/CustomerService2Line.d.ts +6 -0
- package/dist/icons/Business/CustomerService2Line.js +5 -0
- package/dist/icons/Business/CustomerServiceFill.d.ts +6 -0
- package/dist/icons/Business/CustomerServiceFill.js +5 -0
- package/dist/icons/Business/CustomerServiceLine.d.ts +6 -0
- package/dist/icons/Business/CustomerServiceLine.js +5 -0
- package/dist/icons/Business/DonutChartFill.d.ts +6 -0
- package/dist/icons/Business/DonutChartFill.js +5 -0
- package/dist/icons/Business/DonutChartLine.d.ts +6 -0
- package/dist/icons/Business/DonutChartLine.js +5 -0
- package/dist/icons/Business/Flag2Fill.d.ts +6 -0
- package/dist/icons/Business/Flag2Fill.js +5 -0
- package/dist/icons/Business/Flag2Line.d.ts +6 -0
- package/dist/icons/Business/Flag2Line.js +5 -0
- package/dist/icons/Business/FlagFill.d.ts +6 -0
- package/dist/icons/Business/FlagFill.js +5 -0
- package/dist/icons/Business/FlagLine.d.ts +6 -0
- package/dist/icons/Business/FlagLine.js +5 -0
- package/dist/icons/Business/GlobalFill.d.ts +6 -0
- package/dist/icons/Business/GlobalFill.js +5 -0
- package/dist/icons/Business/GlobalLine.d.ts +6 -0
- package/dist/icons/Business/GlobalLine.js +5 -0
- package/dist/icons/Business/HonourFill.d.ts +6 -0
- package/dist/icons/Business/HonourFill.js +5 -0
- package/dist/icons/Business/HonourLine.d.ts +6 -0
- package/dist/icons/Business/HonourLine.js +5 -0
- package/dist/icons/Business/IdCardFill.d.ts +6 -0
- package/dist/icons/Business/IdCardFill.js +5 -0
- package/dist/icons/Business/IdCardLine.d.ts +6 -0
- package/dist/icons/Business/IdCardLine.js +5 -0
- package/dist/icons/Business/Inbox2Fill.d.ts +6 -0
- package/dist/icons/Business/Inbox2Fill.js +5 -0
- package/dist/icons/Business/Inbox2Line.d.ts +6 -0
- package/dist/icons/Business/Inbox2Line.js +5 -0
- package/dist/icons/Business/InboxArchiveFill.d.ts +6 -0
- package/dist/icons/Business/InboxArchiveFill.js +5 -0
- package/dist/icons/Business/InboxArchiveLine.d.ts +6 -0
- package/dist/icons/Business/InboxArchiveLine.js +5 -0
- package/dist/icons/Business/InboxFill.d.ts +6 -0
- package/dist/icons/Business/InboxFill.js +5 -0
- package/dist/icons/Business/InboxLine.d.ts +6 -0
- package/dist/icons/Business/InboxLine.js +5 -0
- package/dist/icons/Business/InboxUnarchiveFill.d.ts +6 -0
- package/dist/icons/Business/InboxUnarchiveFill.js +5 -0
- package/dist/icons/Business/InboxUnarchiveLine.d.ts +6 -0
- package/dist/icons/Business/InboxUnarchiveLine.js +5 -0
- package/dist/icons/Business/LineChartFill.d.ts +6 -0
- package/dist/icons/Business/LineChartFill.js +5 -0
- package/dist/icons/Business/LineChartLine.d.ts +6 -0
- package/dist/icons/Business/LineChartLine.js +5 -0
- package/dist/icons/Business/LinksFill.d.ts +6 -0
- package/dist/icons/Business/LinksFill.js +5 -0
- package/dist/icons/Business/LinksLine.d.ts +6 -0
- package/dist/icons/Business/LinksLine.js +5 -0
- package/dist/icons/Business/MailAddFill.d.ts +6 -0
- package/dist/icons/Business/MailAddFill.js +5 -0
- package/dist/icons/Business/MailAddLine.d.ts +6 -0
- package/dist/icons/Business/MailAddLine.js +5 -0
- package/dist/icons/Business/MailCheckFill.d.ts +6 -0
- package/dist/icons/Business/MailCheckFill.js +5 -0
- package/dist/icons/Business/MailCheckLine.d.ts +6 -0
- package/dist/icons/Business/MailCheckLine.js +5 -0
- package/dist/icons/Business/MailCloseFill.d.ts +6 -0
- package/dist/icons/Business/MailCloseFill.js +5 -0
- package/dist/icons/Business/MailCloseLine.d.ts +6 -0
- package/dist/icons/Business/MailCloseLine.js +5 -0
- package/dist/icons/Business/MailDownloadFill.d.ts +6 -0
- package/dist/icons/Business/MailDownloadFill.js +5 -0
- package/dist/icons/Business/MailDownloadLine.d.ts +6 -0
- package/dist/icons/Business/MailDownloadLine.js +5 -0
- package/dist/icons/Business/MailFill.d.ts +6 -0
- package/dist/icons/Business/MailFill.js +5 -0
- package/dist/icons/Business/MailForbidFill.d.ts +6 -0
- package/dist/icons/Business/MailForbidFill.js +5 -0
- package/dist/icons/Business/MailForbidLine.d.ts +6 -0
- package/dist/icons/Business/MailForbidLine.js +5 -0
- package/dist/icons/Business/MailLine.d.ts +6 -0
- package/dist/icons/Business/MailLine.js +5 -0
- package/dist/icons/Business/MailLockFill.d.ts +6 -0
- package/dist/icons/Business/MailLockFill.js +5 -0
- package/dist/icons/Business/MailLockLine.d.ts +6 -0
- package/dist/icons/Business/MailLockLine.js +5 -0
- package/dist/icons/Business/MailOpenFill.d.ts +6 -0
- package/dist/icons/Business/MailOpenFill.js +5 -0
- package/dist/icons/Business/MailOpenLine.d.ts +6 -0
- package/dist/icons/Business/MailOpenLine.js +5 -0
- package/dist/icons/Business/MailSendFill.d.ts +6 -0
- package/dist/icons/Business/MailSendFill.js +5 -0
- package/dist/icons/Business/MailSendLine.d.ts +6 -0
- package/dist/icons/Business/MailSendLine.js +5 -0
- package/dist/icons/Business/MailSettingsFill.d.ts +6 -0
- package/dist/icons/Business/MailSettingsFill.js +5 -0
- package/dist/icons/Business/MailSettingsLine.d.ts +6 -0
- package/dist/icons/Business/MailSettingsLine.js +5 -0
- package/dist/icons/Business/MailStarFill.d.ts +6 -0
- package/dist/icons/Business/MailStarFill.js +5 -0
- package/dist/icons/Business/MailStarLine.d.ts +6 -0
- package/dist/icons/Business/MailStarLine.js +5 -0
- package/dist/icons/Business/MailUnreadFill.d.ts +6 -0
- package/dist/icons/Business/MailUnreadFill.js +5 -0
- package/dist/icons/Business/MailUnreadLine.d.ts +6 -0
- package/dist/icons/Business/MailUnreadLine.js +5 -0
- package/dist/icons/Business/MailVolumeFill.d.ts +6 -0
- package/dist/icons/Business/MailVolumeFill.js +5 -0
- package/dist/icons/Business/MailVolumeLine.d.ts +6 -0
- package/dist/icons/Business/MailVolumeLine.js +5 -0
- package/dist/icons/Business/Medal2Fill.d.ts +6 -0
- package/dist/icons/Business/Medal2Fill.js +5 -0
- package/dist/icons/Business/Medal2Line.d.ts +6 -0
- package/dist/icons/Business/Medal2Line.js +5 -0
- package/dist/icons/Business/MedalFill.d.ts +6 -0
- package/dist/icons/Business/MedalFill.js +5 -0
- package/dist/icons/Business/MedalLine.d.ts +6 -0
- package/dist/icons/Business/MedalLine.js +5 -0
- package/dist/icons/Business/MegaphoneFill.d.ts +6 -0
- package/dist/icons/Business/MegaphoneFill.js +5 -0
- package/dist/icons/Business/MegaphoneLine.d.ts +6 -0
- package/dist/icons/Business/MegaphoneLine.js +5 -0
- package/dist/icons/Business/PassExpiredFill.d.ts +6 -0
- package/dist/icons/Business/PassExpiredFill.js +5 -0
- package/dist/icons/Business/PassExpiredLine.d.ts +6 -0
- package/dist/icons/Business/PassExpiredLine.js +5 -0
- package/dist/icons/Business/PassPendingFill.d.ts +6 -0
- package/dist/icons/Business/PassPendingFill.js +5 -0
- package/dist/icons/Business/PassPendingLine.d.ts +6 -0
- package/dist/icons/Business/PassPendingLine.js +5 -0
- package/dist/icons/Business/PassValidFill.d.ts +6 -0
- package/dist/icons/Business/PassValidFill.js +5 -0
- package/dist/icons/Business/PassValidLine.d.ts +6 -0
- package/dist/icons/Business/PassValidLine.js +5 -0
- package/dist/icons/Business/PieChart2Fill.d.ts +6 -0
- package/dist/icons/Business/PieChart2Fill.js +5 -0
- package/dist/icons/Business/PieChart2Line.d.ts +6 -0
- package/dist/icons/Business/PieChart2Line.js +5 -0
- package/dist/icons/Business/PieChartBoxFill.d.ts +6 -0
- package/dist/icons/Business/PieChartBoxFill.js +5 -0
- package/dist/icons/Business/PieChartBoxLine.d.ts +6 -0
- package/dist/icons/Business/PieChartBoxLine.js +5 -0
- package/dist/icons/Business/PieChartFill.d.ts +6 -0
- package/dist/icons/Business/PieChartFill.js +5 -0
- package/dist/icons/Business/PieChartLine.d.ts +6 -0
- package/dist/icons/Business/PieChartLine.js +5 -0
- package/dist/icons/Business/PresentationFill.d.ts +6 -0
- package/dist/icons/Business/PresentationFill.js +5 -0
- package/dist/icons/Business/PresentationLine.d.ts +6 -0
- package/dist/icons/Business/PresentationLine.js +5 -0
- package/dist/icons/Business/PrinterCloudFill.d.ts +6 -0
- package/dist/icons/Business/PrinterCloudFill.js +5 -0
- package/dist/icons/Business/PrinterCloudLine.d.ts +6 -0
- package/dist/icons/Business/PrinterCloudLine.js +5 -0
- package/dist/icons/Business/PrinterFill.d.ts +6 -0
- package/dist/icons/Business/PrinterFill.js +5 -0
- package/dist/icons/Business/PrinterLine.d.ts +6 -0
- package/dist/icons/Business/PrinterLine.js +5 -0
- package/dist/icons/Business/ProfileFill.d.ts +6 -0
- package/dist/icons/Business/ProfileFill.js +5 -0
- package/dist/icons/Business/ProfileLine.d.ts +6 -0
- package/dist/icons/Business/ProfileLine.js +5 -0
- package/dist/icons/Business/Projector2Fill.d.ts +6 -0
- package/dist/icons/Business/Projector2Fill.js +5 -0
- package/dist/icons/Business/Projector2Line.d.ts +6 -0
- package/dist/icons/Business/Projector2Line.js +5 -0
- package/dist/icons/Business/ProjectorFill.d.ts +6 -0
- package/dist/icons/Business/ProjectorFill.js +5 -0
- package/dist/icons/Business/ProjectorLine.d.ts +6 -0
- package/dist/icons/Business/ProjectorLine.js +5 -0
- package/dist/icons/Business/RecordMailFill.d.ts +6 -0
- package/dist/icons/Business/RecordMailFill.js +5 -0
- package/dist/icons/Business/RecordMailLine.d.ts +6 -0
- package/dist/icons/Business/RecordMailLine.js +5 -0
- package/dist/icons/Business/RegisteredFill.d.ts +6 -0
- package/dist/icons/Business/RegisteredFill.js +5 -0
- package/dist/icons/Business/RegisteredLine.d.ts +6 -0
- package/dist/icons/Business/RegisteredLine.js +5 -0
- package/dist/icons/Business/ReplyAllFill.d.ts +6 -0
- package/dist/icons/Business/ReplyAllFill.js +5 -0
- package/dist/icons/Business/ReplyAllLine.d.ts +6 -0
- package/dist/icons/Business/ReplyAllLine.js +5 -0
- package/dist/icons/Business/ReplyFill.d.ts +6 -0
- package/dist/icons/Business/ReplyFill.js +5 -0
- package/dist/icons/Business/ReplyLine.d.ts +6 -0
- package/dist/icons/Business/ReplyLine.js +5 -0
- package/dist/icons/Business/SendPlane2Fill.d.ts +6 -0
- package/dist/icons/Business/SendPlane2Fill.js +5 -0
- package/dist/icons/Business/SendPlane2Line.d.ts +6 -0
- package/dist/icons/Business/SendPlane2Line.js +5 -0
- package/dist/icons/Business/SendPlaneFill.d.ts +6 -0
- package/dist/icons/Business/SendPlaneFill.js +5 -0
- package/dist/icons/Business/SendPlaneLine.d.ts +6 -0
- package/dist/icons/Business/SendPlaneLine.js +5 -0
- package/dist/icons/Business/SeoFill.d.ts +6 -0
- package/dist/icons/Business/SeoFill.js +5 -0
- package/dist/icons/Business/SeoLine.d.ts +6 -0
- package/dist/icons/Business/SeoLine.js +5 -0
- package/dist/icons/Business/ServiceFill.d.ts +6 -0
- package/dist/icons/Business/ServiceFill.js +5 -0
- package/dist/icons/Business/ServiceLine.d.ts +6 -0
- package/dist/icons/Business/ServiceLine.js +5 -0
- package/dist/icons/Business/ShakeHandsFill.d.ts +6 -0
- package/dist/icons/Business/ShakeHandsFill.js +5 -0
- package/dist/icons/Business/ShakeHandsLine.d.ts +6 -0
- package/dist/icons/Business/ShakeHandsLine.js +5 -0
- package/dist/icons/Business/Slideshow2Fill.d.ts +6 -0
- package/dist/icons/Business/Slideshow2Fill.js +5 -0
- package/dist/icons/Business/Slideshow2Line.d.ts +6 -0
- package/dist/icons/Business/Slideshow2Line.js +5 -0
- package/dist/icons/Business/Slideshow3Fill.d.ts +6 -0
- package/dist/icons/Business/Slideshow3Fill.js +5 -0
- package/dist/icons/Business/Slideshow3Line.d.ts +6 -0
- package/dist/icons/Business/Slideshow3Line.js +5 -0
- package/dist/icons/Business/Slideshow4Fill.d.ts +6 -0
- package/dist/icons/Business/Slideshow4Fill.js +5 -0
- package/dist/icons/Business/Slideshow4Line.d.ts +6 -0
- package/dist/icons/Business/Slideshow4Line.js +5 -0
- package/dist/icons/Business/SlideshowFill.d.ts +6 -0
- package/dist/icons/Business/SlideshowFill.js +5 -0
- package/dist/icons/Business/SlideshowLine.d.ts +6 -0
- package/dist/icons/Business/SlideshowLine.js +5 -0
- package/dist/icons/Business/StackFill.d.ts +6 -0
- package/dist/icons/Business/StackFill.js +5 -0
- package/dist/icons/Business/StackLine.d.ts +6 -0
- package/dist/icons/Business/StackLine.js +5 -0
- package/dist/icons/Business/TrademarkFill.d.ts +6 -0
- package/dist/icons/Business/TrademarkFill.js +5 -0
- package/dist/icons/Business/TrademarkLine.d.ts +6 -0
- package/dist/icons/Business/TrademarkLine.js +5 -0
- package/dist/icons/Business/TriangularFlagFill.d.ts +6 -0
- package/dist/icons/Business/TriangularFlagFill.js +5 -0
- package/dist/icons/Business/TriangularFlagLine.d.ts +6 -0
- package/dist/icons/Business/TriangularFlagLine.js +5 -0
- package/dist/icons/Business/VerifiedBadgeFill.d.ts +6 -0
- package/dist/icons/Business/VerifiedBadgeFill.js +5 -0
- package/dist/icons/Business/VerifiedBadgeLine.d.ts +6 -0
- package/dist/icons/Business/VerifiedBadgeLine.js +5 -0
- package/dist/icons/Business/Window2Fill.d.ts +6 -0
- package/dist/icons/Business/Window2Fill.js +5 -0
- package/dist/icons/Business/Window2Line.d.ts +6 -0
- package/dist/icons/Business/Window2Line.js +5 -0
- package/dist/icons/Business/WindowFill.d.ts +6 -0
- package/dist/icons/Business/WindowFill.js +5 -0
- package/dist/icons/Business/WindowLine.d.ts +6 -0
- package/dist/icons/Business/WindowLine.js +5 -0
- package/dist/icons/Communication/Chat1Fill.d.ts +6 -0
- package/dist/icons/Communication/Chat1Fill.js +5 -0
- package/dist/icons/Communication/Chat1Line.d.ts +6 -0
- package/dist/icons/Communication/Chat1Line.js +5 -0
- package/dist/icons/Communication/Chat2Fill.d.ts +6 -0
- package/dist/icons/Communication/Chat2Fill.js +5 -0
- package/dist/icons/Communication/Chat2Line.d.ts +6 -0
- package/dist/icons/Communication/Chat2Line.js +5 -0
- package/dist/icons/Communication/Chat3Fill.d.ts +6 -0
- package/dist/icons/Communication/Chat3Fill.js +5 -0
- package/dist/icons/Communication/Chat3Line.d.ts +6 -0
- package/dist/icons/Communication/Chat3Line.js +5 -0
- package/dist/icons/Communication/Chat4Fill.d.ts +6 -0
- package/dist/icons/Communication/Chat4Fill.js +5 -0
- package/dist/icons/Communication/Chat4Line.d.ts +6 -0
- package/dist/icons/Communication/Chat4Line.js +5 -0
- package/dist/icons/Communication/ChatCheckFill.d.ts +6 -0
- package/dist/icons/Communication/ChatCheckFill.js +5 -0
- package/dist/icons/Communication/ChatCheckLine.d.ts +6 -0
- package/dist/icons/Communication/ChatCheckLine.js +5 -0
- package/dist/icons/Communication/ChatDeleteFill.d.ts +6 -0
- package/dist/icons/Communication/ChatDeleteFill.js +5 -0
- package/dist/icons/Communication/ChatDeleteLine.d.ts +6 -0
- package/dist/icons/Communication/ChatDeleteLine.js +5 -0
- package/dist/icons/Communication/ChatDownloadFill.d.ts +6 -0
- package/dist/icons/Communication/ChatDownloadFill.js +5 -0
- package/dist/icons/Communication/ChatDownloadLine.d.ts +6 -0
- package/dist/icons/Communication/ChatDownloadLine.js +5 -0
- package/dist/icons/Communication/ChatFollowUpFill.d.ts +6 -0
- package/dist/icons/Communication/ChatFollowUpFill.js +5 -0
- package/dist/icons/Communication/ChatFollowUpLine.d.ts +6 -0
- package/dist/icons/Communication/ChatFollowUpLine.js +5 -0
- package/dist/icons/Communication/ChatForwardFill.d.ts +6 -0
- package/dist/icons/Communication/ChatForwardFill.js +5 -0
- package/dist/icons/Communication/ChatForwardLine.d.ts +6 -0
- package/dist/icons/Communication/ChatForwardLine.js +5 -0
- package/dist/icons/Communication/ChatHeartFill.d.ts +6 -0
- package/dist/icons/Communication/ChatHeartFill.js +5 -0
- package/dist/icons/Communication/ChatHeartLine.d.ts +6 -0
- package/dist/icons/Communication/ChatHeartLine.js +5 -0
- package/dist/icons/Communication/ChatHistoryFill.d.ts +6 -0
- package/dist/icons/Communication/ChatHistoryFill.js +5 -0
- package/dist/icons/Communication/ChatHistoryLine.d.ts +6 -0
- package/dist/icons/Communication/ChatHistoryLine.js +5 -0
- package/dist/icons/Communication/ChatNewFill.d.ts +6 -0
- package/dist/icons/Communication/ChatNewFill.js +5 -0
- package/dist/icons/Communication/ChatNewLine.d.ts +6 -0
- package/dist/icons/Communication/ChatNewLine.js +5 -0
- package/dist/icons/Communication/ChatOffFill.d.ts +6 -0
- package/dist/icons/Communication/ChatOffFill.js +5 -0
- package/dist/icons/Communication/ChatOffLine.d.ts +6 -0
- package/dist/icons/Communication/ChatOffLine.js +5 -0
- package/dist/icons/Communication/ChatPollFill.d.ts +6 -0
- package/dist/icons/Communication/ChatPollFill.js +5 -0
- package/dist/icons/Communication/ChatPollLine.d.ts +6 -0
- package/dist/icons/Communication/ChatPollLine.js +5 -0
- package/dist/icons/Communication/ChatPrivateFill.d.ts +6 -0
- package/dist/icons/Communication/ChatPrivateFill.js +5 -0
- package/dist/icons/Communication/ChatPrivateLine.d.ts +6 -0
- package/dist/icons/Communication/ChatPrivateLine.js +5 -0
- package/dist/icons/Communication/ChatQuoteFill.d.ts +6 -0
- package/dist/icons/Communication/ChatQuoteFill.js +5 -0
- package/dist/icons/Communication/ChatQuoteLine.d.ts +6 -0
- package/dist/icons/Communication/ChatQuoteLine.js +5 -0
- package/dist/icons/Communication/ChatSearchFill.d.ts +6 -0
- package/dist/icons/Communication/ChatSearchFill.js +5 -0
- package/dist/icons/Communication/ChatSearchLine.d.ts +6 -0
- package/dist/icons/Communication/ChatSearchLine.js +5 -0
- package/dist/icons/Communication/ChatSettingsFill.d.ts +6 -0
- package/dist/icons/Communication/ChatSettingsFill.js +5 -0
- package/dist/icons/Communication/ChatSettingsLine.d.ts +6 -0
- package/dist/icons/Communication/ChatSettingsLine.js +5 -0
- package/dist/icons/Communication/ChatSmile2Fill.d.ts +6 -0
- package/dist/icons/Communication/ChatSmile2Fill.js +5 -0
- package/dist/icons/Communication/ChatSmile2Line.d.ts +6 -0
- package/dist/icons/Communication/ChatSmile2Line.js +5 -0
- package/dist/icons/Communication/ChatSmile3Fill.d.ts +6 -0
- package/dist/icons/Communication/ChatSmile3Fill.js +5 -0
- package/dist/icons/Communication/ChatSmile3Line.d.ts +6 -0
- package/dist/icons/Communication/ChatSmile3Line.js +5 -0
- package/dist/icons/Communication/ChatSmileFill.d.ts +6 -0
- package/dist/icons/Communication/ChatSmileFill.js +5 -0
- package/dist/icons/Communication/ChatSmileLine.d.ts +6 -0
- package/dist/icons/Communication/ChatSmileLine.js +5 -0
- package/dist/icons/Communication/ChatThreadFill.d.ts +6 -0
- package/dist/icons/Communication/ChatThreadFill.js +5 -0
- package/dist/icons/Communication/ChatThreadLine.d.ts +6 -0
- package/dist/icons/Communication/ChatThreadLine.js +5 -0
- package/dist/icons/Communication/ChatUnreadFill.d.ts +6 -0
- package/dist/icons/Communication/ChatUnreadFill.js +5 -0
- package/dist/icons/Communication/ChatUnreadLine.d.ts +6 -0
- package/dist/icons/Communication/ChatUnreadLine.js +5 -0
- package/dist/icons/Communication/ChatUploadFill.d.ts +6 -0
- package/dist/icons/Communication/ChatUploadFill.js +5 -0
- package/dist/icons/Communication/ChatUploadLine.d.ts +6 -0
- package/dist/icons/Communication/ChatUploadLine.js +5 -0
- package/dist/icons/Communication/ChatVoiceFill.d.ts +6 -0
- package/dist/icons/Communication/ChatVoiceFill.js +5 -0
- package/dist/icons/Communication/ChatVoiceLine.d.ts +6 -0
- package/dist/icons/Communication/ChatVoiceLine.js +5 -0
- package/dist/icons/Communication/DiscussFill.d.ts +6 -0
- package/dist/icons/Communication/DiscussFill.js +5 -0
- package/dist/icons/Communication/DiscussLine.d.ts +6 -0
- package/dist/icons/Communication/DiscussLine.js +5 -0
- package/dist/icons/Communication/EmojiStickerFill.d.ts +6 -0
- package/dist/icons/Communication/EmojiStickerFill.js +5 -0
- package/dist/icons/Communication/EmojiStickerLine.d.ts +6 -0
- package/dist/icons/Communication/EmojiStickerLine.js +5 -0
- package/dist/icons/Communication/FeedbackFill.d.ts +6 -0
- package/dist/icons/Communication/FeedbackFill.js +5 -0
- package/dist/icons/Communication/FeedbackLine.d.ts +6 -0
- package/dist/icons/Communication/FeedbackLine.js +5 -0
- package/dist/icons/Communication/Message2Fill.d.ts +6 -0
- package/dist/icons/Communication/Message2Fill.js +5 -0
- package/dist/icons/Communication/Message2Line.d.ts +6 -0
- package/dist/icons/Communication/Message2Line.js +5 -0
- package/dist/icons/Communication/Message3Fill.d.ts +6 -0
- package/dist/icons/Communication/Message3Fill.js +5 -0
- package/dist/icons/Communication/Message3Line.d.ts +6 -0
- package/dist/icons/Communication/Message3Line.js +5 -0
- package/dist/icons/Communication/MessageFill.d.ts +6 -0
- package/dist/icons/Communication/MessageFill.js +5 -0
- package/dist/icons/Communication/MessageLine.d.ts +6 -0
- package/dist/icons/Communication/MessageLine.js +5 -0
- package/dist/icons/Communication/QuestionAnswerFill.d.ts +6 -0
- package/dist/icons/Communication/QuestionAnswerFill.js +5 -0
- package/dist/icons/Communication/QuestionAnswerLine.d.ts +6 -0
- package/dist/icons/Communication/QuestionAnswerLine.js +5 -0
- package/dist/icons/Communication/QuestionnaireFill.d.ts +6 -0
- package/dist/icons/Communication/QuestionnaireFill.js +5 -0
- package/dist/icons/Communication/QuestionnaireLine.d.ts +6 -0
- package/dist/icons/Communication/QuestionnaireLine.js +5 -0
- package/dist/icons/Communication/SpeakFill.d.ts +6 -0
- package/dist/icons/Communication/SpeakFill.js +5 -0
- package/dist/icons/Communication/SpeakLine.d.ts +6 -0
- package/dist/icons/Communication/SpeakLine.js +5 -0
- package/dist/icons/Communication/VideoChatFill.d.ts +6 -0
- package/dist/icons/Communication/VideoChatFill.js +5 -0
- package/dist/icons/Communication/VideoChatLine.d.ts +6 -0
- package/dist/icons/Communication/VideoChatLine.js +5 -0
- package/dist/icons/Custom.d.ts +354 -0
- package/dist/icons/Custom.js +561 -0
- package/dist/icons/Design/AlignItemBottomFill.d.ts +6 -0
- package/dist/icons/Design/AlignItemBottomFill.js +5 -0
- package/dist/icons/Design/AlignItemBottomLine.d.ts +6 -0
- package/dist/icons/Design/AlignItemBottomLine.js +5 -0
- package/dist/icons/Design/AlignItemHorizontalCenterFill.d.ts +6 -0
- package/dist/icons/Design/AlignItemHorizontalCenterFill.js +5 -0
- package/dist/icons/Design/AlignItemHorizontalCenterLine.d.ts +6 -0
- package/dist/icons/Design/AlignItemHorizontalCenterLine.js +5 -0
- package/dist/icons/Design/AlignItemLeftFill.d.ts +6 -0
- package/dist/icons/Design/AlignItemLeftFill.js +5 -0
- package/dist/icons/Design/AlignItemLeftLine.d.ts +6 -0
- package/dist/icons/Design/AlignItemLeftLine.js +5 -0
- package/dist/icons/Design/AlignItemRightFill.d.ts +6 -0
- package/dist/icons/Design/AlignItemRightFill.js +5 -0
- package/dist/icons/Design/AlignItemRightLine.d.ts +6 -0
- package/dist/icons/Design/AlignItemRightLine.js +5 -0
- package/dist/icons/Design/AlignItemTopFill.d.ts +6 -0
- package/dist/icons/Design/AlignItemTopFill.js +5 -0
- package/dist/icons/Design/AlignItemTopLine.d.ts +6 -0
- package/dist/icons/Design/AlignItemTopLine.js +5 -0
- package/dist/icons/Design/AlignItemVerticalCenterFill.d.ts +6 -0
- package/dist/icons/Design/AlignItemVerticalCenterFill.js +5 -0
- package/dist/icons/Design/AlignItemVerticalCenterLine.d.ts +6 -0
- package/dist/icons/Design/AlignItemVerticalCenterLine.js +5 -0
- package/dist/icons/Design/Anticlockwise2Fill.d.ts +6 -0
- package/dist/icons/Design/Anticlockwise2Fill.js +5 -0
- package/dist/icons/Design/Anticlockwise2Line.d.ts +6 -0
- package/dist/icons/Design/Anticlockwise2Line.js +5 -0
- package/dist/icons/Design/AnticlockwiseFill.d.ts +6 -0
- package/dist/icons/Design/AnticlockwiseFill.js +5 -0
- package/dist/icons/Design/AnticlockwiseLine.d.ts +6 -0
- package/dist/icons/Design/AnticlockwiseLine.js +5 -0
- package/dist/icons/Design/Artboard2Fill.d.ts +6 -0
- package/dist/icons/Design/Artboard2Fill.js +5 -0
- package/dist/icons/Design/Artboard2Line.d.ts +6 -0
- package/dist/icons/Design/Artboard2Line.js +5 -0
- package/dist/icons/Design/ArtboardFill.d.ts +6 -0
- package/dist/icons/Design/ArtboardFill.js +5 -0
- package/dist/icons/Design/ArtboardLine.d.ts +6 -0
- package/dist/icons/Design/ArtboardLine.js +5 -0
- package/dist/icons/Design/BallPenFill.d.ts +6 -0
- package/dist/icons/Design/BallPenFill.js +5 -0
- package/dist/icons/Design/BallPenLine.d.ts +6 -0
- package/dist/icons/Design/BallPenLine.js +5 -0
- package/dist/icons/Design/BlurOffFill.d.ts +6 -0
- package/dist/icons/Design/BlurOffFill.js +5 -0
- package/dist/icons/Design/BlurOffLine.d.ts +6 -0
- package/dist/icons/Design/BlurOffLine.js +5 -0
- package/dist/icons/Design/Brush2Fill.d.ts +6 -0
- package/dist/icons/Design/Brush2Fill.js +5 -0
- package/dist/icons/Design/Brush2Line.d.ts +6 -0
- package/dist/icons/Design/Brush2Line.js +5 -0
- package/dist/icons/Design/Brush3Fill.d.ts +6 -0
- package/dist/icons/Design/Brush3Fill.js +5 -0
- package/dist/icons/Design/Brush3Line.d.ts +6 -0
- package/dist/icons/Design/Brush3Line.js +5 -0
- package/dist/icons/Design/Brush4Fill.d.ts +6 -0
- package/dist/icons/Design/Brush4Fill.js +5 -0
- package/dist/icons/Design/Brush4Line.d.ts +6 -0
- package/dist/icons/Design/Brush4Line.js +5 -0
- package/dist/icons/Design/BrushFill.d.ts +6 -0
- package/dist/icons/Design/BrushFill.js +5 -0
- package/dist/icons/Design/BrushLine.d.ts +6 -0
- package/dist/icons/Design/BrushLine.js +5 -0
- package/dist/icons/Design/CircleFill.d.ts +6 -0
- package/dist/icons/Design/CircleFill.js +5 -0
- package/dist/icons/Design/CircleLine.d.ts +6 -0
- package/dist/icons/Design/CircleLine.js +5 -0
- package/dist/icons/Design/Clockwise2Fill.d.ts +6 -0
- package/dist/icons/Design/Clockwise2Fill.js +5 -0
- package/dist/icons/Design/Clockwise2Line.d.ts +6 -0
- package/dist/icons/Design/Clockwise2Line.js +5 -0
- package/dist/icons/Design/ClockwiseFill.d.ts +6 -0
- package/dist/icons/Design/ClockwiseFill.js +5 -0
- package/dist/icons/Design/ClockwiseLine.d.ts +6 -0
- package/dist/icons/Design/ClockwiseLine.js +5 -0
- package/dist/icons/Design/CollageFill.d.ts +6 -0
- package/dist/icons/Design/CollageFill.js +5 -0
- package/dist/icons/Design/CollageLine.d.ts +6 -0
- package/dist/icons/Design/CollageLine.js +5 -0
- package/dist/icons/Design/ColorFilterFill.d.ts +6 -0
- package/dist/icons/Design/ColorFilterFill.js +5 -0
- package/dist/icons/Design/ColorFilterLine.d.ts +6 -0
- package/dist/icons/Design/ColorFilterLine.js +5 -0
- package/dist/icons/Design/Compasses2Fill.d.ts +6 -0
- package/dist/icons/Design/Compasses2Fill.js +5 -0
- package/dist/icons/Design/Compasses2Line.d.ts +6 -0
- package/dist/icons/Design/Compasses2Line.js +5 -0
- package/dist/icons/Design/CompassesFill.d.ts +6 -0
- package/dist/icons/Design/CompassesFill.js +5 -0
- package/dist/icons/Design/CompassesLine.d.ts +6 -0
- package/dist/icons/Design/CompassesLine.js +5 -0
- package/dist/icons/Design/Contrast2Fill.d.ts +6 -0
- package/dist/icons/Design/Contrast2Fill.js +5 -0
- package/dist/icons/Design/Contrast2Line.d.ts +6 -0
- package/dist/icons/Design/Contrast2Line.js +5 -0
- package/dist/icons/Design/ContrastDrop2Fill.d.ts +6 -0
- package/dist/icons/Design/ContrastDrop2Fill.js +5 -0
- package/dist/icons/Design/ContrastDrop2Line.d.ts +6 -0
- package/dist/icons/Design/ContrastDrop2Line.js +5 -0
- package/dist/icons/Design/ContrastDropFill.d.ts +6 -0
- package/dist/icons/Design/ContrastDropFill.js +5 -0
- package/dist/icons/Design/ContrastDropLine.d.ts +6 -0
- package/dist/icons/Design/ContrastDropLine.js +5 -0
- package/dist/icons/Design/ContrastFill.d.ts +6 -0
- package/dist/icons/Design/ContrastFill.js +5 -0
- package/dist/icons/Design/ContrastLine.d.ts +6 -0
- package/dist/icons/Design/ContrastLine.js +5 -0
- package/dist/icons/Design/Crop2Fill.d.ts +6 -0
- package/dist/icons/Design/Crop2Fill.js +5 -0
- package/dist/icons/Design/Crop2Line.d.ts +6 -0
- package/dist/icons/Design/Crop2Line.js +5 -0
- package/dist/icons/Design/CropFill.d.ts +6 -0
- package/dist/icons/Design/CropFill.js +5 -0
- package/dist/icons/Design/CropLine.d.ts +6 -0
- package/dist/icons/Design/CropLine.js +5 -0
- package/dist/icons/Design/Crosshair2Fill.d.ts +6 -0
- package/dist/icons/Design/Crosshair2Fill.js +5 -0
- package/dist/icons/Design/Crosshair2Line.d.ts +6 -0
- package/dist/icons/Design/Crosshair2Line.js +5 -0
- package/dist/icons/Design/CrosshairFill.d.ts +6 -0
- package/dist/icons/Design/CrosshairFill.js +5 -0
- package/dist/icons/Design/CrosshairLine.d.ts +6 -0
- package/dist/icons/Design/CrosshairLine.js +5 -0
- package/dist/icons/Design/DragDropFill.d.ts +6 -0
- package/dist/icons/Design/DragDropFill.js +5 -0
- package/dist/icons/Design/DragDropLine.d.ts +6 -0
- package/dist/icons/Design/DragDropLine.js +5 -0
- package/dist/icons/Design/DropFill.d.ts +6 -0
- package/dist/icons/Design/DropFill.js +5 -0
- package/dist/icons/Design/DropLine.d.ts +6 -0
- package/dist/icons/Design/DropLine.js +5 -0
- package/dist/icons/Design/Edit2Fill.d.ts +6 -0
- package/dist/icons/Design/Edit2Fill.js +5 -0
- package/dist/icons/Design/Edit2Line.d.ts +6 -0
- package/dist/icons/Design/Edit2Line.js +5 -0
- package/dist/icons/Design/EditBoxFill.d.ts +6 -0
- package/dist/icons/Design/EditBoxFill.js +5 -0
- package/dist/icons/Design/EditBoxLine.d.ts +6 -0
- package/dist/icons/Design/EditBoxLine.js +5 -0
- package/dist/icons/Design/EditCircleFill.d.ts +6 -0
- package/dist/icons/Design/EditCircleFill.js +5 -0
- package/dist/icons/Design/EditCircleLine.d.ts +6 -0
- package/dist/icons/Design/EditCircleLine.js +5 -0
- package/dist/icons/Design/EditFill.d.ts +6 -0
- package/dist/icons/Design/EditFill.js +5 -0
- package/dist/icons/Design/EditLine.d.ts +6 -0
- package/dist/icons/Design/EditLine.js +5 -0
- package/dist/icons/Design/EraserFill.d.ts +6 -0
- package/dist/icons/Design/EraserFill.js +5 -0
- package/dist/icons/Design/EraserLine.d.ts +6 -0
- package/dist/icons/Design/EraserLine.js +5 -0
- package/dist/icons/Design/FlipHorizontal2Fill.d.ts +6 -0
- package/dist/icons/Design/FlipHorizontal2Fill.js +5 -0
- package/dist/icons/Design/FlipHorizontal2Line.d.ts +6 -0
- package/dist/icons/Design/FlipHorizontal2Line.js +5 -0
- package/dist/icons/Design/FlipHorizontalFill.d.ts +6 -0
- package/dist/icons/Design/FlipHorizontalFill.js +5 -0
- package/dist/icons/Design/FlipHorizontalLine.d.ts +6 -0
- package/dist/icons/Design/FlipHorizontalLine.js +5 -0
- package/dist/icons/Design/FlipVertical2Fill.d.ts +6 -0
- package/dist/icons/Design/FlipVertical2Fill.js +5 -0
- package/dist/icons/Design/FlipVertical2Line.d.ts +6 -0
- package/dist/icons/Design/FlipVertical2Line.js +5 -0
- package/dist/icons/Design/FlipVerticalFill.d.ts +6 -0
- package/dist/icons/Design/FlipVerticalFill.js +5 -0
- package/dist/icons/Design/FlipVerticalLine.d.ts +6 -0
- package/dist/icons/Design/FlipVerticalLine.js +5 -0
- package/dist/icons/Design/Focus2Fill.d.ts +6 -0
- package/dist/icons/Design/Focus2Fill.js +5 -0
- package/dist/icons/Design/Focus2Line.d.ts +6 -0
- package/dist/icons/Design/Focus2Line.js +5 -0
- package/dist/icons/Design/Focus3Fill.d.ts +6 -0
- package/dist/icons/Design/Focus3Fill.js +5 -0
- package/dist/icons/Design/Focus3Line.d.ts +6 -0
- package/dist/icons/Design/Focus3Line.js +5 -0
- package/dist/icons/Design/FocusFill.d.ts +6 -0
- package/dist/icons/Design/FocusFill.js +5 -0
- package/dist/icons/Design/FocusLine.d.ts +6 -0
- package/dist/icons/Design/FocusLine.js +5 -0
- package/dist/icons/Design/GridFill.d.ts +6 -0
- package/dist/icons/Design/GridFill.js +5 -0
- package/dist/icons/Design/GridLine.d.ts +6 -0
- package/dist/icons/Design/GridLine.js +5 -0
- package/dist/icons/Design/HammerFill.d.ts +6 -0
- package/dist/icons/Design/HammerFill.js +5 -0
- package/dist/icons/Design/HammerLine.d.ts +6 -0
- package/dist/icons/Design/HammerLine.js +5 -0
- package/dist/icons/Design/HexagonFill.d.ts +6 -0
- package/dist/icons/Design/HexagonFill.js +5 -0
- package/dist/icons/Design/HexagonLine.d.ts +6 -0
- package/dist/icons/Design/HexagonLine.js +5 -0
- package/dist/icons/Design/InkBottleFill.d.ts +6 -0
- package/dist/icons/Design/InkBottleFill.js +5 -0
- package/dist/icons/Design/InkBottleLine.d.ts +6 -0
- package/dist/icons/Design/InkBottleLine.js +5 -0
- package/dist/icons/Design/InputMethodFill.d.ts +6 -0
- package/dist/icons/Design/InputMethodFill.js +5 -0
- package/dist/icons/Design/InputMethodLine.d.ts +6 -0
- package/dist/icons/Design/InputMethodLine.js +5 -0
- package/dist/icons/Design/Layout2Fill.d.ts +6 -0
- package/dist/icons/Design/Layout2Fill.js +5 -0
- package/dist/icons/Design/Layout2Line.d.ts +6 -0
- package/dist/icons/Design/Layout2Line.js +5 -0
- package/dist/icons/Design/Layout3Fill.d.ts +6 -0
- package/dist/icons/Design/Layout3Fill.js +5 -0
- package/dist/icons/Design/Layout3Line.d.ts +6 -0
- package/dist/icons/Design/Layout3Line.js +5 -0
- package/dist/icons/Design/Layout4Fill.d.ts +6 -0
- package/dist/icons/Design/Layout4Fill.js +5 -0
- package/dist/icons/Design/Layout4Line.d.ts +6 -0
- package/dist/icons/Design/Layout4Line.js +5 -0
- package/dist/icons/Design/Layout5Fill.d.ts +6 -0
- package/dist/icons/Design/Layout5Fill.js +5 -0
- package/dist/icons/Design/Layout5Line.d.ts +6 -0
- package/dist/icons/Design/Layout5Line.js +5 -0
- package/dist/icons/Design/Layout6Fill.d.ts +6 -0
- package/dist/icons/Design/Layout6Fill.js +5 -0
- package/dist/icons/Design/Layout6Line.d.ts +6 -0
- package/dist/icons/Design/Layout6Line.js +5 -0
- package/dist/icons/Design/LayoutBottom2Fill.d.ts +6 -0
- package/dist/icons/Design/LayoutBottom2Fill.js +5 -0
- package/dist/icons/Design/LayoutBottom2Line.d.ts +6 -0
- package/dist/icons/Design/LayoutBottom2Line.js +5 -0
- package/dist/icons/Design/LayoutBottomFill.d.ts +6 -0
- package/dist/icons/Design/LayoutBottomFill.js +5 -0
- package/dist/icons/Design/LayoutBottomLine.d.ts +6 -0
- package/dist/icons/Design/LayoutBottomLine.js +5 -0
- package/dist/icons/Design/LayoutColumnFill.d.ts +6 -0
- package/dist/icons/Design/LayoutColumnFill.js +5 -0
- package/dist/icons/Design/LayoutColumnLine.d.ts +6 -0
- package/dist/icons/Design/LayoutColumnLine.js +5 -0
- package/dist/icons/Design/LayoutFill.d.ts +6 -0
- package/dist/icons/Design/LayoutFill.js +5 -0
- package/dist/icons/Design/LayoutGrid2Fill.d.ts +6 -0
- package/dist/icons/Design/LayoutGrid2Fill.js +5 -0
- package/dist/icons/Design/LayoutGrid2Line.d.ts +6 -0
- package/dist/icons/Design/LayoutGrid2Line.js +5 -0
- package/dist/icons/Design/LayoutGridFill.d.ts +6 -0
- package/dist/icons/Design/LayoutGridFill.js +5 -0
- package/dist/icons/Design/LayoutGridLine.d.ts +6 -0
- package/dist/icons/Design/LayoutGridLine.js +5 -0
- package/dist/icons/Design/LayoutHorizontalFill.d.ts +6 -0
- package/dist/icons/Design/LayoutHorizontalFill.js +5 -0
- package/dist/icons/Design/LayoutHorizontalLine.d.ts +6 -0
- package/dist/icons/Design/LayoutHorizontalLine.js +5 -0
- package/dist/icons/Design/LayoutLeft2Fill.d.ts +6 -0
- package/dist/icons/Design/LayoutLeft2Fill.js +5 -0
- package/dist/icons/Design/LayoutLeft2Line.d.ts +6 -0
- package/dist/icons/Design/LayoutLeft2Line.js +5 -0
- package/dist/icons/Design/LayoutLeftFill.d.ts +6 -0
- package/dist/icons/Design/LayoutLeftFill.js +5 -0
- package/dist/icons/Design/LayoutLeftLine.d.ts +6 -0
- package/dist/icons/Design/LayoutLeftLine.js +5 -0
- package/dist/icons/Design/LayoutLine.d.ts +6 -0
- package/dist/icons/Design/LayoutLine.js +5 -0
- package/dist/icons/Design/LayoutMasonryFill.d.ts +6 -0
- package/dist/icons/Design/LayoutMasonryFill.js +5 -0
- package/dist/icons/Design/LayoutMasonryLine.d.ts +6 -0
- package/dist/icons/Design/LayoutMasonryLine.js +5 -0
- package/dist/icons/Design/LayoutRight2Fill.d.ts +6 -0
- package/dist/icons/Design/LayoutRight2Fill.js +5 -0
- package/dist/icons/Design/LayoutRight2Line.d.ts +6 -0
- package/dist/icons/Design/LayoutRight2Line.js +5 -0
- package/dist/icons/Design/LayoutRightFill.d.ts +6 -0
- package/dist/icons/Design/LayoutRightFill.js +5 -0
- package/dist/icons/Design/LayoutRightLine.d.ts +6 -0
- package/dist/icons/Design/LayoutRightLine.js +5 -0
- package/dist/icons/Design/LayoutRowFill.d.ts +6 -0
- package/dist/icons/Design/LayoutRowFill.js +5 -0
- package/dist/icons/Design/LayoutRowLine.d.ts +6 -0
- package/dist/icons/Design/LayoutRowLine.js +5 -0
- package/dist/icons/Design/LayoutTop2Fill.d.ts +6 -0
- package/dist/icons/Design/LayoutTop2Fill.js +5 -0
- package/dist/icons/Design/LayoutTop2Line.d.ts +6 -0
- package/dist/icons/Design/LayoutTop2Line.js +5 -0
- package/dist/icons/Design/LayoutTopFill.d.ts +6 -0
- package/dist/icons/Design/LayoutTopFill.js +5 -0
- package/dist/icons/Design/LayoutTopLine.d.ts +6 -0
- package/dist/icons/Design/LayoutTopLine.js +5 -0
- package/dist/icons/Design/LayoutVerticalFill.d.ts +6 -0
- package/dist/icons/Design/LayoutVerticalFill.js +5 -0
- package/dist/icons/Design/LayoutVerticalLine.d.ts +6 -0
- package/dist/icons/Design/LayoutVerticalLine.js +5 -0
- package/dist/icons/Design/MagicFill.d.ts +6 -0
- package/dist/icons/Design/MagicFill.js +5 -0
- package/dist/icons/Design/MagicLine.d.ts +6 -0
- package/dist/icons/Design/MagicLine.js +5 -0
- package/dist/icons/Design/MarkPenFill.d.ts +6 -0
- package/dist/icons/Design/MarkPenFill.js +5 -0
- package/dist/icons/Design/MarkPenLine.d.ts +6 -0
- package/dist/icons/Design/MarkPenLine.js +5 -0
- package/dist/icons/Design/MarkupFill.d.ts +6 -0
- package/dist/icons/Design/MarkupFill.js +5 -0
- package/dist/icons/Design/MarkupLine.d.ts +6 -0
- package/dist/icons/Design/MarkupLine.js +5 -0
- package/dist/icons/Design/OctagonFill.d.ts +6 -0
- package/dist/icons/Design/OctagonFill.js +5 -0
- package/dist/icons/Design/OctagonLine.d.ts +6 -0
- package/dist/icons/Design/OctagonLine.js +5 -0
- package/dist/icons/Design/PaintBrushFill.d.ts +6 -0
- package/dist/icons/Design/PaintBrushFill.js +5 -0
- package/dist/icons/Design/PaintBrushLine.d.ts +6 -0
- package/dist/icons/Design/PaintBrushLine.js +5 -0
- package/dist/icons/Design/PaintFill.d.ts +6 -0
- package/dist/icons/Design/PaintFill.js +5 -0
- package/dist/icons/Design/PaintLine.d.ts +6 -0
- package/dist/icons/Design/PaintLine.js +5 -0
- package/dist/icons/Design/PaletteFill.d.ts +6 -0
- package/dist/icons/Design/PaletteFill.js +5 -0
- package/dist/icons/Design/PaletteLine.d.ts +6 -0
- package/dist/icons/Design/PaletteLine.js +5 -0
- package/dist/icons/Design/PantoneFill.d.ts +6 -0
- package/dist/icons/Design/PantoneFill.js +5 -0
- package/dist/icons/Design/PantoneLine.d.ts +6 -0
- package/dist/icons/Design/PantoneLine.js +5 -0
- package/dist/icons/Design/PenNibFill.d.ts +6 -0
- package/dist/icons/Design/PenNibFill.js +5 -0
- package/dist/icons/Design/PenNibLine.d.ts +6 -0
- package/dist/icons/Design/PenNibLine.js +5 -0
- package/dist/icons/Design/PencilFill.d.ts +6 -0
- package/dist/icons/Design/PencilFill.js +5 -0
- package/dist/icons/Design/PencilLine.d.ts +6 -0
- package/dist/icons/Design/PencilLine.js +5 -0
- package/dist/icons/Design/PencilRuler2Fill.d.ts +6 -0
- package/dist/icons/Design/PencilRuler2Fill.js +5 -0
- package/dist/icons/Design/PencilRuler2Line.d.ts +6 -0
- package/dist/icons/Design/PencilRuler2Line.js +5 -0
- package/dist/icons/Design/PencilRulerFill.d.ts +6 -0
- package/dist/icons/Design/PencilRulerFill.js +5 -0
- package/dist/icons/Design/PencilRulerLine.d.ts +6 -0
- package/dist/icons/Design/PencilRulerLine.js +5 -0
- package/dist/icons/Design/PentagonFill.d.ts +6 -0
- package/dist/icons/Design/PentagonFill.js +5 -0
- package/dist/icons/Design/PentagonLine.d.ts +6 -0
- package/dist/icons/Design/PentagonLine.js +5 -0
- package/dist/icons/Design/QuillPenFill.d.ts +6 -0
- package/dist/icons/Design/QuillPenFill.js +5 -0
- package/dist/icons/Design/QuillPenLine.d.ts +6 -0
- package/dist/icons/Design/QuillPenLine.js +5 -0
- package/dist/icons/Design/RectangleFill.d.ts +6 -0
- package/dist/icons/Design/RectangleFill.js +5 -0
- package/dist/icons/Design/RectangleLine.d.ts +6 -0
- package/dist/icons/Design/RectangleLine.js +5 -0
- package/dist/icons/Design/Ruler2Fill.d.ts +6 -0
- package/dist/icons/Design/Ruler2Fill.js +5 -0
- package/dist/icons/Design/Ruler2Line.d.ts +6 -0
- package/dist/icons/Design/Ruler2Line.js +5 -0
- package/dist/icons/Design/RulerFill.d.ts +6 -0
- package/dist/icons/Design/RulerFill.js +5 -0
- package/dist/icons/Design/RulerLine.d.ts +6 -0
- package/dist/icons/Design/RulerLine.js +5 -0
- package/dist/icons/Design/Scissors2Fill.d.ts +6 -0
- package/dist/icons/Design/Scissors2Fill.js +5 -0
- package/dist/icons/Design/Scissors2Line.d.ts +6 -0
- package/dist/icons/Design/Scissors2Line.js +5 -0
- package/dist/icons/Design/ScissorsCutFill.d.ts +6 -0
- package/dist/icons/Design/ScissorsCutFill.js +5 -0
- package/dist/icons/Design/ScissorsCutLine.d.ts +6 -0
- package/dist/icons/Design/ScissorsCutLine.js +5 -0
- package/dist/icons/Design/ScissorsFill.d.ts +6 -0
- package/dist/icons/Design/ScissorsFill.js +5 -0
- package/dist/icons/Design/ScissorsLine.d.ts +6 -0
- package/dist/icons/Design/ScissorsLine.js +5 -0
- package/dist/icons/Design/Screenshot2Fill.d.ts +6 -0
- package/dist/icons/Design/Screenshot2Fill.js +5 -0
- package/dist/icons/Design/Screenshot2Line.d.ts +6 -0
- package/dist/icons/Design/Screenshot2Line.js +5 -0
- package/dist/icons/Design/ScreenshotFill.d.ts +6 -0
- package/dist/icons/Design/ScreenshotFill.js +5 -0
- package/dist/icons/Design/ScreenshotLine.d.ts +6 -0
- package/dist/icons/Design/ScreenshotLine.js +5 -0
- package/dist/icons/Design/ShadowFill.d.ts +6 -0
- package/dist/icons/Design/ShadowFill.js +5 -0
- package/dist/icons/Design/ShadowLine.d.ts +6 -0
- package/dist/icons/Design/ShadowLine.js +5 -0
- package/dist/icons/Design/Shape2Fill.d.ts +6 -0
- package/dist/icons/Design/Shape2Fill.js +5 -0
- package/dist/icons/Design/Shape2Line.d.ts +6 -0
- package/dist/icons/Design/Shape2Line.js +5 -0
- package/dist/icons/Design/ShapeFill.d.ts +6 -0
- package/dist/icons/Design/ShapeFill.js +5 -0
- package/dist/icons/Design/ShapeLine.d.ts +6 -0
- package/dist/icons/Design/ShapeLine.js +5 -0
- package/dist/icons/Design/ShapesFill.d.ts +6 -0
- package/dist/icons/Design/ShapesFill.js +5 -0
- package/dist/icons/Design/ShapesLine.d.ts +6 -0
- package/dist/icons/Design/ShapesLine.js +5 -0
- package/dist/icons/Design/SipFill.d.ts +6 -0
- package/dist/icons/Design/SipFill.js +5 -0
- package/dist/icons/Design/SipLine.d.ts +6 -0
- package/dist/icons/Design/SipLine.js +5 -0
- package/dist/icons/Design/SliceFill.d.ts +6 -0
- package/dist/icons/Design/SliceFill.js +5 -0
- package/dist/icons/Design/SliceLine.d.ts +6 -0
- package/dist/icons/Design/SliceLine.js +5 -0
- package/dist/icons/Design/SquareFill.d.ts +6 -0
- package/dist/icons/Design/SquareFill.js +5 -0
- package/dist/icons/Design/SquareLine.d.ts +6 -0
- package/dist/icons/Design/SquareLine.js +5 -0
- package/dist/icons/Design/TBoxFill.d.ts +6 -0
- package/dist/icons/Design/TBoxFill.js +5 -0
- package/dist/icons/Design/TBoxLine.d.ts +6 -0
- package/dist/icons/Design/TBoxLine.js +5 -0
- package/dist/icons/Design/TableAltFill.d.ts +6 -0
- package/dist/icons/Design/TableAltFill.js +5 -0
- package/dist/icons/Design/TableAltLine.d.ts +6 -0
- package/dist/icons/Design/TableAltLine.js +5 -0
- package/dist/icons/Design/TableFill.d.ts +6 -0
- package/dist/icons/Design/TableFill.js +5 -0
- package/dist/icons/Design/TableLine.d.ts +6 -0
- package/dist/icons/Design/TableLine.js +5 -0
- package/dist/icons/Design/ToolsFill.d.ts +6 -0
- package/dist/icons/Design/ToolsFill.js +5 -0
- package/dist/icons/Design/ToolsLine.d.ts +6 -0
- package/dist/icons/Design/ToolsLine.js +5 -0
- package/dist/icons/Design/TriangleFill.d.ts +6 -0
- package/dist/icons/Design/TriangleFill.js +5 -0
- package/dist/icons/Design/TriangleLine.d.ts +6 -0
- package/dist/icons/Design/TriangleLine.js +5 -0
- package/dist/icons/Development/BracesFill.d.ts +6 -0
- package/dist/icons/Development/BracesFill.js +5 -0
- package/dist/icons/Development/BracesLine.d.ts +6 -0
- package/dist/icons/Development/BracesLine.js +5 -0
- package/dist/icons/Development/BracketsFill.d.ts +6 -0
- package/dist/icons/Development/BracketsFill.js +5 -0
- package/dist/icons/Development/BracketsLine.d.ts +6 -0
- package/dist/icons/Development/BracketsLine.js +5 -0
- package/dist/icons/Development/Bug2Fill.d.ts +6 -0
- package/dist/icons/Development/Bug2Fill.js +5 -0
- package/dist/icons/Development/Bug2Line.d.ts +6 -0
- package/dist/icons/Development/Bug2Line.js +5 -0
- package/dist/icons/Development/BugFill.d.ts +6 -0
- package/dist/icons/Development/BugFill.js +5 -0
- package/dist/icons/Development/BugLine.d.ts +6 -0
- package/dist/icons/Development/BugLine.js +5 -0
- package/dist/icons/Development/CodeBoxFill.d.ts +6 -0
- package/dist/icons/Development/CodeBoxFill.js +5 -0
- package/dist/icons/Development/CodeBoxLine.d.ts +6 -0
- package/dist/icons/Development/CodeBoxLine.js +5 -0
- package/dist/icons/Development/CodeFill.d.ts +6 -0
- package/dist/icons/Development/CodeFill.js +5 -0
- package/dist/icons/Development/CodeLine.d.ts +6 -0
- package/dist/icons/Development/CodeLine.js +5 -0
- package/dist/icons/Development/CodeSFill.d.ts +6 -0
- package/dist/icons/Development/CodeSFill.js +5 -0
- package/dist/icons/Development/CodeSLine.d.ts +6 -0
- package/dist/icons/Development/CodeSLine.js +5 -0
- package/dist/icons/Development/CodeSSlashFill.d.ts +6 -0
- package/dist/icons/Development/CodeSSlashFill.js +5 -0
- package/dist/icons/Development/CodeSSlashLine.d.ts +6 -0
- package/dist/icons/Development/CodeSSlashLine.js +5 -0
- package/dist/icons/Development/CommandFill.d.ts +6 -0
- package/dist/icons/Development/CommandFill.js +5 -0
- package/dist/icons/Development/CommandLine.d.ts +6 -0
- package/dist/icons/Development/CommandLine.js +5 -0
- package/dist/icons/Development/Css3Fill.d.ts +6 -0
- package/dist/icons/Development/Css3Fill.js +5 -0
- package/dist/icons/Development/Css3Line.d.ts +6 -0
- package/dist/icons/Development/Css3Line.js +5 -0
- package/dist/icons/Development/CursorFill.d.ts +6 -0
- package/dist/icons/Development/CursorFill.js +5 -0
- package/dist/icons/Development/CursorLine.d.ts +6 -0
- package/dist/icons/Development/CursorLine.js +5 -0
- package/dist/icons/Development/GitBranchFill.d.ts +6 -0
- package/dist/icons/Development/GitBranchFill.js +5 -0
- package/dist/icons/Development/GitBranchLine.d.ts +6 -0
- package/dist/icons/Development/GitBranchLine.js +5 -0
- package/dist/icons/Development/GitClosePullRequestFill.d.ts +6 -0
- package/dist/icons/Development/GitClosePullRequestFill.js +5 -0
- package/dist/icons/Development/GitClosePullRequestLine.d.ts +6 -0
- package/dist/icons/Development/GitClosePullRequestLine.js +5 -0
- package/dist/icons/Development/GitCommitFill.d.ts +6 -0
- package/dist/icons/Development/GitCommitFill.js +5 -0
- package/dist/icons/Development/GitCommitLine.d.ts +6 -0
- package/dist/icons/Development/GitCommitLine.js +5 -0
- package/dist/icons/Development/GitForkFill.d.ts +6 -0
- package/dist/icons/Development/GitForkFill.js +5 -0
- package/dist/icons/Development/GitForkLine.d.ts +6 -0
- package/dist/icons/Development/GitForkLine.js +5 -0
- package/dist/icons/Development/GitMergeFill.d.ts +6 -0
- package/dist/icons/Development/GitMergeFill.js +5 -0
- package/dist/icons/Development/GitMergeLine.d.ts +6 -0
- package/dist/icons/Development/GitMergeLine.js +5 -0
- package/dist/icons/Development/GitPrDraftFill.d.ts +6 -0
- package/dist/icons/Development/GitPrDraftFill.js +5 -0
- package/dist/icons/Development/GitPrDraftLine.d.ts +6 -0
- package/dist/icons/Development/GitPrDraftLine.js +5 -0
- package/dist/icons/Development/GitPullRequestFill.d.ts +6 -0
- package/dist/icons/Development/GitPullRequestFill.js +5 -0
- package/dist/icons/Development/GitPullRequestLine.d.ts +6 -0
- package/dist/icons/Development/GitPullRequestLine.js +5 -0
- package/dist/icons/Development/GitRepositoryCommitsFill.d.ts +6 -0
- package/dist/icons/Development/GitRepositoryCommitsFill.js +5 -0
- package/dist/icons/Development/GitRepositoryCommitsLine.d.ts +6 -0
- package/dist/icons/Development/GitRepositoryCommitsLine.js +5 -0
- package/dist/icons/Development/GitRepositoryFill.d.ts +6 -0
- package/dist/icons/Development/GitRepositoryFill.js +5 -0
- package/dist/icons/Development/GitRepositoryLine.d.ts +6 -0
- package/dist/icons/Development/GitRepositoryLine.js +5 -0
- package/dist/icons/Development/GitRepositoryPrivateFill.d.ts +6 -0
- package/dist/icons/Development/GitRepositoryPrivateFill.js +5 -0
- package/dist/icons/Development/GitRepositoryPrivateLine.d.ts +6 -0
- package/dist/icons/Development/GitRepositoryPrivateLine.js +5 -0
- package/dist/icons/Development/Html5Fill.d.ts +6 -0
- package/dist/icons/Development/Html5Fill.js +5 -0
- package/dist/icons/Development/Html5Line.d.ts +6 -0
- package/dist/icons/Development/Html5Line.js +5 -0
- package/dist/icons/Development/JavascriptFill.d.ts +6 -0
- package/dist/icons/Development/JavascriptFill.js +5 -0
- package/dist/icons/Development/JavascriptLine.d.ts +6 -0
- package/dist/icons/Development/JavascriptLine.js +5 -0
- package/dist/icons/Development/ParenthesesFill.d.ts +6 -0
- package/dist/icons/Development/ParenthesesFill.js +5 -0
- package/dist/icons/Development/ParenthesesLine.d.ts +6 -0
- package/dist/icons/Development/ParenthesesLine.js +5 -0
- package/dist/icons/Development/Puzzle2Fill.d.ts +6 -0
- package/dist/icons/Development/Puzzle2Fill.js +5 -0
- package/dist/icons/Development/Puzzle2Line.d.ts +6 -0
- package/dist/icons/Development/Puzzle2Line.js +5 -0
- package/dist/icons/Development/PuzzleFill.d.ts +6 -0
- package/dist/icons/Development/PuzzleFill.js +5 -0
- package/dist/icons/Development/PuzzleLine.d.ts +6 -0
- package/dist/icons/Development/PuzzleLine.js +5 -0
- package/dist/icons/Development/TerminalBoxFill.d.ts +6 -0
- package/dist/icons/Development/TerminalBoxFill.js +5 -0
- package/dist/icons/Development/TerminalBoxLine.d.ts +6 -0
- package/dist/icons/Development/TerminalBoxLine.js +5 -0
- package/dist/icons/Development/TerminalFill.d.ts +6 -0
- package/dist/icons/Development/TerminalFill.js +5 -0
- package/dist/icons/Development/TerminalLine.d.ts +6 -0
- package/dist/icons/Development/TerminalLine.js +5 -0
- package/dist/icons/Development/TerminalWindowFill.d.ts +6 -0
- package/dist/icons/Development/TerminalWindowFill.js +5 -0
- package/dist/icons/Development/TerminalWindowLine.d.ts +6 -0
- package/dist/icons/Development/TerminalWindowLine.js +5 -0
- package/dist/icons/Device/AirplayFill.d.ts +6 -0
- package/dist/icons/Device/AirplayFill.js +5 -0
- package/dist/icons/Device/AirplayLine.d.ts +6 -0
- package/dist/icons/Device/AirplayLine.js +5 -0
- package/dist/icons/Device/BarcodeBoxFill.d.ts +6 -0
- package/dist/icons/Device/BarcodeBoxFill.js +5 -0
- package/dist/icons/Device/BarcodeBoxLine.d.ts +6 -0
- package/dist/icons/Device/BarcodeBoxLine.js +5 -0
- package/dist/icons/Device/BarcodeFill.d.ts +6 -0
- package/dist/icons/Device/BarcodeFill.js +5 -0
- package/dist/icons/Device/BarcodeLine.d.ts +6 -0
- package/dist/icons/Device/BarcodeLine.js +5 -0
- package/dist/icons/Device/BaseStationFill.d.ts +6 -0
- package/dist/icons/Device/BaseStationFill.js +5 -0
- package/dist/icons/Device/BaseStationLine.d.ts +6 -0
- package/dist/icons/Device/BaseStationLine.js +5 -0
- package/dist/icons/Device/Battery2ChargeFill.d.ts +6 -0
- package/dist/icons/Device/Battery2ChargeFill.js +5 -0
- package/dist/icons/Device/Battery2ChargeLine.d.ts +6 -0
- package/dist/icons/Device/Battery2ChargeLine.js +5 -0
- package/dist/icons/Device/Battery2Fill.d.ts +6 -0
- package/dist/icons/Device/Battery2Fill.js +5 -0
- package/dist/icons/Device/Battery2Line.d.ts +6 -0
- package/dist/icons/Device/Battery2Line.js +5 -0
- package/dist/icons/Device/BatteryChargeFill.d.ts +6 -0
- package/dist/icons/Device/BatteryChargeFill.js +5 -0
- package/dist/icons/Device/BatteryChargeLine.d.ts +6 -0
- package/dist/icons/Device/BatteryChargeLine.js +5 -0
- package/dist/icons/Device/BatteryFill.d.ts +6 -0
- package/dist/icons/Device/BatteryFill.js +5 -0
- package/dist/icons/Device/BatteryLine.d.ts +6 -0
- package/dist/icons/Device/BatteryLine.js +5 -0
- package/dist/icons/Device/BatteryLowFill.d.ts +6 -0
- package/dist/icons/Device/BatteryLowFill.js +5 -0
- package/dist/icons/Device/BatteryLowLine.d.ts +6 -0
- package/dist/icons/Device/BatteryLowLine.js +5 -0
- package/dist/icons/Device/BatterySaverFill.d.ts +6 -0
- package/dist/icons/Device/BatterySaverFill.js +5 -0
- package/dist/icons/Device/BatterySaverLine.d.ts +6 -0
- package/dist/icons/Device/BatterySaverLine.js +5 -0
- package/dist/icons/Device/BatteryShareFill.d.ts +6 -0
- package/dist/icons/Device/BatteryShareFill.js +5 -0
- package/dist/icons/Device/BatteryShareLine.d.ts +6 -0
- package/dist/icons/Device/BatteryShareLine.js +5 -0
- package/dist/icons/Device/BluetoothConnectFill.d.ts +6 -0
- package/dist/icons/Device/BluetoothConnectFill.js +5 -0
- package/dist/icons/Device/BluetoothConnectLine.d.ts +6 -0
- package/dist/icons/Device/BluetoothConnectLine.js +5 -0
- package/dist/icons/Device/BluetoothFill.d.ts +6 -0
- package/dist/icons/Device/BluetoothFill.js +5 -0
- package/dist/icons/Device/BluetoothLine.d.ts +6 -0
- package/dist/icons/Device/BluetoothLine.js +5 -0
- package/dist/icons/Device/CastFill.d.ts +6 -0
- package/dist/icons/Device/CastFill.js +5 -0
- package/dist/icons/Device/CastLine.d.ts +6 -0
- package/dist/icons/Device/CastLine.js +5 -0
- package/dist/icons/Device/CellphoneFill.d.ts +6 -0
- package/dist/icons/Device/CellphoneFill.js +5 -0
- package/dist/icons/Device/CellphoneLine.d.ts +6 -0
- package/dist/icons/Device/CellphoneLine.js +5 -0
- package/dist/icons/Device/ComputerFill.d.ts +6 -0
- package/dist/icons/Device/ComputerFill.js +5 -0
- package/dist/icons/Device/ComputerLine.d.ts +6 -0
- package/dist/icons/Device/ComputerLine.js +5 -0
- package/dist/icons/Device/CpuFill.d.ts +6 -0
- package/dist/icons/Device/CpuFill.js +5 -0
- package/dist/icons/Device/CpuLine.d.ts +6 -0
- package/dist/icons/Device/CpuLine.js +5 -0
- package/dist/icons/Device/Dashboard2Fill.d.ts +6 -0
- package/dist/icons/Device/Dashboard2Fill.js +5 -0
- package/dist/icons/Device/Dashboard2Line.d.ts +6 -0
- package/dist/icons/Device/Dashboard2Line.js +5 -0
- package/dist/icons/Device/Dashboard3Fill.d.ts +6 -0
- package/dist/icons/Device/Dashboard3Fill.js +5 -0
- package/dist/icons/Device/Dashboard3Line.d.ts +6 -0
- package/dist/icons/Device/Dashboard3Line.js +5 -0
- package/dist/icons/Device/Database2Fill.d.ts +6 -0
- package/dist/icons/Device/Database2Fill.js +5 -0
- package/dist/icons/Device/Database2Line.d.ts +6 -0
- package/dist/icons/Device/Database2Line.js +5 -0
- package/dist/icons/Device/DatabaseFill.d.ts +6 -0
- package/dist/icons/Device/DatabaseFill.js +5 -0
- package/dist/icons/Device/DatabaseLine.d.ts +6 -0
- package/dist/icons/Device/DatabaseLine.js +5 -0
- package/dist/icons/Device/DeviceFill.d.ts +6 -0
- package/dist/icons/Device/DeviceFill.js +5 -0
- package/dist/icons/Device/DeviceLine.d.ts +6 -0
- package/dist/icons/Device/DeviceLine.js +5 -0
- package/dist/icons/Device/DeviceRecoverFill.d.ts +6 -0
- package/dist/icons/Device/DeviceRecoverFill.js +5 -0
- package/dist/icons/Device/DeviceRecoverLine.d.ts +6 -0
- package/dist/icons/Device/DeviceRecoverLine.js +5 -0
- package/dist/icons/Device/DualSim1Fill.d.ts +6 -0
- package/dist/icons/Device/DualSim1Fill.js +5 -0
- package/dist/icons/Device/DualSim1Line.d.ts +6 -0
- package/dist/icons/Device/DualSim1Line.js +5 -0
- package/dist/icons/Device/DualSim2Fill.d.ts +6 -0
- package/dist/icons/Device/DualSim2Fill.js +5 -0
- package/dist/icons/Device/DualSim2Line.d.ts +6 -0
- package/dist/icons/Device/DualSim2Line.js +5 -0
- package/dist/icons/Device/Fingerprint2Fill.d.ts +6 -0
- package/dist/icons/Device/Fingerprint2Fill.js +5 -0
- package/dist/icons/Device/Fingerprint2Line.d.ts +6 -0
- package/dist/icons/Device/Fingerprint2Line.js +5 -0
- package/dist/icons/Device/FingerprintFill.d.ts +6 -0
- package/dist/icons/Device/FingerprintFill.js +5 -0
- package/dist/icons/Device/FingerprintLine.d.ts +6 -0
- package/dist/icons/Device/FingerprintLine.js +5 -0
- package/dist/icons/Device/GamepadFill.d.ts +6 -0
- package/dist/icons/Device/GamepadFill.js +5 -0
- package/dist/icons/Device/GamepadLine.d.ts +6 -0
- package/dist/icons/Device/GamepadLine.js +5 -0
- package/dist/icons/Device/GpsFill.d.ts +6 -0
- package/dist/icons/Device/GpsFill.js +5 -0
- package/dist/icons/Device/GpsLine.d.ts +6 -0
- package/dist/icons/Device/GpsLine.js +5 -0
- package/dist/icons/Device/GradienterFill.d.ts +6 -0
- package/dist/icons/Device/GradienterFill.js +5 -0
- package/dist/icons/Device/GradienterLine.d.ts +6 -0
- package/dist/icons/Device/GradienterLine.js +5 -0
- package/dist/icons/Device/HardDrive2Fill.d.ts +6 -0
- package/dist/icons/Device/HardDrive2Fill.js +5 -0
- package/dist/icons/Device/HardDrive2Line.d.ts +6 -0
- package/dist/icons/Device/HardDrive2Line.js +5 -0
- package/dist/icons/Device/HardDrive3Fill.d.ts +6 -0
- package/dist/icons/Device/HardDrive3Fill.js +5 -0
- package/dist/icons/Device/HardDrive3Line.d.ts +6 -0
- package/dist/icons/Device/HardDrive3Line.js +5 -0
- package/dist/icons/Device/HardDriveFill.d.ts +6 -0
- package/dist/icons/Device/HardDriveFill.js +5 -0
- package/dist/icons/Device/HardDriveLine.d.ts +6 -0
- package/dist/icons/Device/HardDriveLine.js +5 -0
- package/dist/icons/Device/HotspotFill.d.ts +6 -0
- package/dist/icons/Device/HotspotFill.js +5 -0
- package/dist/icons/Device/HotspotLine.d.ts +6 -0
- package/dist/icons/Device/HotspotLine.js +5 -0
- package/dist/icons/Device/InstallFill.d.ts +6 -0
- package/dist/icons/Device/InstallFill.js +5 -0
- package/dist/icons/Device/InstallLine.d.ts +6 -0
- package/dist/icons/Device/InstallLine.js +5 -0
- package/dist/icons/Device/InstanceFill.d.ts +6 -0
- package/dist/icons/Device/InstanceFill.js +5 -0
- package/dist/icons/Device/InstanceLine.d.ts +6 -0
- package/dist/icons/Device/InstanceLine.js +5 -0
- package/dist/icons/Device/KeyboardBoxFill.d.ts +6 -0
- package/dist/icons/Device/KeyboardBoxFill.js +5 -0
- package/dist/icons/Device/KeyboardBoxLine.d.ts +6 -0
- package/dist/icons/Device/KeyboardBoxLine.js +5 -0
- package/dist/icons/Device/KeyboardFill.d.ts +6 -0
- package/dist/icons/Device/KeyboardFill.js +5 -0
- package/dist/icons/Device/KeyboardLine.d.ts +6 -0
- package/dist/icons/Device/KeyboardLine.js +5 -0
- package/dist/icons/Device/MacFill.d.ts +6 -0
- package/dist/icons/Device/MacFill.js +5 -0
- package/dist/icons/Device/MacLine.d.ts +6 -0
- package/dist/icons/Device/MacLine.js +5 -0
- package/dist/icons/Device/MacbookFill.d.ts +6 -0
- package/dist/icons/Device/MacbookFill.js +5 -0
- package/dist/icons/Device/MacbookLine.d.ts +6 -0
- package/dist/icons/Device/MacbookLine.js +5 -0
- package/dist/icons/Device/MobileDownloadFill.d.ts +6 -0
- package/dist/icons/Device/MobileDownloadFill.js +5 -0
- package/dist/icons/Device/MobileDownloadLine.d.ts +6 -0
- package/dist/icons/Device/MobileDownloadLine.js +5 -0
- package/dist/icons/Device/MouseFill.d.ts +6 -0
- package/dist/icons/Device/MouseFill.js +5 -0
- package/dist/icons/Device/MouseLine.d.ts +6 -0
- package/dist/icons/Device/MouseLine.js +5 -0
- package/dist/icons/Device/PhoneFill.d.ts +6 -0
- package/dist/icons/Device/PhoneFill.js +5 -0
- package/dist/icons/Device/PhoneFindFill.d.ts +6 -0
- package/dist/icons/Device/PhoneFindFill.js +5 -0
- package/dist/icons/Device/PhoneFindLine.d.ts +6 -0
- package/dist/icons/Device/PhoneFindLine.js +5 -0
- package/dist/icons/Device/PhoneLine.d.ts +6 -0
- package/dist/icons/Device/PhoneLine.js +5 -0
- package/dist/icons/Device/PhoneLockFill.d.ts +6 -0
- package/dist/icons/Device/PhoneLockFill.js +5 -0
- package/dist/icons/Device/PhoneLockLine.d.ts +6 -0
- package/dist/icons/Device/PhoneLockLine.js +5 -0
- package/dist/icons/Device/QrCodeFill.d.ts +6 -0
- package/dist/icons/Device/QrCodeFill.js +5 -0
- package/dist/icons/Device/QrCodeLine.d.ts +6 -0
- package/dist/icons/Device/QrCodeLine.js +5 -0
- package/dist/icons/Device/QrScan2Fill.d.ts +6 -0
- package/dist/icons/Device/QrScan2Fill.js +5 -0
- package/dist/icons/Device/QrScan2Line.d.ts +6 -0
- package/dist/icons/Device/QrScan2Line.js +5 -0
- package/dist/icons/Device/QrScanFill.d.ts +6 -0
- package/dist/icons/Device/QrScanFill.js +5 -0
- package/dist/icons/Device/QrScanLine.d.ts +6 -0
- package/dist/icons/Device/QrScanLine.js +5 -0
- package/dist/icons/Device/RadarFill.d.ts +6 -0
- package/dist/icons/Device/RadarFill.js +5 -0
- package/dist/icons/Device/RadarLine.d.ts +6 -0
- package/dist/icons/Device/RadarLine.js +5 -0
- package/dist/icons/Device/Ram2Fill.d.ts +6 -0
- package/dist/icons/Device/Ram2Fill.js +5 -0
- package/dist/icons/Device/Ram2Line.d.ts +6 -0
- package/dist/icons/Device/Ram2Line.js +5 -0
- package/dist/icons/Device/RamFill.d.ts +6 -0
- package/dist/icons/Device/RamFill.js +5 -0
- package/dist/icons/Device/RamLine.d.ts +6 -0
- package/dist/icons/Device/RamLine.js +5 -0
- package/dist/icons/Device/RemoteControl2Fill.d.ts +6 -0
- package/dist/icons/Device/RemoteControl2Fill.js +5 -0
- package/dist/icons/Device/RemoteControl2Line.d.ts +6 -0
- package/dist/icons/Device/RemoteControl2Line.js +5 -0
- package/dist/icons/Device/RemoteControlFill.d.ts +6 -0
- package/dist/icons/Device/RemoteControlFill.js +5 -0
- package/dist/icons/Device/RemoteControlLine.d.ts +6 -0
- package/dist/icons/Device/RemoteControlLine.js +5 -0
- package/dist/icons/Device/RestartFill.d.ts +6 -0
- package/dist/icons/Device/RestartFill.js +5 -0
- package/dist/icons/Device/RestartLine.d.ts +6 -0
- package/dist/icons/Device/RestartLine.js +5 -0
- package/dist/icons/Device/RfidFill.d.ts +6 -0
- package/dist/icons/Device/RfidFill.js +5 -0
- package/dist/icons/Device/RfidLine.d.ts +6 -0
- package/dist/icons/Device/RfidLine.js +5 -0
- package/dist/icons/Device/RotateLockFill.d.ts +6 -0
- package/dist/icons/Device/RotateLockFill.js +5 -0
- package/dist/icons/Device/RotateLockLine.d.ts +6 -0
- package/dist/icons/Device/RotateLockLine.js +5 -0
- package/dist/icons/Device/RouterFill.d.ts +6 -0
- package/dist/icons/Device/RouterFill.js +5 -0
- package/dist/icons/Device/RouterLine.d.ts +6 -0
- package/dist/icons/Device/RouterLine.js +5 -0
- package/dist/icons/Device/RssFill.d.ts +6 -0
- package/dist/icons/Device/RssFill.js +5 -0
- package/dist/icons/Device/RssLine.d.ts +6 -0
- package/dist/icons/Device/RssLine.js +5 -0
- package/dist/icons/Device/Save2Fill.d.ts +6 -0
- package/dist/icons/Device/Save2Fill.js +5 -0
- package/dist/icons/Device/Save2Line.d.ts +6 -0
- package/dist/icons/Device/Save2Line.js +5 -0
- package/dist/icons/Device/Save3Fill.d.ts +6 -0
- package/dist/icons/Device/Save3Fill.js +5 -0
- package/dist/icons/Device/Save3Line.d.ts +6 -0
- package/dist/icons/Device/Save3Line.js +5 -0
- package/dist/icons/Device/SaveFill.d.ts +6 -0
- package/dist/icons/Device/SaveFill.js +5 -0
- package/dist/icons/Device/SaveLine.d.ts +6 -0
- package/dist/icons/Device/SaveLine.js +5 -0
- package/dist/icons/Device/Scan2Fill.d.ts +6 -0
- package/dist/icons/Device/Scan2Fill.js +5 -0
- package/dist/icons/Device/Scan2Line.d.ts +6 -0
- package/dist/icons/Device/Scan2Line.js +5 -0
- package/dist/icons/Device/ScanFill.d.ts +6 -0
- package/dist/icons/Device/ScanFill.js +5 -0
- package/dist/icons/Device/ScanLine.d.ts +6 -0
- package/dist/icons/Device/ScanLine.js +5 -0
- package/dist/icons/Device/SdCardFill.d.ts +6 -0
- package/dist/icons/Device/SdCardFill.js +5 -0
- package/dist/icons/Device/SdCardLine.d.ts +6 -0
- package/dist/icons/Device/SdCardLine.js +5 -0
- package/dist/icons/Device/SdCardMiniFill.d.ts +6 -0
- package/dist/icons/Device/SdCardMiniFill.js +5 -0
- package/dist/icons/Device/SdCardMiniLine.d.ts +6 -0
- package/dist/icons/Device/SdCardMiniLine.js +5 -0
- package/dist/icons/Device/SensorFill.d.ts +6 -0
- package/dist/icons/Device/SensorFill.js +5 -0
- package/dist/icons/Device/SensorLine.d.ts +6 -0
- package/dist/icons/Device/SensorLine.js +5 -0
- package/dist/icons/Device/ServerFill.d.ts +6 -0
- package/dist/icons/Device/ServerFill.js +5 -0
- package/dist/icons/Device/ServerLine.d.ts +6 -0
- package/dist/icons/Device/ServerLine.js +5 -0
- package/dist/icons/Device/ShutDownFill.d.ts +6 -0
- package/dist/icons/Device/ShutDownFill.js +5 -0
- package/dist/icons/Device/ShutDownLine.d.ts +6 -0
- package/dist/icons/Device/ShutDownLine.js +5 -0
- package/dist/icons/Device/SignalWifi1Fill.d.ts +6 -0
- package/dist/icons/Device/SignalWifi1Fill.js +5 -0
- package/dist/icons/Device/SignalWifi1Line.d.ts +6 -0
- package/dist/icons/Device/SignalWifi1Line.js +5 -0
- package/dist/icons/Device/SignalWifi2Fill.d.ts +6 -0
- package/dist/icons/Device/SignalWifi2Fill.js +5 -0
- package/dist/icons/Device/SignalWifi2Line.d.ts +6 -0
- package/dist/icons/Device/SignalWifi2Line.js +5 -0
- package/dist/icons/Device/SignalWifi3Fill.d.ts +6 -0
- package/dist/icons/Device/SignalWifi3Fill.js +5 -0
- package/dist/icons/Device/SignalWifi3Line.d.ts +6 -0
- package/dist/icons/Device/SignalWifi3Line.js +5 -0
- package/dist/icons/Device/SignalWifiErrorFill.d.ts +6 -0
- package/dist/icons/Device/SignalWifiErrorFill.js +5 -0
- package/dist/icons/Device/SignalWifiErrorLine.d.ts +6 -0
- package/dist/icons/Device/SignalWifiErrorLine.js +5 -0
- package/dist/icons/Device/SignalWifiFill.d.ts +6 -0
- package/dist/icons/Device/SignalWifiFill.js +5 -0
- package/dist/icons/Device/SignalWifiLine.d.ts +6 -0
- package/dist/icons/Device/SignalWifiLine.js +5 -0
- package/dist/icons/Device/SignalWifiOffFill.d.ts +6 -0
- package/dist/icons/Device/SignalWifiOffFill.js +5 -0
- package/dist/icons/Device/SignalWifiOffLine.d.ts +6 -0
- package/dist/icons/Device/SignalWifiOffLine.js +5 -0
- package/dist/icons/Device/SimCard2Fill.d.ts +6 -0
- package/dist/icons/Device/SimCard2Fill.js +5 -0
- package/dist/icons/Device/SimCard2Line.d.ts +6 -0
- package/dist/icons/Device/SimCard2Line.js +5 -0
- package/dist/icons/Device/SimCardFill.d.ts +6 -0
- package/dist/icons/Device/SimCardFill.js +5 -0
- package/dist/icons/Device/SimCardLine.d.ts +6 -0
- package/dist/icons/Device/SimCardLine.js +5 -0
- package/dist/icons/Device/SmartphoneFill.d.ts +6 -0
- package/dist/icons/Device/SmartphoneFill.js +5 -0
- package/dist/icons/Device/SmartphoneLine.d.ts +6 -0
- package/dist/icons/Device/SmartphoneLine.js +5 -0
- package/dist/icons/Device/TabletFill.d.ts +6 -0
- package/dist/icons/Device/TabletFill.js +5 -0
- package/dist/icons/Device/TabletLine.d.ts +6 -0
- package/dist/icons/Device/TabletLine.js +5 -0
- package/dist/icons/Device/Tv2Fill.d.ts +6 -0
- package/dist/icons/Device/Tv2Fill.js +5 -0
- package/dist/icons/Device/Tv2Line.d.ts +6 -0
- package/dist/icons/Device/Tv2Line.js +5 -0
- package/dist/icons/Device/TvFill.d.ts +6 -0
- package/dist/icons/Device/TvFill.js +5 -0
- package/dist/icons/Device/TvLine.d.ts +6 -0
- package/dist/icons/Device/TvLine.js +5 -0
- package/dist/icons/Device/UDiskFill.d.ts +6 -0
- package/dist/icons/Device/UDiskFill.js +5 -0
- package/dist/icons/Device/UDiskLine.d.ts +6 -0
- package/dist/icons/Device/UDiskLine.js +5 -0
- package/dist/icons/Device/UninstallFill.d.ts +6 -0
- package/dist/icons/Device/UninstallFill.js +5 -0
- package/dist/icons/Device/UninstallLine.d.ts +6 -0
- package/dist/icons/Device/UninstallLine.js +5 -0
- package/dist/icons/Device/UsbFill.d.ts +6 -0
- package/dist/icons/Device/UsbFill.js +5 -0
- package/dist/icons/Device/UsbLine.d.ts +6 -0
- package/dist/icons/Device/UsbLine.js +5 -0
- package/dist/icons/Device/WifiFill.d.ts +6 -0
- package/dist/icons/Device/WifiFill.js +5 -0
- package/dist/icons/Device/WifiLine.d.ts +6 -0
- package/dist/icons/Device/WifiLine.js +5 -0
- package/dist/icons/Device/WifiOffFill.d.ts +6 -0
- package/dist/icons/Device/WifiOffFill.js +5 -0
- package/dist/icons/Device/WifiOffLine.d.ts +6 -0
- package/dist/icons/Device/WifiOffLine.js +5 -0
- package/dist/icons/Device/WirelessChargingFill.d.ts +6 -0
- package/dist/icons/Device/WirelessChargingFill.js +5 -0
- package/dist/icons/Device/WirelessChargingLine.d.ts +6 -0
- package/dist/icons/Device/WirelessChargingLine.js +5 -0
- package/dist/icons/Document/ArticleFill.d.ts +6 -0
- package/dist/icons/Document/ArticleFill.js +5 -0
- package/dist/icons/Document/ArticleLine.d.ts +6 -0
- package/dist/icons/Document/ArticleLine.js +5 -0
- package/dist/icons/Document/BillFill.d.ts +6 -0
- package/dist/icons/Document/BillFill.js +5 -0
- package/dist/icons/Document/BillLine.d.ts +6 -0
- package/dist/icons/Document/BillLine.js +5 -0
- package/dist/icons/Document/Book2Fill.d.ts +6 -0
- package/dist/icons/Document/Book2Fill.js +5 -0
- package/dist/icons/Document/Book2Line.d.ts +6 -0
- package/dist/icons/Document/Book2Line.js +5 -0
- package/dist/icons/Document/Book3Fill.d.ts +6 -0
- package/dist/icons/Document/Book3Fill.js +5 -0
- package/dist/icons/Document/Book3Line.d.ts +6 -0
- package/dist/icons/Document/Book3Line.js +5 -0
- package/dist/icons/Document/BookFill.d.ts +6 -0
- package/dist/icons/Document/BookFill.js +5 -0
- package/dist/icons/Document/BookLine.d.ts +6 -0
- package/dist/icons/Document/BookLine.js +5 -0
- package/dist/icons/Document/BookMarkFill.d.ts +6 -0
- package/dist/icons/Document/BookMarkFill.js +5 -0
- package/dist/icons/Document/BookMarkLine.d.ts +6 -0
- package/dist/icons/Document/BookMarkLine.js +5 -0
- package/dist/icons/Document/BookMarkedFill.d.ts +6 -0
- package/dist/icons/Document/BookMarkedFill.js +5 -0
- package/dist/icons/Document/BookMarkedLine.d.ts +6 -0
- package/dist/icons/Document/BookMarkedLine.js +5 -0
- package/dist/icons/Document/BookOpenFill.d.ts +6 -0
- package/dist/icons/Document/BookOpenFill.js +5 -0
- package/dist/icons/Document/BookOpenLine.d.ts +6 -0
- package/dist/icons/Document/BookOpenLine.js +5 -0
- package/dist/icons/Document/BookReadFill.d.ts +6 -0
- package/dist/icons/Document/BookReadFill.js +5 -0
- package/dist/icons/Document/BookReadLine.d.ts +6 -0
- package/dist/icons/Document/BookReadLine.js +5 -0
- package/dist/icons/Document/BookletFill.d.ts +6 -0
- package/dist/icons/Document/BookletFill.js +5 -0
- package/dist/icons/Document/BookletLine.d.ts +6 -0
- package/dist/icons/Document/BookletLine.js +5 -0
- package/dist/icons/Document/ClipboardFill.d.ts +6 -0
- package/dist/icons/Document/ClipboardFill.js +5 -0
- package/dist/icons/Document/ClipboardLine.d.ts +6 -0
- package/dist/icons/Document/ClipboardLine.js +5 -0
- package/dist/icons/Document/ContactsBook2Fill.d.ts +6 -0
- package/dist/icons/Document/ContactsBook2Fill.js +5 -0
- package/dist/icons/Document/ContactsBook2Line.d.ts +6 -0
- package/dist/icons/Document/ContactsBook2Line.js +5 -0
- package/dist/icons/Document/ContactsBook3Fill.d.ts +6 -0
- package/dist/icons/Document/ContactsBook3Fill.js +5 -0
- package/dist/icons/Document/ContactsBook3Line.d.ts +6 -0
- package/dist/icons/Document/ContactsBook3Line.js +5 -0
- package/dist/icons/Document/ContactsBookFill.d.ts +6 -0
- package/dist/icons/Document/ContactsBookFill.js +5 -0
- package/dist/icons/Document/ContactsBookLine.d.ts +6 -0
- package/dist/icons/Document/ContactsBookLine.js +5 -0
- package/dist/icons/Document/ContactsBookUploadFill.d.ts +6 -0
- package/dist/icons/Document/ContactsBookUploadFill.js +5 -0
- package/dist/icons/Document/ContactsBookUploadLine.d.ts +6 -0
- package/dist/icons/Document/ContactsBookUploadLine.js +5 -0
- package/dist/icons/Document/ContractFill.d.ts +6 -0
- package/dist/icons/Document/ContractFill.js +5 -0
- package/dist/icons/Document/ContractLine.d.ts +6 -0
- package/dist/icons/Document/ContractLine.js +5 -0
- package/dist/icons/Document/DraftFill.d.ts +6 -0
- package/dist/icons/Document/DraftFill.js +5 -0
- package/dist/icons/Document/DraftLine.d.ts +6 -0
- package/dist/icons/Document/DraftLine.js +5 -0
- package/dist/icons/Document/File2Fill.d.ts +6 -0
- package/dist/icons/Document/File2Fill.js +5 -0
- package/dist/icons/Document/File2Line.d.ts +6 -0
- package/dist/icons/Document/File2Line.js +5 -0
- package/dist/icons/Document/File3Fill.d.ts +6 -0
- package/dist/icons/Document/File3Fill.js +5 -0
- package/dist/icons/Document/File3Line.d.ts +6 -0
- package/dist/icons/Document/File3Line.js +5 -0
- package/dist/icons/Document/File4Fill.d.ts +6 -0
- package/dist/icons/Document/File4Fill.js +5 -0
- package/dist/icons/Document/File4Line.d.ts +6 -0
- package/dist/icons/Document/File4Line.js +5 -0
- package/dist/icons/Document/FileAddFill.d.ts +6 -0
- package/dist/icons/Document/FileAddFill.js +5 -0
- package/dist/icons/Document/FileAddLine.d.ts +6 -0
- package/dist/icons/Document/FileAddLine.js +5 -0
- package/dist/icons/Document/FileChart2Fill.d.ts +6 -0
- package/dist/icons/Document/FileChart2Fill.js +5 -0
- package/dist/icons/Document/FileChart2Line.d.ts +6 -0
- package/dist/icons/Document/FileChart2Line.js +5 -0
- package/dist/icons/Document/FileChartFill.d.ts +6 -0
- package/dist/icons/Document/FileChartFill.js +5 -0
- package/dist/icons/Document/FileChartLine.d.ts +6 -0
- package/dist/icons/Document/FileChartLine.js +5 -0
- package/dist/icons/Document/FileCheckFill.d.ts +6 -0
- package/dist/icons/Document/FileCheckFill.js +5 -0
- package/dist/icons/Document/FileCheckLine.d.ts +6 -0
- package/dist/icons/Document/FileCheckLine.js +5 -0
- package/dist/icons/Document/FileCloseFill.d.ts +6 -0
- package/dist/icons/Document/FileCloseFill.js +5 -0
- package/dist/icons/Document/FileCloseLine.d.ts +6 -0
- package/dist/icons/Document/FileCloseLine.js +5 -0
- package/dist/icons/Document/FileCloudFill.d.ts +6 -0
- package/dist/icons/Document/FileCloudFill.js +5 -0
- package/dist/icons/Document/FileCloudLine.d.ts +6 -0
- package/dist/icons/Document/FileCloudLine.js +5 -0
- package/dist/icons/Document/FileCodeFill.d.ts +6 -0
- package/dist/icons/Document/FileCodeFill.js +5 -0
- package/dist/icons/Document/FileCodeLine.d.ts +6 -0
- package/dist/icons/Document/FileCodeLine.js +5 -0
- package/dist/icons/Document/FileCopy2Fill.d.ts +6 -0
- package/dist/icons/Document/FileCopy2Fill.js +5 -0
- package/dist/icons/Document/FileCopy2Line.d.ts +6 -0
- package/dist/icons/Document/FileCopy2Line.js +5 -0
- package/dist/icons/Document/FileCopyFill.d.ts +6 -0
- package/dist/icons/Document/FileCopyFill.js +5 -0
- package/dist/icons/Document/FileCopyLine.d.ts +6 -0
- package/dist/icons/Document/FileCopyLine.js +5 -0
- package/dist/icons/Document/FileDamageFill.d.ts +6 -0
- package/dist/icons/Document/FileDamageFill.js +5 -0
- package/dist/icons/Document/FileDamageLine.d.ts +6 -0
- package/dist/icons/Document/FileDamageLine.js +5 -0
- package/dist/icons/Document/FileDownloadFill.d.ts +6 -0
- package/dist/icons/Document/FileDownloadFill.js +5 -0
- package/dist/icons/Document/FileDownloadLine.d.ts +6 -0
- package/dist/icons/Document/FileDownloadLine.js +5 -0
- package/dist/icons/Document/FileEditFill.d.ts +6 -0
- package/dist/icons/Document/FileEditFill.js +5 -0
- package/dist/icons/Document/FileEditLine.d.ts +6 -0
- package/dist/icons/Document/FileEditLine.js +5 -0
- package/dist/icons/Document/FileExcel2Fill.d.ts +6 -0
- package/dist/icons/Document/FileExcel2Fill.js +5 -0
- package/dist/icons/Document/FileExcel2Line.d.ts +6 -0
- package/dist/icons/Document/FileExcel2Line.js +5 -0
- package/dist/icons/Document/FileExcelFill.d.ts +6 -0
- package/dist/icons/Document/FileExcelFill.js +5 -0
- package/dist/icons/Document/FileExcelLine.d.ts +6 -0
- package/dist/icons/Document/FileExcelLine.js +5 -0
- package/dist/icons/Document/FileFill.d.ts +6 -0
- package/dist/icons/Document/FileFill.js +5 -0
- package/dist/icons/Document/FileForbidFill.d.ts +6 -0
- package/dist/icons/Document/FileForbidFill.js +5 -0
- package/dist/icons/Document/FileForbidLine.d.ts +6 -0
- package/dist/icons/Document/FileForbidLine.js +5 -0
- package/dist/icons/Document/FileGifFill.d.ts +6 -0
- package/dist/icons/Document/FileGifFill.js +5 -0
- package/dist/icons/Document/FileGifLine.d.ts +6 -0
- package/dist/icons/Document/FileGifLine.js +5 -0
- package/dist/icons/Document/FileHistoryFill.d.ts +6 -0
- package/dist/icons/Document/FileHistoryFill.js +5 -0
- package/dist/icons/Document/FileHistoryLine.d.ts +6 -0
- package/dist/icons/Document/FileHistoryLine.js +5 -0
- package/dist/icons/Document/FileHwpFill.d.ts +6 -0
- package/dist/icons/Document/FileHwpFill.js +5 -0
- package/dist/icons/Document/FileHwpLine.d.ts +6 -0
- package/dist/icons/Document/FileHwpLine.js +5 -0
- package/dist/icons/Document/FileImageFill.d.ts +6 -0
- package/dist/icons/Document/FileImageFill.js +5 -0
- package/dist/icons/Document/FileImageLine.d.ts +6 -0
- package/dist/icons/Document/FileImageLine.js +5 -0
- package/dist/icons/Document/FileInfoFill.d.ts +6 -0
- package/dist/icons/Document/FileInfoFill.js +5 -0
- package/dist/icons/Document/FileInfoLine.d.ts +6 -0
- package/dist/icons/Document/FileInfoLine.js +5 -0
- package/dist/icons/Document/FileLine.d.ts +6 -0
- package/dist/icons/Document/FileLine.js +5 -0
- package/dist/icons/Document/FileList2Fill.d.ts +6 -0
- package/dist/icons/Document/FileList2Fill.js +5 -0
- package/dist/icons/Document/FileList2Line.d.ts +6 -0
- package/dist/icons/Document/FileList2Line.js +5 -0
- package/dist/icons/Document/FileList3Fill.d.ts +6 -0
- package/dist/icons/Document/FileList3Fill.js +5 -0
- package/dist/icons/Document/FileList3Line.d.ts +6 -0
- package/dist/icons/Document/FileList3Line.js +5 -0
- package/dist/icons/Document/FileListFill.d.ts +6 -0
- package/dist/icons/Document/FileListFill.js +5 -0
- package/dist/icons/Document/FileListLine.d.ts +6 -0
- package/dist/icons/Document/FileListLine.js +5 -0
- package/dist/icons/Document/FileLockFill.d.ts +6 -0
- package/dist/icons/Document/FileLockFill.js +5 -0
- package/dist/icons/Document/FileLockLine.d.ts +6 -0
- package/dist/icons/Document/FileLockLine.js +5 -0
- package/dist/icons/Document/FileMarkFill.d.ts +6 -0
- package/dist/icons/Document/FileMarkFill.js +5 -0
- package/dist/icons/Document/FileMarkLine.d.ts +6 -0
- package/dist/icons/Document/FileMarkLine.js +5 -0
- package/dist/icons/Document/FileMarkedFill.d.ts +6 -0
- package/dist/icons/Document/FileMarkedFill.js +5 -0
- package/dist/icons/Document/FileMarkedLine.d.ts +6 -0
- package/dist/icons/Document/FileMarkedLine.js +5 -0
- package/dist/icons/Document/FileMusicFill.d.ts +6 -0
- package/dist/icons/Document/FileMusicFill.js +5 -0
- package/dist/icons/Document/FileMusicLine.d.ts +6 -0
- package/dist/icons/Document/FileMusicLine.js +5 -0
- package/dist/icons/Document/FilePaper2Fill.d.ts +6 -0
- package/dist/icons/Document/FilePaper2Fill.js +5 -0
- package/dist/icons/Document/FilePaper2Line.d.ts +6 -0
- package/dist/icons/Document/FilePaper2Line.js +5 -0
- package/dist/icons/Document/FilePaperFill.d.ts +6 -0
- package/dist/icons/Document/FilePaperFill.js +5 -0
- package/dist/icons/Document/FilePaperLine.d.ts +6 -0
- package/dist/icons/Document/FilePaperLine.js +5 -0
- package/dist/icons/Document/FilePdf2Fill.d.ts +6 -0
- package/dist/icons/Document/FilePdf2Fill.js +5 -0
- package/dist/icons/Document/FilePdf2Line.d.ts +6 -0
- package/dist/icons/Document/FilePdf2Line.js +5 -0
- package/dist/icons/Document/FilePdfFill.d.ts +6 -0
- package/dist/icons/Document/FilePdfFill.js +5 -0
- package/dist/icons/Document/FilePdfLine.d.ts +6 -0
- package/dist/icons/Document/FilePdfLine.js +5 -0
- package/dist/icons/Document/FilePpt2Fill.d.ts +6 -0
- package/dist/icons/Document/FilePpt2Fill.js +5 -0
- package/dist/icons/Document/FilePpt2Line.d.ts +6 -0
- package/dist/icons/Document/FilePpt2Line.js +5 -0
- package/dist/icons/Document/FilePptFill.d.ts +6 -0
- package/dist/icons/Document/FilePptFill.js +5 -0
- package/dist/icons/Document/FilePptLine.d.ts +6 -0
- package/dist/icons/Document/FilePptLine.js +5 -0
- package/dist/icons/Document/FileReduceFill.d.ts +6 -0
- package/dist/icons/Document/FileReduceFill.js +5 -0
- package/dist/icons/Document/FileReduceLine.d.ts +6 -0
- package/dist/icons/Document/FileReduceLine.js +5 -0
- package/dist/icons/Document/FileSearchFill.d.ts +6 -0
- package/dist/icons/Document/FileSearchFill.js +5 -0
- package/dist/icons/Document/FileSearchLine.d.ts +6 -0
- package/dist/icons/Document/FileSearchLine.js +5 -0
- package/dist/icons/Document/FileSettingsFill.d.ts +6 -0
- package/dist/icons/Document/FileSettingsFill.js +5 -0
- package/dist/icons/Document/FileSettingsLine.d.ts +6 -0
- package/dist/icons/Document/FileSettingsLine.js +5 -0
- package/dist/icons/Document/FileShield2Fill.d.ts +6 -0
- package/dist/icons/Document/FileShield2Fill.js +5 -0
- package/dist/icons/Document/FileShield2Line.d.ts +6 -0
- package/dist/icons/Document/FileShield2Line.js +5 -0
- package/dist/icons/Document/FileShieldFill.d.ts +6 -0
- package/dist/icons/Document/FileShieldFill.js +5 -0
- package/dist/icons/Document/FileShieldLine.d.ts +6 -0
- package/dist/icons/Document/FileShieldLine.js +5 -0
- package/dist/icons/Document/FileShredFill.d.ts +6 -0
- package/dist/icons/Document/FileShredFill.js +5 -0
- package/dist/icons/Document/FileShredLine.d.ts +6 -0
- package/dist/icons/Document/FileShredLine.js +5 -0
- package/dist/icons/Document/FileTextFill.d.ts +6 -0
- package/dist/icons/Document/FileTextFill.js +5 -0
- package/dist/icons/Document/FileTextLine.d.ts +6 -0
- package/dist/icons/Document/FileTextLine.js +5 -0
- package/dist/icons/Document/FileTransferFill.d.ts +6 -0
- package/dist/icons/Document/FileTransferFill.js +5 -0
- package/dist/icons/Document/FileTransferLine.d.ts +6 -0
- package/dist/icons/Document/FileTransferLine.js +5 -0
- package/dist/icons/Document/FileUnknowFill.d.ts +6 -0
- package/dist/icons/Document/FileUnknowFill.js +5 -0
- package/dist/icons/Document/FileUnknowLine.d.ts +6 -0
- package/dist/icons/Document/FileUnknowLine.js +5 -0
- package/dist/icons/Document/FileUploadFill.d.ts +6 -0
- package/dist/icons/Document/FileUploadFill.js +5 -0
- package/dist/icons/Document/FileUploadLine.d.ts +6 -0
- package/dist/icons/Document/FileUploadLine.js +5 -0
- package/dist/icons/Document/FileUserFill.d.ts +6 -0
- package/dist/icons/Document/FileUserFill.js +5 -0
- package/dist/icons/Document/FileUserLine.d.ts +6 -0
- package/dist/icons/Document/FileUserLine.js +5 -0
- package/dist/icons/Document/FileVideoFill.d.ts +6 -0
- package/dist/icons/Document/FileVideoFill.js +5 -0
- package/dist/icons/Document/FileVideoLine.d.ts +6 -0
- package/dist/icons/Document/FileVideoLine.js +5 -0
- package/dist/icons/Document/FileWarningFill.d.ts +6 -0
- package/dist/icons/Document/FileWarningFill.js +5 -0
- package/dist/icons/Document/FileWarningLine.d.ts +6 -0
- package/dist/icons/Document/FileWarningLine.js +5 -0
- package/dist/icons/Document/FileWord2Fill.d.ts +6 -0
- package/dist/icons/Document/FileWord2Fill.js +5 -0
- package/dist/icons/Document/FileWord2Line.d.ts +6 -0
- package/dist/icons/Document/FileWord2Line.js +5 -0
- package/dist/icons/Document/FileWordFill.d.ts +6 -0
- package/dist/icons/Document/FileWordFill.js +5 -0
- package/dist/icons/Document/FileWordLine.d.ts +6 -0
- package/dist/icons/Document/FileWordLine.js +5 -0
- package/dist/icons/Document/FileZipFill.d.ts +6 -0
- package/dist/icons/Document/FileZipFill.js +5 -0
- package/dist/icons/Document/FileZipLine.d.ts +6 -0
- package/dist/icons/Document/FileZipLine.js +5 -0
- package/dist/icons/Document/Folder2Fill.d.ts +6 -0
- package/dist/icons/Document/Folder2Fill.js +5 -0
- package/dist/icons/Document/Folder2Line.d.ts +6 -0
- package/dist/icons/Document/Folder2Line.js +5 -0
- package/dist/icons/Document/Folder3Fill.d.ts +6 -0
- package/dist/icons/Document/Folder3Fill.js +5 -0
- package/dist/icons/Document/Folder3Line.d.ts +6 -0
- package/dist/icons/Document/Folder3Line.js +5 -0
- package/dist/icons/Document/Folder4Fill.d.ts +6 -0
- package/dist/icons/Document/Folder4Fill.js +5 -0
- package/dist/icons/Document/Folder4Line.d.ts +6 -0
- package/dist/icons/Document/Folder4Line.js +5 -0
- package/dist/icons/Document/Folder5Fill.d.ts +6 -0
- package/dist/icons/Document/Folder5Fill.js +5 -0
- package/dist/icons/Document/Folder5Line.d.ts +6 -0
- package/dist/icons/Document/Folder5Line.js +5 -0
- package/dist/icons/Document/Folder6Fill.d.ts +6 -0
- package/dist/icons/Document/Folder6Fill.js +5 -0
- package/dist/icons/Document/Folder6Line.d.ts +6 -0
- package/dist/icons/Document/Folder6Line.js +5 -0
- package/dist/icons/Document/FolderAddFill.d.ts +6 -0
- package/dist/icons/Document/FolderAddFill.js +5 -0
- package/dist/icons/Document/FolderAddLine.d.ts +6 -0
- package/dist/icons/Document/FolderAddLine.js +5 -0
- package/dist/icons/Document/FolderChart2Fill.d.ts +6 -0
- package/dist/icons/Document/FolderChart2Fill.js +5 -0
- package/dist/icons/Document/FolderChart2Line.d.ts +6 -0
- package/dist/icons/Document/FolderChart2Line.js +5 -0
- package/dist/icons/Document/FolderChartFill.d.ts +6 -0
- package/dist/icons/Document/FolderChartFill.js +5 -0
- package/dist/icons/Document/FolderChartLine.d.ts +6 -0
- package/dist/icons/Document/FolderChartLine.js +5 -0
- package/dist/icons/Document/FolderCheckFill.d.ts +6 -0
- package/dist/icons/Document/FolderCheckFill.js +5 -0
- package/dist/icons/Document/FolderCheckLine.d.ts +6 -0
- package/dist/icons/Document/FolderCheckLine.js +5 -0
- package/dist/icons/Document/FolderCloseFill.d.ts +6 -0
- package/dist/icons/Document/FolderCloseFill.js +5 -0
- package/dist/icons/Document/FolderCloseLine.d.ts +6 -0
- package/dist/icons/Document/FolderCloseLine.js +5 -0
- package/dist/icons/Document/FolderCloudFill.d.ts +6 -0
- package/dist/icons/Document/FolderCloudFill.js +5 -0
- package/dist/icons/Document/FolderCloudLine.d.ts +6 -0
- package/dist/icons/Document/FolderCloudLine.js +5 -0
- package/dist/icons/Document/FolderDownloadFill.d.ts +6 -0
- package/dist/icons/Document/FolderDownloadFill.js +5 -0
- package/dist/icons/Document/FolderDownloadLine.d.ts +6 -0
- package/dist/icons/Document/FolderDownloadLine.js +5 -0
- package/dist/icons/Document/FolderFill.d.ts +6 -0
- package/dist/icons/Document/FolderFill.js +5 -0
- package/dist/icons/Document/FolderForbidFill.d.ts +6 -0
- package/dist/icons/Document/FolderForbidFill.js +5 -0
- package/dist/icons/Document/FolderForbidLine.d.ts +6 -0
- package/dist/icons/Document/FolderForbidLine.js +5 -0
- package/dist/icons/Document/FolderHistoryFill.d.ts +6 -0
- package/dist/icons/Document/FolderHistoryFill.js +5 -0
- package/dist/icons/Document/FolderHistoryLine.d.ts +6 -0
- package/dist/icons/Document/FolderHistoryLine.js +5 -0
- package/dist/icons/Document/FolderImageFill.d.ts +6 -0
- package/dist/icons/Document/FolderImageFill.js +5 -0
- package/dist/icons/Document/FolderImageLine.d.ts +6 -0
- package/dist/icons/Document/FolderImageLine.js +5 -0
- package/dist/icons/Document/FolderInfoFill.d.ts +6 -0
- package/dist/icons/Document/FolderInfoFill.js +5 -0
- package/dist/icons/Document/FolderInfoLine.d.ts +6 -0
- package/dist/icons/Document/FolderInfoLine.js +5 -0
- package/dist/icons/Document/FolderKeyholeFill.d.ts +6 -0
- package/dist/icons/Document/FolderKeyholeFill.js +5 -0
- package/dist/icons/Document/FolderKeyholeLine.d.ts +6 -0
- package/dist/icons/Document/FolderKeyholeLine.js +5 -0
- package/dist/icons/Document/FolderLine.d.ts +6 -0
- package/dist/icons/Document/FolderLine.js +5 -0
- package/dist/icons/Document/FolderLockFill.d.ts +6 -0
- package/dist/icons/Document/FolderLockFill.js +5 -0
- package/dist/icons/Document/FolderLockLine.d.ts +6 -0
- package/dist/icons/Document/FolderLockLine.js +5 -0
- package/dist/icons/Document/FolderMusicFill.d.ts +6 -0
- package/dist/icons/Document/FolderMusicFill.js +5 -0
- package/dist/icons/Document/FolderMusicLine.d.ts +6 -0
- package/dist/icons/Document/FolderMusicLine.js +5 -0
- package/dist/icons/Document/FolderOpenFill.d.ts +6 -0
- package/dist/icons/Document/FolderOpenFill.js +5 -0
- package/dist/icons/Document/FolderOpenLine.d.ts +6 -0
- package/dist/icons/Document/FolderOpenLine.js +5 -0
- package/dist/icons/Document/FolderReceivedFill.d.ts +6 -0
- package/dist/icons/Document/FolderReceivedFill.js +5 -0
- package/dist/icons/Document/FolderReceivedLine.d.ts +6 -0
- package/dist/icons/Document/FolderReceivedLine.js +5 -0
- package/dist/icons/Document/FolderReduceFill.d.ts +6 -0
- package/dist/icons/Document/FolderReduceFill.js +5 -0
- package/dist/icons/Document/FolderReduceLine.d.ts +6 -0
- package/dist/icons/Document/FolderReduceLine.js +5 -0
- package/dist/icons/Document/FolderSettingsFill.d.ts +6 -0
- package/dist/icons/Document/FolderSettingsFill.js +5 -0
- package/dist/icons/Document/FolderSettingsLine.d.ts +6 -0
- package/dist/icons/Document/FolderSettingsLine.js +5 -0
- package/dist/icons/Document/FolderSharedFill.d.ts +6 -0
- package/dist/icons/Document/FolderSharedFill.js +5 -0
- package/dist/icons/Document/FolderSharedLine.d.ts +6 -0
- package/dist/icons/Document/FolderSharedLine.js +5 -0
- package/dist/icons/Document/FolderShield2Fill.d.ts +6 -0
- package/dist/icons/Document/FolderShield2Fill.js +5 -0
- package/dist/icons/Document/FolderShield2Line.d.ts +6 -0
- package/dist/icons/Document/FolderShield2Line.js +5 -0
- package/dist/icons/Document/FolderShieldFill.d.ts +6 -0
- package/dist/icons/Document/FolderShieldFill.js +5 -0
- package/dist/icons/Document/FolderShieldLine.d.ts +6 -0
- package/dist/icons/Document/FolderShieldLine.js +5 -0
- package/dist/icons/Document/FolderTransferFill.d.ts +6 -0
- package/dist/icons/Document/FolderTransferFill.js +5 -0
- package/dist/icons/Document/FolderTransferLine.d.ts +6 -0
- package/dist/icons/Document/FolderTransferLine.js +5 -0
- package/dist/icons/Document/FolderUnknowFill.d.ts +6 -0
- package/dist/icons/Document/FolderUnknowFill.js +5 -0
- package/dist/icons/Document/FolderUnknowLine.d.ts +6 -0
- package/dist/icons/Document/FolderUnknowLine.js +5 -0
- package/dist/icons/Document/FolderUploadFill.d.ts +6 -0
- package/dist/icons/Document/FolderUploadFill.js +5 -0
- package/dist/icons/Document/FolderUploadLine.d.ts +6 -0
- package/dist/icons/Document/FolderUploadLine.js +5 -0
- package/dist/icons/Document/FolderUserFill.d.ts +6 -0
- package/dist/icons/Document/FolderUserFill.js +5 -0
- package/dist/icons/Document/FolderUserLine.d.ts +6 -0
- package/dist/icons/Document/FolderUserLine.js +5 -0
- package/dist/icons/Document/FolderVideoFill.d.ts +6 -0
- package/dist/icons/Document/FolderVideoFill.js +5 -0
- package/dist/icons/Document/FolderVideoLine.d.ts +6 -0
- package/dist/icons/Document/FolderVideoLine.js +5 -0
- package/dist/icons/Document/FolderWarningFill.d.ts +6 -0
- package/dist/icons/Document/FolderWarningFill.js +5 -0
- package/dist/icons/Document/FolderWarningLine.d.ts +6 -0
- package/dist/icons/Document/FolderWarningLine.js +5 -0
- package/dist/icons/Document/FolderZipFill.d.ts +6 -0
- package/dist/icons/Document/FolderZipFill.js +5 -0
- package/dist/icons/Document/FolderZipLine.d.ts +6 -0
- package/dist/icons/Document/FolderZipLine.js +5 -0
- package/dist/icons/Document/FoldersFill.d.ts +6 -0
- package/dist/icons/Document/FoldersFill.js +5 -0
- package/dist/icons/Document/FoldersLine.d.ts +6 -0
- package/dist/icons/Document/FoldersLine.js +5 -0
- package/dist/icons/Document/KeynoteFill.d.ts +6 -0
- package/dist/icons/Document/KeynoteFill.js +5 -0
- package/dist/icons/Document/KeynoteLine.d.ts +6 -0
- package/dist/icons/Document/KeynoteLine.js +5 -0
- package/dist/icons/Document/MarkdownFill.d.ts +6 -0
- package/dist/icons/Document/MarkdownFill.js +5 -0
- package/dist/icons/Document/MarkdownLine.d.ts +6 -0
- package/dist/icons/Document/MarkdownLine.js +5 -0
- package/dist/icons/Document/NewsFill.d.ts +6 -0
- package/dist/icons/Document/NewsFill.js +5 -0
- package/dist/icons/Document/NewsLine.d.ts +6 -0
- package/dist/icons/Document/NewsLine.js +5 -0
- package/dist/icons/Document/NewspaperFill.d.ts +6 -0
- package/dist/icons/Document/NewspaperFill.js +5 -0
- package/dist/icons/Document/NewspaperLine.d.ts +6 -0
- package/dist/icons/Document/NewspaperLine.js +5 -0
- package/dist/icons/Document/NumbersFill.d.ts +6 -0
- package/dist/icons/Document/NumbersFill.js +5 -0
- package/dist/icons/Document/NumbersLine.d.ts +6 -0
- package/dist/icons/Document/NumbersLine.js +5 -0
- package/dist/icons/Document/PagesFill.d.ts +6 -0
- package/dist/icons/Document/PagesFill.js +5 -0
- package/dist/icons/Document/PagesLine.d.ts +6 -0
- package/dist/icons/Document/PagesLine.js +5 -0
- package/dist/icons/Document/ReceiptFill.d.ts +6 -0
- package/dist/icons/Document/ReceiptFill.js +5 -0
- package/dist/icons/Document/ReceiptLine.d.ts +6 -0
- package/dist/icons/Document/ReceiptLine.js +5 -0
- package/dist/icons/Document/StickyNote2Fill.d.ts +6 -0
- package/dist/icons/Document/StickyNote2Fill.js +5 -0
- package/dist/icons/Document/StickyNote2Line.d.ts +6 -0
- package/dist/icons/Document/StickyNote2Line.js +5 -0
- package/dist/icons/Document/StickyNoteAddFill.d.ts +6 -0
- package/dist/icons/Document/StickyNoteAddFill.js +5 -0
- package/dist/icons/Document/StickyNoteAddLine.d.ts +6 -0
- package/dist/icons/Document/StickyNoteAddLine.js +5 -0
- package/dist/icons/Document/StickyNoteFill.d.ts +6 -0
- package/dist/icons/Document/StickyNoteFill.js +5 -0
- package/dist/icons/Document/StickyNoteLine.d.ts +6 -0
- package/dist/icons/Document/StickyNoteLine.js +5 -0
- package/dist/icons/Document/SurveyFill.d.ts +6 -0
- package/dist/icons/Document/SurveyFill.js +5 -0
- package/dist/icons/Document/SurveyLine.d.ts +6 -0
- package/dist/icons/Document/SurveyLine.js +5 -0
- package/dist/icons/Document/TaskFill.d.ts +6 -0
- package/dist/icons/Document/TaskFill.js +5 -0
- package/dist/icons/Document/TaskLine.d.ts +6 -0
- package/dist/icons/Document/TaskLine.js +5 -0
- package/dist/icons/Document/TodoFill.d.ts +6 -0
- package/dist/icons/Document/TodoFill.js +5 -0
- package/dist/icons/Document/TodoLine.d.ts +6 -0
- package/dist/icons/Document/TodoLine.js +5 -0
- package/dist/icons/Editor/AB.d.ts +6 -0
- package/dist/icons/Editor/AB.js +5 -0
- package/dist/icons/Editor/AiGenerate.d.ts +6 -0
- package/dist/icons/Editor/AiGenerate.js +5 -0
- package/dist/icons/Editor/AlignBottom.d.ts +6 -0
- package/dist/icons/Editor/AlignBottom.js +5 -0
- package/dist/icons/Editor/AlignCenter.d.ts +6 -0
- package/dist/icons/Editor/AlignCenter.js +5 -0
- package/dist/icons/Editor/AlignJustify.d.ts +6 -0
- package/dist/icons/Editor/AlignJustify.js +5 -0
- package/dist/icons/Editor/AlignLeft.d.ts +6 -0
- package/dist/icons/Editor/AlignLeft.js +5 -0
- package/dist/icons/Editor/AlignRight.d.ts +6 -0
- package/dist/icons/Editor/AlignRight.js +5 -0
- package/dist/icons/Editor/AlignTop.d.ts +6 -0
- package/dist/icons/Editor/AlignTop.js +5 -0
- package/dist/icons/Editor/AlignVertically.d.ts +6 -0
- package/dist/icons/Editor/AlignVertically.js +5 -0
- package/dist/icons/Editor/Asterisk.d.ts +6 -0
- package/dist/icons/Editor/Asterisk.js +5 -0
- package/dist/icons/Editor/Attachment2.d.ts +6 -0
- package/dist/icons/Editor/Attachment2.js +5 -0
- package/dist/icons/Editor/Bold.d.ts +6 -0
- package/dist/icons/Editor/Bold.js +5 -0
- package/dist/icons/Editor/BringForward.d.ts +6 -0
- package/dist/icons/Editor/BringForward.js +5 -0
- package/dist/icons/Editor/BringToFront.d.ts +6 -0
- package/dist/icons/Editor/BringToFront.js +5 -0
- package/dist/icons/Editor/CalendarView.d.ts +6 -0
- package/dist/icons/Editor/CalendarView.js +5 -0
- package/dist/icons/Editor/CarouselView.d.ts +6 -0
- package/dist/icons/Editor/CarouselView.js +5 -0
- package/dist/icons/Editor/CodeBlock.d.ts +6 -0
- package/dist/icons/Editor/CodeBlock.js +5 -0
- package/dist/icons/Editor/CodeView.d.ts +6 -0
- package/dist/icons/Editor/CodeView.js +5 -0
- package/dist/icons/Editor/DeleteColumn.d.ts +6 -0
- package/dist/icons/Editor/DeleteColumn.js +5 -0
- package/dist/icons/Editor/DeleteRow.d.ts +6 -0
- package/dist/icons/Editor/DeleteRow.js +5 -0
- package/dist/icons/Editor/DoubleQuotesL.d.ts +6 -0
- package/dist/icons/Editor/DoubleQuotesL.js +5 -0
- package/dist/icons/Editor/DoubleQuotesR.d.ts +6 -0
- package/dist/icons/Editor/DoubleQuotesR.js +5 -0
- package/dist/icons/Editor/Draggable.d.ts +6 -0
- package/dist/icons/Editor/Draggable.js +5 -0
- package/dist/icons/Editor/DropdownList.d.ts +6 -0
- package/dist/icons/Editor/DropdownList.js +5 -0
- package/dist/icons/Editor/Emphasis.d.ts +6 -0
- package/dist/icons/Editor/Emphasis.js +5 -0
- package/dist/icons/Editor/EmphasisCn.d.ts +6 -0
- package/dist/icons/Editor/EmphasisCn.js +5 -0
- package/dist/icons/Editor/EnglishInput.d.ts +6 -0
- package/dist/icons/Editor/EnglishInput.js +5 -0
- package/dist/icons/Editor/FlowChart.d.ts +6 -0
- package/dist/icons/Editor/FlowChart.js +5 -0
- package/dist/icons/Editor/FocusMode.d.ts +6 -0
- package/dist/icons/Editor/FocusMode.js +5 -0
- package/dist/icons/Editor/FontColor.d.ts +6 -0
- package/dist/icons/Editor/FontColor.js +5 -0
- package/dist/icons/Editor/FontFamily.d.ts +6 -0
- package/dist/icons/Editor/FontFamily.js +5 -0
- package/dist/icons/Editor/FontMono.d.ts +6 -0
- package/dist/icons/Editor/FontMono.js +5 -0
- package/dist/icons/Editor/FontSans.d.ts +6 -0
- package/dist/icons/Editor/FontSans.js +5 -0
- package/dist/icons/Editor/FontSansSerif.d.ts +6 -0
- package/dist/icons/Editor/FontSansSerif.js +5 -0
- package/dist/icons/Editor/FontSize.d.ts +6 -0
- package/dist/icons/Editor/FontSize.js +5 -0
- package/dist/icons/Editor/FontSize2.d.ts +6 -0
- package/dist/icons/Editor/FontSize2.js +5 -0
- package/dist/icons/Editor/FormatClear.d.ts +6 -0
- package/dist/icons/Editor/FormatClear.js +5 -0
- package/dist/icons/Editor/Formula.d.ts +6 -0
- package/dist/icons/Editor/Formula.js +5 -0
- package/dist/icons/Editor/Functions.d.ts +6 -0
- package/dist/icons/Editor/Functions.js +5 -0
- package/dist/icons/Editor/GalleryView.d.ts +6 -0
- package/dist/icons/Editor/GalleryView.js +5 -0
- package/dist/icons/Editor/GalleryView2.d.ts +6 -0
- package/dist/icons/Editor/GalleryView2.js +5 -0
- package/dist/icons/Editor/H1.d.ts +6 -0
- package/dist/icons/Editor/H1.js +5 -0
- package/dist/icons/Editor/H2.d.ts +6 -0
- package/dist/icons/Editor/H2.js +5 -0
- package/dist/icons/Editor/H3.d.ts +6 -0
- package/dist/icons/Editor/H3.js +5 -0
- package/dist/icons/Editor/H4.d.ts +6 -0
- package/dist/icons/Editor/H4.js +5 -0
- package/dist/icons/Editor/H5.d.ts +6 -0
- package/dist/icons/Editor/H5.js +5 -0
- package/dist/icons/Editor/H6.d.ts +6 -0
- package/dist/icons/Editor/H6.js +5 -0
- package/dist/icons/Editor/Hand.d.ts +6 -0
- package/dist/icons/Editor/Hand.js +5 -0
- package/dist/icons/Editor/Hashtag.d.ts +6 -0
- package/dist/icons/Editor/Hashtag.js +5 -0
- package/dist/icons/Editor/Heading.d.ts +6 -0
- package/dist/icons/Editor/Heading.js +5 -0
- package/dist/icons/Editor/IndentDecrease.d.ts +6 -0
- package/dist/icons/Editor/IndentDecrease.js +5 -0
- package/dist/icons/Editor/IndentIncrease.d.ts +6 -0
- package/dist/icons/Editor/IndentIncrease.js +5 -0
- package/dist/icons/Editor/InfoI.d.ts +6 -0
- package/dist/icons/Editor/InfoI.js +5 -0
- package/dist/icons/Editor/InputCursorMove.d.ts +6 -0
- package/dist/icons/Editor/InputCursorMove.js +5 -0
- package/dist/icons/Editor/InputField.d.ts +6 -0
- package/dist/icons/Editor/InputField.js +5 -0
- package/dist/icons/Editor/InsertColumnLeft.d.ts +6 -0
- package/dist/icons/Editor/InsertColumnLeft.js +5 -0
- package/dist/icons/Editor/InsertColumnRight.d.ts +6 -0
- package/dist/icons/Editor/InsertColumnRight.js +5 -0
- package/dist/icons/Editor/InsertRowBottom.d.ts +6 -0
- package/dist/icons/Editor/InsertRowBottom.js +5 -0
- package/dist/icons/Editor/InsertRowTop.d.ts +6 -0
- package/dist/icons/Editor/InsertRowTop.js +5 -0
- package/dist/icons/Editor/Italic.d.ts +6 -0
- package/dist/icons/Editor/Italic.js +5 -0
- package/dist/icons/Editor/KanbanView.d.ts +6 -0
- package/dist/icons/Editor/KanbanView.js +5 -0
- package/dist/icons/Editor/KanbanView2.d.ts +6 -0
- package/dist/icons/Editor/KanbanView2.js +5 -0
- package/dist/icons/Editor/LineHeight.d.ts +6 -0
- package/dist/icons/Editor/LineHeight.js +5 -0
- package/dist/icons/Editor/Link.d.ts +6 -0
- package/dist/icons/Editor/Link.js +5 -0
- package/dist/icons/Editor/LinkM.d.ts +6 -0
- package/dist/icons/Editor/LinkM.js +5 -0
- package/dist/icons/Editor/LinkUnlink.d.ts +6 -0
- package/dist/icons/Editor/LinkUnlink.js +5 -0
- package/dist/icons/Editor/LinkUnlinkM.d.ts +6 -0
- package/dist/icons/Editor/LinkUnlinkM.js +5 -0
- package/dist/icons/Editor/ListCheck.d.ts +6 -0
- package/dist/icons/Editor/ListCheck.js +5 -0
- package/dist/icons/Editor/ListCheck2.d.ts +6 -0
- package/dist/icons/Editor/ListCheck2.js +5 -0
- package/dist/icons/Editor/ListCheck3.d.ts +6 -0
- package/dist/icons/Editor/ListCheck3.js +5 -0
- package/dist/icons/Editor/ListIndefinite.d.ts +6 -0
- package/dist/icons/Editor/ListIndefinite.js +5 -0
- package/dist/icons/Editor/ListOrdered.d.ts +6 -0
- package/dist/icons/Editor/ListOrdered.js +5 -0
- package/dist/icons/Editor/ListOrdered2.d.ts +6 -0
- package/dist/icons/Editor/ListOrdered2.js +5 -0
- package/dist/icons/Editor/ListRadio.d.ts +6 -0
- package/dist/icons/Editor/ListRadio.js +5 -0
- package/dist/icons/Editor/ListUnordered.d.ts +6 -0
- package/dist/icons/Editor/ListUnordered.js +5 -0
- package/dist/icons/Editor/ListView.d.ts +6 -0
- package/dist/icons/Editor/ListView.js +5 -0
- package/dist/icons/Editor/MergeCellsHorizontal.d.ts +6 -0
- package/dist/icons/Editor/MergeCellsHorizontal.js +5 -0
- package/dist/icons/Editor/MergeCellsVertical.d.ts +6 -0
- package/dist/icons/Editor/MergeCellsVertical.js +5 -0
- package/dist/icons/Editor/MindMap.d.ts +6 -0
- package/dist/icons/Editor/MindMap.js +5 -0
- package/dist/icons/Editor/NodeTree.d.ts +6 -0
- package/dist/icons/Editor/NodeTree.js +5 -0
- package/dist/icons/Editor/Number0.d.ts +6 -0
- package/dist/icons/Editor/Number0.js +5 -0
- package/dist/icons/Editor/Number1.d.ts +6 -0
- package/dist/icons/Editor/Number1.js +5 -0
- package/dist/icons/Editor/Number2.d.ts +6 -0
- package/dist/icons/Editor/Number2.js +5 -0
- package/dist/icons/Editor/Number3.d.ts +6 -0
- package/dist/icons/Editor/Number3.js +5 -0
- package/dist/icons/Editor/Number4.d.ts +6 -0
- package/dist/icons/Editor/Number4.js +5 -0
- package/dist/icons/Editor/Number5.d.ts +6 -0
- package/dist/icons/Editor/Number5.js +5 -0
- package/dist/icons/Editor/Number6.d.ts +6 -0
- package/dist/icons/Editor/Number6.js +5 -0
- package/dist/icons/Editor/Number7.d.ts +6 -0
- package/dist/icons/Editor/Number7.js +5 -0
- package/dist/icons/Editor/Number8.d.ts +6 -0
- package/dist/icons/Editor/Number8.js +5 -0
- package/dist/icons/Editor/Number9.d.ts +6 -0
- package/dist/icons/Editor/Number9.js +5 -0
- package/dist/icons/Editor/Omega.d.ts +6 -0
- package/dist/icons/Editor/Omega.js +5 -0
- package/dist/icons/Editor/OrganizationChart.d.ts +6 -0
- package/dist/icons/Editor/OrganizationChart.js +5 -0
- package/dist/icons/Editor/Overline.d.ts +6 -0
- package/dist/icons/Editor/Overline.js +5 -0
- package/dist/icons/Editor/PageSeparator.d.ts +6 -0
- package/dist/icons/Editor/PageSeparator.js +5 -0
- package/dist/icons/Editor/Paragraph.d.ts +6 -0
- package/dist/icons/Editor/Paragraph.js +5 -0
- package/dist/icons/Editor/PinyinInput.d.ts +6 -0
- package/dist/icons/Editor/PinyinInput.js +5 -0
- package/dist/icons/Editor/QuestionMark.d.ts +6 -0
- package/dist/icons/Editor/QuestionMark.js +5 -0
- package/dist/icons/Editor/QuoteText.d.ts +6 -0
- package/dist/icons/Editor/QuoteText.js +5 -0
- package/dist/icons/Editor/RoundedCorner.d.ts +6 -0
- package/dist/icons/Editor/RoundedCorner.js +5 -0
- package/dist/icons/Editor/SendBackward.d.ts +6 -0
- package/dist/icons/Editor/SendBackward.js +5 -0
- package/dist/icons/Editor/SendToBack.d.ts +6 -0
- package/dist/icons/Editor/SendToBack.js +5 -0
- package/dist/icons/Editor/Separator.d.ts +6 -0
- package/dist/icons/Editor/Separator.js +5 -0
- package/dist/icons/Editor/SingleQuotesL.d.ts +6 -0
- package/dist/icons/Editor/SingleQuotesL.js +5 -0
- package/dist/icons/Editor/SingleQuotesR.d.ts +6 -0
- package/dist/icons/Editor/SingleQuotesR.js +5 -0
- package/dist/icons/Editor/Sketching.d.ts +6 -0
- package/dist/icons/Editor/Sketching.js +5 -0
- package/dist/icons/Editor/SlashCommands.d.ts +6 -0
- package/dist/icons/Editor/SlashCommands.js +5 -0
- package/dist/icons/Editor/SlashCommands2.d.ts +6 -0
- package/dist/icons/Editor/SlashCommands2.js +5 -0
- package/dist/icons/Editor/SlideshowView.d.ts +6 -0
- package/dist/icons/Editor/SlideshowView.js +5 -0
- package/dist/icons/Editor/SortAlphabetAsc.d.ts +6 -0
- package/dist/icons/Editor/SortAlphabetAsc.js +5 -0
- package/dist/icons/Editor/SortAlphabetDesc.d.ts +6 -0
- package/dist/icons/Editor/SortAlphabetDesc.js +5 -0
- package/dist/icons/Editor/SortAsc.d.ts +6 -0
- package/dist/icons/Editor/SortAsc.js +5 -0
- package/dist/icons/Editor/SortDesc.d.ts +6 -0
- package/dist/icons/Editor/SortDesc.js +5 -0
- package/dist/icons/Editor/SortNumberAsc.d.ts +6 -0
- package/dist/icons/Editor/SortNumberAsc.js +5 -0
- package/dist/icons/Editor/SortNumberDesc.d.ts +6 -0
- package/dist/icons/Editor/SortNumberDesc.js +5 -0
- package/dist/icons/Editor/Space.d.ts +6 -0
- package/dist/icons/Editor/Space.js +5 -0
- package/dist/icons/Editor/SplitCellsHorizontal.d.ts +6 -0
- package/dist/icons/Editor/SplitCellsHorizontal.js +5 -0
- package/dist/icons/Editor/SplitCellsVertical.d.ts +6 -0
- package/dist/icons/Editor/SplitCellsVertical.js +5 -0
- package/dist/icons/Editor/SquareRoot.d.ts +6 -0
- package/dist/icons/Editor/SquareRoot.js +5 -0
- package/dist/icons/Editor/StackedView.d.ts +6 -0
- package/dist/icons/Editor/StackedView.js +5 -0
- package/dist/icons/Editor/Strikethrough.d.ts +6 -0
- package/dist/icons/Editor/Strikethrough.js +5 -0
- package/dist/icons/Editor/Strikethrough2.d.ts +6 -0
- package/dist/icons/Editor/Strikethrough2.js +5 -0
- package/dist/icons/Editor/Subscript.d.ts +6 -0
- package/dist/icons/Editor/Subscript.js +5 -0
- package/dist/icons/Editor/Subscript2.d.ts +6 -0
- package/dist/icons/Editor/Subscript2.js +5 -0
- package/dist/icons/Editor/Superscript.d.ts +6 -0
- package/dist/icons/Editor/Superscript.js +5 -0
- package/dist/icons/Editor/Superscript2.d.ts +6 -0
- package/dist/icons/Editor/Superscript2.js +5 -0
- package/dist/icons/Editor/Table2.d.ts +6 -0
- package/dist/icons/Editor/Table2.js +5 -0
- package/dist/icons/Editor/Table3.d.ts +6 -0
- package/dist/icons/Editor/Table3.js +5 -0
- package/dist/icons/Editor/TableView.d.ts +6 -0
- package/dist/icons/Editor/TableView.js +5 -0
- package/dist/icons/Editor/Text.d.ts +6 -0
- package/dist/icons/Editor/Text.js +5 -0
- package/dist/icons/Editor/TextBlock.d.ts +6 -0
- package/dist/icons/Editor/TextBlock.js +5 -0
- package/dist/icons/Editor/TextDirectionL.d.ts +6 -0
- package/dist/icons/Editor/TextDirectionL.js +5 -0
- package/dist/icons/Editor/TextDirectionR.d.ts +6 -0
- package/dist/icons/Editor/TextDirectionR.js +5 -0
- package/dist/icons/Editor/TextSnippet.d.ts +6 -0
- package/dist/icons/Editor/TextSnippet.js +5 -0
- package/dist/icons/Editor/TextSpacing.d.ts +6 -0
- package/dist/icons/Editor/TextSpacing.js +5 -0
- package/dist/icons/Editor/TextWrap.d.ts +6 -0
- package/dist/icons/Editor/TextWrap.js +5 -0
- package/dist/icons/Editor/TimelineView.d.ts +6 -0
- package/dist/icons/Editor/TimelineView.js +5 -0
- package/dist/icons/Editor/Translate.d.ts +6 -0
- package/dist/icons/Editor/Translate.js +5 -0
- package/dist/icons/Editor/Translate2.d.ts +6 -0
- package/dist/icons/Editor/Translate2.js +5 -0
- package/dist/icons/Editor/Underline.d.ts +6 -0
- package/dist/icons/Editor/Underline.js +5 -0
- package/dist/icons/Editor/WubiInput.d.ts +6 -0
- package/dist/icons/Editor/WubiInput.js +5 -0
- package/dist/icons/Finance/AuctionFill.d.ts +6 -0
- package/dist/icons/Finance/AuctionFill.js +5 -0
- package/dist/icons/Finance/AuctionLine.d.ts +6 -0
- package/dist/icons/Finance/AuctionLine.js +5 -0
- package/dist/icons/Finance/BankCard2Fill.d.ts +6 -0
- package/dist/icons/Finance/BankCard2Fill.js +5 -0
- package/dist/icons/Finance/BankCard2Line.d.ts +6 -0
- package/dist/icons/Finance/BankCard2Line.js +5 -0
- package/dist/icons/Finance/BankCardFill.d.ts +6 -0
- package/dist/icons/Finance/BankCardFill.js +5 -0
- package/dist/icons/Finance/BankCardLine.d.ts +6 -0
- package/dist/icons/Finance/BankCardLine.js +5 -0
- package/dist/icons/Finance/BitCoinFill.d.ts +6 -0
- package/dist/icons/Finance/BitCoinFill.js +5 -0
- package/dist/icons/Finance/BitCoinLine.d.ts +6 -0
- package/dist/icons/Finance/BitCoinLine.js +5 -0
- package/dist/icons/Finance/BnbFill.d.ts +6 -0
- package/dist/icons/Finance/BnbFill.js +5 -0
- package/dist/icons/Finance/BnbLine.d.ts +6 -0
- package/dist/icons/Finance/BnbLine.js +5 -0
- package/dist/icons/Finance/BtcFill.d.ts +6 -0
- package/dist/icons/Finance/BtcFill.js +5 -0
- package/dist/icons/Finance/BtcLine.d.ts +6 -0
- package/dist/icons/Finance/BtcLine.js +5 -0
- package/dist/icons/Finance/CashFill.d.ts +6 -0
- package/dist/icons/Finance/CashFill.js +5 -0
- package/dist/icons/Finance/CashLine.d.ts +6 -0
- package/dist/icons/Finance/CashLine.js +5 -0
- package/dist/icons/Finance/CoinFill.d.ts +6 -0
- package/dist/icons/Finance/CoinFill.js +5 -0
- package/dist/icons/Finance/CoinLine.d.ts +6 -0
- package/dist/icons/Finance/CoinLine.js +5 -0
- package/dist/icons/Finance/CoinsFill.d.ts +6 -0
- package/dist/icons/Finance/CoinsFill.js +5 -0
- package/dist/icons/Finance/CoinsLine.d.ts +6 -0
- package/dist/icons/Finance/CoinsLine.js +5 -0
- package/dist/icons/Finance/CopperCoinFill.d.ts +6 -0
- package/dist/icons/Finance/CopperCoinFill.js +5 -0
- package/dist/icons/Finance/CopperCoinLine.d.ts +6 -0
- package/dist/icons/Finance/CopperCoinLine.js +5 -0
- package/dist/icons/Finance/CopperDiamondFill.d.ts +6 -0
- package/dist/icons/Finance/CopperDiamondFill.js +5 -0
- package/dist/icons/Finance/CopperDiamondLine.d.ts +6 -0
- package/dist/icons/Finance/CopperDiamondLine.js +5 -0
- package/dist/icons/Finance/Coupon2Fill.d.ts +6 -0
- package/dist/icons/Finance/Coupon2Fill.js +5 -0
- package/dist/icons/Finance/Coupon2Line.d.ts +6 -0
- package/dist/icons/Finance/Coupon2Line.js +5 -0
- package/dist/icons/Finance/Coupon3Fill.d.ts +6 -0
- package/dist/icons/Finance/Coupon3Fill.js +5 -0
- package/dist/icons/Finance/Coupon3Line.d.ts +6 -0
- package/dist/icons/Finance/Coupon3Line.js +5 -0
- package/dist/icons/Finance/Coupon4Fill.d.ts +6 -0
- package/dist/icons/Finance/Coupon4Fill.js +5 -0
- package/dist/icons/Finance/Coupon4Line.d.ts +6 -0
- package/dist/icons/Finance/Coupon4Line.js +5 -0
- package/dist/icons/Finance/Coupon5Fill.d.ts +6 -0
- package/dist/icons/Finance/Coupon5Fill.js +5 -0
- package/dist/icons/Finance/Coupon5Line.d.ts +6 -0
- package/dist/icons/Finance/Coupon5Line.js +5 -0
- package/dist/icons/Finance/CouponFill.d.ts +6 -0
- package/dist/icons/Finance/CouponFill.js +5 -0
- package/dist/icons/Finance/CouponLine.d.ts +6 -0
- package/dist/icons/Finance/CouponLine.js +5 -0
- package/dist/icons/Finance/CurrencyFill.d.ts +6 -0
- package/dist/icons/Finance/CurrencyFill.js +5 -0
- package/dist/icons/Finance/CurrencyLine.d.ts +6 -0
- package/dist/icons/Finance/CurrencyLine.js +5 -0
- package/dist/icons/Finance/DiscountPercentFill.d.ts +6 -0
- package/dist/icons/Finance/DiscountPercentFill.js +5 -0
- package/dist/icons/Finance/DiscountPercentLine.d.ts +6 -0
- package/dist/icons/Finance/DiscountPercentLine.js +5 -0
- package/dist/icons/Finance/EthFill.d.ts +6 -0
- package/dist/icons/Finance/EthFill.js +5 -0
- package/dist/icons/Finance/EthLine.d.ts +6 -0
- package/dist/icons/Finance/EthLine.js +5 -0
- package/dist/icons/Finance/Exchange2Fill.d.ts +6 -0
- package/dist/icons/Finance/Exchange2Fill.js +5 -0
- package/dist/icons/Finance/Exchange2Line.d.ts +6 -0
- package/dist/icons/Finance/Exchange2Line.js +5 -0
- package/dist/icons/Finance/ExchangeBoxFill.d.ts +6 -0
- package/dist/icons/Finance/ExchangeBoxFill.js +5 -0
- package/dist/icons/Finance/ExchangeBoxLine.d.ts +6 -0
- package/dist/icons/Finance/ExchangeBoxLine.js +5 -0
- package/dist/icons/Finance/ExchangeCnyFill.d.ts +6 -0
- package/dist/icons/Finance/ExchangeCnyFill.js +5 -0
- package/dist/icons/Finance/ExchangeCnyLine.d.ts +6 -0
- package/dist/icons/Finance/ExchangeCnyLine.js +5 -0
- package/dist/icons/Finance/ExchangeDollarFill.d.ts +6 -0
- package/dist/icons/Finance/ExchangeDollarFill.js +5 -0
- package/dist/icons/Finance/ExchangeDollarLine.d.ts +6 -0
- package/dist/icons/Finance/ExchangeDollarLine.js +5 -0
- package/dist/icons/Finance/ExchangeFill.d.ts +6 -0
- package/dist/icons/Finance/ExchangeFill.js +5 -0
- package/dist/icons/Finance/ExchangeFundsFill.d.ts +6 -0
- package/dist/icons/Finance/ExchangeFundsFill.js +5 -0
- package/dist/icons/Finance/ExchangeFundsLine.d.ts +6 -0
- package/dist/icons/Finance/ExchangeFundsLine.js +5 -0
- package/dist/icons/Finance/ExchangeLine.d.ts +6 -0
- package/dist/icons/Finance/ExchangeLine.js +5 -0
- package/dist/icons/Finance/FundsBoxFill.d.ts +6 -0
- package/dist/icons/Finance/FundsBoxFill.js +5 -0
- package/dist/icons/Finance/FundsBoxLine.d.ts +6 -0
- package/dist/icons/Finance/FundsBoxLine.js +5 -0
- package/dist/icons/Finance/FundsFill.d.ts +6 -0
- package/dist/icons/Finance/FundsFill.js +5 -0
- package/dist/icons/Finance/FundsLine.d.ts +6 -0
- package/dist/icons/Finance/FundsLine.js +5 -0
- package/dist/icons/Finance/Gift2Fill.d.ts +6 -0
- package/dist/icons/Finance/Gift2Fill.js +5 -0
- package/dist/icons/Finance/Gift2Line.d.ts +6 -0
- package/dist/icons/Finance/Gift2Line.js +5 -0
- package/dist/icons/Finance/GiftFill.d.ts +6 -0
- package/dist/icons/Finance/GiftFill.js +5 -0
- package/dist/icons/Finance/GiftLine.d.ts +6 -0
- package/dist/icons/Finance/GiftLine.js +5 -0
- package/dist/icons/Finance/HandCoinFill.d.ts +6 -0
- package/dist/icons/Finance/HandCoinFill.js +5 -0
- package/dist/icons/Finance/HandCoinLine.d.ts +6 -0
- package/dist/icons/Finance/HandCoinLine.js +5 -0
- package/dist/icons/Finance/HandHeartFill.d.ts +6 -0
- package/dist/icons/Finance/HandHeartFill.js +5 -0
- package/dist/icons/Finance/HandHeartLine.d.ts +6 -0
- package/dist/icons/Finance/HandHeartLine.js +5 -0
- package/dist/icons/Finance/I24HoursFill.d.ts +6 -0
- package/dist/icons/Finance/I24HoursFill.js +5 -0
- package/dist/icons/Finance/I24HoursLine.d.ts +6 -0
- package/dist/icons/Finance/I24HoursLine.js +5 -0
- package/dist/icons/Finance/IncreaseDecreaseFill.d.ts +6 -0
- package/dist/icons/Finance/IncreaseDecreaseFill.js +5 -0
- package/dist/icons/Finance/IncreaseDecreaseLine.d.ts +6 -0
- package/dist/icons/Finance/IncreaseDecreaseLine.js +5 -0
- package/dist/icons/Finance/MoneyCnyBoxFill.d.ts +6 -0
- package/dist/icons/Finance/MoneyCnyBoxFill.js +5 -0
- package/dist/icons/Finance/MoneyCnyBoxLine.d.ts +6 -0
- package/dist/icons/Finance/MoneyCnyBoxLine.js +5 -0
- package/dist/icons/Finance/MoneyCnyCircleFill.d.ts +6 -0
- package/dist/icons/Finance/MoneyCnyCircleFill.js +5 -0
- package/dist/icons/Finance/MoneyCnyCircleLine.d.ts +6 -0
- package/dist/icons/Finance/MoneyCnyCircleLine.js +5 -0
- package/dist/icons/Finance/MoneyDollarBoxFill.d.ts +6 -0
- package/dist/icons/Finance/MoneyDollarBoxFill.js +5 -0
- package/dist/icons/Finance/MoneyDollarBoxLine.d.ts +6 -0
- package/dist/icons/Finance/MoneyDollarBoxLine.js +5 -0
- package/dist/icons/Finance/MoneyDollarCircleFill.d.ts +6 -0
- package/dist/icons/Finance/MoneyDollarCircleFill.js +5 -0
- package/dist/icons/Finance/MoneyDollarCircleLine.d.ts +6 -0
- package/dist/icons/Finance/MoneyDollarCircleLine.js +5 -0
- package/dist/icons/Finance/MoneyEuroBoxFill.d.ts +6 -0
- package/dist/icons/Finance/MoneyEuroBoxFill.js +5 -0
- package/dist/icons/Finance/MoneyEuroBoxLine.d.ts +6 -0
- package/dist/icons/Finance/MoneyEuroBoxLine.js +5 -0
- package/dist/icons/Finance/MoneyEuroCircleFill.d.ts +6 -0
- package/dist/icons/Finance/MoneyEuroCircleFill.js +5 -0
- package/dist/icons/Finance/MoneyEuroCircleLine.d.ts +6 -0
- package/dist/icons/Finance/MoneyEuroCircleLine.js +5 -0
- package/dist/icons/Finance/MoneyPoundBoxFill.d.ts +6 -0
- package/dist/icons/Finance/MoneyPoundBoxFill.js +5 -0
- package/dist/icons/Finance/MoneyPoundBoxLine.d.ts +6 -0
- package/dist/icons/Finance/MoneyPoundBoxLine.js +5 -0
- package/dist/icons/Finance/MoneyPoundCircleFill.d.ts +6 -0
- package/dist/icons/Finance/MoneyPoundCircleFill.js +5 -0
- package/dist/icons/Finance/MoneyPoundCircleLine.d.ts +6 -0
- package/dist/icons/Finance/MoneyPoundCircleLine.js +5 -0
- package/dist/icons/Finance/MoneyRupeeCircleFill.d.ts +6 -0
- package/dist/icons/Finance/MoneyRupeeCircleFill.js +5 -0
- package/dist/icons/Finance/MoneyRupeeCircleLine.d.ts +6 -0
- package/dist/icons/Finance/MoneyRupeeCircleLine.js +5 -0
- package/dist/icons/Finance/NftFill.d.ts +6 -0
- package/dist/icons/Finance/NftFill.js +5 -0
- package/dist/icons/Finance/NftLine.d.ts +6 -0
- package/dist/icons/Finance/NftLine.js +5 -0
- package/dist/icons/Finance/P2PFill.d.ts +6 -0
- package/dist/icons/Finance/P2PFill.js +5 -0
- package/dist/icons/Finance/P2PLine.d.ts +6 -0
- package/dist/icons/Finance/P2PLine.js +5 -0
- package/dist/icons/Finance/PercentFill.d.ts +6 -0
- package/dist/icons/Finance/PercentFill.js +5 -0
- package/dist/icons/Finance/PercentLine.d.ts +6 -0
- package/dist/icons/Finance/PercentLine.js +5 -0
- package/dist/icons/Finance/PriceTag2Fill.d.ts +6 -0
- package/dist/icons/Finance/PriceTag2Fill.js +5 -0
- package/dist/icons/Finance/PriceTag2Line.d.ts +6 -0
- package/dist/icons/Finance/PriceTag2Line.js +5 -0
- package/dist/icons/Finance/PriceTag3Fill.d.ts +6 -0
- package/dist/icons/Finance/PriceTag3Fill.js +5 -0
- package/dist/icons/Finance/PriceTag3Line.d.ts +6 -0
- package/dist/icons/Finance/PriceTag3Line.js +5 -0
- package/dist/icons/Finance/PriceTagFill.d.ts +6 -0
- package/dist/icons/Finance/PriceTagFill.js +5 -0
- package/dist/icons/Finance/PriceTagLine.d.ts +6 -0
- package/dist/icons/Finance/PriceTagLine.js +5 -0
- package/dist/icons/Finance/RedPacketFill.d.ts +6 -0
- package/dist/icons/Finance/RedPacketFill.js +5 -0
- package/dist/icons/Finance/RedPacketLine.d.ts +6 -0
- package/dist/icons/Finance/RedPacketLine.js +5 -0
- package/dist/icons/Finance/Refund2Fill.d.ts +6 -0
- package/dist/icons/Finance/Refund2Fill.js +5 -0
- package/dist/icons/Finance/Refund2Line.d.ts +6 -0
- package/dist/icons/Finance/Refund2Line.js +5 -0
- package/dist/icons/Finance/RefundFill.d.ts +6 -0
- package/dist/icons/Finance/RefundFill.js +5 -0
- package/dist/icons/Finance/RefundLine.d.ts +6 -0
- package/dist/icons/Finance/RefundLine.js +5 -0
- package/dist/icons/Finance/Safe2Fill.d.ts +6 -0
- package/dist/icons/Finance/Safe2Fill.js +5 -0
- package/dist/icons/Finance/Safe2Line.d.ts +6 -0
- package/dist/icons/Finance/Safe2Line.js +5 -0
- package/dist/icons/Finance/SafeFill.d.ts +6 -0
- package/dist/icons/Finance/SafeFill.js +5 -0
- package/dist/icons/Finance/SafeLine.d.ts +6 -0
- package/dist/icons/Finance/SafeLine.js +5 -0
- package/dist/icons/Finance/SecurePaymentFill.d.ts +6 -0
- package/dist/icons/Finance/SecurePaymentFill.js +5 -0
- package/dist/icons/Finance/SecurePaymentLine.d.ts +6 -0
- package/dist/icons/Finance/SecurePaymentLine.js +5 -0
- package/dist/icons/Finance/ShoppingBag2Fill.d.ts +6 -0
- package/dist/icons/Finance/ShoppingBag2Fill.js +5 -0
- package/dist/icons/Finance/ShoppingBag2Line.d.ts +6 -0
- package/dist/icons/Finance/ShoppingBag2Line.js +5 -0
- package/dist/icons/Finance/ShoppingBag3Fill.d.ts +6 -0
- package/dist/icons/Finance/ShoppingBag3Fill.js +5 -0
- package/dist/icons/Finance/ShoppingBag3Line.d.ts +6 -0
- package/dist/icons/Finance/ShoppingBag3Line.js +5 -0
- package/dist/icons/Finance/ShoppingBag4Fill.d.ts +6 -0
- package/dist/icons/Finance/ShoppingBag4Fill.js +5 -0
- package/dist/icons/Finance/ShoppingBag4Line.d.ts +6 -0
- package/dist/icons/Finance/ShoppingBag4Line.js +5 -0
- package/dist/icons/Finance/ShoppingBagFill.d.ts +6 -0
- package/dist/icons/Finance/ShoppingBagFill.js +5 -0
- package/dist/icons/Finance/ShoppingBagLine.d.ts +6 -0
- package/dist/icons/Finance/ShoppingBagLine.js +5 -0
- package/dist/icons/Finance/ShoppingBasket2Fill.d.ts +6 -0
- package/dist/icons/Finance/ShoppingBasket2Fill.js +5 -0
- package/dist/icons/Finance/ShoppingBasket2Line.d.ts +6 -0
- package/dist/icons/Finance/ShoppingBasket2Line.js +5 -0
- package/dist/icons/Finance/ShoppingBasketFill.d.ts +6 -0
- package/dist/icons/Finance/ShoppingBasketFill.js +5 -0
- package/dist/icons/Finance/ShoppingBasketLine.d.ts +6 -0
- package/dist/icons/Finance/ShoppingBasketLine.js +5 -0
- package/dist/icons/Finance/ShoppingCart2Fill.d.ts +6 -0
- package/dist/icons/Finance/ShoppingCart2Fill.js +5 -0
- package/dist/icons/Finance/ShoppingCart2Line.d.ts +6 -0
- package/dist/icons/Finance/ShoppingCart2Line.js +5 -0
- package/dist/icons/Finance/ShoppingCartFill.d.ts +6 -0
- package/dist/icons/Finance/ShoppingCartFill.js +5 -0
- package/dist/icons/Finance/ShoppingCartLine.d.ts +6 -0
- package/dist/icons/Finance/ShoppingCartLine.js +5 -0
- package/dist/icons/Finance/StockFill.d.ts +6 -0
- package/dist/icons/Finance/StockFill.js +5 -0
- package/dist/icons/Finance/StockLine.d.ts +6 -0
- package/dist/icons/Finance/StockLine.js +5 -0
- package/dist/icons/Finance/Swap2Fill.d.ts +6 -0
- package/dist/icons/Finance/Swap2Fill.js +5 -0
- package/dist/icons/Finance/Swap2Line.d.ts +6 -0
- package/dist/icons/Finance/Swap2Line.js +5 -0
- package/dist/icons/Finance/Swap3Fill.d.ts +6 -0
- package/dist/icons/Finance/Swap3Fill.js +5 -0
- package/dist/icons/Finance/Swap3Line.d.ts +6 -0
- package/dist/icons/Finance/Swap3Line.js +5 -0
- package/dist/icons/Finance/SwapBoxFill.d.ts +6 -0
- package/dist/icons/Finance/SwapBoxFill.js +5 -0
- package/dist/icons/Finance/SwapBoxLine.d.ts +6 -0
- package/dist/icons/Finance/SwapBoxLine.js +5 -0
- package/dist/icons/Finance/SwapFill.d.ts +6 -0
- package/dist/icons/Finance/SwapFill.js +5 -0
- package/dist/icons/Finance/SwapLine.d.ts +6 -0
- package/dist/icons/Finance/SwapLine.js +5 -0
- package/dist/icons/Finance/Ticket2Fill.d.ts +6 -0
- package/dist/icons/Finance/Ticket2Fill.js +5 -0
- package/dist/icons/Finance/Ticket2Line.d.ts +6 -0
- package/dist/icons/Finance/Ticket2Line.js +5 -0
- package/dist/icons/Finance/TicketFill.d.ts +6 -0
- package/dist/icons/Finance/TicketFill.js +5 -0
- package/dist/icons/Finance/TicketLine.d.ts +6 -0
- package/dist/icons/Finance/TicketLine.js +5 -0
- package/dist/icons/Finance/TokenSwapFill.d.ts +6 -0
- package/dist/icons/Finance/TokenSwapFill.js +5 -0
- package/dist/icons/Finance/TokenSwapLine.d.ts +6 -0
- package/dist/icons/Finance/TokenSwapLine.js +5 -0
- package/dist/icons/Finance/TrophyFill.d.ts +6 -0
- package/dist/icons/Finance/TrophyFill.js +5 -0
- package/dist/icons/Finance/TrophyLine.d.ts +6 -0
- package/dist/icons/Finance/TrophyLine.js +5 -0
- package/dist/icons/Finance/VipCrown2Fill.d.ts +6 -0
- package/dist/icons/Finance/VipCrown2Fill.js +5 -0
- package/dist/icons/Finance/VipCrown2Line.d.ts +6 -0
- package/dist/icons/Finance/VipCrown2Line.js +5 -0
- package/dist/icons/Finance/VipCrownFill.d.ts +6 -0
- package/dist/icons/Finance/VipCrownFill.js +5 -0
- package/dist/icons/Finance/VipCrownLine.d.ts +6 -0
- package/dist/icons/Finance/VipCrownLine.js +5 -0
- package/dist/icons/Finance/VipDiamondFill.d.ts +6 -0
- package/dist/icons/Finance/VipDiamondFill.js +5 -0
- package/dist/icons/Finance/VipDiamondLine.d.ts +6 -0
- package/dist/icons/Finance/VipDiamondLine.js +5 -0
- package/dist/icons/Finance/VipFill.d.ts +6 -0
- package/dist/icons/Finance/VipFill.js +5 -0
- package/dist/icons/Finance/VipLine.d.ts +6 -0
- package/dist/icons/Finance/VipLine.js +5 -0
- package/dist/icons/Finance/Wallet2Fill.d.ts +6 -0
- package/dist/icons/Finance/Wallet2Fill.js +5 -0
- package/dist/icons/Finance/Wallet2Line.d.ts +6 -0
- package/dist/icons/Finance/Wallet2Line.js +5 -0
- package/dist/icons/Finance/Wallet3Fill.d.ts +6 -0
- package/dist/icons/Finance/Wallet3Fill.js +5 -0
- package/dist/icons/Finance/Wallet3Line.d.ts +6 -0
- package/dist/icons/Finance/Wallet3Line.js +5 -0
- package/dist/icons/Finance/WalletFill.d.ts +6 -0
- package/dist/icons/Finance/WalletFill.js +5 -0
- package/dist/icons/Finance/WalletLine.d.ts +6 -0
- package/dist/icons/Finance/WalletLine.js +5 -0
- package/dist/icons/Finance/WaterFlashFill.d.ts +6 -0
- package/dist/icons/Finance/WaterFlashFill.js +5 -0
- package/dist/icons/Finance/WaterFlashLine.d.ts +6 -0
- package/dist/icons/Finance/WaterFlashLine.js +5 -0
- package/dist/icons/Finance/XrpFill.d.ts +6 -0
- package/dist/icons/Finance/XrpFill.js +5 -0
- package/dist/icons/Finance/XrpLine.d.ts +6 -0
- package/dist/icons/Finance/XrpLine.js +5 -0
- package/dist/icons/Finance/XtzFill.d.ts +6 -0
- package/dist/icons/Finance/XtzFill.js +5 -0
- package/dist/icons/Finance/XtzLine.d.ts +6 -0
- package/dist/icons/Finance/XtzLine.js +5 -0
- package/dist/icons/Food/BeerFill.d.ts +6 -0
- package/dist/icons/Food/BeerFill.js +5 -0
- package/dist/icons/Food/BeerLine.d.ts +6 -0
- package/dist/icons/Food/BeerLine.js +5 -0
- package/dist/icons/Food/BowlFill.d.ts +6 -0
- package/dist/icons/Food/BowlFill.js +5 -0
- package/dist/icons/Food/BowlLine.d.ts +6 -0
- package/dist/icons/Food/BowlLine.js +5 -0
- package/dist/icons/Food/BreadFill.d.ts +6 -0
- package/dist/icons/Food/BreadFill.js +5 -0
- package/dist/icons/Food/BreadLine.d.ts +6 -0
- package/dist/icons/Food/BreadLine.js +5 -0
- package/dist/icons/Food/Cake2Fill.d.ts +6 -0
- package/dist/icons/Food/Cake2Fill.js +5 -0
- package/dist/icons/Food/Cake2Line.d.ts +6 -0
- package/dist/icons/Food/Cake2Line.js +5 -0
- package/dist/icons/Food/Cake3Fill.d.ts +6 -0
- package/dist/icons/Food/Cake3Fill.js +5 -0
- package/dist/icons/Food/Cake3Line.d.ts +6 -0
- package/dist/icons/Food/Cake3Line.js +5 -0
- package/dist/icons/Food/CakeFill.d.ts +6 -0
- package/dist/icons/Food/CakeFill.js +5 -0
- package/dist/icons/Food/CakeLine.d.ts +6 -0
- package/dist/icons/Food/CakeLine.js +5 -0
- package/dist/icons/Food/CupFill.d.ts +6 -0
- package/dist/icons/Food/CupFill.js +5 -0
- package/dist/icons/Food/CupLine.d.ts +6 -0
- package/dist/icons/Food/CupLine.js +5 -0
- package/dist/icons/Food/Drinks2Fill.d.ts +6 -0
- package/dist/icons/Food/Drinks2Fill.js +5 -0
- package/dist/icons/Food/Drinks2Line.d.ts +6 -0
- package/dist/icons/Food/Drinks2Line.js +5 -0
- package/dist/icons/Food/DrinksFill.d.ts +6 -0
- package/dist/icons/Food/DrinksFill.js +5 -0
- package/dist/icons/Food/DrinksLine.d.ts +6 -0
- package/dist/icons/Food/DrinksLine.js +5 -0
- package/dist/icons/Food/Goblet2Fill.d.ts +6 -0
- package/dist/icons/Food/Goblet2Fill.js +5 -0
- package/dist/icons/Food/Goblet2Line.d.ts +6 -0
- package/dist/icons/Food/Goblet2Line.js +5 -0
- package/dist/icons/Food/GobletFill.d.ts +6 -0
- package/dist/icons/Food/GobletFill.js +5 -0
- package/dist/icons/Food/GobletLine.d.ts +6 -0
- package/dist/icons/Food/GobletLine.js +5 -0
- package/dist/icons/Food/KnifeBloodFill.d.ts +6 -0
- package/dist/icons/Food/KnifeBloodFill.js +5 -0
- package/dist/icons/Food/KnifeBloodLine.d.ts +6 -0
- package/dist/icons/Food/KnifeBloodLine.js +5 -0
- package/dist/icons/Food/KnifeFill.d.ts +6 -0
- package/dist/icons/Food/KnifeFill.js +5 -0
- package/dist/icons/Food/KnifeLine.d.ts +6 -0
- package/dist/icons/Food/KnifeLine.js +5 -0
- package/dist/icons/Food/Restaurant2Fill.d.ts +6 -0
- package/dist/icons/Food/Restaurant2Fill.js +5 -0
- package/dist/icons/Food/Restaurant2Line.d.ts +6 -0
- package/dist/icons/Food/Restaurant2Line.js +5 -0
- package/dist/icons/Food/RestaurantFill.d.ts +6 -0
- package/dist/icons/Food/RestaurantFill.js +5 -0
- package/dist/icons/Food/RestaurantLine.d.ts +6 -0
- package/dist/icons/Food/RestaurantLine.js +5 -0
- package/dist/icons/Health & Medical/AedElectrodesFill.d.ts +6 -0
- package/dist/icons/Health & Medical/AedElectrodesFill.js +5 -0
- package/dist/icons/Health & Medical/AedElectrodesLine.d.ts +6 -0
- package/dist/icons/Health & Medical/AedElectrodesLine.js +5 -0
- package/dist/icons/Health & Medical/AedFill.d.ts +6 -0
- package/dist/icons/Health & Medical/AedFill.js +5 -0
- package/dist/icons/Health & Medical/AedLine.d.ts +6 -0
- package/dist/icons/Health & Medical/AedLine.js +5 -0
- package/dist/icons/Health & Medical/Brain2Fill.d.ts +6 -0
- package/dist/icons/Health & Medical/Brain2Fill.js +5 -0
- package/dist/icons/Health & Medical/Brain2Line.d.ts +6 -0
- package/dist/icons/Health & Medical/Brain2Line.js +5 -0
- package/dist/icons/Health & Medical/BrainFill.d.ts +6 -0
- package/dist/icons/Health & Medical/BrainFill.js +5 -0
- package/dist/icons/Health & Medical/BrainLine.d.ts +6 -0
- package/dist/icons/Health & Medical/BrainLine.js +5 -0
- package/dist/icons/Health & Medical/CapsuleFill.d.ts +6 -0
- package/dist/icons/Health & Medical/CapsuleFill.js +5 -0
- package/dist/icons/Health & Medical/CapsuleLine.d.ts +6 -0
- package/dist/icons/Health & Medical/CapsuleLine.js +5 -0
- package/dist/icons/Health & Medical/DislikeFill.d.ts +6 -0
- package/dist/icons/Health & Medical/DislikeFill.js +5 -0
- package/dist/icons/Health & Medical/DislikeLine.d.ts +6 -0
- package/dist/icons/Health & Medical/DislikeLine.js +5 -0
- package/dist/icons/Health & Medical/DnaFill.d.ts +6 -0
- package/dist/icons/Health & Medical/DnaFill.js +5 -0
- package/dist/icons/Health & Medical/DnaLine.d.ts +6 -0
- package/dist/icons/Health & Medical/DnaLine.js +5 -0
- package/dist/icons/Health & Medical/DossierFill.d.ts +6 -0
- package/dist/icons/Health & Medical/DossierFill.js +5 -0
- package/dist/icons/Health & Medical/DossierLine.d.ts +6 -0
- package/dist/icons/Health & Medical/DossierLine.js +5 -0
- package/dist/icons/Health & Medical/DropperFill.d.ts +6 -0
- package/dist/icons/Health & Medical/DropperFill.js +5 -0
- package/dist/icons/Health & Medical/DropperLine.d.ts +6 -0
- package/dist/icons/Health & Medical/DropperLine.js +5 -0
- package/dist/icons/Health & Medical/EmpathizeFill.d.ts +6 -0
- package/dist/icons/Health & Medical/EmpathizeFill.js +5 -0
- package/dist/icons/Health & Medical/EmpathizeLine.d.ts +6 -0
- package/dist/icons/Health & Medical/EmpathizeLine.js +5 -0
- package/dist/icons/Health & Medical/FirstAidKitFill.d.ts +6 -0
- package/dist/icons/Health & Medical/FirstAidKitFill.js +5 -0
- package/dist/icons/Health & Medical/FirstAidKitLine.d.ts +6 -0
- package/dist/icons/Health & Medical/FirstAidKitLine.js +5 -0
- package/dist/icons/Health & Medical/FlaskFill.d.ts +6 -0
- package/dist/icons/Health & Medical/FlaskFill.js +5 -0
- package/dist/icons/Health & Medical/FlaskLine.d.ts +6 -0
- package/dist/icons/Health & Medical/FlaskLine.js +5 -0
- package/dist/icons/Health & Medical/HandSanitizerFill.d.ts +6 -0
- package/dist/icons/Health & Medical/HandSanitizerFill.js +5 -0
- package/dist/icons/Health & Medical/HandSanitizerLine.d.ts +6 -0
- package/dist/icons/Health & Medical/HandSanitizerLine.js +5 -0
- package/dist/icons/Health & Medical/HealthBookFill.d.ts +6 -0
- package/dist/icons/Health & Medical/HealthBookFill.js +5 -0
- package/dist/icons/Health & Medical/HealthBookLine.d.ts +6 -0
- package/dist/icons/Health & Medical/HealthBookLine.js +5 -0
- package/dist/icons/Health & Medical/Heart2Fill.d.ts +6 -0
- package/dist/icons/Health & Medical/Heart2Fill.js +5 -0
- package/dist/icons/Health & Medical/Heart2Line.d.ts +6 -0
- package/dist/icons/Health & Medical/Heart2Line.js +5 -0
- package/dist/icons/Health & Medical/Heart3Fill.d.ts +6 -0
- package/dist/icons/Health & Medical/Heart3Fill.js +5 -0
- package/dist/icons/Health & Medical/Heart3Line.d.ts +6 -0
- package/dist/icons/Health & Medical/Heart3Line.js +5 -0
- package/dist/icons/Health & Medical/HeartAdd2Fill.d.ts +6 -0
- package/dist/icons/Health & Medical/HeartAdd2Fill.js +5 -0
- package/dist/icons/Health & Medical/HeartAdd2Line.d.ts +6 -0
- package/dist/icons/Health & Medical/HeartAdd2Line.js +5 -0
- package/dist/icons/Health & Medical/HeartAddFill.d.ts +6 -0
- package/dist/icons/Health & Medical/HeartAddFill.js +5 -0
- package/dist/icons/Health & Medical/HeartAddLine.d.ts +6 -0
- package/dist/icons/Health & Medical/HeartAddLine.js +5 -0
- package/dist/icons/Health & Medical/HeartFill.d.ts +6 -0
- package/dist/icons/Health & Medical/HeartFill.js +5 -0
- package/dist/icons/Health & Medical/HeartLine.d.ts +6 -0
- package/dist/icons/Health & Medical/HeartLine.js +5 -0
- package/dist/icons/Health & Medical/HeartPulseFill.d.ts +6 -0
- package/dist/icons/Health & Medical/HeartPulseFill.js +5 -0
- package/dist/icons/Health & Medical/HeartPulseLine.d.ts +6 -0
- package/dist/icons/Health & Medical/HeartPulseLine.js +5 -0
- package/dist/icons/Health & Medical/HeartsFill.d.ts +6 -0
- package/dist/icons/Health & Medical/HeartsFill.js +5 -0
- package/dist/icons/Health & Medical/HeartsLine.d.ts +6 -0
- package/dist/icons/Health & Medical/HeartsLine.js +5 -0
- package/dist/icons/Health & Medical/InfraredThermometerFill.d.ts +6 -0
- package/dist/icons/Health & Medical/InfraredThermometerFill.js +5 -0
- package/dist/icons/Health & Medical/InfraredThermometerLine.d.ts +6 -0
- package/dist/icons/Health & Medical/InfraredThermometerLine.js +5 -0
- package/dist/icons/Health & Medical/LungsFill.d.ts +6 -0
- package/dist/icons/Health & Medical/LungsFill.js +5 -0
- package/dist/icons/Health & Medical/LungsLine.d.ts +6 -0
- package/dist/icons/Health & Medical/LungsLine.js +5 -0
- package/dist/icons/Health & Medical/MedicineBottleFill.d.ts +6 -0
- package/dist/icons/Health & Medical/MedicineBottleFill.js +5 -0
- package/dist/icons/Health & Medical/MedicineBottleLine.d.ts +6 -0
- package/dist/icons/Health & Medical/MedicineBottleLine.js +5 -0
- package/dist/icons/Health & Medical/MentalHealthFill.d.ts +6 -0
- package/dist/icons/Health & Medical/MentalHealthFill.js +5 -0
- package/dist/icons/Health & Medical/MentalHealthLine.d.ts +6 -0
- package/dist/icons/Health & Medical/MentalHealthLine.js +5 -0
- package/dist/icons/Health & Medical/MicroscopeFill.d.ts +6 -0
- package/dist/icons/Health & Medical/MicroscopeFill.js +5 -0
- package/dist/icons/Health & Medical/MicroscopeLine.d.ts +6 -0
- package/dist/icons/Health & Medical/MicroscopeLine.js +5 -0
- package/dist/icons/Health & Medical/NurseFill.d.ts +6 -0
- package/dist/icons/Health & Medical/NurseFill.js +5 -0
- package/dist/icons/Health & Medical/NurseLine.d.ts +6 -0
- package/dist/icons/Health & Medical/NurseLine.js +5 -0
- package/dist/icons/Health & Medical/PsychotherapyFill.d.ts +6 -0
- package/dist/icons/Health & Medical/PsychotherapyFill.js +5 -0
- package/dist/icons/Health & Medical/PsychotherapyLine.d.ts +6 -0
- package/dist/icons/Health & Medical/PsychotherapyLine.js +5 -0
- package/dist/icons/Health & Medical/PulseFill.d.ts +6 -0
- package/dist/icons/Health & Medical/PulseFill.js +5 -0
- package/dist/icons/Health & Medical/PulseLine.d.ts +6 -0
- package/dist/icons/Health & Medical/PulseLine.js +5 -0
- package/dist/icons/Health & Medical/RestTimeFill.d.ts +6 -0
- package/dist/icons/Health & Medical/RestTimeFill.js +5 -0
- package/dist/icons/Health & Medical/RestTimeLine.d.ts +6 -0
- package/dist/icons/Health & Medical/RestTimeLine.js +5 -0
- package/dist/icons/Health & Medical/StethoscopeFill.d.ts +6 -0
- package/dist/icons/Health & Medical/StethoscopeFill.js +5 -0
- package/dist/icons/Health & Medical/StethoscopeLine.d.ts +6 -0
- package/dist/icons/Health & Medical/StethoscopeLine.js +5 -0
- package/dist/icons/Health & Medical/SurgicalMaskFill.d.ts +6 -0
- package/dist/icons/Health & Medical/SurgicalMaskFill.js +5 -0
- package/dist/icons/Health & Medical/SurgicalMaskLine.d.ts +6 -0
- package/dist/icons/Health & Medical/SurgicalMaskLine.js +5 -0
- package/dist/icons/Health & Medical/SyringeFill.d.ts +6 -0
- package/dist/icons/Health & Medical/SyringeFill.js +5 -0
- package/dist/icons/Health & Medical/SyringeLine.d.ts +6 -0
- package/dist/icons/Health & Medical/SyringeLine.js +5 -0
- package/dist/icons/Health & Medical/TestTubeFill.d.ts +6 -0
- package/dist/icons/Health & Medical/TestTubeFill.js +5 -0
- package/dist/icons/Health & Medical/TestTubeLine.d.ts +6 -0
- package/dist/icons/Health & Medical/TestTubeLine.js +5 -0
- package/dist/icons/Health & Medical/ThermometerFill.d.ts +6 -0
- package/dist/icons/Health & Medical/ThermometerFill.js +5 -0
- package/dist/icons/Health & Medical/ThermometerLine.d.ts +6 -0
- package/dist/icons/Health & Medical/ThermometerLine.js +5 -0
- package/dist/icons/Health & Medical/VirusFill.d.ts +6 -0
- package/dist/icons/Health & Medical/VirusFill.js +5 -0
- package/dist/icons/Health & Medical/VirusLine.d.ts +6 -0
- package/dist/icons/Health & Medical/VirusLine.js +5 -0
- package/dist/icons/Health & Medical/ZzzFill.d.ts +6 -0
- package/dist/icons/Health & Medical/ZzzFill.js +5 -0
- package/dist/icons/Health & Medical/ZzzLine.d.ts +6 -0
- package/dist/icons/Health & Medical/ZzzLine.js +5 -0
- package/dist/icons/Logos/AlibabaCloudFill.d.ts +6 -0
- package/dist/icons/Logos/AlibabaCloudFill.js +5 -0
- package/dist/icons/Logos/AlibabaCloudLine.d.ts +6 -0
- package/dist/icons/Logos/AlibabaCloudLine.js +5 -0
- package/dist/icons/Logos/AlipayFill.d.ts +6 -0
- package/dist/icons/Logos/AlipayFill.js +5 -0
- package/dist/icons/Logos/AlipayLine.d.ts +6 -0
- package/dist/icons/Logos/AlipayLine.js +5 -0
- package/dist/icons/Logos/AmazonFill.d.ts +6 -0
- package/dist/icons/Logos/AmazonFill.js +5 -0
- package/dist/icons/Logos/AmazonLine.d.ts +6 -0
- package/dist/icons/Logos/AmazonLine.js +5 -0
- package/dist/icons/Logos/AndroidFill.d.ts +6 -0
- package/dist/icons/Logos/AndroidFill.js +5 -0
- package/dist/icons/Logos/AndroidLine.d.ts +6 -0
- package/dist/icons/Logos/AndroidLine.js +5 -0
- package/dist/icons/Logos/AngularjsFill.d.ts +6 -0
- package/dist/icons/Logos/AngularjsFill.js +5 -0
- package/dist/icons/Logos/AngularjsLine.d.ts +6 -0
- package/dist/icons/Logos/AngularjsLine.js +5 -0
- package/dist/icons/Logos/AppStoreFill.d.ts +6 -0
- package/dist/icons/Logos/AppStoreFill.js +5 -0
- package/dist/icons/Logos/AppStoreLine.d.ts +6 -0
- package/dist/icons/Logos/AppStoreLine.js +5 -0
- package/dist/icons/Logos/AppleFill.d.ts +6 -0
- package/dist/icons/Logos/AppleFill.js +5 -0
- package/dist/icons/Logos/AppleLine.d.ts +6 -0
- package/dist/icons/Logos/AppleLine.js +5 -0
- package/dist/icons/Logos/BaiduFill.d.ts +6 -0
- package/dist/icons/Logos/BaiduFill.js +5 -0
- package/dist/icons/Logos/BaiduLine.d.ts +6 -0
- package/dist/icons/Logos/BaiduLine.js +5 -0
- package/dist/icons/Logos/BardFill.d.ts +6 -0
- package/dist/icons/Logos/BardFill.js +5 -0
- package/dist/icons/Logos/BardLine.d.ts +6 -0
- package/dist/icons/Logos/BardLine.js +5 -0
- package/dist/icons/Logos/BehanceFill.d.ts +6 -0
- package/dist/icons/Logos/BehanceFill.js +5 -0
- package/dist/icons/Logos/BehanceLine.d.ts +6 -0
- package/dist/icons/Logos/BehanceLine.js +5 -0
- package/dist/icons/Logos/BilibiliFill.d.ts +6 -0
- package/dist/icons/Logos/BilibiliFill.js +5 -0
- package/dist/icons/Logos/BilibiliLine.d.ts +6 -0
- package/dist/icons/Logos/BilibiliLine.js +5 -0
- package/dist/icons/Logos/BlenderFill.d.ts +6 -0
- package/dist/icons/Logos/BlenderFill.js +5 -0
- package/dist/icons/Logos/BlenderLine.d.ts +6 -0
- package/dist/icons/Logos/BlenderLine.js +5 -0
- package/dist/icons/Logos/BloggerFill.d.ts +6 -0
- package/dist/icons/Logos/BloggerFill.js +5 -0
- package/dist/icons/Logos/BloggerLine.d.ts +6 -0
- package/dist/icons/Logos/BloggerLine.js +5 -0
- package/dist/icons/Logos/BlueskyFill.d.ts +6 -0
- package/dist/icons/Logos/BlueskyFill.js +5 -0
- package/dist/icons/Logos/BlueskyLine.d.ts +6 -0
- package/dist/icons/Logos/BlueskyLine.js +5 -0
- package/dist/icons/Logos/BootstrapFill.d.ts +6 -0
- package/dist/icons/Logos/BootstrapFill.js +5 -0
- package/dist/icons/Logos/BootstrapLine.d.ts +6 -0
- package/dist/icons/Logos/BootstrapLine.js +5 -0
- package/dist/icons/Logos/CentosFill.d.ts +6 -0
- package/dist/icons/Logos/CentosFill.js +5 -0
- package/dist/icons/Logos/CentosLine.d.ts +6 -0
- package/dist/icons/Logos/CentosLine.js +5 -0
- package/dist/icons/Logos/ChromeFill.d.ts +6 -0
- package/dist/icons/Logos/ChromeFill.js +5 -0
- package/dist/icons/Logos/ChromeLine.d.ts +6 -0
- package/dist/icons/Logos/ChromeLine.js +5 -0
- package/dist/icons/Logos/CodepenFill.d.ts +6 -0
- package/dist/icons/Logos/CodepenFill.js +5 -0
- package/dist/icons/Logos/CodepenLine.d.ts +6 -0
- package/dist/icons/Logos/CodepenLine.js +5 -0
- package/dist/icons/Logos/CopilotFill.d.ts +6 -0
- package/dist/icons/Logos/CopilotFill.js +5 -0
- package/dist/icons/Logos/CopilotLine.d.ts +6 -0
- package/dist/icons/Logos/CopilotLine.js +5 -0
- package/dist/icons/Logos/CoreosFill.d.ts +6 -0
- package/dist/icons/Logos/CoreosFill.js +5 -0
- package/dist/icons/Logos/CoreosLine.d.ts +6 -0
- package/dist/icons/Logos/CoreosLine.js +5 -0
- package/dist/icons/Logos/DingdingFill.d.ts +6 -0
- package/dist/icons/Logos/DingdingFill.js +5 -0
- package/dist/icons/Logos/DingdingLine.d.ts +6 -0
- package/dist/icons/Logos/DingdingLine.js +5 -0
- package/dist/icons/Logos/DiscordFill.d.ts +6 -0
- package/dist/icons/Logos/DiscordFill.js +5 -0
- package/dist/icons/Logos/DiscordLine.d.ts +6 -0
- package/dist/icons/Logos/DiscordLine.js +5 -0
- package/dist/icons/Logos/DisqusFill.d.ts +6 -0
- package/dist/icons/Logos/DisqusFill.js +5 -0
- package/dist/icons/Logos/DisqusLine.d.ts +6 -0
- package/dist/icons/Logos/DisqusLine.js +5 -0
- package/dist/icons/Logos/DoubanFill.d.ts +6 -0
- package/dist/icons/Logos/DoubanFill.js +5 -0
- package/dist/icons/Logos/DoubanLine.d.ts +6 -0
- package/dist/icons/Logos/DoubanLine.js +5 -0
- package/dist/icons/Logos/DribbbleFill.d.ts +6 -0
- package/dist/icons/Logos/DribbbleFill.js +5 -0
- package/dist/icons/Logos/DribbbleLine.d.ts +6 -0
- package/dist/icons/Logos/DribbbleLine.js +5 -0
- package/dist/icons/Logos/DriveFill.d.ts +6 -0
- package/dist/icons/Logos/DriveFill.js +5 -0
- package/dist/icons/Logos/DriveLine.d.ts +6 -0
- package/dist/icons/Logos/DriveLine.js +5 -0
- package/dist/icons/Logos/DropboxFill.d.ts +6 -0
- package/dist/icons/Logos/DropboxFill.js +5 -0
- package/dist/icons/Logos/DropboxLine.d.ts +6 -0
- package/dist/icons/Logos/DropboxLine.js +5 -0
- package/dist/icons/Logos/EdgeFill.d.ts +6 -0
- package/dist/icons/Logos/EdgeFill.js +5 -0
- package/dist/icons/Logos/EdgeLine.d.ts +6 -0
- package/dist/icons/Logos/EdgeLine.js +5 -0
- package/dist/icons/Logos/EdgeNewFill.d.ts +6 -0
- package/dist/icons/Logos/EdgeNewFill.js +5 -0
- package/dist/icons/Logos/EdgeNewLine.d.ts +6 -0
- package/dist/icons/Logos/EdgeNewLine.js +5 -0
- package/dist/icons/Logos/EvernoteFill.d.ts +6 -0
- package/dist/icons/Logos/EvernoteFill.js +5 -0
- package/dist/icons/Logos/EvernoteLine.d.ts +6 -0
- package/dist/icons/Logos/EvernoteLine.js +5 -0
- package/dist/icons/Logos/FacebookBoxFill.d.ts +6 -0
- package/dist/icons/Logos/FacebookBoxFill.js +5 -0
- package/dist/icons/Logos/FacebookBoxLine.d.ts +6 -0
- package/dist/icons/Logos/FacebookBoxLine.js +5 -0
- package/dist/icons/Logos/FacebookCircleFill.d.ts +6 -0
- package/dist/icons/Logos/FacebookCircleFill.js +5 -0
- package/dist/icons/Logos/FacebookCircleLine.d.ts +6 -0
- package/dist/icons/Logos/FacebookCircleLine.js +5 -0
- package/dist/icons/Logos/FacebookFill.d.ts +6 -0
- package/dist/icons/Logos/FacebookFill.js +5 -0
- package/dist/icons/Logos/FacebookLine.d.ts +6 -0
- package/dist/icons/Logos/FacebookLine.js +5 -0
- package/dist/icons/Logos/FinderFill.d.ts +6 -0
- package/dist/icons/Logos/FinderFill.js +5 -0
- package/dist/icons/Logos/FinderLine.d.ts +6 -0
- package/dist/icons/Logos/FinderLine.js +5 -0
- package/dist/icons/Logos/FirebaseFill.d.ts +6 -0
- package/dist/icons/Logos/FirebaseFill.js +5 -0
- package/dist/icons/Logos/FirebaseLine.d.ts +6 -0
- package/dist/icons/Logos/FirebaseLine.js +5 -0
- package/dist/icons/Logos/FirefoxFill.d.ts +6 -0
- package/dist/icons/Logos/FirefoxFill.js +5 -0
- package/dist/icons/Logos/FirefoxLine.d.ts +6 -0
- package/dist/icons/Logos/FirefoxLine.js +5 -0
- package/dist/icons/Logos/FlickrFill.d.ts +6 -0
- package/dist/icons/Logos/FlickrFill.js +5 -0
- package/dist/icons/Logos/FlickrLine.d.ts +6 -0
- package/dist/icons/Logos/FlickrLine.js +5 -0
- package/dist/icons/Logos/FlutterFill.d.ts +6 -0
- package/dist/icons/Logos/FlutterFill.js +5 -0
- package/dist/icons/Logos/FlutterLine.d.ts +6 -0
- package/dist/icons/Logos/FlutterLine.js +5 -0
- package/dist/icons/Logos/FriendicaFill.d.ts +6 -0
- package/dist/icons/Logos/FriendicaFill.js +5 -0
- package/dist/icons/Logos/FriendicaLine.d.ts +6 -0
- package/dist/icons/Logos/FriendicaLine.js +5 -0
- package/dist/icons/Logos/GatsbyFill.d.ts +6 -0
- package/dist/icons/Logos/GatsbyFill.js +5 -0
- package/dist/icons/Logos/GatsbyLine.d.ts +6 -0
- package/dist/icons/Logos/GatsbyLine.js +5 -0
- package/dist/icons/Logos/GeminiFill.d.ts +6 -0
- package/dist/icons/Logos/GeminiFill.js +5 -0
- package/dist/icons/Logos/GeminiLine.d.ts +6 -0
- package/dist/icons/Logos/GeminiLine.js +5 -0
- package/dist/icons/Logos/GithubFill.d.ts +6 -0
- package/dist/icons/Logos/GithubFill.js +5 -0
- package/dist/icons/Logos/GithubLine.d.ts +6 -0
- package/dist/icons/Logos/GithubLine.js +5 -0
- package/dist/icons/Logos/GitlabFill.d.ts +6 -0
- package/dist/icons/Logos/GitlabFill.js +5 -0
- package/dist/icons/Logos/GitlabLine.d.ts +6 -0
- package/dist/icons/Logos/GitlabLine.js +5 -0
- package/dist/icons/Logos/GoogleFill.d.ts +6 -0
- package/dist/icons/Logos/GoogleFill.js +5 -0
- package/dist/icons/Logos/GoogleLine.d.ts +6 -0
- package/dist/icons/Logos/GoogleLine.js +5 -0
- package/dist/icons/Logos/GooglePlayFill.d.ts +6 -0
- package/dist/icons/Logos/GooglePlayFill.js +5 -0
- package/dist/icons/Logos/GooglePlayLine.d.ts +6 -0
- package/dist/icons/Logos/GooglePlayLine.js +5 -0
- package/dist/icons/Logos/HonorOfKingsFill.d.ts +6 -0
- package/dist/icons/Logos/HonorOfKingsFill.js +5 -0
- package/dist/icons/Logos/HonorOfKingsLine.d.ts +6 -0
- package/dist/icons/Logos/HonorOfKingsLine.js +5 -0
- package/dist/icons/Logos/IeFill.d.ts +6 -0
- package/dist/icons/Logos/IeFill.js +5 -0
- package/dist/icons/Logos/IeLine.d.ts +6 -0
- package/dist/icons/Logos/IeLine.js +5 -0
- package/dist/icons/Logos/InstagramFill.d.ts +6 -0
- package/dist/icons/Logos/InstagramFill.js +5 -0
- package/dist/icons/Logos/InstagramLine.d.ts +6 -0
- package/dist/icons/Logos/InstagramLine.js +5 -0
- package/dist/icons/Logos/InvisionFill.d.ts +6 -0
- package/dist/icons/Logos/InvisionFill.js +5 -0
- package/dist/icons/Logos/InvisionLine.d.ts +6 -0
- package/dist/icons/Logos/InvisionLine.js +5 -0
- package/dist/icons/Logos/JavaFill.d.ts +6 -0
- package/dist/icons/Logos/JavaFill.js +5 -0
- package/dist/icons/Logos/JavaLine.d.ts +6 -0
- package/dist/icons/Logos/JavaLine.js +5 -0
- package/dist/icons/Logos/KakaoTalkFill.d.ts +6 -0
- package/dist/icons/Logos/KakaoTalkFill.js +5 -0
- package/dist/icons/Logos/KakaoTalkLine.d.ts +6 -0
- package/dist/icons/Logos/KakaoTalkLine.js +5 -0
- package/dist/icons/Logos/KickFill.d.ts +6 -0
- package/dist/icons/Logos/KickFill.js +5 -0
- package/dist/icons/Logos/KickLine.d.ts +6 -0
- package/dist/icons/Logos/KickLine.js +5 -0
- package/dist/icons/Logos/LineFill.d.ts +6 -0
- package/dist/icons/Logos/LineFill.js +5 -0
- package/dist/icons/Logos/LineLine.d.ts +6 -0
- package/dist/icons/Logos/LineLine.js +5 -0
- package/dist/icons/Logos/LinkedinBoxFill.d.ts +6 -0
- package/dist/icons/Logos/LinkedinBoxFill.js +5 -0
- package/dist/icons/Logos/LinkedinBoxLine.d.ts +6 -0
- package/dist/icons/Logos/LinkedinBoxLine.js +5 -0
- package/dist/icons/Logos/LinkedinFill.d.ts +6 -0
- package/dist/icons/Logos/LinkedinFill.js +5 -0
- package/dist/icons/Logos/LinkedinLine.d.ts +6 -0
- package/dist/icons/Logos/LinkedinLine.js +5 -0
- package/dist/icons/Logos/MastercardFill.d.ts +6 -0
- package/dist/icons/Logos/MastercardFill.js +5 -0
- package/dist/icons/Logos/MastercardLine.d.ts +6 -0
- package/dist/icons/Logos/MastercardLine.js +5 -0
- package/dist/icons/Logos/MastodonFill.d.ts +6 -0
- package/dist/icons/Logos/MastodonFill.js +5 -0
- package/dist/icons/Logos/MastodonLine.d.ts +6 -0
- package/dist/icons/Logos/MastodonLine.js +5 -0
- package/dist/icons/Logos/MediumFill.d.ts +6 -0
- package/dist/icons/Logos/MediumFill.js +5 -0
- package/dist/icons/Logos/MediumLine.d.ts +6 -0
- package/dist/icons/Logos/MediumLine.js +5 -0
- package/dist/icons/Logos/MessengerFill.d.ts +6 -0
- package/dist/icons/Logos/MessengerFill.js +5 -0
- package/dist/icons/Logos/MessengerLine.d.ts +6 -0
- package/dist/icons/Logos/MessengerLine.js +5 -0
- package/dist/icons/Logos/MetaFill.d.ts +6 -0
- package/dist/icons/Logos/MetaFill.js +5 -0
- package/dist/icons/Logos/MetaLine.d.ts +6 -0
- package/dist/icons/Logos/MetaLine.js +5 -0
- package/dist/icons/Logos/MicrosoftFill.d.ts +6 -0
- package/dist/icons/Logos/MicrosoftFill.js +5 -0
- package/dist/icons/Logos/MicrosoftLine.d.ts +6 -0
- package/dist/icons/Logos/MicrosoftLine.js +5 -0
- package/dist/icons/Logos/MicrosoftLoopFill.d.ts +6 -0
- package/dist/icons/Logos/MicrosoftLoopFill.js +5 -0
- package/dist/icons/Logos/MicrosoftLoopLine.d.ts +6 -0
- package/dist/icons/Logos/MicrosoftLoopLine.js +5 -0
- package/dist/icons/Logos/MiniProgramFill.d.ts +6 -0
- package/dist/icons/Logos/MiniProgramFill.js +5 -0
- package/dist/icons/Logos/MiniProgramLine.d.ts +6 -0
- package/dist/icons/Logos/MiniProgramLine.js +5 -0
- package/dist/icons/Logos/NeteaseCloudMusicFill.d.ts +6 -0
- package/dist/icons/Logos/NeteaseCloudMusicFill.js +5 -0
- package/dist/icons/Logos/NeteaseCloudMusicLine.d.ts +6 -0
- package/dist/icons/Logos/NeteaseCloudMusicLine.js +5 -0
- package/dist/icons/Logos/NetflixFill.d.ts +6 -0
- package/dist/icons/Logos/NetflixFill.js +5 -0
- package/dist/icons/Logos/NetflixLine.d.ts +6 -0
- package/dist/icons/Logos/NetflixLine.js +5 -0
- package/dist/icons/Logos/NextjsFill.d.ts +6 -0
- package/dist/icons/Logos/NextjsFill.js +5 -0
- package/dist/icons/Logos/NextjsLine.d.ts +6 -0
- package/dist/icons/Logos/NextjsLine.js +5 -0
- package/dist/icons/Logos/NodejsFill.d.ts +6 -0
- package/dist/icons/Logos/NodejsFill.js +5 -0
- package/dist/icons/Logos/NodejsLine.d.ts +6 -0
- package/dist/icons/Logos/NodejsLine.js +5 -0
- package/dist/icons/Logos/NotionFill.d.ts +6 -0
- package/dist/icons/Logos/NotionFill.js +5 -0
- package/dist/icons/Logos/NotionLine.d.ts +6 -0
- package/dist/icons/Logos/NotionLine.js +5 -0
- package/dist/icons/Logos/NpmjsFill.d.ts +6 -0
- package/dist/icons/Logos/NpmjsFill.js +5 -0
- package/dist/icons/Logos/NpmjsLine.d.ts +6 -0
- package/dist/icons/Logos/NpmjsLine.js +5 -0
- package/dist/icons/Logos/OpenSourceFill.d.ts +6 -0
- package/dist/icons/Logos/OpenSourceFill.js +5 -0
- package/dist/icons/Logos/OpenSourceLine.d.ts +6 -0
- package/dist/icons/Logos/OpenSourceLine.js +5 -0
- package/dist/icons/Logos/OpenaiFill.d.ts +6 -0
- package/dist/icons/Logos/OpenaiFill.js +5 -0
- package/dist/icons/Logos/OpenaiLine.d.ts +6 -0
- package/dist/icons/Logos/OpenaiLine.js +5 -0
- package/dist/icons/Logos/OpenbaseFill.d.ts +6 -0
- package/dist/icons/Logos/OpenbaseFill.js +5 -0
- package/dist/icons/Logos/OpenbaseLine.d.ts +6 -0
- package/dist/icons/Logos/OpenbaseLine.js +5 -0
- package/dist/icons/Logos/OperaFill.d.ts +6 -0
- package/dist/icons/Logos/OperaFill.js +5 -0
- package/dist/icons/Logos/OperaLine.d.ts +6 -0
- package/dist/icons/Logos/OperaLine.js +5 -0
- package/dist/icons/Logos/PatreonFill.d.ts +6 -0
- package/dist/icons/Logos/PatreonFill.js +5 -0
- package/dist/icons/Logos/PatreonLine.d.ts +6 -0
- package/dist/icons/Logos/PatreonLine.js +5 -0
- package/dist/icons/Logos/PaypalFill.d.ts +6 -0
- package/dist/icons/Logos/PaypalFill.js +5 -0
- package/dist/icons/Logos/PaypalLine.d.ts +6 -0
- package/dist/icons/Logos/PaypalLine.js +5 -0
- package/dist/icons/Logos/PinterestFill.d.ts +6 -0
- package/dist/icons/Logos/PinterestFill.js +5 -0
- package/dist/icons/Logos/PinterestLine.d.ts +6 -0
- package/dist/icons/Logos/PinterestLine.js +5 -0
- package/dist/icons/Logos/PixelfedFill.d.ts +6 -0
- package/dist/icons/Logos/PixelfedFill.js +5 -0
- package/dist/icons/Logos/PixelfedLine.d.ts +6 -0
- package/dist/icons/Logos/PixelfedLine.js +5 -0
- package/dist/icons/Logos/PlaystationFill.d.ts +6 -0
- package/dist/icons/Logos/PlaystationFill.js +5 -0
- package/dist/icons/Logos/PlaystationLine.d.ts +6 -0
- package/dist/icons/Logos/PlaystationLine.js +5 -0
- package/dist/icons/Logos/ProductHuntFill.d.ts +6 -0
- package/dist/icons/Logos/ProductHuntFill.js +5 -0
- package/dist/icons/Logos/ProductHuntLine.d.ts +6 -0
- package/dist/icons/Logos/ProductHuntLine.js +5 -0
- package/dist/icons/Logos/QqFill.d.ts +6 -0
- package/dist/icons/Logos/QqFill.js +5 -0
- package/dist/icons/Logos/QqLine.d.ts +6 -0
- package/dist/icons/Logos/QqLine.js +5 -0
- package/dist/icons/Logos/ReactjsFill.d.ts +6 -0
- package/dist/icons/Logos/ReactjsFill.js +5 -0
- package/dist/icons/Logos/ReactjsLine.d.ts +6 -0
- package/dist/icons/Logos/ReactjsLine.js +5 -0
- package/dist/icons/Logos/RedditFill.d.ts +6 -0
- package/dist/icons/Logos/RedditFill.js +5 -0
- package/dist/icons/Logos/RedditLine.d.ts +6 -0
- package/dist/icons/Logos/RedditLine.js +5 -0
- package/dist/icons/Logos/RemixRunFill.d.ts +6 -0
- package/dist/icons/Logos/RemixRunFill.js +5 -0
- package/dist/icons/Logos/RemixRunLine.d.ts +6 -0
- package/dist/icons/Logos/RemixRunLine.js +5 -0
- package/dist/icons/Logos/RemixiconFill.d.ts +6 -0
- package/dist/icons/Logos/RemixiconFill.js +5 -0
- package/dist/icons/Logos/RemixiconLine.d.ts +6 -0
- package/dist/icons/Logos/RemixiconLine.js +5 -0
- package/dist/icons/Logos/SafariFill.d.ts +6 -0
- package/dist/icons/Logos/SafariFill.js +5 -0
- package/dist/icons/Logos/SafariLine.d.ts +6 -0
- package/dist/icons/Logos/SafariLine.js +5 -0
- package/dist/icons/Logos/SkypeFill.d.ts +6 -0
- package/dist/icons/Logos/SkypeFill.js +5 -0
- package/dist/icons/Logos/SkypeLine.d.ts +6 -0
- package/dist/icons/Logos/SkypeLine.js +5 -0
- package/dist/icons/Logos/SlackFill.d.ts +6 -0
- package/dist/icons/Logos/SlackFill.js +5 -0
- package/dist/icons/Logos/SlackLine.d.ts +6 -0
- package/dist/icons/Logos/SlackLine.js +5 -0
- package/dist/icons/Logos/SnapchatFill.d.ts +6 -0
- package/dist/icons/Logos/SnapchatFill.js +5 -0
- package/dist/icons/Logos/SnapchatLine.d.ts +6 -0
- package/dist/icons/Logos/SnapchatLine.js +5 -0
- package/dist/icons/Logos/SoundcloudFill.d.ts +6 -0
- package/dist/icons/Logos/SoundcloudFill.js +5 -0
- package/dist/icons/Logos/SoundcloudLine.d.ts +6 -0
- package/dist/icons/Logos/SoundcloudLine.js +5 -0
- package/dist/icons/Logos/SpectrumFill.d.ts +6 -0
- package/dist/icons/Logos/SpectrumFill.js +5 -0
- package/dist/icons/Logos/SpectrumLine.d.ts +6 -0
- package/dist/icons/Logos/SpectrumLine.js +5 -0
- package/dist/icons/Logos/SpotifyFill.d.ts +6 -0
- package/dist/icons/Logos/SpotifyFill.js +5 -0
- package/dist/icons/Logos/SpotifyLine.d.ts +6 -0
- package/dist/icons/Logos/SpotifyLine.js +5 -0
- package/dist/icons/Logos/StackOverflowFill.d.ts +6 -0
- package/dist/icons/Logos/StackOverflowFill.js +5 -0
- package/dist/icons/Logos/StackOverflowLine.d.ts +6 -0
- package/dist/icons/Logos/StackOverflowLine.js +5 -0
- package/dist/icons/Logos/StackshareFill.d.ts +6 -0
- package/dist/icons/Logos/StackshareFill.js +5 -0
- package/dist/icons/Logos/StackshareLine.d.ts +6 -0
- package/dist/icons/Logos/StackshareLine.js +5 -0
- package/dist/icons/Logos/SteamFill.d.ts +6 -0
- package/dist/icons/Logos/SteamFill.js +5 -0
- package/dist/icons/Logos/SteamLine.d.ts +6 -0
- package/dist/icons/Logos/SteamLine.js +5 -0
- package/dist/icons/Logos/SupabaseFill.d.ts +6 -0
- package/dist/icons/Logos/SupabaseFill.js +5 -0
- package/dist/icons/Logos/SupabaseLine.d.ts +6 -0
- package/dist/icons/Logos/SupabaseLine.js +5 -0
- package/dist/icons/Logos/SvelteFill.d.ts +6 -0
- package/dist/icons/Logos/SvelteFill.js +5 -0
- package/dist/icons/Logos/SvelteLine.d.ts +6 -0
- package/dist/icons/Logos/SvelteLine.js +5 -0
- package/dist/icons/Logos/SwitchFill.d.ts +6 -0
- package/dist/icons/Logos/SwitchFill.js +5 -0
- package/dist/icons/Logos/SwitchLine.d.ts +6 -0
- package/dist/icons/Logos/SwitchLine.js +5 -0
- package/dist/icons/Logos/TailwindCssFill.d.ts +6 -0
- package/dist/icons/Logos/TailwindCssFill.js +5 -0
- package/dist/icons/Logos/TailwindCssLine.d.ts +6 -0
- package/dist/icons/Logos/TailwindCssLine.js +5 -0
- package/dist/icons/Logos/TaobaoFill.d.ts +6 -0
- package/dist/icons/Logos/TaobaoFill.js +5 -0
- package/dist/icons/Logos/TaobaoLine.d.ts +6 -0
- package/dist/icons/Logos/TaobaoLine.js +5 -0
- package/dist/icons/Logos/Telegram2Fill.d.ts +6 -0
- package/dist/icons/Logos/Telegram2Fill.js +5 -0
- package/dist/icons/Logos/Telegram2Line.d.ts +6 -0
- package/dist/icons/Logos/Telegram2Line.js +5 -0
- package/dist/icons/Logos/TelegramFill.d.ts +6 -0
- package/dist/icons/Logos/TelegramFill.js +5 -0
- package/dist/icons/Logos/TelegramLine.d.ts +6 -0
- package/dist/icons/Logos/TelegramLine.js +5 -0
- package/dist/icons/Logos/ThreadsFill.d.ts +6 -0
- package/dist/icons/Logos/ThreadsFill.js +5 -0
- package/dist/icons/Logos/ThreadsLine.d.ts +6 -0
- package/dist/icons/Logos/ThreadsLine.js +5 -0
- package/dist/icons/Logos/TiktokFill.d.ts +6 -0
- package/dist/icons/Logos/TiktokFill.js +5 -0
- package/dist/icons/Logos/TiktokLine.d.ts +6 -0
- package/dist/icons/Logos/TiktokLine.js +5 -0
- package/dist/icons/Logos/TrelloFill.d.ts +6 -0
- package/dist/icons/Logos/TrelloFill.js +5 -0
- package/dist/icons/Logos/TrelloLine.d.ts +6 -0
- package/dist/icons/Logos/TrelloLine.js +5 -0
- package/dist/icons/Logos/TumblrFill.d.ts +6 -0
- package/dist/icons/Logos/TumblrFill.js +5 -0
- package/dist/icons/Logos/TumblrLine.d.ts +6 -0
- package/dist/icons/Logos/TumblrLine.js +5 -0
- package/dist/icons/Logos/TwitchFill.d.ts +6 -0
- package/dist/icons/Logos/TwitchFill.js +5 -0
- package/dist/icons/Logos/TwitchLine.d.ts +6 -0
- package/dist/icons/Logos/TwitchLine.js +5 -0
- package/dist/icons/Logos/TwitterFill.d.ts +6 -0
- package/dist/icons/Logos/TwitterFill.js +5 -0
- package/dist/icons/Logos/TwitterLine.d.ts +6 -0
- package/dist/icons/Logos/TwitterLine.js +5 -0
- package/dist/icons/Logos/TwitterXFill.d.ts +6 -0
- package/dist/icons/Logos/TwitterXFill.js +5 -0
- package/dist/icons/Logos/TwitterXLine.d.ts +6 -0
- package/dist/icons/Logos/TwitterXLine.js +5 -0
- package/dist/icons/Logos/UbuntuFill.d.ts +6 -0
- package/dist/icons/Logos/UbuntuFill.js +5 -0
- package/dist/icons/Logos/UbuntuLine.d.ts +6 -0
- package/dist/icons/Logos/UbuntuLine.js +5 -0
- package/dist/icons/Logos/UnsplashFill.d.ts +6 -0
- package/dist/icons/Logos/UnsplashFill.js +5 -0
- package/dist/icons/Logos/UnsplashLine.d.ts +6 -0
- package/dist/icons/Logos/UnsplashLine.js +5 -0
- package/dist/icons/Logos/VimeoFill.d.ts +6 -0
- package/dist/icons/Logos/VimeoFill.js +5 -0
- package/dist/icons/Logos/VimeoLine.d.ts +6 -0
- package/dist/icons/Logos/VimeoLine.js +5 -0
- package/dist/icons/Logos/VisaFill.d.ts +6 -0
- package/dist/icons/Logos/VisaFill.js +5 -0
- package/dist/icons/Logos/VisaLine.d.ts +6 -0
- package/dist/icons/Logos/VisaLine.js +5 -0
- package/dist/icons/Logos/VkFill.d.ts +6 -0
- package/dist/icons/Logos/VkFill.js +5 -0
- package/dist/icons/Logos/VkLine.d.ts +6 -0
- package/dist/icons/Logos/VkLine.js +5 -0
- package/dist/icons/Logos/VuejsFill.d.ts +6 -0
- package/dist/icons/Logos/VuejsFill.js +5 -0
- package/dist/icons/Logos/VuejsLine.d.ts +6 -0
- package/dist/icons/Logos/VuejsLine.js +5 -0
- package/dist/icons/Logos/WebhookFill.d.ts +6 -0
- package/dist/icons/Logos/WebhookFill.js +5 -0
- package/dist/icons/Logos/WebhookLine.d.ts +6 -0
- package/dist/icons/Logos/WebhookLine.js +5 -0
- package/dist/icons/Logos/Wechat2Fill.d.ts +6 -0
- package/dist/icons/Logos/Wechat2Fill.js +5 -0
- package/dist/icons/Logos/Wechat2Line.d.ts +6 -0
- package/dist/icons/Logos/Wechat2Line.js +5 -0
- package/dist/icons/Logos/WechatChannelsFill.d.ts +6 -0
- package/dist/icons/Logos/WechatChannelsFill.js +5 -0
- package/dist/icons/Logos/WechatChannelsLine.d.ts +6 -0
- package/dist/icons/Logos/WechatChannelsLine.js +5 -0
- package/dist/icons/Logos/WechatFill.d.ts +6 -0
- package/dist/icons/Logos/WechatFill.js +5 -0
- package/dist/icons/Logos/WechatLine.d.ts +6 -0
- package/dist/icons/Logos/WechatLine.js +5 -0
- package/dist/icons/Logos/WechatPayFill.d.ts +6 -0
- package/dist/icons/Logos/WechatPayFill.js +5 -0
- package/dist/icons/Logos/WechatPayLine.d.ts +6 -0
- package/dist/icons/Logos/WechatPayLine.js +5 -0
- package/dist/icons/Logos/WeiboFill.d.ts +6 -0
- package/dist/icons/Logos/WeiboFill.js +5 -0
- package/dist/icons/Logos/WeiboLine.d.ts +6 -0
- package/dist/icons/Logos/WeiboLine.js +5 -0
- package/dist/icons/Logos/WhatsappFill.d.ts +6 -0
- package/dist/icons/Logos/WhatsappFill.js +5 -0
- package/dist/icons/Logos/WhatsappLine.d.ts +6 -0
- package/dist/icons/Logos/WhatsappLine.js +5 -0
- package/dist/icons/Logos/WindowsFill.d.ts +6 -0
- package/dist/icons/Logos/WindowsFill.js +5 -0
- package/dist/icons/Logos/WindowsLine.d.ts +6 -0
- package/dist/icons/Logos/WindowsLine.js +5 -0
- package/dist/icons/Logos/WordpressFill.d.ts +6 -0
- package/dist/icons/Logos/WordpressFill.js +5 -0
- package/dist/icons/Logos/WordpressLine.d.ts +6 -0
- package/dist/icons/Logos/WordpressLine.js +5 -0
- package/dist/icons/Logos/XboxFill.d.ts +6 -0
- package/dist/icons/Logos/XboxFill.js +5 -0
- package/dist/icons/Logos/XboxLine.d.ts +6 -0
- package/dist/icons/Logos/XboxLine.js +5 -0
- package/dist/icons/Logos/XingFill.d.ts +6 -0
- package/dist/icons/Logos/XingFill.js +5 -0
- package/dist/icons/Logos/XingLine.d.ts +6 -0
- package/dist/icons/Logos/XingLine.js +5 -0
- package/dist/icons/Logos/YoutubeFill.d.ts +6 -0
- package/dist/icons/Logos/YoutubeFill.js +5 -0
- package/dist/icons/Logos/YoutubeLine.d.ts +6 -0
- package/dist/icons/Logos/YoutubeLine.js +5 -0
- package/dist/icons/Logos/YuqueFill.d.ts +6 -0
- package/dist/icons/Logos/YuqueFill.js +5 -0
- package/dist/icons/Logos/YuqueLine.d.ts +6 -0
- package/dist/icons/Logos/YuqueLine.js +5 -0
- package/dist/icons/Logos/ZcoolFill.d.ts +6 -0
- package/dist/icons/Logos/ZcoolFill.js +5 -0
- package/dist/icons/Logos/ZcoolLine.d.ts +6 -0
- package/dist/icons/Logos/ZcoolLine.js +5 -0
- package/dist/icons/Logos/ZhihuFill.d.ts +6 -0
- package/dist/icons/Logos/ZhihuFill.js +5 -0
- package/dist/icons/Logos/ZhihuLine.d.ts +6 -0
- package/dist/icons/Logos/ZhihuLine.js +5 -0
- package/dist/icons/Map/AnchorFill.d.ts +6 -0
- package/dist/icons/Map/AnchorFill.js +5 -0
- package/dist/icons/Map/AnchorLine.d.ts +6 -0
- package/dist/icons/Map/AnchorLine.js +5 -0
- package/dist/icons/Map/BarricadeFill.d.ts +6 -0
- package/dist/icons/Map/BarricadeFill.js +5 -0
- package/dist/icons/Map/BarricadeLine.d.ts +6 -0
- package/dist/icons/Map/BarricadeLine.js +5 -0
- package/dist/icons/Map/BikeFill.d.ts +6 -0
- package/dist/icons/Map/BikeFill.js +5 -0
- package/dist/icons/Map/BikeLine.d.ts +6 -0
- package/dist/icons/Map/BikeLine.js +5 -0
- package/dist/icons/Map/Bus2Fill.d.ts +6 -0
- package/dist/icons/Map/Bus2Fill.js +5 -0
- package/dist/icons/Map/Bus2Line.d.ts +6 -0
- package/dist/icons/Map/Bus2Line.js +5 -0
- package/dist/icons/Map/BusFill.d.ts +6 -0
- package/dist/icons/Map/BusFill.js +5 -0
- package/dist/icons/Map/BusLine.d.ts +6 -0
- package/dist/icons/Map/BusLine.js +5 -0
- package/dist/icons/Map/BusWifiFill.d.ts +6 -0
- package/dist/icons/Map/BusWifiFill.js +5 -0
- package/dist/icons/Map/BusWifiLine.d.ts +6 -0
- package/dist/icons/Map/BusWifiLine.js +5 -0
- package/dist/icons/Map/CarFill.d.ts +6 -0
- package/dist/icons/Map/CarFill.js +5 -0
- package/dist/icons/Map/CarLine.d.ts +6 -0
- package/dist/icons/Map/CarLine.js +5 -0
- package/dist/icons/Map/CarWashingFill.d.ts +6 -0
- package/dist/icons/Map/CarWashingFill.js +5 -0
- package/dist/icons/Map/CarWashingLine.d.ts +6 -0
- package/dist/icons/Map/CarWashingLine.js +5 -0
- package/dist/icons/Map/CaravanFill.d.ts +6 -0
- package/dist/icons/Map/CaravanFill.js +5 -0
- package/dist/icons/Map/CaravanLine.d.ts +6 -0
- package/dist/icons/Map/CaravanLine.js +5 -0
- package/dist/icons/Map/ChargingPile2Fill.d.ts +6 -0
- package/dist/icons/Map/ChargingPile2Fill.js +5 -0
- package/dist/icons/Map/ChargingPile2Line.d.ts +6 -0
- package/dist/icons/Map/ChargingPile2Line.js +5 -0
- package/dist/icons/Map/ChargingPileFill.d.ts +6 -0
- package/dist/icons/Map/ChargingPileFill.js +5 -0
- package/dist/icons/Map/ChargingPileLine.d.ts +6 -0
- package/dist/icons/Map/ChargingPileLine.js +5 -0
- package/dist/icons/Map/ChinaRailwayFill.d.ts +6 -0
- package/dist/icons/Map/ChinaRailwayFill.js +5 -0
- package/dist/icons/Map/ChinaRailwayLine.d.ts +6 -0
- package/dist/icons/Map/ChinaRailwayLine.js +5 -0
- package/dist/icons/Map/Compass2Fill.d.ts +6 -0
- package/dist/icons/Map/Compass2Fill.js +5 -0
- package/dist/icons/Map/Compass2Line.d.ts +6 -0
- package/dist/icons/Map/Compass2Line.js +5 -0
- package/dist/icons/Map/Compass3Fill.d.ts +6 -0
- package/dist/icons/Map/Compass3Fill.js +5 -0
- package/dist/icons/Map/Compass3Line.d.ts +6 -0
- package/dist/icons/Map/Compass3Line.js +5 -0
- package/dist/icons/Map/Compass4Fill.d.ts +6 -0
- package/dist/icons/Map/Compass4Fill.js +5 -0
- package/dist/icons/Map/Compass4Line.d.ts +6 -0
- package/dist/icons/Map/Compass4Line.js +5 -0
- package/dist/icons/Map/CompassDiscoverFill.d.ts +6 -0
- package/dist/icons/Map/CompassDiscoverFill.js +5 -0
- package/dist/icons/Map/CompassDiscoverLine.d.ts +6 -0
- package/dist/icons/Map/CompassDiscoverLine.js +5 -0
- package/dist/icons/Map/CompassFill.d.ts +6 -0
- package/dist/icons/Map/CompassFill.js +5 -0
- package/dist/icons/Map/CompassLine.d.ts +6 -0
- package/dist/icons/Map/CompassLine.js +5 -0
- package/dist/icons/Map/CupFill.d.ts +6 -0
- package/dist/icons/Map/CupFill.js +5 -0
- package/dist/icons/Map/CupLine.d.ts +6 -0
- package/dist/icons/Map/CupLine.js +5 -0
- package/dist/icons/Map/DirectionFill.d.ts +6 -0
- package/dist/icons/Map/DirectionFill.js +5 -0
- package/dist/icons/Map/DirectionLine.d.ts +6 -0
- package/dist/icons/Map/DirectionLine.js +5 -0
- package/dist/icons/Map/EBike2Fill.d.ts +6 -0
- package/dist/icons/Map/EBike2Fill.js +5 -0
- package/dist/icons/Map/EBike2Line.d.ts +6 -0
- package/dist/icons/Map/EBike2Line.js +5 -0
- package/dist/icons/Map/EBikeFill.d.ts +6 -0
- package/dist/icons/Map/EBikeFill.js +5 -0
- package/dist/icons/Map/EBikeLine.d.ts +6 -0
- package/dist/icons/Map/EBikeLine.js +5 -0
- package/dist/icons/Map/EarthFill.d.ts +6 -0
- package/dist/icons/Map/EarthFill.js +5 -0
- package/dist/icons/Map/EarthLine.d.ts +6 -0
- package/dist/icons/Map/EarthLine.js +5 -0
- package/dist/icons/Map/FlightLandFill.d.ts +6 -0
- package/dist/icons/Map/FlightLandFill.js +5 -0
- package/dist/icons/Map/FlightLandLine.d.ts +6 -0
- package/dist/icons/Map/FlightLandLine.js +5 -0
- package/dist/icons/Map/FlightTakeoffFill.d.ts +6 -0
- package/dist/icons/Map/FlightTakeoffFill.js +5 -0
- package/dist/icons/Map/FlightTakeoffLine.d.ts +6 -0
- package/dist/icons/Map/FlightTakeoffLine.js +5 -0
- package/dist/icons/Map/FootprintFill.d.ts +6 -0
- package/dist/icons/Map/FootprintFill.js +5 -0
- package/dist/icons/Map/FootprintLine.d.ts +6 -0
- package/dist/icons/Map/FootprintLine.js +5 -0
- package/dist/icons/Map/GasStationFill.d.ts +6 -0
- package/dist/icons/Map/GasStationFill.js +5 -0
- package/dist/icons/Map/GasStationLine.d.ts +6 -0
- package/dist/icons/Map/GasStationLine.js +5 -0
- package/dist/icons/Map/GlobeFill.d.ts +6 -0
- package/dist/icons/Map/GlobeFill.js +5 -0
- package/dist/icons/Map/GlobeLine.d.ts +6 -0
- package/dist/icons/Map/GlobeLine.js +5 -0
- package/dist/icons/Map/GobletFill.d.ts +6 -0
- package/dist/icons/Map/GobletFill.js +5 -0
- package/dist/icons/Map/GobletLine.d.ts +6 -0
- package/dist/icons/Map/GobletLine.js +5 -0
- package/dist/icons/Map/GuideFill.d.ts +6 -0
- package/dist/icons/Map/GuideFill.js +5 -0
- package/dist/icons/Map/GuideLine.d.ts +6 -0
- package/dist/icons/Map/GuideLine.js +5 -0
- package/dist/icons/Map/HotelBedFill.d.ts +6 -0
- package/dist/icons/Map/HotelBedFill.js +5 -0
- package/dist/icons/Map/HotelBedLine.d.ts +6 -0
- package/dist/icons/Map/HotelBedLine.js +5 -0
- package/dist/icons/Map/LifebuoyFill.d.ts +6 -0
- package/dist/icons/Map/LifebuoyFill.js +5 -0
- package/dist/icons/Map/LifebuoyLine.d.ts +6 -0
- package/dist/icons/Map/LifebuoyLine.js +5 -0
- package/dist/icons/Map/LuggageCartFill.d.ts +6 -0
- package/dist/icons/Map/LuggageCartFill.js +5 -0
- package/dist/icons/Map/LuggageCartLine.d.ts +6 -0
- package/dist/icons/Map/LuggageCartLine.js +5 -0
- package/dist/icons/Map/LuggageDepositFill.d.ts +6 -0
- package/dist/icons/Map/LuggageDepositFill.js +5 -0
- package/dist/icons/Map/LuggageDepositLine.d.ts +6 -0
- package/dist/icons/Map/LuggageDepositLine.js +5 -0
- package/dist/icons/Map/Map2Fill.d.ts +6 -0
- package/dist/icons/Map/Map2Fill.js +5 -0
- package/dist/icons/Map/Map2Line.d.ts +6 -0
- package/dist/icons/Map/Map2Line.js +5 -0
- package/dist/icons/Map/MapFill.d.ts +6 -0
- package/dist/icons/Map/MapFill.js +5 -0
- package/dist/icons/Map/MapLine.d.ts +6 -0
- package/dist/icons/Map/MapLine.js +5 -0
- package/dist/icons/Map/MapPin2Fill.d.ts +6 -0
- package/dist/icons/Map/MapPin2Fill.js +5 -0
- package/dist/icons/Map/MapPin2Line.d.ts +6 -0
- package/dist/icons/Map/MapPin2Line.js +5 -0
- package/dist/icons/Map/MapPin3Fill.d.ts +6 -0
- package/dist/icons/Map/MapPin3Fill.js +5 -0
- package/dist/icons/Map/MapPin3Line.d.ts +6 -0
- package/dist/icons/Map/MapPin3Line.js +5 -0
- package/dist/icons/Map/MapPin4Fill.d.ts +6 -0
- package/dist/icons/Map/MapPin4Fill.js +5 -0
- package/dist/icons/Map/MapPin4Line.d.ts +6 -0
- package/dist/icons/Map/MapPin4Line.js +5 -0
- package/dist/icons/Map/MapPin5Fill.d.ts +6 -0
- package/dist/icons/Map/MapPin5Fill.js +5 -0
- package/dist/icons/Map/MapPin5Line.d.ts +6 -0
- package/dist/icons/Map/MapPin5Line.js +5 -0
- package/dist/icons/Map/MapPinAddFill.d.ts +6 -0
- package/dist/icons/Map/MapPinAddFill.js +5 -0
- package/dist/icons/Map/MapPinAddLine.d.ts +6 -0
- package/dist/icons/Map/MapPinAddLine.js +5 -0
- package/dist/icons/Map/MapPinFill.d.ts +6 -0
- package/dist/icons/Map/MapPinFill.js +5 -0
- package/dist/icons/Map/MapPinLine.d.ts +6 -0
- package/dist/icons/Map/MapPinLine.js +5 -0
- package/dist/icons/Map/MapPinRangeFill.d.ts +6 -0
- package/dist/icons/Map/MapPinRangeFill.js +5 -0
- package/dist/icons/Map/MapPinRangeLine.d.ts +6 -0
- package/dist/icons/Map/MapPinRangeLine.js +5 -0
- package/dist/icons/Map/MapPinTimeFill.d.ts +6 -0
- package/dist/icons/Map/MapPinTimeFill.js +5 -0
- package/dist/icons/Map/MapPinTimeLine.d.ts +6 -0
- package/dist/icons/Map/MapPinTimeLine.js +5 -0
- package/dist/icons/Map/MapPinUserFill.d.ts +6 -0
- package/dist/icons/Map/MapPinUserFill.js +5 -0
- package/dist/icons/Map/MapPinUserLine.d.ts +6 -0
- package/dist/icons/Map/MapPinUserLine.js +5 -0
- package/dist/icons/Map/MotorbikeFill.d.ts +6 -0
- package/dist/icons/Map/MotorbikeFill.js +5 -0
- package/dist/icons/Map/MotorbikeLine.d.ts +6 -0
- package/dist/icons/Map/MotorbikeLine.js +5 -0
- package/dist/icons/Map/NavigationFill.d.ts +6 -0
- package/dist/icons/Map/NavigationFill.js +5 -0
- package/dist/icons/Map/NavigationLine.d.ts +6 -0
- package/dist/icons/Map/NavigationLine.js +5 -0
- package/dist/icons/Map/OilFill.d.ts +6 -0
- package/dist/icons/Map/OilFill.js +5 -0
- package/dist/icons/Map/OilLine.d.ts +6 -0
- package/dist/icons/Map/OilLine.js +5 -0
- package/dist/icons/Map/ParkingBoxFill.d.ts +6 -0
- package/dist/icons/Map/ParkingBoxFill.js +5 -0
- package/dist/icons/Map/ParkingBoxLine.d.ts +6 -0
- package/dist/icons/Map/ParkingBoxLine.js +5 -0
- package/dist/icons/Map/ParkingFill.d.ts +6 -0
- package/dist/icons/Map/ParkingFill.js +5 -0
- package/dist/icons/Map/ParkingLine.d.ts +6 -0
- package/dist/icons/Map/ParkingLine.js +5 -0
- package/dist/icons/Map/PassportFill.d.ts +6 -0
- package/dist/icons/Map/PassportFill.js +5 -0
- package/dist/icons/Map/PassportLine.d.ts +6 -0
- package/dist/icons/Map/PassportLine.js +5 -0
- package/dist/icons/Map/PinDistanceFill.d.ts +6 -0
- package/dist/icons/Map/PinDistanceFill.js +5 -0
- package/dist/icons/Map/PinDistanceLine.d.ts +6 -0
- package/dist/icons/Map/PinDistanceLine.js +5 -0
- package/dist/icons/Map/PlaneFill.d.ts +6 -0
- package/dist/icons/Map/PlaneFill.js +5 -0
- package/dist/icons/Map/PlaneLine.d.ts +6 -0
- package/dist/icons/Map/PlaneLine.js +5 -0
- package/dist/icons/Map/PlanetFill.d.ts +6 -0
- package/dist/icons/Map/PlanetFill.js +5 -0
- package/dist/icons/Map/PlanetLine.d.ts +6 -0
- package/dist/icons/Map/PlanetLine.js +5 -0
- package/dist/icons/Map/PoliceCarFill.d.ts +6 -0
- package/dist/icons/Map/PoliceCarFill.js +5 -0
- package/dist/icons/Map/PoliceCarLine.d.ts +6 -0
- package/dist/icons/Map/PoliceCarLine.js +5 -0
- package/dist/icons/Map/Pushpin2Fill.d.ts +6 -0
- package/dist/icons/Map/Pushpin2Fill.js +5 -0
- package/dist/icons/Map/Pushpin2Line.d.ts +6 -0
- package/dist/icons/Map/Pushpin2Line.js +5 -0
- package/dist/icons/Map/PushpinFill.d.ts +6 -0
- package/dist/icons/Map/PushpinFill.js +5 -0
- package/dist/icons/Map/PushpinLine.d.ts +6 -0
- package/dist/icons/Map/PushpinLine.js +5 -0
- package/dist/icons/Map/Restaurant2Fill.d.ts +6 -0
- package/dist/icons/Map/Restaurant2Fill.js +5 -0
- package/dist/icons/Map/Restaurant2Line.d.ts +6 -0
- package/dist/icons/Map/Restaurant2Line.js +5 -0
- package/dist/icons/Map/RestaurantFill.d.ts +6 -0
- package/dist/icons/Map/RestaurantFill.js +5 -0
- package/dist/icons/Map/RestaurantLine.d.ts +6 -0
- package/dist/icons/Map/RestaurantLine.js +5 -0
- package/dist/icons/Map/RidingFill.d.ts +6 -0
- package/dist/icons/Map/RidingFill.js +5 -0
- package/dist/icons/Map/RidingLine.d.ts +6 -0
- package/dist/icons/Map/RidingLine.js +5 -0
- package/dist/icons/Map/RoadMapFill.d.ts +6 -0
- package/dist/icons/Map/RoadMapFill.js +5 -0
- package/dist/icons/Map/RoadMapLine.d.ts +6 -0
- package/dist/icons/Map/RoadMapLine.js +5 -0
- package/dist/icons/Map/RoadsterFill.d.ts +6 -0
- package/dist/icons/Map/RoadsterFill.js +5 -0
- package/dist/icons/Map/RoadsterLine.d.ts +6 -0
- package/dist/icons/Map/RoadsterLine.js +5 -0
- package/dist/icons/Map/Rocket2Fill.d.ts +6 -0
- package/dist/icons/Map/Rocket2Fill.js +5 -0
- package/dist/icons/Map/Rocket2Line.d.ts +6 -0
- package/dist/icons/Map/Rocket2Line.js +5 -0
- package/dist/icons/Map/RocketFill.d.ts +6 -0
- package/dist/icons/Map/RocketFill.js +5 -0
- package/dist/icons/Map/RocketLine.d.ts +6 -0
- package/dist/icons/Map/RocketLine.js +5 -0
- package/dist/icons/Map/RouteFill.d.ts +6 -0
- package/dist/icons/Map/RouteFill.js +5 -0
- package/dist/icons/Map/RouteLine.d.ts +6 -0
- package/dist/icons/Map/RouteLine.js +5 -0
- package/dist/icons/Map/RunFill.d.ts +6 -0
- package/dist/icons/Map/RunFill.js +5 -0
- package/dist/icons/Map/RunLine.d.ts +6 -0
- package/dist/icons/Map/RunLine.js +5 -0
- package/dist/icons/Map/SailboatFill.d.ts +6 -0
- package/dist/icons/Map/SailboatFill.js +5 -0
- package/dist/icons/Map/SailboatLine.d.ts +6 -0
- package/dist/icons/Map/SailboatLine.js +5 -0
- package/dist/icons/Map/Ship2Fill.d.ts +6 -0
- package/dist/icons/Map/Ship2Fill.js +5 -0
- package/dist/icons/Map/Ship2Line.d.ts +6 -0
- package/dist/icons/Map/Ship2Line.js +5 -0
- package/dist/icons/Map/ShipFill.d.ts +6 -0
- package/dist/icons/Map/ShipFill.js +5 -0
- package/dist/icons/Map/ShipLine.d.ts +6 -0
- package/dist/icons/Map/ShipLine.js +5 -0
- package/dist/icons/Map/SignalTowerFill.d.ts +6 -0
- package/dist/icons/Map/SignalTowerFill.js +5 -0
- package/dist/icons/Map/SignalTowerLine.d.ts +6 -0
- package/dist/icons/Map/SignalTowerLine.js +5 -0
- package/dist/icons/Map/SignpostFill.d.ts +6 -0
- package/dist/icons/Map/SignpostFill.js +5 -0
- package/dist/icons/Map/SignpostLine.d.ts +6 -0
- package/dist/icons/Map/SignpostLine.js +5 -0
- package/dist/icons/Map/SpaceShipFill.d.ts +6 -0
- package/dist/icons/Map/SpaceShipFill.js +5 -0
- package/dist/icons/Map/SpaceShipLine.d.ts +6 -0
- package/dist/icons/Map/SpaceShipLine.js +5 -0
- package/dist/icons/Map/Steering2Fill.d.ts +6 -0
- package/dist/icons/Map/Steering2Fill.js +5 -0
- package/dist/icons/Map/Steering2Line.d.ts +6 -0
- package/dist/icons/Map/Steering2Line.js +5 -0
- package/dist/icons/Map/SteeringFill.d.ts +6 -0
- package/dist/icons/Map/SteeringFill.js +5 -0
- package/dist/icons/Map/SteeringLine.d.ts +6 -0
- package/dist/icons/Map/SteeringLine.js +5 -0
- package/dist/icons/Map/SubwayFill.d.ts +6 -0
- package/dist/icons/Map/SubwayFill.js +5 -0
- package/dist/icons/Map/SubwayLine.d.ts +6 -0
- package/dist/icons/Map/SubwayLine.js +5 -0
- package/dist/icons/Map/SubwayWifiFill.d.ts +6 -0
- package/dist/icons/Map/SubwayWifiFill.js +5 -0
- package/dist/icons/Map/SubwayWifiLine.d.ts +6 -0
- package/dist/icons/Map/SubwayWifiLine.js +5 -0
- package/dist/icons/Map/Suitcase2Fill.d.ts +6 -0
- package/dist/icons/Map/Suitcase2Fill.js +5 -0
- package/dist/icons/Map/Suitcase2Line.d.ts +6 -0
- package/dist/icons/Map/Suitcase2Line.js +5 -0
- package/dist/icons/Map/Suitcase3Fill.d.ts +6 -0
- package/dist/icons/Map/Suitcase3Fill.js +5 -0
- package/dist/icons/Map/Suitcase3Line.d.ts +6 -0
- package/dist/icons/Map/Suitcase3Line.js +5 -0
- package/dist/icons/Map/SuitcaseFill.d.ts +6 -0
- package/dist/icons/Map/SuitcaseFill.js +5 -0
- package/dist/icons/Map/SuitcaseLine.d.ts +6 -0
- package/dist/icons/Map/SuitcaseLine.js +5 -0
- package/dist/icons/Map/TakeawayFill.d.ts +6 -0
- package/dist/icons/Map/TakeawayFill.js +5 -0
- package/dist/icons/Map/TakeawayLine.d.ts +6 -0
- package/dist/icons/Map/TakeawayLine.js +5 -0
- package/dist/icons/Map/TaxiFill.d.ts +6 -0
- package/dist/icons/Map/TaxiFill.js +5 -0
- package/dist/icons/Map/TaxiLine.d.ts +6 -0
- package/dist/icons/Map/TaxiLine.js +5 -0
- package/dist/icons/Map/TaxiWifiFill.d.ts +6 -0
- package/dist/icons/Map/TaxiWifiFill.js +5 -0
- package/dist/icons/Map/TaxiWifiLine.d.ts +6 -0
- package/dist/icons/Map/TaxiWifiLine.js +5 -0
- package/dist/icons/Map/TimeZoneFill.d.ts +6 -0
- package/dist/icons/Map/TimeZoneFill.js +5 -0
- package/dist/icons/Map/TimeZoneLine.d.ts +6 -0
- package/dist/icons/Map/TimeZoneLine.js +5 -0
- package/dist/icons/Map/TrafficLightFill.d.ts +6 -0
- package/dist/icons/Map/TrafficLightFill.js +5 -0
- package/dist/icons/Map/TrafficLightLine.d.ts +6 -0
- package/dist/icons/Map/TrafficLightLine.js +5 -0
- package/dist/icons/Map/TrainFill.d.ts +6 -0
- package/dist/icons/Map/TrainFill.js +5 -0
- package/dist/icons/Map/TrainLine.d.ts +6 -0
- package/dist/icons/Map/TrainLine.js +5 -0
- package/dist/icons/Map/TrainWifiFill.d.ts +6 -0
- package/dist/icons/Map/TrainWifiFill.js +5 -0
- package/dist/icons/Map/TrainWifiLine.d.ts +6 -0
- package/dist/icons/Map/TrainWifiLine.js +5 -0
- package/dist/icons/Map/TreasureMapFill.d.ts +6 -0
- package/dist/icons/Map/TreasureMapFill.js +5 -0
- package/dist/icons/Map/TreasureMapLine.d.ts +6 -0
- package/dist/icons/Map/TreasureMapLine.js +5 -0
- package/dist/icons/Map/TruckFill.d.ts +6 -0
- package/dist/icons/Map/TruckFill.js +5 -0
- package/dist/icons/Map/TruckLine.d.ts +6 -0
- package/dist/icons/Map/TruckLine.js +5 -0
- package/dist/icons/Map/UnpinFill.d.ts +6 -0
- package/dist/icons/Map/UnpinFill.js +5 -0
- package/dist/icons/Map/UnpinLine.d.ts +6 -0
- package/dist/icons/Map/UnpinLine.js +5 -0
- package/dist/icons/Map/WalkFill.d.ts +6 -0
- package/dist/icons/Map/WalkFill.js +5 -0
- package/dist/icons/Map/WalkLine.d.ts +6 -0
- package/dist/icons/Map/WalkLine.js +5 -0
- package/dist/icons/Media/AlbumFill.d.ts +6 -0
- package/dist/icons/Media/AlbumFill.js +5 -0
- package/dist/icons/Media/AlbumLine.d.ts +6 -0
- package/dist/icons/Media/AlbumLine.js +5 -0
- package/dist/icons/Media/AspectRatioFill.d.ts +6 -0
- package/dist/icons/Media/AspectRatioFill.js +5 -0
- package/dist/icons/Media/AspectRatioLine.d.ts +6 -0
- package/dist/icons/Media/AspectRatioLine.js +5 -0
- package/dist/icons/Media/BroadcastFill.d.ts +6 -0
- package/dist/icons/Media/BroadcastFill.js +5 -0
- package/dist/icons/Media/BroadcastLine.d.ts +6 -0
- package/dist/icons/Media/BroadcastLine.js +5 -0
- package/dist/icons/Media/Camera2Fill.d.ts +6 -0
- package/dist/icons/Media/Camera2Fill.js +5 -0
- package/dist/icons/Media/Camera2Line.d.ts +6 -0
- package/dist/icons/Media/Camera2Line.js +5 -0
- package/dist/icons/Media/Camera3Fill.d.ts +6 -0
- package/dist/icons/Media/Camera3Fill.js +5 -0
- package/dist/icons/Media/Camera3Line.d.ts +6 -0
- package/dist/icons/Media/Camera3Line.js +5 -0
- package/dist/icons/Media/CameraFill.d.ts +6 -0
- package/dist/icons/Media/CameraFill.js +5 -0
- package/dist/icons/Media/CameraLensFill.d.ts +6 -0
- package/dist/icons/Media/CameraLensFill.js +5 -0
- package/dist/icons/Media/CameraLensLine.d.ts +6 -0
- package/dist/icons/Media/CameraLensLine.js +5 -0
- package/dist/icons/Media/CameraLine.d.ts +6 -0
- package/dist/icons/Media/CameraLine.js +5 -0
- package/dist/icons/Media/CameraOffFill.d.ts +6 -0
- package/dist/icons/Media/CameraOffFill.js +5 -0
- package/dist/icons/Media/CameraOffLine.d.ts +6 -0
- package/dist/icons/Media/CameraOffLine.js +5 -0
- package/dist/icons/Media/CameraSwitchFill.d.ts +6 -0
- package/dist/icons/Media/CameraSwitchFill.js +5 -0
- package/dist/icons/Media/CameraSwitchLine.d.ts +6 -0
- package/dist/icons/Media/CameraSwitchLine.js +5 -0
- package/dist/icons/Media/ClapperboardFill.d.ts +6 -0
- package/dist/icons/Media/ClapperboardFill.js +5 -0
- package/dist/icons/Media/ClapperboardLine.d.ts +6 -0
- package/dist/icons/Media/ClapperboardLine.js +5 -0
- package/dist/icons/Media/ClosedCaptioningFill.d.ts +6 -0
- package/dist/icons/Media/ClosedCaptioningFill.js +5 -0
- package/dist/icons/Media/ClosedCaptioningLine.d.ts +6 -0
- package/dist/icons/Media/ClosedCaptioningLine.js +5 -0
- package/dist/icons/Media/DiscFill.d.ts +6 -0
- package/dist/icons/Media/DiscFill.js +5 -0
- package/dist/icons/Media/DiscLine.d.ts +6 -0
- package/dist/icons/Media/DiscLine.js +5 -0
- package/dist/icons/Media/DvFill.d.ts +6 -0
- package/dist/icons/Media/DvFill.js +5 -0
- package/dist/icons/Media/DvLine.d.ts +6 -0
- package/dist/icons/Media/DvLine.js +5 -0
- package/dist/icons/Media/DvdFill.d.ts +6 -0
- package/dist/icons/Media/DvdFill.js +5 -0
- package/dist/icons/Media/DvdLine.d.ts +6 -0
- package/dist/icons/Media/DvdLine.js +5 -0
- package/dist/icons/Media/EjectFill.d.ts +6 -0
- package/dist/icons/Media/EjectFill.js +5 -0
- package/dist/icons/Media/EjectLine.d.ts +6 -0
- package/dist/icons/Media/EjectLine.js +5 -0
- package/dist/icons/Media/Equalizer2Fill.d.ts +6 -0
- package/dist/icons/Media/Equalizer2Fill.js +5 -0
- package/dist/icons/Media/Equalizer2Line.d.ts +6 -0
- package/dist/icons/Media/Equalizer2Line.js +5 -0
- package/dist/icons/Media/Equalizer3Fill.d.ts +6 -0
- package/dist/icons/Media/Equalizer3Fill.js +5 -0
- package/dist/icons/Media/Equalizer3Line.d.ts +6 -0
- package/dist/icons/Media/Equalizer3Line.js +5 -0
- package/dist/icons/Media/EqualizerFill.d.ts +6 -0
- package/dist/icons/Media/EqualizerFill.js +5 -0
- package/dist/icons/Media/EqualizerLine.d.ts +6 -0
- package/dist/icons/Media/EqualizerLine.js +5 -0
- package/dist/icons/Media/FilmFill.d.ts +6 -0
- package/dist/icons/Media/FilmFill.js +5 -0
- package/dist/icons/Media/FilmLine.d.ts +6 -0
- package/dist/icons/Media/FilmLine.js +5 -0
- package/dist/icons/Media/Forward10Fill.d.ts +6 -0
- package/dist/icons/Media/Forward10Fill.js +5 -0
- package/dist/icons/Media/Forward10Line.d.ts +6 -0
- package/dist/icons/Media/Forward10Line.js +5 -0
- package/dist/icons/Media/Forward15Fill.d.ts +6 -0
- package/dist/icons/Media/Forward15Fill.js +5 -0
- package/dist/icons/Media/Forward15Line.d.ts +6 -0
- package/dist/icons/Media/Forward15Line.js +5 -0
- package/dist/icons/Media/Forward30Fill.d.ts +6 -0
- package/dist/icons/Media/Forward30Fill.js +5 -0
- package/dist/icons/Media/Forward30Line.d.ts +6 -0
- package/dist/icons/Media/Forward30Line.js +5 -0
- package/dist/icons/Media/Forward5Fill.d.ts +6 -0
- package/dist/icons/Media/Forward5Fill.js +5 -0
- package/dist/icons/Media/Forward5Line.d.ts +6 -0
- package/dist/icons/Media/Forward5Line.js +5 -0
- package/dist/icons/Media/ForwardEndFill.d.ts +6 -0
- package/dist/icons/Media/ForwardEndFill.js +5 -0
- package/dist/icons/Media/ForwardEndLine.d.ts +6 -0
- package/dist/icons/Media/ForwardEndLine.js +5 -0
- package/dist/icons/Media/ForwardEndMiniFill.d.ts +6 -0
- package/dist/icons/Media/ForwardEndMiniFill.js +5 -0
- package/dist/icons/Media/ForwardEndMiniLine.d.ts +6 -0
- package/dist/icons/Media/ForwardEndMiniLine.js +5 -0
- package/dist/icons/Media/FullscreenExitFill.d.ts +6 -0
- package/dist/icons/Media/FullscreenExitFill.js +5 -0
- package/dist/icons/Media/FullscreenExitLine.d.ts +6 -0
- package/dist/icons/Media/FullscreenExitLine.js +5 -0
- package/dist/icons/Media/FullscreenFill.d.ts +6 -0
- package/dist/icons/Media/FullscreenFill.js +5 -0
- package/dist/icons/Media/FullscreenLine.d.ts +6 -0
- package/dist/icons/Media/FullscreenLine.js +5 -0
- package/dist/icons/Media/GalleryFill.d.ts +6 -0
- package/dist/icons/Media/GalleryFill.js +5 -0
- package/dist/icons/Media/GalleryLine.d.ts +6 -0
- package/dist/icons/Media/GalleryLine.js +5 -0
- package/dist/icons/Media/GalleryUploadFill.d.ts +6 -0
- package/dist/icons/Media/GalleryUploadFill.js +5 -0
- package/dist/icons/Media/GalleryUploadLine.d.ts +6 -0
- package/dist/icons/Media/GalleryUploadLine.js +5 -0
- package/dist/icons/Media/HdFill.d.ts +6 -0
- package/dist/icons/Media/HdFill.js +5 -0
- package/dist/icons/Media/HdLine.d.ts +6 -0
- package/dist/icons/Media/HdLine.js +5 -0
- package/dist/icons/Media/HeadphoneFill.d.ts +6 -0
- package/dist/icons/Media/HeadphoneFill.js +5 -0
- package/dist/icons/Media/HeadphoneLine.d.ts +6 -0
- package/dist/icons/Media/HeadphoneLine.js +5 -0
- package/dist/icons/Media/HqFill.d.ts +6 -0
- package/dist/icons/Media/HqFill.js +5 -0
- package/dist/icons/Media/HqLine.d.ts +6 -0
- package/dist/icons/Media/HqLine.js +5 -0
- package/dist/icons/Media/I4KFill.d.ts +6 -0
- package/dist/icons/Media/I4KFill.js +5 -0
- package/dist/icons/Media/I4KLine.d.ts +6 -0
- package/dist/icons/Media/I4KLine.js +5 -0
- package/dist/icons/Media/Image2Fill.d.ts +6 -0
- package/dist/icons/Media/Image2Fill.js +5 -0
- package/dist/icons/Media/Image2Line.d.ts +6 -0
- package/dist/icons/Media/Image2Line.js +5 -0
- package/dist/icons/Media/ImageAddFill.d.ts +6 -0
- package/dist/icons/Media/ImageAddFill.js +5 -0
- package/dist/icons/Media/ImageAddLine.d.ts +6 -0
- package/dist/icons/Media/ImageAddLine.js +5 -0
- package/dist/icons/Media/ImageCircleFill.d.ts +6 -0
- package/dist/icons/Media/ImageCircleFill.js +5 -0
- package/dist/icons/Media/ImageCircleLine.d.ts +6 -0
- package/dist/icons/Media/ImageCircleLine.js +5 -0
- package/dist/icons/Media/ImageEditFill.d.ts +6 -0
- package/dist/icons/Media/ImageEditFill.js +5 -0
- package/dist/icons/Media/ImageEditLine.d.ts +6 -0
- package/dist/icons/Media/ImageEditLine.js +5 -0
- package/dist/icons/Media/ImageFill.d.ts +6 -0
- package/dist/icons/Media/ImageFill.js +5 -0
- package/dist/icons/Media/ImageLine.d.ts +6 -0
- package/dist/icons/Media/ImageLine.js +5 -0
- package/dist/icons/Media/LandscapeFill.d.ts +6 -0
- package/dist/icons/Media/LandscapeFill.js +5 -0
- package/dist/icons/Media/LandscapeLine.d.ts +6 -0
- package/dist/icons/Media/LandscapeLine.js +5 -0
- package/dist/icons/Media/LiveFill.d.ts +6 -0
- package/dist/icons/Media/LiveFill.js +5 -0
- package/dist/icons/Media/LiveLine.d.ts +6 -0
- package/dist/icons/Media/LiveLine.js +5 -0
- package/dist/icons/Media/MemoriesFill.d.ts +6 -0
- package/dist/icons/Media/MemoriesFill.js +5 -0
- package/dist/icons/Media/MemoriesLine.d.ts +6 -0
- package/dist/icons/Media/MemoriesLine.js +5 -0
- package/dist/icons/Media/Mic2Fill.d.ts +6 -0
- package/dist/icons/Media/Mic2Fill.js +5 -0
- package/dist/icons/Media/Mic2Line.d.ts +6 -0
- package/dist/icons/Media/Mic2Line.js +5 -0
- package/dist/icons/Media/MicFill.d.ts +6 -0
- package/dist/icons/Media/MicFill.js +5 -0
- package/dist/icons/Media/MicLine.d.ts +6 -0
- package/dist/icons/Media/MicLine.js +5 -0
- package/dist/icons/Media/MicOffFill.d.ts +6 -0
- package/dist/icons/Media/MicOffFill.js +5 -0
- package/dist/icons/Media/MicOffLine.d.ts +6 -0
- package/dist/icons/Media/MicOffLine.js +5 -0
- package/dist/icons/Media/Movie2Fill.d.ts +6 -0
- package/dist/icons/Media/Movie2Fill.js +5 -0
- package/dist/icons/Media/Movie2Line.d.ts +6 -0
- package/dist/icons/Media/Movie2Line.js +5 -0
- package/dist/icons/Media/MovieFill.d.ts +6 -0
- package/dist/icons/Media/MovieFill.js +5 -0
- package/dist/icons/Media/MovieLine.d.ts +6 -0
- package/dist/icons/Media/MovieLine.js +5 -0
- package/dist/icons/Media/Music2Fill.d.ts +6 -0
- package/dist/icons/Media/Music2Fill.js +5 -0
- package/dist/icons/Media/Music2Line.d.ts +6 -0
- package/dist/icons/Media/Music2Line.js +5 -0
- package/dist/icons/Media/MusicFill.d.ts +6 -0
- package/dist/icons/Media/MusicFill.js +5 -0
- package/dist/icons/Media/MusicLine.d.ts +6 -0
- package/dist/icons/Media/MusicLine.js +5 -0
- package/dist/icons/Media/MvFill.d.ts +6 -0
- package/dist/icons/Media/MvFill.js +5 -0
- package/dist/icons/Media/MvLine.d.ts +6 -0
- package/dist/icons/Media/MvLine.js +5 -0
- package/dist/icons/Media/Notification2Fill.d.ts +6 -0
- package/dist/icons/Media/Notification2Fill.js +5 -0
- package/dist/icons/Media/Notification2Line.d.ts +6 -0
- package/dist/icons/Media/Notification2Line.js +5 -0
- package/dist/icons/Media/Notification3Fill.d.ts +6 -0
- package/dist/icons/Media/Notification3Fill.js +5 -0
- package/dist/icons/Media/Notification3Line.d.ts +6 -0
- package/dist/icons/Media/Notification3Line.js +5 -0
- package/dist/icons/Media/Notification4Fill.d.ts +6 -0
- package/dist/icons/Media/Notification4Fill.js +5 -0
- package/dist/icons/Media/Notification4Line.d.ts +6 -0
- package/dist/icons/Media/Notification4Line.js +5 -0
- package/dist/icons/Media/NotificationFill.d.ts +6 -0
- package/dist/icons/Media/NotificationFill.js +5 -0
- package/dist/icons/Media/NotificationLine.d.ts +6 -0
- package/dist/icons/Media/NotificationLine.js +5 -0
- package/dist/icons/Media/NotificationOffFill.d.ts +6 -0
- package/dist/icons/Media/NotificationOffFill.js +5 -0
- package/dist/icons/Media/NotificationOffLine.d.ts +6 -0
- package/dist/icons/Media/NotificationOffLine.js +5 -0
- package/dist/icons/Media/OrderPlayFill.d.ts +6 -0
- package/dist/icons/Media/OrderPlayFill.js +5 -0
- package/dist/icons/Media/OrderPlayLine.d.ts +6 -0
- package/dist/icons/Media/OrderPlayLine.js +5 -0
- package/dist/icons/Media/PauseCircleFill.d.ts +6 -0
- package/dist/icons/Media/PauseCircleFill.js +5 -0
- package/dist/icons/Media/PauseCircleLine.d.ts +6 -0
- package/dist/icons/Media/PauseCircleLine.js +5 -0
- package/dist/icons/Media/PauseFill.d.ts +6 -0
- package/dist/icons/Media/PauseFill.js +5 -0
- package/dist/icons/Media/PauseLargeFill.d.ts +6 -0
- package/dist/icons/Media/PauseLargeFill.js +5 -0
- package/dist/icons/Media/PauseLargeLine.d.ts +6 -0
- package/dist/icons/Media/PauseLargeLine.js +5 -0
- package/dist/icons/Media/PauseLine.d.ts +6 -0
- package/dist/icons/Media/PauseLine.js +5 -0
- package/dist/icons/Media/PauseMiniFill.d.ts +6 -0
- package/dist/icons/Media/PauseMiniFill.js +5 -0
- package/dist/icons/Media/PauseMiniLine.d.ts +6 -0
- package/dist/icons/Media/PauseMiniLine.js +5 -0
- package/dist/icons/Media/PhoneCameraFill.d.ts +6 -0
- package/dist/icons/Media/PhoneCameraFill.js +5 -0
- package/dist/icons/Media/PhoneCameraLine.d.ts +6 -0
- package/dist/icons/Media/PhoneCameraLine.js +5 -0
- package/dist/icons/Media/PictureInPicture2Fill.d.ts +6 -0
- package/dist/icons/Media/PictureInPicture2Fill.js +5 -0
- package/dist/icons/Media/PictureInPicture2Line.d.ts +6 -0
- package/dist/icons/Media/PictureInPicture2Line.js +5 -0
- package/dist/icons/Media/PictureInPictureExitFill.d.ts +6 -0
- package/dist/icons/Media/PictureInPictureExitFill.js +5 -0
- package/dist/icons/Media/PictureInPictureExitLine.d.ts +6 -0
- package/dist/icons/Media/PictureInPictureExitLine.js +5 -0
- package/dist/icons/Media/PictureInPictureFill.d.ts +6 -0
- package/dist/icons/Media/PictureInPictureFill.js +5 -0
- package/dist/icons/Media/PictureInPictureLine.d.ts +6 -0
- package/dist/icons/Media/PictureInPictureLine.js +5 -0
- package/dist/icons/Media/PlayCircleFill.d.ts +6 -0
- package/dist/icons/Media/PlayCircleFill.js +5 -0
- package/dist/icons/Media/PlayCircleLine.d.ts +6 -0
- package/dist/icons/Media/PlayCircleLine.js +5 -0
- package/dist/icons/Media/PlayFill.d.ts +6 -0
- package/dist/icons/Media/PlayFill.js +5 -0
- package/dist/icons/Media/PlayLargeFill.d.ts +6 -0
- package/dist/icons/Media/PlayLargeFill.js +5 -0
- package/dist/icons/Media/PlayLargeLine.d.ts +6 -0
- package/dist/icons/Media/PlayLargeLine.js +5 -0
- package/dist/icons/Media/PlayLine.d.ts +6 -0
- package/dist/icons/Media/PlayLine.js +5 -0
- package/dist/icons/Media/PlayList2Fill.d.ts +6 -0
- package/dist/icons/Media/PlayList2Fill.js +5 -0
- package/dist/icons/Media/PlayList2Line.d.ts +6 -0
- package/dist/icons/Media/PlayList2Line.js +5 -0
- package/dist/icons/Media/PlayListAddFill.d.ts +6 -0
- package/dist/icons/Media/PlayListAddFill.js +5 -0
- package/dist/icons/Media/PlayListAddLine.d.ts +6 -0
- package/dist/icons/Media/PlayListAddLine.js +5 -0
- package/dist/icons/Media/PlayListFill.d.ts +6 -0
- package/dist/icons/Media/PlayListFill.js +5 -0
- package/dist/icons/Media/PlayListLine.d.ts +6 -0
- package/dist/icons/Media/PlayListLine.js +5 -0
- package/dist/icons/Media/PlayMiniFill.d.ts +6 -0
- package/dist/icons/Media/PlayMiniFill.js +5 -0
- package/dist/icons/Media/PlayMiniLine.d.ts +6 -0
- package/dist/icons/Media/PlayMiniLine.js +5 -0
- package/dist/icons/Media/PlayReverseFill.d.ts +6 -0
- package/dist/icons/Media/PlayReverseFill.js +5 -0
- package/dist/icons/Media/PlayReverseLargeFill.d.ts +6 -0
- package/dist/icons/Media/PlayReverseLargeFill.js +5 -0
- package/dist/icons/Media/PlayReverseLargeLine.d.ts +6 -0
- package/dist/icons/Media/PlayReverseLargeLine.js +5 -0
- package/dist/icons/Media/PlayReverseLine.d.ts +6 -0
- package/dist/icons/Media/PlayReverseLine.js +5 -0
- package/dist/icons/Media/PlayReverseMiniFill.d.ts +6 -0
- package/dist/icons/Media/PlayReverseMiniFill.js +5 -0
- package/dist/icons/Media/PlayReverseMiniLine.d.ts +6 -0
- package/dist/icons/Media/PlayReverseMiniLine.js +5 -0
- package/dist/icons/Media/Polaroid2Fill.d.ts +6 -0
- package/dist/icons/Media/Polaroid2Fill.js +5 -0
- package/dist/icons/Media/Polaroid2Line.d.ts +6 -0
- package/dist/icons/Media/Polaroid2Line.js +5 -0
- package/dist/icons/Media/PolaroidFill.d.ts +6 -0
- package/dist/icons/Media/PolaroidFill.js +5 -0
- package/dist/icons/Media/PolaroidLine.d.ts +6 -0
- package/dist/icons/Media/PolaroidLine.js +5 -0
- package/dist/icons/Media/Radio2Fill.d.ts +6 -0
- package/dist/icons/Media/Radio2Fill.js +5 -0
- package/dist/icons/Media/Radio2Line.d.ts +6 -0
- package/dist/icons/Media/Radio2Line.js +5 -0
- package/dist/icons/Media/RadioFill.d.ts +6 -0
- package/dist/icons/Media/RadioFill.js +5 -0
- package/dist/icons/Media/RadioLine.d.ts +6 -0
- package/dist/icons/Media/RadioLine.js +5 -0
- package/dist/icons/Media/RecordCircleFill.d.ts +6 -0
- package/dist/icons/Media/RecordCircleFill.js +5 -0
- package/dist/icons/Media/RecordCircleLine.d.ts +6 -0
- package/dist/icons/Media/RecordCircleLine.js +5 -0
- package/dist/icons/Media/Repeat2Fill.d.ts +6 -0
- package/dist/icons/Media/Repeat2Fill.js +5 -0
- package/dist/icons/Media/Repeat2Line.d.ts +6 -0
- package/dist/icons/Media/Repeat2Line.js +5 -0
- package/dist/icons/Media/RepeatFill.d.ts +6 -0
- package/dist/icons/Media/RepeatFill.js +5 -0
- package/dist/icons/Media/RepeatLine.d.ts +6 -0
- package/dist/icons/Media/RepeatLine.js +5 -0
- package/dist/icons/Media/RepeatOneFill.d.ts +6 -0
- package/dist/icons/Media/RepeatOneFill.js +5 -0
- package/dist/icons/Media/RepeatOneLine.d.ts +6 -0
- package/dist/icons/Media/RepeatOneLine.js +5 -0
- package/dist/icons/Media/Replay10Fill.d.ts +6 -0
- package/dist/icons/Media/Replay10Fill.js +5 -0
- package/dist/icons/Media/Replay10Line.d.ts +6 -0
- package/dist/icons/Media/Replay10Line.js +5 -0
- package/dist/icons/Media/Replay15Fill.d.ts +6 -0
- package/dist/icons/Media/Replay15Fill.js +5 -0
- package/dist/icons/Media/Replay15Line.d.ts +6 -0
- package/dist/icons/Media/Replay15Line.js +5 -0
- package/dist/icons/Media/Replay30Fill.d.ts +6 -0
- package/dist/icons/Media/Replay30Fill.js +5 -0
- package/dist/icons/Media/Replay30Line.d.ts +6 -0
- package/dist/icons/Media/Replay30Line.js +5 -0
- package/dist/icons/Media/Replay5Fill.d.ts +6 -0
- package/dist/icons/Media/Replay5Fill.js +5 -0
- package/dist/icons/Media/Replay5Line.d.ts +6 -0
- package/dist/icons/Media/Replay5Line.js +5 -0
- package/dist/icons/Media/RewindFill.d.ts +6 -0
- package/dist/icons/Media/RewindFill.js +5 -0
- package/dist/icons/Media/RewindLine.d.ts +6 -0
- package/dist/icons/Media/RewindLine.js +5 -0
- package/dist/icons/Media/RewindMiniFill.d.ts +6 -0
- package/dist/icons/Media/RewindMiniFill.js +5 -0
- package/dist/icons/Media/RewindMiniLine.d.ts +6 -0
- package/dist/icons/Media/RewindMiniLine.js +5 -0
- package/dist/icons/Media/RewindStartFill.d.ts +6 -0
- package/dist/icons/Media/RewindStartFill.js +5 -0
- package/dist/icons/Media/RewindStartLine.d.ts +6 -0
- package/dist/icons/Media/RewindStartLine.js +5 -0
- package/dist/icons/Media/RewindStartMiniFill.d.ts +6 -0
- package/dist/icons/Media/RewindStartMiniFill.js +5 -0
- package/dist/icons/Media/RewindStartMiniLine.d.ts +6 -0
- package/dist/icons/Media/RewindStartMiniLine.js +5 -0
- package/dist/icons/Media/RhythmFill.d.ts +6 -0
- package/dist/icons/Media/RhythmFill.js +5 -0
- package/dist/icons/Media/RhythmLine.d.ts +6 -0
- package/dist/icons/Media/RhythmLine.js +5 -0
- package/dist/icons/Media/ShuffleFill.d.ts +6 -0
- package/dist/icons/Media/ShuffleFill.js +5 -0
- package/dist/icons/Media/ShuffleLine.d.ts +6 -0
- package/dist/icons/Media/ShuffleLine.js +5 -0
- package/dist/icons/Media/SkipBackFill.d.ts +6 -0
- package/dist/icons/Media/SkipBackFill.js +5 -0
- package/dist/icons/Media/SkipBackLine.d.ts +6 -0
- package/dist/icons/Media/SkipBackLine.js +5 -0
- package/dist/icons/Media/SkipBackMiniFill.d.ts +6 -0
- package/dist/icons/Media/SkipBackMiniFill.js +5 -0
- package/dist/icons/Media/SkipBackMiniLine.d.ts +6 -0
- package/dist/icons/Media/SkipBackMiniLine.js +5 -0
- package/dist/icons/Media/SkipForwardFill.d.ts +6 -0
- package/dist/icons/Media/SkipForwardFill.js +5 -0
- package/dist/icons/Media/SkipForwardLine.d.ts +6 -0
- package/dist/icons/Media/SkipForwardLine.js +5 -0
- package/dist/icons/Media/SkipForwardMiniFill.d.ts +6 -0
- package/dist/icons/Media/SkipForwardMiniFill.js +5 -0
- package/dist/icons/Media/SkipForwardMiniLine.d.ts +6 -0
- package/dist/icons/Media/SkipForwardMiniLine.js +5 -0
- package/dist/icons/Media/SlowDownFill.d.ts +6 -0
- package/dist/icons/Media/SlowDownFill.js +5 -0
- package/dist/icons/Media/SlowDownLine.d.ts +6 -0
- package/dist/icons/Media/SlowDownLine.js +5 -0
- package/dist/icons/Media/SoundModuleFill.d.ts +6 -0
- package/dist/icons/Media/SoundModuleFill.js +5 -0
- package/dist/icons/Media/SoundModuleLine.d.ts +6 -0
- package/dist/icons/Media/SoundModuleLine.js +5 -0
- package/dist/icons/Media/Speaker2Fill.d.ts +6 -0
- package/dist/icons/Media/Speaker2Fill.js +5 -0
- package/dist/icons/Media/Speaker2Line.d.ts +6 -0
- package/dist/icons/Media/Speaker2Line.js +5 -0
- package/dist/icons/Media/Speaker3Fill.d.ts +6 -0
- package/dist/icons/Media/Speaker3Fill.js +5 -0
- package/dist/icons/Media/Speaker3Line.d.ts +6 -0
- package/dist/icons/Media/Speaker3Line.js +5 -0
- package/dist/icons/Media/SpeakerFill.d.ts +6 -0
- package/dist/icons/Media/SpeakerFill.js +5 -0
- package/dist/icons/Media/SpeakerLine.d.ts +6 -0
- package/dist/icons/Media/SpeakerLine.js +5 -0
- package/dist/icons/Media/SpeedFill.d.ts +6 -0
- package/dist/icons/Media/SpeedFill.js +5 -0
- package/dist/icons/Media/SpeedLine.d.ts +6 -0
- package/dist/icons/Media/SpeedLine.js +5 -0
- package/dist/icons/Media/SpeedMiniFill.d.ts +6 -0
- package/dist/icons/Media/SpeedMiniFill.js +5 -0
- package/dist/icons/Media/SpeedMiniLine.d.ts +6 -0
- package/dist/icons/Media/SpeedMiniLine.js +5 -0
- package/dist/icons/Media/SpeedUpFill.d.ts +6 -0
- package/dist/icons/Media/SpeedUpFill.js +5 -0
- package/dist/icons/Media/SpeedUpLine.d.ts +6 -0
- package/dist/icons/Media/SpeedUpLine.js +5 -0
- package/dist/icons/Media/StopCircleFill.d.ts +6 -0
- package/dist/icons/Media/StopCircleFill.js +5 -0
- package/dist/icons/Media/StopCircleLine.d.ts +6 -0
- package/dist/icons/Media/StopCircleLine.js +5 -0
- package/dist/icons/Media/StopFill.d.ts +6 -0
- package/dist/icons/Media/StopFill.js +5 -0
- package/dist/icons/Media/StopLargeFill.d.ts +6 -0
- package/dist/icons/Media/StopLargeFill.js +5 -0
- package/dist/icons/Media/StopLargeLine.d.ts +6 -0
- package/dist/icons/Media/StopLargeLine.js +5 -0
- package/dist/icons/Media/StopLine.d.ts +6 -0
- package/dist/icons/Media/StopLine.js +5 -0
- package/dist/icons/Media/StopMiniFill.d.ts +6 -0
- package/dist/icons/Media/StopMiniFill.js +5 -0
- package/dist/icons/Media/StopMiniLine.d.ts +6 -0
- package/dist/icons/Media/StopMiniLine.js +5 -0
- package/dist/icons/Media/SurroundSoundFill.d.ts +6 -0
- package/dist/icons/Media/SurroundSoundFill.js +5 -0
- package/dist/icons/Media/SurroundSoundLine.d.ts +6 -0
- package/dist/icons/Media/SurroundSoundLine.js +5 -0
- package/dist/icons/Media/TapeFill.d.ts +6 -0
- package/dist/icons/Media/TapeFill.js +5 -0
- package/dist/icons/Media/TapeLine.d.ts +6 -0
- package/dist/icons/Media/TapeLine.js +5 -0
- package/dist/icons/Media/VideoAddFill.d.ts +6 -0
- package/dist/icons/Media/VideoAddFill.js +5 -0
- package/dist/icons/Media/VideoAddLine.d.ts +6 -0
- package/dist/icons/Media/VideoAddLine.js +5 -0
- package/dist/icons/Media/VideoDownloadFill.d.ts +6 -0
- package/dist/icons/Media/VideoDownloadFill.js +5 -0
- package/dist/icons/Media/VideoDownloadLine.d.ts +6 -0
- package/dist/icons/Media/VideoDownloadLine.js +5 -0
- package/dist/icons/Media/VideoFill.d.ts +6 -0
- package/dist/icons/Media/VideoFill.js +5 -0
- package/dist/icons/Media/VideoLine.d.ts +6 -0
- package/dist/icons/Media/VideoLine.js +5 -0
- package/dist/icons/Media/VideoOffFill.d.ts +6 -0
- package/dist/icons/Media/VideoOffFill.js +5 -0
- package/dist/icons/Media/VideoOffLine.d.ts +6 -0
- package/dist/icons/Media/VideoOffLine.js +5 -0
- package/dist/icons/Media/VideoOnFill.d.ts +6 -0
- package/dist/icons/Media/VideoOnFill.js +5 -0
- package/dist/icons/Media/VideoOnLine.d.ts +6 -0
- package/dist/icons/Media/VideoOnLine.js +5 -0
- package/dist/icons/Media/VideoUploadFill.d.ts +6 -0
- package/dist/icons/Media/VideoUploadFill.js +5 -0
- package/dist/icons/Media/VideoUploadLine.d.ts +6 -0
- package/dist/icons/Media/VideoUploadLine.js +5 -0
- package/dist/icons/Media/Vidicon2Fill.d.ts +6 -0
- package/dist/icons/Media/Vidicon2Fill.js +5 -0
- package/dist/icons/Media/Vidicon2Line.d.ts +6 -0
- package/dist/icons/Media/Vidicon2Line.js +5 -0
- package/dist/icons/Media/VidiconFill.d.ts +6 -0
- package/dist/icons/Media/VidiconFill.js +5 -0
- package/dist/icons/Media/VidiconLine.d.ts +6 -0
- package/dist/icons/Media/VidiconLine.js +5 -0
- package/dist/icons/Media/VoiceprintFill.d.ts +6 -0
- package/dist/icons/Media/VoiceprintFill.js +5 -0
- package/dist/icons/Media/VoiceprintLine.d.ts +6 -0
- package/dist/icons/Media/VoiceprintLine.js +5 -0
- package/dist/icons/Media/VolumeDownFill.d.ts +6 -0
- package/dist/icons/Media/VolumeDownFill.js +5 -0
- package/dist/icons/Media/VolumeDownLine.d.ts +6 -0
- package/dist/icons/Media/VolumeDownLine.js +5 -0
- package/dist/icons/Media/VolumeMuteFill.d.ts +6 -0
- package/dist/icons/Media/VolumeMuteFill.js +5 -0
- package/dist/icons/Media/VolumeMuteLine.d.ts +6 -0
- package/dist/icons/Media/VolumeMuteLine.js +5 -0
- package/dist/icons/Media/VolumeOffVibrateFill.d.ts +6 -0
- package/dist/icons/Media/VolumeOffVibrateFill.js +5 -0
- package/dist/icons/Media/VolumeOffVibrateLine.d.ts +6 -0
- package/dist/icons/Media/VolumeOffVibrateLine.js +5 -0
- package/dist/icons/Media/VolumeUpFill.d.ts +6 -0
- package/dist/icons/Media/VolumeUpFill.js +5 -0
- package/dist/icons/Media/VolumeUpLine.d.ts +6 -0
- package/dist/icons/Media/VolumeUpLine.js +5 -0
- package/dist/icons/Media/VolumeVibrateFill.d.ts +6 -0
- package/dist/icons/Media/VolumeVibrateFill.js +5 -0
- package/dist/icons/Media/VolumeVibrateLine.d.ts +6 -0
- package/dist/icons/Media/VolumeVibrateLine.js +5 -0
- package/dist/icons/Media/WebcamFill.d.ts +6 -0
- package/dist/icons/Media/WebcamFill.js +5 -0
- package/dist/icons/Media/WebcamLine.d.ts +6 -0
- package/dist/icons/Media/WebcamLine.js +5 -0
- package/dist/icons/Others/ArmchairFill.d.ts +6 -0
- package/dist/icons/Others/ArmchairFill.js +5 -0
- package/dist/icons/Others/ArmchairLine.d.ts +6 -0
- package/dist/icons/Others/ArmchairLine.js +5 -0
- package/dist/icons/Others/BasketballFill.d.ts +6 -0
- package/dist/icons/Others/BasketballFill.js +5 -0
- package/dist/icons/Others/BasketballLine.d.ts +6 -0
- package/dist/icons/Others/BasketballLine.js +5 -0
- package/dist/icons/Others/BellFill.d.ts +6 -0
- package/dist/icons/Others/BellFill.js +5 -0
- package/dist/icons/Others/BellLine.d.ts +6 -0
- package/dist/icons/Others/BellLine.js +5 -0
- package/dist/icons/Others/BilliardsFill.d.ts +6 -0
- package/dist/icons/Others/BilliardsFill.js +5 -0
- package/dist/icons/Others/BilliardsLine.d.ts +6 -0
- package/dist/icons/Others/BilliardsLine.js +5 -0
- package/dist/icons/Others/BookShelfFill.d.ts +6 -0
- package/dist/icons/Others/BookShelfFill.js +5 -0
- package/dist/icons/Others/BookShelfLine.d.ts +6 -0
- package/dist/icons/Others/BookShelfLine.js +5 -0
- package/dist/icons/Others/Box1Fill.d.ts +6 -0
- package/dist/icons/Others/Box1Fill.js +5 -0
- package/dist/icons/Others/Box1Line.d.ts +6 -0
- package/dist/icons/Others/Box1Line.js +5 -0
- package/dist/icons/Others/Box2Fill.d.ts +6 -0
- package/dist/icons/Others/Box2Fill.js +5 -0
- package/dist/icons/Others/Box2Line.d.ts +6 -0
- package/dist/icons/Others/Box2Line.js +5 -0
- package/dist/icons/Others/Box3Fill.d.ts +6 -0
- package/dist/icons/Others/Box3Fill.js +5 -0
- package/dist/icons/Others/Box3Line.d.ts +6 -0
- package/dist/icons/Others/Box3Line.js +5 -0
- package/dist/icons/Others/BoxingFill.d.ts +6 -0
- package/dist/icons/Others/BoxingFill.js +5 -0
- package/dist/icons/Others/BoxingLine.d.ts +6 -0
- package/dist/icons/Others/BoxingLine.js +5 -0
- package/dist/icons/Others/CactusFill.d.ts +6 -0
- package/dist/icons/Others/CactusFill.js +5 -0
- package/dist/icons/Others/CactusLine.d.ts +6 -0
- package/dist/icons/Others/CactusLine.js +5 -0
- package/dist/icons/Others/Cake2Fill.d.ts +6 -0
- package/dist/icons/Others/Cake2Fill.js +5 -0
- package/dist/icons/Others/Cake2Line.d.ts +6 -0
- package/dist/icons/Others/Cake2Line.js +5 -0
- package/dist/icons/Others/Cake3Fill.d.ts +6 -0
- package/dist/icons/Others/Cake3Fill.js +5 -0
- package/dist/icons/Others/Cake3Line.d.ts +6 -0
- package/dist/icons/Others/Cake3Line.js +5 -0
- package/dist/icons/Others/CakeFill.d.ts +6 -0
- package/dist/icons/Others/CakeFill.js +5 -0
- package/dist/icons/Others/CakeLine.d.ts +6 -0
- package/dist/icons/Others/CakeLine.js +5 -0
- package/dist/icons/Others/CandleFill.d.ts +6 -0
- package/dist/icons/Others/CandleFill.js +5 -0
- package/dist/icons/Others/CandleLine.d.ts +6 -0
- package/dist/icons/Others/CandleLine.js +5 -0
- package/dist/icons/Others/CharacterRecognitionFill.d.ts +6 -0
- package/dist/icons/Others/CharacterRecognitionFill.js +5 -0
- package/dist/icons/Others/CharacterRecognitionLine.d.ts +6 -0
- package/dist/icons/Others/CharacterRecognitionLine.js +5 -0
- package/dist/icons/Others/CrossFill.d.ts +6 -0
- package/dist/icons/Others/CrossFill.js +5 -0
- package/dist/icons/Others/CrossLine.d.ts +6 -0
- package/dist/icons/Others/CrossLine.js +5 -0
- package/dist/icons/Others/Dice1Fill.d.ts +6 -0
- package/dist/icons/Others/Dice1Fill.js +5 -0
- package/dist/icons/Others/Dice1Line.d.ts +6 -0
- package/dist/icons/Others/Dice1Line.js +5 -0
- package/dist/icons/Others/Dice2Fill.d.ts +6 -0
- package/dist/icons/Others/Dice2Fill.js +5 -0
- package/dist/icons/Others/Dice2Line.d.ts +6 -0
- package/dist/icons/Others/Dice2Line.js +5 -0
- package/dist/icons/Others/Dice3Fill.d.ts +6 -0
- package/dist/icons/Others/Dice3Fill.js +5 -0
- package/dist/icons/Others/Dice3Line.d.ts +6 -0
- package/dist/icons/Others/Dice3Line.js +5 -0
- package/dist/icons/Others/Dice4Fill.d.ts +6 -0
- package/dist/icons/Others/Dice4Fill.js +5 -0
- package/dist/icons/Others/Dice4Line.d.ts +6 -0
- package/dist/icons/Others/Dice4Line.js +5 -0
- package/dist/icons/Others/Dice5Fill.d.ts +6 -0
- package/dist/icons/Others/Dice5Fill.js +5 -0
- package/dist/icons/Others/Dice5Line.d.ts +6 -0
- package/dist/icons/Others/Dice5Line.js +5 -0
- package/dist/icons/Others/Dice6Fill.d.ts +6 -0
- package/dist/icons/Others/Dice6Fill.js +5 -0
- package/dist/icons/Others/Dice6Line.d.ts +6 -0
- package/dist/icons/Others/Dice6Line.js +5 -0
- package/dist/icons/Others/DiceFill.d.ts +6 -0
- package/dist/icons/Others/DiceFill.js +5 -0
- package/dist/icons/Others/DiceLine.d.ts +6 -0
- package/dist/icons/Others/DiceLine.js +5 -0
- package/dist/icons/Others/DoorClosedFill.d.ts +6 -0
- package/dist/icons/Others/DoorClosedFill.js +5 -0
- package/dist/icons/Others/DoorClosedLine.d.ts +6 -0
- package/dist/icons/Others/DoorClosedLine.js +5 -0
- package/dist/icons/Others/DoorFill.d.ts +6 -0
- package/dist/icons/Others/DoorFill.js +5 -0
- package/dist/icons/Others/DoorLine.d.ts +6 -0
- package/dist/icons/Others/DoorLine.js +5 -0
- package/dist/icons/Others/DoorLockBoxFill.d.ts +6 -0
- package/dist/icons/Others/DoorLockBoxFill.js +5 -0
- package/dist/icons/Others/DoorLockBoxLine.d.ts +6 -0
- package/dist/icons/Others/DoorLockBoxLine.js +5 -0
- package/dist/icons/Others/DoorLockFill.d.ts +6 -0
- package/dist/icons/Others/DoorLockFill.js +5 -0
- package/dist/icons/Others/DoorLockLine.d.ts +6 -0
- package/dist/icons/Others/DoorLockLine.js +5 -0
- package/dist/icons/Others/DoorOpenFill.d.ts +6 -0
- package/dist/icons/Others/DoorOpenFill.js +5 -0
- package/dist/icons/Others/DoorOpenLine.d.ts +6 -0
- package/dist/icons/Others/DoorOpenLine.js +5 -0
- package/dist/icons/Others/FlowerFill.d.ts +6 -0
- package/dist/icons/Others/FlowerFill.js +5 -0
- package/dist/icons/Others/FlowerLine.d.ts +6 -0
- package/dist/icons/Others/FlowerLine.js +5 -0
- package/dist/icons/Others/FootballFill.d.ts +6 -0
- package/dist/icons/Others/FootballFill.js +5 -0
- package/dist/icons/Others/FootballLine.d.ts +6 -0
- package/dist/icons/Others/FootballLine.js +5 -0
- package/dist/icons/Others/FridgeFill.d.ts +6 -0
- package/dist/icons/Others/FridgeFill.js +5 -0
- package/dist/icons/Others/FridgeLine.d.ts +6 -0
- package/dist/icons/Others/FridgeLine.js +5 -0
- package/dist/icons/Others/GameFill.d.ts +6 -0
- package/dist/icons/Others/GameFill.js +5 -0
- package/dist/icons/Others/GameLine.d.ts +6 -0
- package/dist/icons/Others/GameLine.js +5 -0
- package/dist/icons/Others/Glasses2Fill.d.ts +6 -0
- package/dist/icons/Others/Glasses2Fill.js +5 -0
- package/dist/icons/Others/Glasses2Line.d.ts +6 -0
- package/dist/icons/Others/Glasses2Line.js +5 -0
- package/dist/icons/Others/GlassesFill.d.ts +6 -0
- package/dist/icons/Others/GlassesFill.js +5 -0
- package/dist/icons/Others/GlassesLine.d.ts +6 -0
- package/dist/icons/Others/GlassesLine.js +5 -0
- package/dist/icons/Others/GogglesFill.d.ts +6 -0
- package/dist/icons/Others/GogglesFill.js +5 -0
- package/dist/icons/Others/GogglesLine.d.ts +6 -0
- package/dist/icons/Others/GogglesLine.js +5 -0
- package/dist/icons/Others/GolfBallFill.d.ts +6 -0
- package/dist/icons/Others/GolfBallFill.js +5 -0
- package/dist/icons/Others/GolfBallLine.d.ts +6 -0
- package/dist/icons/Others/GolfBallLine.js +5 -0
- package/dist/icons/Others/GraduationCapFill.d.ts +6 -0
- package/dist/icons/Others/GraduationCapFill.js +5 -0
- package/dist/icons/Others/GraduationCapLine.d.ts +6 -0
- package/dist/icons/Others/GraduationCapLine.js +5 -0
- package/dist/icons/Others/HandbagFill.d.ts +6 -0
- package/dist/icons/Others/HandbagFill.js +5 -0
- package/dist/icons/Others/HandbagLine.d.ts +6 -0
- package/dist/icons/Others/HandbagLine.js +5 -0
- package/dist/icons/Others/InfinityFill.d.ts +6 -0
- package/dist/icons/Others/InfinityFill.js +5 -0
- package/dist/icons/Others/InfinityLine.d.ts +6 -0
- package/dist/icons/Others/InfinityLine.js +5 -0
- package/dist/icons/Others/Key2Fill.d.ts +6 -0
- package/dist/icons/Others/Key2Fill.js +5 -0
- package/dist/icons/Others/Key2Line.d.ts +6 -0
- package/dist/icons/Others/Key2Line.js +5 -0
- package/dist/icons/Others/KeyFill.d.ts +6 -0
- package/dist/icons/Others/KeyFill.js +5 -0
- package/dist/icons/Others/KeyLine.d.ts +6 -0
- package/dist/icons/Others/KeyLine.js +5 -0
- package/dist/icons/Others/KnifeBloodFill.d.ts +6 -0
- package/dist/icons/Others/KnifeBloodFill.js +5 -0
- package/dist/icons/Others/KnifeBloodLine.d.ts +6 -0
- package/dist/icons/Others/KnifeBloodLine.js +5 -0
- package/dist/icons/Others/KnifeFill.d.ts +6 -0
- package/dist/icons/Others/KnifeFill.js +5 -0
- package/dist/icons/Others/KnifeLine.d.ts +6 -0
- package/dist/icons/Others/KnifeLine.js +5 -0
- package/dist/icons/Others/LeafFill.d.ts +6 -0
- package/dist/icons/Others/LeafFill.js +5 -0
- package/dist/icons/Others/LeafLine.d.ts +6 -0
- package/dist/icons/Others/LeafLine.js +5 -0
- package/dist/icons/Others/LightbulbFill.d.ts +6 -0
- package/dist/icons/Others/LightbulbFill.js +5 -0
- package/dist/icons/Others/LightbulbFlashFill.d.ts +6 -0
- package/dist/icons/Others/LightbulbFlashFill.js +5 -0
- package/dist/icons/Others/LightbulbFlashLine.d.ts +6 -0
- package/dist/icons/Others/LightbulbFlashLine.js +5 -0
- package/dist/icons/Others/LightbulbLine.d.ts +6 -0
- package/dist/icons/Others/LightbulbLine.js +5 -0
- package/dist/icons/Others/Outlet2Fill.d.ts +6 -0
- package/dist/icons/Others/Outlet2Fill.js +5 -0
- package/dist/icons/Others/Outlet2Line.d.ts +6 -0
- package/dist/icons/Others/Outlet2Line.js +5 -0
- package/dist/icons/Others/OutletFill.d.ts +6 -0
- package/dist/icons/Others/OutletFill.js +5 -0
- package/dist/icons/Others/OutletLine.d.ts +6 -0
- package/dist/icons/Others/OutletLine.js +5 -0
- package/dist/icons/Others/PingPongFill.d.ts +6 -0
- package/dist/icons/Others/PingPongFill.js +5 -0
- package/dist/icons/Others/PingPongLine.d.ts +6 -0
- package/dist/icons/Others/PingPongLine.js +5 -0
- package/dist/icons/Others/PlantFill.d.ts +6 -0
- package/dist/icons/Others/PlantFill.js +5 -0
- package/dist/icons/Others/PlantLine.d.ts +6 -0
- package/dist/icons/Others/PlantLine.js +5 -0
- package/dist/icons/Others/Plug2Fill.d.ts +6 -0
- package/dist/icons/Others/Plug2Fill.js +5 -0
- package/dist/icons/Others/Plug2Line.d.ts +6 -0
- package/dist/icons/Others/Plug2Line.js +5 -0
- package/dist/icons/Others/PlugFill.d.ts +6 -0
- package/dist/icons/Others/PlugFill.js +5 -0
- package/dist/icons/Others/PlugLine.d.ts +6 -0
- package/dist/icons/Others/PlugLine.js +5 -0
- package/dist/icons/Others/PoliceBadgeFill.d.ts +6 -0
- package/dist/icons/Others/PoliceBadgeFill.js +5 -0
- package/dist/icons/Others/PoliceBadgeLine.d.ts +6 -0
- package/dist/icons/Others/PoliceBadgeLine.js +5 -0
- package/dist/icons/Others/RecycleFill.d.ts +6 -0
- package/dist/icons/Others/RecycleFill.js +5 -0
- package/dist/icons/Others/RecycleLine.d.ts +6 -0
- package/dist/icons/Others/RecycleLine.js +5 -0
- package/dist/icons/Others/ReservedFill.d.ts +6 -0
- package/dist/icons/Others/ReservedFill.js +5 -0
- package/dist/icons/Others/ReservedLine.d.ts +6 -0
- package/dist/icons/Others/ReservedLine.js +5 -0
- package/dist/icons/Others/Scales2Fill.d.ts +6 -0
- package/dist/icons/Others/Scales2Fill.js +5 -0
- package/dist/icons/Others/Scales2Line.d.ts +6 -0
- package/dist/icons/Others/Scales2Line.js +5 -0
- package/dist/icons/Others/Scales3Fill.d.ts +6 -0
- package/dist/icons/Others/Scales3Fill.js +5 -0
- package/dist/icons/Others/Scales3Line.d.ts +6 -0
- package/dist/icons/Others/Scales3Line.js +5 -0
- package/dist/icons/Others/ScalesFill.d.ts +6 -0
- package/dist/icons/Others/ScalesFill.js +5 -0
- package/dist/icons/Others/ScalesLine.d.ts +6 -0
- package/dist/icons/Others/ScalesLine.js +5 -0
- package/dist/icons/Others/SeedlingFill.d.ts +6 -0
- package/dist/icons/Others/SeedlingFill.js +5 -0
- package/dist/icons/Others/SeedlingLine.d.ts +6 -0
- package/dist/icons/Others/SeedlingLine.js +5 -0
- package/dist/icons/Others/ShirtFill.d.ts +6 -0
- package/dist/icons/Others/ShirtFill.js +5 -0
- package/dist/icons/Others/ShirtLine.d.ts +6 -0
- package/dist/icons/Others/ShirtLine.js +5 -0
- package/dist/icons/Others/SofaFill.d.ts +6 -0
- package/dist/icons/Others/SofaFill.js +5 -0
- package/dist/icons/Others/SofaLine.d.ts +6 -0
- package/dist/icons/Others/SofaLine.js +5 -0
- package/dist/icons/Others/StairsFill.d.ts +6 -0
- package/dist/icons/Others/StairsFill.js +5 -0
- package/dist/icons/Others/StairsLine.d.ts +6 -0
- package/dist/icons/Others/StairsLine.js +5 -0
- package/dist/icons/Others/SwordFill.d.ts +6 -0
- package/dist/icons/Others/SwordFill.js +5 -0
- package/dist/icons/Others/SwordLine.d.ts +6 -0
- package/dist/icons/Others/SwordLine.js +5 -0
- package/dist/icons/Others/TShirt2Fill.d.ts +6 -0
- package/dist/icons/Others/TShirt2Fill.js +5 -0
- package/dist/icons/Others/TShirt2Line.d.ts +6 -0
- package/dist/icons/Others/TShirt2Line.js +5 -0
- package/dist/icons/Others/TShirtAirFill.d.ts +6 -0
- package/dist/icons/Others/TShirtAirFill.js +5 -0
- package/dist/icons/Others/TShirtAirLine.d.ts +6 -0
- package/dist/icons/Others/TShirtAirLine.js +5 -0
- package/dist/icons/Others/TShirtFill.d.ts +6 -0
- package/dist/icons/Others/TShirtFill.js +5 -0
- package/dist/icons/Others/TShirtLine.d.ts +6 -0
- package/dist/icons/Others/TShirtLine.js +5 -0
- package/dist/icons/Others/ToothFill.d.ts +6 -0
- package/dist/icons/Others/ToothFill.js +5 -0
- package/dist/icons/Others/ToothLine.d.ts +6 -0
- package/dist/icons/Others/ToothLine.js +5 -0
- package/dist/icons/Others/TreeFill.d.ts +6 -0
- package/dist/icons/Others/TreeFill.js +5 -0
- package/dist/icons/Others/TreeLine.d.ts +6 -0
- package/dist/icons/Others/TreeLine.js +5 -0
- package/dist/icons/Others/UmbrellaFill.d.ts +6 -0
- package/dist/icons/Others/UmbrellaFill.js +5 -0
- package/dist/icons/Others/UmbrellaLine.d.ts +6 -0
- package/dist/icons/Others/UmbrellaLine.js +5 -0
- package/dist/icons/Others/VoiceRecognitionFill.d.ts +6 -0
- package/dist/icons/Others/VoiceRecognitionFill.js +5 -0
- package/dist/icons/Others/VoiceRecognitionLine.d.ts +6 -0
- package/dist/icons/Others/VoiceRecognitionLine.js +5 -0
- package/dist/icons/Others/WeightFill.d.ts +6 -0
- package/dist/icons/Others/WeightFill.js +5 -0
- package/dist/icons/Others/WeightLine.d.ts +6 -0
- package/dist/icons/Others/WeightLine.js +5 -0
- package/dist/icons/Others/WheelchairFill.d.ts +6 -0
- package/dist/icons/Others/WheelchairFill.js +5 -0
- package/dist/icons/Others/WheelchairLine.d.ts +6 -0
- package/dist/icons/Others/WheelchairLine.js +5 -0
- package/dist/icons/System/AddBoxFill.d.ts +6 -0
- package/dist/icons/System/AddBoxFill.js +5 -0
- package/dist/icons/System/AddBoxLine.d.ts +6 -0
- package/dist/icons/System/AddBoxLine.js +5 -0
- package/dist/icons/System/AddCircleFill.d.ts +6 -0
- package/dist/icons/System/AddCircleFill.js +5 -0
- package/dist/icons/System/AddCircleLine.d.ts +6 -0
- package/dist/icons/System/AddCircleLine.js +5 -0
- package/dist/icons/System/AddFill.d.ts +6 -0
- package/dist/icons/System/AddFill.js +5 -0
- package/dist/icons/System/AddLargeFill.d.ts +6 -0
- package/dist/icons/System/AddLargeFill.js +5 -0
- package/dist/icons/System/AddLargeLine.d.ts +6 -0
- package/dist/icons/System/AddLargeLine.js +5 -0
- package/dist/icons/System/AddLine.d.ts +6 -0
- package/dist/icons/System/AddLine.js +5 -0
- package/dist/icons/System/AlarmFill.d.ts +6 -0
- package/dist/icons/System/AlarmFill.js +5 -0
- package/dist/icons/System/AlarmLine.d.ts +6 -0
- package/dist/icons/System/AlarmLine.js +5 -0
- package/dist/icons/System/AlarmWarningFill.d.ts +6 -0
- package/dist/icons/System/AlarmWarningFill.js +5 -0
- package/dist/icons/System/AlarmWarningLine.d.ts +6 -0
- package/dist/icons/System/AlarmWarningLine.js +5 -0
- package/dist/icons/System/AlertFill.d.ts +6 -0
- package/dist/icons/System/AlertFill.js +5 -0
- package/dist/icons/System/AlertLine.d.ts +6 -0
- package/dist/icons/System/AlertLine.js +5 -0
- package/dist/icons/System/Apps2AddFill.d.ts +6 -0
- package/dist/icons/System/Apps2AddFill.js +5 -0
- package/dist/icons/System/Apps2AddLine.d.ts +6 -0
- package/dist/icons/System/Apps2AddLine.js +5 -0
- package/dist/icons/System/Apps2Fill.d.ts +6 -0
- package/dist/icons/System/Apps2Fill.js +5 -0
- package/dist/icons/System/Apps2Line.d.ts +6 -0
- package/dist/icons/System/Apps2Line.js +5 -0
- package/dist/icons/System/AppsFill.d.ts +6 -0
- package/dist/icons/System/AppsFill.js +5 -0
- package/dist/icons/System/AppsLine.d.ts +6 -0
- package/dist/icons/System/AppsLine.js +5 -0
- package/dist/icons/System/CheckDoubleFill.d.ts +6 -0
- package/dist/icons/System/CheckDoubleFill.js +5 -0
- package/dist/icons/System/CheckDoubleLine.d.ts +6 -0
- package/dist/icons/System/CheckDoubleLine.js +5 -0
- package/dist/icons/System/CheckFill.d.ts +6 -0
- package/dist/icons/System/CheckFill.js +5 -0
- package/dist/icons/System/CheckLine.d.ts +6 -0
- package/dist/icons/System/CheckLine.js +5 -0
- package/dist/icons/System/CheckboxBlankCircleFill.d.ts +6 -0
- package/dist/icons/System/CheckboxBlankCircleFill.js +5 -0
- package/dist/icons/System/CheckboxBlankCircleLine.d.ts +6 -0
- package/dist/icons/System/CheckboxBlankCircleLine.js +5 -0
- package/dist/icons/System/CheckboxBlankFill.d.ts +6 -0
- package/dist/icons/System/CheckboxBlankFill.js +5 -0
- package/dist/icons/System/CheckboxBlankLine.d.ts +6 -0
- package/dist/icons/System/CheckboxBlankLine.js +5 -0
- package/dist/icons/System/CheckboxCircleFill.d.ts +6 -0
- package/dist/icons/System/CheckboxCircleFill.js +5 -0
- package/dist/icons/System/CheckboxCircleLine.d.ts +6 -0
- package/dist/icons/System/CheckboxCircleLine.js +5 -0
- package/dist/icons/System/CheckboxFill.d.ts +6 -0
- package/dist/icons/System/CheckboxFill.js +5 -0
- package/dist/icons/System/CheckboxIndeterminateFill.d.ts +6 -0
- package/dist/icons/System/CheckboxIndeterminateFill.js +5 -0
- package/dist/icons/System/CheckboxIndeterminateLine.d.ts +6 -0
- package/dist/icons/System/CheckboxIndeterminateLine.js +5 -0
- package/dist/icons/System/CheckboxLine.d.ts +6 -0
- package/dist/icons/System/CheckboxLine.js +5 -0
- package/dist/icons/System/CheckboxMultipleBlankFill.d.ts +6 -0
- package/dist/icons/System/CheckboxMultipleBlankFill.js +5 -0
- package/dist/icons/System/CheckboxMultipleBlankLine.d.ts +6 -0
- package/dist/icons/System/CheckboxMultipleBlankLine.js +5 -0
- package/dist/icons/System/CheckboxMultipleFill.d.ts +6 -0
- package/dist/icons/System/CheckboxMultipleFill.js +5 -0
- package/dist/icons/System/CheckboxMultipleLine.d.ts +6 -0
- package/dist/icons/System/CheckboxMultipleLine.js +5 -0
- package/dist/icons/System/CloseCircleFill.d.ts +6 -0
- package/dist/icons/System/CloseCircleFill.js +5 -0
- package/dist/icons/System/CloseCircleLine.d.ts +6 -0
- package/dist/icons/System/CloseCircleLine.js +5 -0
- package/dist/icons/System/CloseFill.d.ts +6 -0
- package/dist/icons/System/CloseFill.js +5 -0
- package/dist/icons/System/CloseLargeFill.d.ts +6 -0
- package/dist/icons/System/CloseLargeFill.js +5 -0
- package/dist/icons/System/CloseLargeLine.d.ts +6 -0
- package/dist/icons/System/CloseLargeLine.js +5 -0
- package/dist/icons/System/CloseLine.d.ts +6 -0
- package/dist/icons/System/CloseLine.js +5 -0
- package/dist/icons/System/DashboardFill.d.ts +6 -0
- package/dist/icons/System/DashboardFill.js +5 -0
- package/dist/icons/System/DashboardHorizontalFill.d.ts +6 -0
- package/dist/icons/System/DashboardHorizontalFill.js +5 -0
- package/dist/icons/System/DashboardHorizontalLine.d.ts +6 -0
- package/dist/icons/System/DashboardHorizontalLine.js +5 -0
- package/dist/icons/System/DashboardLine.d.ts +6 -0
- package/dist/icons/System/DashboardLine.js +5 -0
- package/dist/icons/System/DeleteBack2Fill.d.ts +6 -0
- package/dist/icons/System/DeleteBack2Fill.js +5 -0
- package/dist/icons/System/DeleteBack2Line.d.ts +6 -0
- package/dist/icons/System/DeleteBack2Line.js +5 -0
- package/dist/icons/System/DeleteBackFill.d.ts +6 -0
- package/dist/icons/System/DeleteBackFill.js +5 -0
- package/dist/icons/System/DeleteBackLine.d.ts +6 -0
- package/dist/icons/System/DeleteBackLine.js +5 -0
- package/dist/icons/System/DeleteBin2Fill.d.ts +6 -0
- package/dist/icons/System/DeleteBin2Fill.js +5 -0
- package/dist/icons/System/DeleteBin2Line.d.ts +6 -0
- package/dist/icons/System/DeleteBin2Line.js +5 -0
- package/dist/icons/System/DeleteBin3Fill.d.ts +6 -0
- package/dist/icons/System/DeleteBin3Fill.js +5 -0
- package/dist/icons/System/DeleteBin3Line.d.ts +6 -0
- package/dist/icons/System/DeleteBin3Line.js +5 -0
- package/dist/icons/System/DeleteBin4Fill.d.ts +6 -0
- package/dist/icons/System/DeleteBin4Fill.js +5 -0
- package/dist/icons/System/DeleteBin4Line.d.ts +6 -0
- package/dist/icons/System/DeleteBin4Line.js +5 -0
- package/dist/icons/System/DeleteBin5Fill.d.ts +6 -0
- package/dist/icons/System/DeleteBin5Fill.js +5 -0
- package/dist/icons/System/DeleteBin5Line.d.ts +6 -0
- package/dist/icons/System/DeleteBin5Line.js +5 -0
- package/dist/icons/System/DeleteBin6Fill.d.ts +6 -0
- package/dist/icons/System/DeleteBin6Fill.js +5 -0
- package/dist/icons/System/DeleteBin6Line.d.ts +6 -0
- package/dist/icons/System/DeleteBin6Line.js +5 -0
- package/dist/icons/System/DeleteBin7Fill.d.ts +6 -0
- package/dist/icons/System/DeleteBin7Fill.js +5 -0
- package/dist/icons/System/DeleteBin7Line.d.ts +6 -0
- package/dist/icons/System/DeleteBin7Line.js +5 -0
- package/dist/icons/System/DeleteBinFill.d.ts +6 -0
- package/dist/icons/System/DeleteBinFill.js +5 -0
- package/dist/icons/System/DeleteBinLine.d.ts +6 -0
- package/dist/icons/System/DeleteBinLine.js +5 -0
- package/dist/icons/System/DivideFill.d.ts +6 -0
- package/dist/icons/System/DivideFill.js +5 -0
- package/dist/icons/System/DivideLine.d.ts +6 -0
- package/dist/icons/System/DivideLine.js +5 -0
- package/dist/icons/System/Download2Fill.d.ts +6 -0
- package/dist/icons/System/Download2Fill.js +5 -0
- package/dist/icons/System/Download2Line.d.ts +6 -0
- package/dist/icons/System/Download2Line.js +5 -0
- package/dist/icons/System/DownloadCloud2Fill.d.ts +6 -0
- package/dist/icons/System/DownloadCloud2Fill.js +5 -0
- package/dist/icons/System/DownloadCloud2Line.d.ts +6 -0
- package/dist/icons/System/DownloadCloud2Line.js +5 -0
- package/dist/icons/System/DownloadCloudFill.d.ts +6 -0
- package/dist/icons/System/DownloadCloudFill.js +5 -0
- package/dist/icons/System/DownloadCloudLine.d.ts +6 -0
- package/dist/icons/System/DownloadCloudLine.js +5 -0
- package/dist/icons/System/DownloadFill.d.ts +6 -0
- package/dist/icons/System/DownloadFill.js +5 -0
- package/dist/icons/System/DownloadLine.d.ts +6 -0
- package/dist/icons/System/DownloadLine.js +5 -0
- package/dist/icons/System/EqualFill.d.ts +6 -0
- package/dist/icons/System/EqualFill.js +5 -0
- package/dist/icons/System/EqualLine.d.ts +6 -0
- package/dist/icons/System/EqualLine.js +5 -0
- package/dist/icons/System/ErrorWarningFill.d.ts +6 -0
- package/dist/icons/System/ErrorWarningFill.js +5 -0
- package/dist/icons/System/ErrorWarningLine.d.ts +6 -0
- package/dist/icons/System/ErrorWarningLine.js +5 -0
- package/dist/icons/System/ExportFill.d.ts +6 -0
- package/dist/icons/System/ExportFill.js +5 -0
- package/dist/icons/System/ExportLine.d.ts +6 -0
- package/dist/icons/System/ExportLine.js +5 -0
- package/dist/icons/System/ExternalLinkFill.d.ts +6 -0
- package/dist/icons/System/ExternalLinkFill.js +5 -0
- package/dist/icons/System/ExternalLinkLine.d.ts +6 -0
- package/dist/icons/System/ExternalLinkLine.js +5 -0
- package/dist/icons/System/Eye2Fill.d.ts +6 -0
- package/dist/icons/System/Eye2Fill.js +5 -0
- package/dist/icons/System/Eye2Line.d.ts +6 -0
- package/dist/icons/System/Eye2Line.js +5 -0
- package/dist/icons/System/EyeCloseFill.d.ts +6 -0
- package/dist/icons/System/EyeCloseFill.js +5 -0
- package/dist/icons/System/EyeCloseLine.d.ts +6 -0
- package/dist/icons/System/EyeCloseLine.js +5 -0
- package/dist/icons/System/EyeFill.d.ts +6 -0
- package/dist/icons/System/EyeFill.js +5 -0
- package/dist/icons/System/EyeLine.d.ts +6 -0
- package/dist/icons/System/EyeLine.js +5 -0
- package/dist/icons/System/EyeOffFill.d.ts +6 -0
- package/dist/icons/System/EyeOffFill.js +5 -0
- package/dist/icons/System/EyeOffLine.d.ts +6 -0
- package/dist/icons/System/EyeOffLine.js +5 -0
- package/dist/icons/System/Filter2Fill.d.ts +6 -0
- package/dist/icons/System/Filter2Fill.js +5 -0
- package/dist/icons/System/Filter2Line.d.ts +6 -0
- package/dist/icons/System/Filter2Line.js +5 -0
- package/dist/icons/System/Filter3Fill.d.ts +6 -0
- package/dist/icons/System/Filter3Fill.js +5 -0
- package/dist/icons/System/Filter3Line.d.ts +6 -0
- package/dist/icons/System/Filter3Line.js +5 -0
- package/dist/icons/System/FilterFill.d.ts +6 -0
- package/dist/icons/System/FilterFill.js +5 -0
- package/dist/icons/System/FilterLine.d.ts +6 -0
- package/dist/icons/System/FilterLine.js +5 -0
- package/dist/icons/System/FilterOffFill.d.ts +6 -0
- package/dist/icons/System/FilterOffFill.js +5 -0
- package/dist/icons/System/FilterOffLine.d.ts +6 -0
- package/dist/icons/System/FilterOffLine.js +5 -0
- package/dist/icons/System/FindReplaceFill.d.ts +6 -0
- package/dist/icons/System/FindReplaceFill.js +5 -0
- package/dist/icons/System/FindReplaceLine.d.ts +6 -0
- package/dist/icons/System/FindReplaceLine.js +5 -0
- package/dist/icons/System/Forbid2Fill.d.ts +6 -0
- package/dist/icons/System/Forbid2Fill.js +5 -0
- package/dist/icons/System/Forbid2Line.d.ts +6 -0
- package/dist/icons/System/Forbid2Line.js +5 -0
- package/dist/icons/System/ForbidFill.d.ts +6 -0
- package/dist/icons/System/ForbidFill.js +5 -0
- package/dist/icons/System/ForbidLine.d.ts +6 -0
- package/dist/icons/System/ForbidLine.js +5 -0
- package/dist/icons/System/FunctionAddFill.d.ts +6 -0
- package/dist/icons/System/FunctionAddFill.js +5 -0
- package/dist/icons/System/FunctionAddLine.d.ts +6 -0
- package/dist/icons/System/FunctionAddLine.js +5 -0
- package/dist/icons/System/FunctionFill.d.ts +6 -0
- package/dist/icons/System/FunctionFill.js +5 -0
- package/dist/icons/System/FunctionLine.d.ts +6 -0
- package/dist/icons/System/FunctionLine.js +5 -0
- package/dist/icons/System/HistoryFill.d.ts +6 -0
- package/dist/icons/System/HistoryFill.js +5 -0
- package/dist/icons/System/HistoryLine.d.ts +6 -0
- package/dist/icons/System/HistoryLine.js +5 -0
- package/dist/icons/System/Hourglass2Fill.d.ts +6 -0
- package/dist/icons/System/Hourglass2Fill.js +5 -0
- package/dist/icons/System/Hourglass2Line.d.ts +6 -0
- package/dist/icons/System/Hourglass2Line.js +5 -0
- package/dist/icons/System/HourglassFill.d.ts +6 -0
- package/dist/icons/System/HourglassFill.js +5 -0
- package/dist/icons/System/HourglassLine.d.ts +6 -0
- package/dist/icons/System/HourglassLine.js +5 -0
- package/dist/icons/System/ImportFill.d.ts +6 -0
- package/dist/icons/System/ImportFill.js +5 -0
- package/dist/icons/System/ImportLine.d.ts +6 -0
- package/dist/icons/System/ImportLine.js +5 -0
- package/dist/icons/System/IndeterminateCircleFill.d.ts +6 -0
- package/dist/icons/System/IndeterminateCircleFill.js +5 -0
- package/dist/icons/System/IndeterminateCircleLine.d.ts +6 -0
- package/dist/icons/System/IndeterminateCircleLine.js +5 -0
- package/dist/icons/System/Information2Fill.d.ts +6 -0
- package/dist/icons/System/Information2Fill.js +5 -0
- package/dist/icons/System/Information2Line.d.ts +6 -0
- package/dist/icons/System/Information2Line.js +5 -0
- package/dist/icons/System/InformationFill.d.ts +6 -0
- package/dist/icons/System/InformationFill.js +5 -0
- package/dist/icons/System/InformationLine.d.ts +6 -0
- package/dist/icons/System/InformationLine.js +5 -0
- package/dist/icons/System/InformationOffFill.d.ts +6 -0
- package/dist/icons/System/InformationOffFill.js +5 -0
- package/dist/icons/System/InformationOffLine.d.ts +6 -0
- package/dist/icons/System/InformationOffLine.js +5 -0
- package/dist/icons/System/ListSettingsFill.d.ts +6 -0
- package/dist/icons/System/ListSettingsFill.js +5 -0
- package/dist/icons/System/ListSettingsLine.d.ts +6 -0
- package/dist/icons/System/ListSettingsLine.js +5 -0
- package/dist/icons/System/Loader2Fill.d.ts +6 -0
- package/dist/icons/System/Loader2Fill.js +5 -0
- package/dist/icons/System/Loader2Line.d.ts +6 -0
- package/dist/icons/System/Loader2Line.js +5 -0
- package/dist/icons/System/Loader3Fill.d.ts +6 -0
- package/dist/icons/System/Loader3Fill.js +5 -0
- package/dist/icons/System/Loader3Line.d.ts +6 -0
- package/dist/icons/System/Loader3Line.js +5 -0
- package/dist/icons/System/Loader4Fill.d.ts +6 -0
- package/dist/icons/System/Loader4Fill.js +5 -0
- package/dist/icons/System/Loader4Line.d.ts +6 -0
- package/dist/icons/System/Loader4Line.js +5 -0
- package/dist/icons/System/Loader5Fill.d.ts +6 -0
- package/dist/icons/System/Loader5Fill.js +5 -0
- package/dist/icons/System/Loader5Line.d.ts +6 -0
- package/dist/icons/System/Loader5Line.js +5 -0
- package/dist/icons/System/LoaderFill.d.ts +6 -0
- package/dist/icons/System/LoaderFill.js +5 -0
- package/dist/icons/System/LoaderLine.d.ts +6 -0
- package/dist/icons/System/LoaderLine.js +5 -0
- package/dist/icons/System/Lock2Fill.d.ts +6 -0
- package/dist/icons/System/Lock2Fill.js +5 -0
- package/dist/icons/System/Lock2Line.d.ts +6 -0
- package/dist/icons/System/Lock2Line.js +5 -0
- package/dist/icons/System/LockFill.d.ts +6 -0
- package/dist/icons/System/LockFill.js +5 -0
- package/dist/icons/System/LockLine.d.ts +6 -0
- package/dist/icons/System/LockLine.js +5 -0
- package/dist/icons/System/LockPasswordFill.d.ts +6 -0
- package/dist/icons/System/LockPasswordFill.js +5 -0
- package/dist/icons/System/LockPasswordLine.d.ts +6 -0
- package/dist/icons/System/LockPasswordLine.js +5 -0
- package/dist/icons/System/LockStarFill.d.ts +6 -0
- package/dist/icons/System/LockStarFill.js +5 -0
- package/dist/icons/System/LockStarLine.d.ts +6 -0
- package/dist/icons/System/LockStarLine.js +5 -0
- package/dist/icons/System/LockUnlockFill.d.ts +6 -0
- package/dist/icons/System/LockUnlockFill.js +5 -0
- package/dist/icons/System/LockUnlockLine.d.ts +6 -0
- package/dist/icons/System/LockUnlockLine.js +5 -0
- package/dist/icons/System/LoginBoxFill.d.ts +6 -0
- package/dist/icons/System/LoginBoxFill.js +5 -0
- package/dist/icons/System/LoginBoxLine.d.ts +6 -0
- package/dist/icons/System/LoginBoxLine.js +5 -0
- package/dist/icons/System/LoginCircleFill.d.ts +6 -0
- package/dist/icons/System/LoginCircleFill.js +5 -0
- package/dist/icons/System/LoginCircleLine.d.ts +6 -0
- package/dist/icons/System/LoginCircleLine.js +5 -0
- package/dist/icons/System/LogoutBoxFill.d.ts +6 -0
- package/dist/icons/System/LogoutBoxFill.js +5 -0
- package/dist/icons/System/LogoutBoxLine.d.ts +6 -0
- package/dist/icons/System/LogoutBoxLine.js +5 -0
- package/dist/icons/System/LogoutBoxRFill.d.ts +6 -0
- package/dist/icons/System/LogoutBoxRFill.js +5 -0
- package/dist/icons/System/LogoutBoxRLine.d.ts +6 -0
- package/dist/icons/System/LogoutBoxRLine.js +5 -0
- package/dist/icons/System/LogoutCircleFill.d.ts +6 -0
- package/dist/icons/System/LogoutCircleFill.js +5 -0
- package/dist/icons/System/LogoutCircleLine.d.ts +6 -0
- package/dist/icons/System/LogoutCircleLine.js +5 -0
- package/dist/icons/System/LogoutCircleRFill.d.ts +6 -0
- package/dist/icons/System/LogoutCircleRFill.js +5 -0
- package/dist/icons/System/LogoutCircleRLine.d.ts +6 -0
- package/dist/icons/System/LogoutCircleRLine.js +5 -0
- package/dist/icons/System/LoopLeftFill.d.ts +6 -0
- package/dist/icons/System/LoopLeftFill.js +5 -0
- package/dist/icons/System/LoopLeftLine.d.ts +6 -0
- package/dist/icons/System/LoopLeftLine.js +5 -0
- package/dist/icons/System/LoopRightFill.d.ts +6 -0
- package/dist/icons/System/LoopRightFill.js +5 -0
- package/dist/icons/System/LoopRightLine.d.ts +6 -0
- package/dist/icons/System/LoopRightLine.js +5 -0
- package/dist/icons/System/Menu2Fill.d.ts +6 -0
- package/dist/icons/System/Menu2Fill.js +5 -0
- package/dist/icons/System/Menu2Line.d.ts +6 -0
- package/dist/icons/System/Menu2Line.js +5 -0
- package/dist/icons/System/Menu3Fill.d.ts +6 -0
- package/dist/icons/System/Menu3Fill.js +5 -0
- package/dist/icons/System/Menu3Line.d.ts +6 -0
- package/dist/icons/System/Menu3Line.js +5 -0
- package/dist/icons/System/Menu4Fill.d.ts +6 -0
- package/dist/icons/System/Menu4Fill.js +5 -0
- package/dist/icons/System/Menu4Line.d.ts +6 -0
- package/dist/icons/System/Menu4Line.js +5 -0
- package/dist/icons/System/Menu5Fill.d.ts +6 -0
- package/dist/icons/System/Menu5Fill.js +5 -0
- package/dist/icons/System/Menu5Line.d.ts +6 -0
- package/dist/icons/System/Menu5Line.js +5 -0
- package/dist/icons/System/MenuAddFill.d.ts +6 -0
- package/dist/icons/System/MenuAddFill.js +5 -0
- package/dist/icons/System/MenuAddLine.d.ts +6 -0
- package/dist/icons/System/MenuAddLine.js +5 -0
- package/dist/icons/System/MenuFill.d.ts +6 -0
- package/dist/icons/System/MenuFill.js +5 -0
- package/dist/icons/System/MenuFold2Fill.d.ts +6 -0
- package/dist/icons/System/MenuFold2Fill.js +5 -0
- package/dist/icons/System/MenuFold2Line.d.ts +6 -0
- package/dist/icons/System/MenuFold2Line.js +5 -0
- package/dist/icons/System/MenuFold3Fill.d.ts +6 -0
- package/dist/icons/System/MenuFold3Fill.js +5 -0
- package/dist/icons/System/MenuFold3Line.d.ts +6 -0
- package/dist/icons/System/MenuFold3Line.js +5 -0
- package/dist/icons/System/MenuFold4Fill.d.ts +6 -0
- package/dist/icons/System/MenuFold4Fill.js +5 -0
- package/dist/icons/System/MenuFold4Line.d.ts +6 -0
- package/dist/icons/System/MenuFold4Line.js +5 -0
- package/dist/icons/System/MenuFoldFill.d.ts +6 -0
- package/dist/icons/System/MenuFoldFill.js +5 -0
- package/dist/icons/System/MenuFoldLine.d.ts +6 -0
- package/dist/icons/System/MenuFoldLine.js +5 -0
- package/dist/icons/System/MenuLine.d.ts +6 -0
- package/dist/icons/System/MenuLine.js +5 -0
- package/dist/icons/System/MenuSearchFill.d.ts +6 -0
- package/dist/icons/System/MenuSearchFill.js +5 -0
- package/dist/icons/System/MenuSearchLine.d.ts +6 -0
- package/dist/icons/System/MenuSearchLine.js +5 -0
- package/dist/icons/System/MenuUnfold2Fill.d.ts +6 -0
- package/dist/icons/System/MenuUnfold2Fill.js +5 -0
- package/dist/icons/System/MenuUnfold2Line.d.ts +6 -0
- package/dist/icons/System/MenuUnfold2Line.js +5 -0
- package/dist/icons/System/MenuUnfold3Fill.d.ts +6 -0
- package/dist/icons/System/MenuUnfold3Fill.js +5 -0
- package/dist/icons/System/MenuUnfold3Line.d.ts +6 -0
- package/dist/icons/System/MenuUnfold3Line.js +5 -0
- package/dist/icons/System/MenuUnfold4Fill.d.ts +6 -0
- package/dist/icons/System/MenuUnfold4Fill.js +5 -0
- package/dist/icons/System/MenuUnfold4Line.d.ts +6 -0
- package/dist/icons/System/MenuUnfold4Line.js +5 -0
- package/dist/icons/System/MenuUnfoldFill.d.ts +6 -0
- package/dist/icons/System/MenuUnfoldFill.js +5 -0
- package/dist/icons/System/MenuUnfoldLine.d.ts +6 -0
- package/dist/icons/System/MenuUnfoldLine.js +5 -0
- package/dist/icons/System/More2Fill.d.ts +6 -0
- package/dist/icons/System/More2Fill.js +5 -0
- package/dist/icons/System/More2Line.d.ts +6 -0
- package/dist/icons/System/More2Line.js +5 -0
- package/dist/icons/System/MoreFill.d.ts +6 -0
- package/dist/icons/System/MoreFill.js +5 -0
- package/dist/icons/System/MoreLine.d.ts +6 -0
- package/dist/icons/System/MoreLine.js +5 -0
- package/dist/icons/System/NotificationBadgeFill.d.ts +6 -0
- package/dist/icons/System/NotificationBadgeFill.js +5 -0
- package/dist/icons/System/NotificationBadgeLine.d.ts +6 -0
- package/dist/icons/System/NotificationBadgeLine.js +5 -0
- package/dist/icons/System/Progress1Fill.d.ts +6 -0
- package/dist/icons/System/Progress1Fill.js +5 -0
- package/dist/icons/System/Progress1Line.d.ts +6 -0
- package/dist/icons/System/Progress1Line.js +5 -0
- package/dist/icons/System/Progress2Fill.d.ts +6 -0
- package/dist/icons/System/Progress2Fill.js +5 -0
- package/dist/icons/System/Progress2Line.d.ts +6 -0
- package/dist/icons/System/Progress2Line.js +5 -0
- package/dist/icons/System/Progress3Fill.d.ts +6 -0
- package/dist/icons/System/Progress3Fill.js +5 -0
- package/dist/icons/System/Progress3Line.d.ts +6 -0
- package/dist/icons/System/Progress3Line.js +5 -0
- package/dist/icons/System/Progress4Fill.d.ts +6 -0
- package/dist/icons/System/Progress4Fill.js +5 -0
- package/dist/icons/System/Progress4Line.d.ts +6 -0
- package/dist/icons/System/Progress4Line.js +5 -0
- package/dist/icons/System/Progress5Fill.d.ts +6 -0
- package/dist/icons/System/Progress5Fill.js +5 -0
- package/dist/icons/System/Progress5Line.d.ts +6 -0
- package/dist/icons/System/Progress5Line.js +5 -0
- package/dist/icons/System/Progress6Fill.d.ts +6 -0
- package/dist/icons/System/Progress6Fill.js +5 -0
- package/dist/icons/System/Progress6Line.d.ts +6 -0
- package/dist/icons/System/Progress6Line.js +5 -0
- package/dist/icons/System/Progress7Fill.d.ts +6 -0
- package/dist/icons/System/Progress7Fill.js +5 -0
- package/dist/icons/System/Progress7Line.d.ts +6 -0
- package/dist/icons/System/Progress7Line.js +5 -0
- package/dist/icons/System/Progress8Fill.d.ts +6 -0
- package/dist/icons/System/Progress8Fill.js +5 -0
- package/dist/icons/System/Progress8Line.d.ts +6 -0
- package/dist/icons/System/Progress8Line.js +5 -0
- package/dist/icons/System/Prohibited2Fill.d.ts +6 -0
- package/dist/icons/System/Prohibited2Fill.js +5 -0
- package/dist/icons/System/Prohibited2Line.d.ts +6 -0
- package/dist/icons/System/Prohibited2Line.js +5 -0
- package/dist/icons/System/ProhibitedFill.d.ts +6 -0
- package/dist/icons/System/ProhibitedFill.js +5 -0
- package/dist/icons/System/ProhibitedLine.d.ts +6 -0
- package/dist/icons/System/ProhibitedLine.js +5 -0
- package/dist/icons/System/QuestionFill.d.ts +6 -0
- package/dist/icons/System/QuestionFill.js +5 -0
- package/dist/icons/System/QuestionLine.d.ts +6 -0
- package/dist/icons/System/QuestionLine.js +5 -0
- package/dist/icons/System/RadioButtonFill.d.ts +6 -0
- package/dist/icons/System/RadioButtonFill.js +5 -0
- package/dist/icons/System/RadioButtonLine.d.ts +6 -0
- package/dist/icons/System/RadioButtonLine.js +5 -0
- package/dist/icons/System/RefreshFill.d.ts +6 -0
- package/dist/icons/System/RefreshFill.js +5 -0
- package/dist/icons/System/RefreshLine.d.ts +6 -0
- package/dist/icons/System/RefreshLine.js +5 -0
- package/dist/icons/System/ResetLeftFill.d.ts +6 -0
- package/dist/icons/System/ResetLeftFill.js +5 -0
- package/dist/icons/System/ResetLeftLine.d.ts +6 -0
- package/dist/icons/System/ResetLeftLine.js +5 -0
- package/dist/icons/System/ResetRightFill.d.ts +6 -0
- package/dist/icons/System/ResetRightFill.js +5 -0
- package/dist/icons/System/ResetRightLine.d.ts +6 -0
- package/dist/icons/System/ResetRightLine.js +5 -0
- package/dist/icons/System/Search2Fill.d.ts +6 -0
- package/dist/icons/System/Search2Fill.js +5 -0
- package/dist/icons/System/Search2Line.d.ts +6 -0
- package/dist/icons/System/Search2Line.js +5 -0
- package/dist/icons/System/SearchEyeFill.d.ts +6 -0
- package/dist/icons/System/SearchEyeFill.js +5 -0
- package/dist/icons/System/SearchEyeLine.d.ts +6 -0
- package/dist/icons/System/SearchEyeLine.js +5 -0
- package/dist/icons/System/SearchFill.d.ts +6 -0
- package/dist/icons/System/SearchFill.js +5 -0
- package/dist/icons/System/SearchLine.d.ts +6 -0
- package/dist/icons/System/SearchLine.js +5 -0
- package/dist/icons/System/Settings2Fill.d.ts +6 -0
- package/dist/icons/System/Settings2Fill.js +5 -0
- package/dist/icons/System/Settings2Line.d.ts +6 -0
- package/dist/icons/System/Settings2Line.js +5 -0
- package/dist/icons/System/Settings3Fill.d.ts +6 -0
- package/dist/icons/System/Settings3Fill.js +5 -0
- package/dist/icons/System/Settings3Line.d.ts +6 -0
- package/dist/icons/System/Settings3Line.js +5 -0
- package/dist/icons/System/Settings4Fill.d.ts +6 -0
- package/dist/icons/System/Settings4Fill.js +5 -0
- package/dist/icons/System/Settings4Line.d.ts +6 -0
- package/dist/icons/System/Settings4Line.js +5 -0
- package/dist/icons/System/Settings5Fill.d.ts +6 -0
- package/dist/icons/System/Settings5Fill.js +5 -0
- package/dist/icons/System/Settings5Line.d.ts +6 -0
- package/dist/icons/System/Settings5Line.js +5 -0
- package/dist/icons/System/Settings6Fill.d.ts +6 -0
- package/dist/icons/System/Settings6Fill.js +5 -0
- package/dist/icons/System/Settings6Line.d.ts +6 -0
- package/dist/icons/System/Settings6Line.js +5 -0
- package/dist/icons/System/SettingsFill.d.ts +6 -0
- package/dist/icons/System/SettingsFill.js +5 -0
- package/dist/icons/System/SettingsLine.d.ts +6 -0
- package/dist/icons/System/SettingsLine.js +5 -0
- package/dist/icons/System/Share2Fill.d.ts +6 -0
- package/dist/icons/System/Share2Fill.js +5 -0
- package/dist/icons/System/Share2Line.d.ts +6 -0
- package/dist/icons/System/Share2Line.js +5 -0
- package/dist/icons/System/ShareBoxFill.d.ts +6 -0
- package/dist/icons/System/ShareBoxFill.js +5 -0
- package/dist/icons/System/ShareBoxLine.d.ts +6 -0
- package/dist/icons/System/ShareBoxLine.js +5 -0
- package/dist/icons/System/ShareCircleFill.d.ts +6 -0
- package/dist/icons/System/ShareCircleFill.js +5 -0
- package/dist/icons/System/ShareCircleLine.d.ts +6 -0
- package/dist/icons/System/ShareCircleLine.js +5 -0
- package/dist/icons/System/ShareFill.d.ts +6 -0
- package/dist/icons/System/ShareFill.js +5 -0
- package/dist/icons/System/ShareForward2Fill.d.ts +6 -0
- package/dist/icons/System/ShareForward2Fill.js +5 -0
- package/dist/icons/System/ShareForward2Line.d.ts +6 -0
- package/dist/icons/System/ShareForward2Line.js +5 -0
- package/dist/icons/System/ShareForwardBoxFill.d.ts +6 -0
- package/dist/icons/System/ShareForwardBoxFill.js +5 -0
- package/dist/icons/System/ShareForwardBoxLine.d.ts +6 -0
- package/dist/icons/System/ShareForwardBoxLine.js +5 -0
- package/dist/icons/System/ShareForwardFill.d.ts +6 -0
- package/dist/icons/System/ShareForwardFill.js +5 -0
- package/dist/icons/System/ShareForwardLine.d.ts +6 -0
- package/dist/icons/System/ShareForwardLine.js +5 -0
- package/dist/icons/System/ShareLine.d.ts +6 -0
- package/dist/icons/System/ShareLine.js +5 -0
- package/dist/icons/System/ShieldCheckFill.d.ts +6 -0
- package/dist/icons/System/ShieldCheckFill.js +5 -0
- package/dist/icons/System/ShieldCheckLine.d.ts +6 -0
- package/dist/icons/System/ShieldCheckLine.js +5 -0
- package/dist/icons/System/ShieldCrossFill.d.ts +6 -0
- package/dist/icons/System/ShieldCrossFill.js +5 -0
- package/dist/icons/System/ShieldCrossLine.d.ts +6 -0
- package/dist/icons/System/ShieldCrossLine.js +5 -0
- package/dist/icons/System/ShieldFill.d.ts +6 -0
- package/dist/icons/System/ShieldFill.js +5 -0
- package/dist/icons/System/ShieldFlashFill.d.ts +6 -0
- package/dist/icons/System/ShieldFlashFill.js +5 -0
- package/dist/icons/System/ShieldFlashLine.d.ts +6 -0
- package/dist/icons/System/ShieldFlashLine.js +5 -0
- package/dist/icons/System/ShieldKeyholeFill.d.ts +6 -0
- package/dist/icons/System/ShieldKeyholeFill.js +5 -0
- package/dist/icons/System/ShieldKeyholeLine.d.ts +6 -0
- package/dist/icons/System/ShieldKeyholeLine.js +5 -0
- package/dist/icons/System/ShieldLine.d.ts +6 -0
- package/dist/icons/System/ShieldLine.js +5 -0
- package/dist/icons/System/ShieldStarFill.d.ts +6 -0
- package/dist/icons/System/ShieldStarFill.js +5 -0
- package/dist/icons/System/ShieldStarLine.d.ts +6 -0
- package/dist/icons/System/ShieldStarLine.js +5 -0
- package/dist/icons/System/ShieldUserFill.d.ts +6 -0
- package/dist/icons/System/ShieldUserFill.js +5 -0
- package/dist/icons/System/ShieldUserLine.d.ts +6 -0
- package/dist/icons/System/ShieldUserLine.js +5 -0
- package/dist/icons/System/SideBarFill.d.ts +6 -0
- package/dist/icons/System/SideBarFill.js +5 -0
- package/dist/icons/System/SideBarLine.d.ts +6 -0
- package/dist/icons/System/SideBarLine.js +5 -0
- package/dist/icons/System/SidebarFoldFill.d.ts +6 -0
- package/dist/icons/System/SidebarFoldFill.js +5 -0
- package/dist/icons/System/SidebarFoldLine.d.ts +6 -0
- package/dist/icons/System/SidebarFoldLine.js +5 -0
- package/dist/icons/System/SidebarUnfoldFill.d.ts +6 -0
- package/dist/icons/System/SidebarUnfoldFill.js +5 -0
- package/dist/icons/System/SidebarUnfoldLine.d.ts +6 -0
- package/dist/icons/System/SidebarUnfoldLine.js +5 -0
- package/dist/icons/System/Spam2Fill.d.ts +6 -0
- package/dist/icons/System/Spam2Fill.js +5 -0
- package/dist/icons/System/Spam2Line.d.ts +6 -0
- package/dist/icons/System/Spam2Line.js +5 -0
- package/dist/icons/System/Spam3Fill.d.ts +6 -0
- package/dist/icons/System/Spam3Fill.js +5 -0
- package/dist/icons/System/Spam3Line.d.ts +6 -0
- package/dist/icons/System/Spam3Line.js +5 -0
- package/dist/icons/System/SpamFill.d.ts +6 -0
- package/dist/icons/System/SpamFill.js +5 -0
- package/dist/icons/System/SpamLine.d.ts +6 -0
- package/dist/icons/System/SpamLine.js +5 -0
- package/dist/icons/System/StarFill.d.ts +6 -0
- package/dist/icons/System/StarFill.js +5 -0
- package/dist/icons/System/StarHalfFill.d.ts +6 -0
- package/dist/icons/System/StarHalfFill.js +5 -0
- package/dist/icons/System/StarHalfLine.d.ts +6 -0
- package/dist/icons/System/StarHalfLine.js +5 -0
- package/dist/icons/System/StarHalfSFill.d.ts +6 -0
- package/dist/icons/System/StarHalfSFill.js +5 -0
- package/dist/icons/System/StarHalfSLine.d.ts +6 -0
- package/dist/icons/System/StarHalfSLine.js +5 -0
- package/dist/icons/System/StarLine.d.ts +6 -0
- package/dist/icons/System/StarLine.js +5 -0
- package/dist/icons/System/StarSFill.d.ts +6 -0
- package/dist/icons/System/StarSFill.js +5 -0
- package/dist/icons/System/StarSLine.d.ts +6 -0
- package/dist/icons/System/StarSLine.js +5 -0
- package/dist/icons/System/SubtractFill.d.ts +6 -0
- package/dist/icons/System/SubtractFill.js +5 -0
- package/dist/icons/System/SubtractLine.d.ts +6 -0
- package/dist/icons/System/SubtractLine.js +5 -0
- package/dist/icons/System/ThumbDownFill.d.ts +6 -0
- package/dist/icons/System/ThumbDownFill.js +5 -0
- package/dist/icons/System/ThumbDownLine.d.ts +6 -0
- package/dist/icons/System/ThumbDownLine.js +5 -0
- package/dist/icons/System/ThumbUpFill.d.ts +6 -0
- package/dist/icons/System/ThumbUpFill.js +5 -0
- package/dist/icons/System/ThumbUpLine.d.ts +6 -0
- package/dist/icons/System/ThumbUpLine.js +5 -0
- package/dist/icons/System/TimeFill.d.ts +6 -0
- package/dist/icons/System/TimeFill.js +5 -0
- package/dist/icons/System/TimeLine.d.ts +6 -0
- package/dist/icons/System/TimeLine.js +5 -0
- package/dist/icons/System/Timer2Fill.d.ts +6 -0
- package/dist/icons/System/Timer2Fill.js +5 -0
- package/dist/icons/System/Timer2Line.d.ts +6 -0
- package/dist/icons/System/Timer2Line.js +5 -0
- package/dist/icons/System/TimerFill.d.ts +6 -0
- package/dist/icons/System/TimerFill.js +5 -0
- package/dist/icons/System/TimerFlashFill.d.ts +6 -0
- package/dist/icons/System/TimerFlashFill.js +5 -0
- package/dist/icons/System/TimerFlashLine.d.ts +6 -0
- package/dist/icons/System/TimerFlashLine.js +5 -0
- package/dist/icons/System/TimerLine.d.ts +6 -0
- package/dist/icons/System/TimerLine.js +5 -0
- package/dist/icons/System/ToggleFill.d.ts +6 -0
- package/dist/icons/System/ToggleFill.js +5 -0
- package/dist/icons/System/ToggleLine.d.ts +6 -0
- package/dist/icons/System/ToggleLine.js +5 -0
- package/dist/icons/System/Upload2Fill.d.ts +6 -0
- package/dist/icons/System/Upload2Fill.js +5 -0
- package/dist/icons/System/Upload2Line.d.ts +6 -0
- package/dist/icons/System/Upload2Line.js +5 -0
- package/dist/icons/System/UploadCloud2Fill.d.ts +6 -0
- package/dist/icons/System/UploadCloud2Fill.js +5 -0
- package/dist/icons/System/UploadCloud2Line.d.ts +6 -0
- package/dist/icons/System/UploadCloud2Line.js +5 -0
- package/dist/icons/System/UploadCloudFill.d.ts +6 -0
- package/dist/icons/System/UploadCloudFill.js +5 -0
- package/dist/icons/System/UploadCloudLine.d.ts +6 -0
- package/dist/icons/System/UploadCloudLine.js +5 -0
- package/dist/icons/System/UploadFill.d.ts +6 -0
- package/dist/icons/System/UploadFill.js +5 -0
- package/dist/icons/System/UploadLine.d.ts +6 -0
- package/dist/icons/System/UploadLine.js +5 -0
- package/dist/icons/System/ZoomInFill.d.ts +6 -0
- package/dist/icons/System/ZoomInFill.js +5 -0
- package/dist/icons/System/ZoomInLine.d.ts +6 -0
- package/dist/icons/System/ZoomInLine.js +5 -0
- package/dist/icons/System/ZoomOutFill.d.ts +6 -0
- package/dist/icons/System/ZoomOutFill.js +5 -0
- package/dist/icons/System/ZoomOutLine.d.ts +6 -0
- package/dist/icons/System/ZoomOutLine.js +5 -0
- package/dist/icons/User & Faces/AccountBoxFill.d.ts +6 -0
- package/dist/icons/User & Faces/AccountBoxFill.js +5 -0
- package/dist/icons/User & Faces/AccountBoxLine.d.ts +6 -0
- package/dist/icons/User & Faces/AccountBoxLine.js +5 -0
- package/dist/icons/User & Faces/AccountCircleFill.d.ts +6 -0
- package/dist/icons/User & Faces/AccountCircleFill.js +5 -0
- package/dist/icons/User & Faces/AccountCircleLine.d.ts +6 -0
- package/dist/icons/User & Faces/AccountCircleLine.js +5 -0
- package/dist/icons/User & Faces/AccountPinBoxFill.d.ts +6 -0
- package/dist/icons/User & Faces/AccountPinBoxFill.js +5 -0
- package/dist/icons/User & Faces/AccountPinBoxLine.d.ts +6 -0
- package/dist/icons/User & Faces/AccountPinBoxLine.js +5 -0
- package/dist/icons/User & Faces/AccountPinCircleFill.d.ts +6 -0
- package/dist/icons/User & Faces/AccountPinCircleFill.js +5 -0
- package/dist/icons/User & Faces/AccountPinCircleLine.d.ts +6 -0
- package/dist/icons/User & Faces/AccountPinCircleLine.js +5 -0
- package/dist/icons/User & Faces/AdminFill.d.ts +6 -0
- package/dist/icons/User & Faces/AdminFill.js +5 -0
- package/dist/icons/User & Faces/AdminLine.d.ts +6 -0
- package/dist/icons/User & Faces/AdminLine.js +5 -0
- package/dist/icons/User & Faces/AliensFill.d.ts +6 -0
- package/dist/icons/User & Faces/AliensFill.js +5 -0
- package/dist/icons/User & Faces/AliensLine.d.ts +6 -0
- package/dist/icons/User & Faces/AliensLine.js +5 -0
- package/dist/icons/User & Faces/BearSmileFill.d.ts +6 -0
- package/dist/icons/User & Faces/BearSmileFill.js +5 -0
- package/dist/icons/User & Faces/BearSmileLine.d.ts +6 -0
- package/dist/icons/User & Faces/BearSmileLine.js +5 -0
- package/dist/icons/User & Faces/BodyScanFill.d.ts +6 -0
- package/dist/icons/User & Faces/BodyScanFill.js +5 -0
- package/dist/icons/User & Faces/BodyScanLine.d.ts +6 -0
- package/dist/icons/User & Faces/BodyScanLine.js +5 -0
- package/dist/icons/User & Faces/ContactsFill.d.ts +6 -0
- package/dist/icons/User & Faces/ContactsFill.js +5 -0
- package/dist/icons/User & Faces/ContactsLine.d.ts +6 -0
- package/dist/icons/User & Faces/ContactsLine.js +5 -0
- package/dist/icons/User & Faces/CriminalFill.d.ts +6 -0
- package/dist/icons/User & Faces/CriminalFill.js +5 -0
- package/dist/icons/User & Faces/CriminalLine.d.ts +6 -0
- package/dist/icons/User & Faces/CriminalLine.js +5 -0
- package/dist/icons/User & Faces/Emotion2Fill.d.ts +6 -0
- package/dist/icons/User & Faces/Emotion2Fill.js +5 -0
- package/dist/icons/User & Faces/Emotion2Line.d.ts +6 -0
- package/dist/icons/User & Faces/Emotion2Line.js +5 -0
- package/dist/icons/User & Faces/EmotionFill.d.ts +6 -0
- package/dist/icons/User & Faces/EmotionFill.js +5 -0
- package/dist/icons/User & Faces/EmotionHappyFill.d.ts +6 -0
- package/dist/icons/User & Faces/EmotionHappyFill.js +5 -0
- package/dist/icons/User & Faces/EmotionHappyLine.d.ts +6 -0
- package/dist/icons/User & Faces/EmotionHappyLine.js +5 -0
- package/dist/icons/User & Faces/EmotionLaughFill.d.ts +6 -0
- package/dist/icons/User & Faces/EmotionLaughFill.js +5 -0
- package/dist/icons/User & Faces/EmotionLaughLine.d.ts +6 -0
- package/dist/icons/User & Faces/EmotionLaughLine.js +5 -0
- package/dist/icons/User & Faces/EmotionLine.d.ts +6 -0
- package/dist/icons/User & Faces/EmotionLine.js +5 -0
- package/dist/icons/User & Faces/EmotionNormalFill.d.ts +6 -0
- package/dist/icons/User & Faces/EmotionNormalFill.js +5 -0
- package/dist/icons/User & Faces/EmotionNormalLine.d.ts +6 -0
- package/dist/icons/User & Faces/EmotionNormalLine.js +5 -0
- package/dist/icons/User & Faces/EmotionSadFill.d.ts +6 -0
- package/dist/icons/User & Faces/EmotionSadFill.js +5 -0
- package/dist/icons/User & Faces/EmotionSadLine.d.ts +6 -0
- package/dist/icons/User & Faces/EmotionSadLine.js +5 -0
- package/dist/icons/User & Faces/EmotionUnhappyFill.d.ts +6 -0
- package/dist/icons/User & Faces/EmotionUnhappyFill.js +5 -0
- package/dist/icons/User & Faces/EmotionUnhappyLine.d.ts +6 -0
- package/dist/icons/User & Faces/EmotionUnhappyLine.js +5 -0
- package/dist/icons/User & Faces/GenderlessFill.d.ts +6 -0
- package/dist/icons/User & Faces/GenderlessFill.js +5 -0
- package/dist/icons/User & Faces/GenderlessLine.d.ts +6 -0
- package/dist/icons/User & Faces/GenderlessLine.js +5 -0
- package/dist/icons/User & Faces/Ghost2Fill.d.ts +6 -0
- package/dist/icons/User & Faces/Ghost2Fill.js +5 -0
- package/dist/icons/User & Faces/Ghost2Line.d.ts +6 -0
- package/dist/icons/User & Faces/Ghost2Line.js +5 -0
- package/dist/icons/User & Faces/GhostFill.d.ts +6 -0
- package/dist/icons/User & Faces/GhostFill.js +5 -0
- package/dist/icons/User & Faces/GhostLine.d.ts +6 -0
- package/dist/icons/User & Faces/GhostLine.js +5 -0
- package/dist/icons/User & Faces/GhostSmileFill.d.ts +6 -0
- package/dist/icons/User & Faces/GhostSmileFill.js +5 -0
- package/dist/icons/User & Faces/GhostSmileLine.d.ts +6 -0
- package/dist/icons/User & Faces/GhostSmileLine.js +5 -0
- package/dist/icons/User & Faces/Group2Fill.d.ts +6 -0
- package/dist/icons/User & Faces/Group2Fill.js +5 -0
- package/dist/icons/User & Faces/Group2Line.d.ts +6 -0
- package/dist/icons/User & Faces/Group2Line.js +5 -0
- package/dist/icons/User & Faces/Group3Fill.d.ts +6 -0
- package/dist/icons/User & Faces/Group3Fill.js +5 -0
- package/dist/icons/User & Faces/Group3Line.d.ts +6 -0
- package/dist/icons/User & Faces/Group3Line.js +5 -0
- package/dist/icons/User & Faces/GroupFill.d.ts +6 -0
- package/dist/icons/User & Faces/GroupFill.js +5 -0
- package/dist/icons/User & Faces/GroupLine.d.ts +6 -0
- package/dist/icons/User & Faces/GroupLine.js +5 -0
- package/dist/icons/User & Faces/MenFill.d.ts +6 -0
- package/dist/icons/User & Faces/MenFill.js +5 -0
- package/dist/icons/User & Faces/MenLine.d.ts +6 -0
- package/dist/icons/User & Faces/MenLine.js +5 -0
- package/dist/icons/User & Faces/MickeyFill.d.ts +6 -0
- package/dist/icons/User & Faces/MickeyFill.js +5 -0
- package/dist/icons/User & Faces/MickeyLine.d.ts +6 -0
- package/dist/icons/User & Faces/MickeyLine.js +5 -0
- package/dist/icons/User & Faces/OpenArmFill.d.ts +6 -0
- package/dist/icons/User & Faces/OpenArmFill.js +5 -0
- package/dist/icons/User & Faces/OpenArmLine.d.ts +6 -0
- package/dist/icons/User & Faces/OpenArmLine.js +5 -0
- package/dist/icons/User & Faces/ParentFill.d.ts +6 -0
- package/dist/icons/User & Faces/ParentFill.js +5 -0
- package/dist/icons/User & Faces/ParentLine.d.ts +6 -0
- package/dist/icons/User & Faces/ParentLine.js +5 -0
- package/dist/icons/User & Faces/Robot2Fill.d.ts +6 -0
- package/dist/icons/User & Faces/Robot2Fill.js +5 -0
- package/dist/icons/User & Faces/Robot2Line.d.ts +6 -0
- package/dist/icons/User & Faces/Robot2Line.js +5 -0
- package/dist/icons/User & Faces/Robot3Fill.d.ts +6 -0
- package/dist/icons/User & Faces/Robot3Fill.js +5 -0
- package/dist/icons/User & Faces/Robot3Line.d.ts +6 -0
- package/dist/icons/User & Faces/Robot3Line.js +5 -0
- package/dist/icons/User & Faces/RobotFill.d.ts +6 -0
- package/dist/icons/User & Faces/RobotFill.js +5 -0
- package/dist/icons/User & Faces/RobotLine.d.ts +6 -0
- package/dist/icons/User & Faces/RobotLine.js +5 -0
- package/dist/icons/User & Faces/Skull2Fill.d.ts +6 -0
- package/dist/icons/User & Faces/Skull2Fill.js +5 -0
- package/dist/icons/User & Faces/Skull2Line.d.ts +6 -0
- package/dist/icons/User & Faces/Skull2Line.js +5 -0
- package/dist/icons/User & Faces/SkullFill.d.ts +6 -0
- package/dist/icons/User & Faces/SkullFill.js +5 -0
- package/dist/icons/User & Faces/SkullLine.d.ts +6 -0
- package/dist/icons/User & Faces/SkullLine.js +5 -0
- package/dist/icons/User & Faces/SpyFill.d.ts +6 -0
- package/dist/icons/User & Faces/SpyFill.js +5 -0
- package/dist/icons/User & Faces/SpyLine.d.ts +6 -0
- package/dist/icons/User & Faces/SpyLine.js +5 -0
- package/dist/icons/User & Faces/StarSmileFill.d.ts +6 -0
- package/dist/icons/User & Faces/StarSmileFill.js +5 -0
- package/dist/icons/User & Faces/StarSmileLine.d.ts +6 -0
- package/dist/icons/User & Faces/StarSmileLine.js +5 -0
- package/dist/icons/User & Faces/TeamFill.d.ts +6 -0
- package/dist/icons/User & Faces/TeamFill.js +5 -0
- package/dist/icons/User & Faces/TeamLine.d.ts +6 -0
- package/dist/icons/User & Faces/TeamLine.js +5 -0
- package/dist/icons/User & Faces/TravestiFill.d.ts +6 -0
- package/dist/icons/User & Faces/TravestiFill.js +5 -0
- package/dist/icons/User & Faces/TravestiLine.d.ts +6 -0
- package/dist/icons/User & Faces/TravestiLine.js +5 -0
- package/dist/icons/User & Faces/User2Fill.d.ts +6 -0
- package/dist/icons/User & Faces/User2Fill.js +5 -0
- package/dist/icons/User & Faces/User2Line.d.ts +6 -0
- package/dist/icons/User & Faces/User2Line.js +5 -0
- package/dist/icons/User & Faces/User3Fill.d.ts +6 -0
- package/dist/icons/User & Faces/User3Fill.js +5 -0
- package/dist/icons/User & Faces/User3Line.d.ts +6 -0
- package/dist/icons/User & Faces/User3Line.js +5 -0
- package/dist/icons/User & Faces/User4Fill.d.ts +6 -0
- package/dist/icons/User & Faces/User4Fill.js +5 -0
- package/dist/icons/User & Faces/User4Line.d.ts +6 -0
- package/dist/icons/User & Faces/User4Line.js +5 -0
- package/dist/icons/User & Faces/User5Fill.d.ts +6 -0
- package/dist/icons/User & Faces/User5Fill.js +5 -0
- package/dist/icons/User & Faces/User5Line.d.ts +6 -0
- package/dist/icons/User & Faces/User5Line.js +5 -0
- package/dist/icons/User & Faces/User6Fill.d.ts +6 -0
- package/dist/icons/User & Faces/User6Fill.js +5 -0
- package/dist/icons/User & Faces/User6Line.d.ts +6 -0
- package/dist/icons/User & Faces/User6Line.js +5 -0
- package/dist/icons/User & Faces/UserAddFill.d.ts +6 -0
- package/dist/icons/User & Faces/UserAddFill.js +5 -0
- package/dist/icons/User & Faces/UserAddLine.d.ts +6 -0
- package/dist/icons/User & Faces/UserAddLine.js +5 -0
- package/dist/icons/User & Faces/UserFill.d.ts +6 -0
- package/dist/icons/User & Faces/UserFill.js +5 -0
- package/dist/icons/User & Faces/UserFollowFill.d.ts +6 -0
- package/dist/icons/User & Faces/UserFollowFill.js +5 -0
- package/dist/icons/User & Faces/UserFollowLine.d.ts +6 -0
- package/dist/icons/User & Faces/UserFollowLine.js +5 -0
- package/dist/icons/User & Faces/UserForbidFill.d.ts +6 -0
- package/dist/icons/User & Faces/UserForbidFill.js +5 -0
- package/dist/icons/User & Faces/UserForbidLine.d.ts +6 -0
- package/dist/icons/User & Faces/UserForbidLine.js +5 -0
- package/dist/icons/User & Faces/UserHeartFill.d.ts +6 -0
- package/dist/icons/User & Faces/UserHeartFill.js +5 -0
- package/dist/icons/User & Faces/UserHeartLine.d.ts +6 -0
- package/dist/icons/User & Faces/UserHeartLine.js +5 -0
- package/dist/icons/User & Faces/UserLine.d.ts +6 -0
- package/dist/icons/User & Faces/UserLine.js +5 -0
- package/dist/icons/User & Faces/UserLocationFill.d.ts +6 -0
- package/dist/icons/User & Faces/UserLocationFill.js +5 -0
- package/dist/icons/User & Faces/UserLocationLine.d.ts +6 -0
- package/dist/icons/User & Faces/UserLocationLine.js +5 -0
- package/dist/icons/User & Faces/UserMinusFill.d.ts +6 -0
- package/dist/icons/User & Faces/UserMinusFill.js +5 -0
- package/dist/icons/User & Faces/UserMinusLine.d.ts +6 -0
- package/dist/icons/User & Faces/UserMinusLine.js +5 -0
- package/dist/icons/User & Faces/UserReceived2Fill.d.ts +6 -0
- package/dist/icons/User & Faces/UserReceived2Fill.js +5 -0
- package/dist/icons/User & Faces/UserReceived2Line.d.ts +6 -0
- package/dist/icons/User & Faces/UserReceived2Line.js +5 -0
- package/dist/icons/User & Faces/UserReceivedFill.d.ts +6 -0
- package/dist/icons/User & Faces/UserReceivedFill.js +5 -0
- package/dist/icons/User & Faces/UserReceivedLine.d.ts +6 -0
- package/dist/icons/User & Faces/UserReceivedLine.js +5 -0
- package/dist/icons/User & Faces/UserSearchFill.d.ts +6 -0
- package/dist/icons/User & Faces/UserSearchFill.js +5 -0
- package/dist/icons/User & Faces/UserSearchLine.d.ts +6 -0
- package/dist/icons/User & Faces/UserSearchLine.js +5 -0
- package/dist/icons/User & Faces/UserSettingsFill.d.ts +6 -0
- package/dist/icons/User & Faces/UserSettingsFill.js +5 -0
- package/dist/icons/User & Faces/UserSettingsLine.d.ts +6 -0
- package/dist/icons/User & Faces/UserSettingsLine.js +5 -0
- package/dist/icons/User & Faces/UserShared2Fill.d.ts +6 -0
- package/dist/icons/User & Faces/UserShared2Fill.js +5 -0
- package/dist/icons/User & Faces/UserShared2Line.d.ts +6 -0
- package/dist/icons/User & Faces/UserShared2Line.js +5 -0
- package/dist/icons/User & Faces/UserSharedFill.d.ts +6 -0
- package/dist/icons/User & Faces/UserSharedFill.js +5 -0
- package/dist/icons/User & Faces/UserSharedLine.d.ts +6 -0
- package/dist/icons/User & Faces/UserSharedLine.js +5 -0
- package/dist/icons/User & Faces/UserSmileFill.d.ts +6 -0
- package/dist/icons/User & Faces/UserSmileFill.js +5 -0
- package/dist/icons/User & Faces/UserSmileLine.d.ts +6 -0
- package/dist/icons/User & Faces/UserSmileLine.js +5 -0
- package/dist/icons/User & Faces/UserStarFill.d.ts +6 -0
- package/dist/icons/User & Faces/UserStarFill.js +5 -0
- package/dist/icons/User & Faces/UserStarLine.d.ts +6 -0
- package/dist/icons/User & Faces/UserStarLine.js +5 -0
- package/dist/icons/User & Faces/UserUnfollowFill.d.ts +6 -0
- package/dist/icons/User & Faces/UserUnfollowFill.js +5 -0
- package/dist/icons/User & Faces/UserUnfollowLine.d.ts +6 -0
- package/dist/icons/User & Faces/UserUnfollowLine.js +5 -0
- package/dist/icons/User & Faces/UserVoiceFill.d.ts +6 -0
- package/dist/icons/User & Faces/UserVoiceFill.js +5 -0
- package/dist/icons/User & Faces/UserVoiceLine.d.ts +6 -0
- package/dist/icons/User & Faces/UserVoiceLine.js +5 -0
- package/dist/icons/User & Faces/WomenFill.d.ts +6 -0
- package/dist/icons/User & Faces/WomenFill.js +5 -0
- package/dist/icons/User & Faces/WomenLine.d.ts +6 -0
- package/dist/icons/User & Faces/WomenLine.js +5 -0
- package/dist/icons/Weather/BlazeFill.d.ts +6 -0
- package/dist/icons/Weather/BlazeFill.js +5 -0
- package/dist/icons/Weather/BlazeLine.d.ts +6 -0
- package/dist/icons/Weather/BlazeLine.js +5 -0
- package/dist/icons/Weather/CelsiusFill.d.ts +6 -0
- package/dist/icons/Weather/CelsiusFill.js +5 -0
- package/dist/icons/Weather/CelsiusLine.d.ts +6 -0
- package/dist/icons/Weather/CelsiusLine.js +5 -0
- package/dist/icons/Weather/CloudWindyFill.d.ts +6 -0
- package/dist/icons/Weather/CloudWindyFill.js +5 -0
- package/dist/icons/Weather/CloudWindyLine.d.ts +6 -0
- package/dist/icons/Weather/CloudWindyLine.js +5 -0
- package/dist/icons/Weather/Cloudy2Fill.d.ts +6 -0
- package/dist/icons/Weather/Cloudy2Fill.js +5 -0
- package/dist/icons/Weather/Cloudy2Line.d.ts +6 -0
- package/dist/icons/Weather/Cloudy2Line.js +5 -0
- package/dist/icons/Weather/CloudyFill.d.ts +6 -0
- package/dist/icons/Weather/CloudyFill.js +5 -0
- package/dist/icons/Weather/CloudyLine.d.ts +6 -0
- package/dist/icons/Weather/CloudyLine.js +5 -0
- package/dist/icons/Weather/DrizzleFill.d.ts +6 -0
- package/dist/icons/Weather/DrizzleFill.js +5 -0
- package/dist/icons/Weather/DrizzleLine.d.ts +6 -0
- package/dist/icons/Weather/DrizzleLine.js +5 -0
- package/dist/icons/Weather/EarthquakeFill.d.ts +6 -0
- package/dist/icons/Weather/EarthquakeFill.js +5 -0
- package/dist/icons/Weather/EarthquakeLine.d.ts +6 -0
- package/dist/icons/Weather/EarthquakeLine.js +5 -0
- package/dist/icons/Weather/FahrenheitFill.d.ts +6 -0
- package/dist/icons/Weather/FahrenheitFill.js +5 -0
- package/dist/icons/Weather/FahrenheitLine.d.ts +6 -0
- package/dist/icons/Weather/FahrenheitLine.js +5 -0
- package/dist/icons/Weather/FireFill.d.ts +6 -0
- package/dist/icons/Weather/FireFill.js +5 -0
- package/dist/icons/Weather/FireLine.d.ts +6 -0
- package/dist/icons/Weather/FireLine.js +5 -0
- package/dist/icons/Weather/FlashlightFill.d.ts +6 -0
- package/dist/icons/Weather/FlashlightFill.js +5 -0
- package/dist/icons/Weather/FlashlightLine.d.ts +6 -0
- package/dist/icons/Weather/FlashlightLine.js +5 -0
- package/dist/icons/Weather/FloodFill.d.ts +6 -0
- package/dist/icons/Weather/FloodFill.js +5 -0
- package/dist/icons/Weather/FloodLine.d.ts +6 -0
- package/dist/icons/Weather/FloodLine.js +5 -0
- package/dist/icons/Weather/FoggyFill.d.ts +6 -0
- package/dist/icons/Weather/FoggyFill.js +5 -0
- package/dist/icons/Weather/FoggyLine.d.ts +6 -0
- package/dist/icons/Weather/FoggyLine.js +5 -0
- package/dist/icons/Weather/HailFill.d.ts +6 -0
- package/dist/icons/Weather/HailFill.js +5 -0
- package/dist/icons/Weather/HailLine.d.ts +6 -0
- package/dist/icons/Weather/HailLine.js +5 -0
- package/dist/icons/Weather/Haze2Fill.d.ts +6 -0
- package/dist/icons/Weather/Haze2Fill.js +5 -0
- package/dist/icons/Weather/Haze2Line.d.ts +6 -0
- package/dist/icons/Weather/Haze2Line.js +5 -0
- package/dist/icons/Weather/HazeFill.d.ts +6 -0
- package/dist/icons/Weather/HazeFill.js +5 -0
- package/dist/icons/Weather/HazeLine.d.ts +6 -0
- package/dist/icons/Weather/HazeLine.js +5 -0
- package/dist/icons/Weather/HeavyShowersFill.d.ts +6 -0
- package/dist/icons/Weather/HeavyShowersFill.js +5 -0
- package/dist/icons/Weather/HeavyShowersLine.d.ts +6 -0
- package/dist/icons/Weather/HeavyShowersLine.js +5 -0
- package/dist/icons/Weather/MeteorFill.d.ts +6 -0
- package/dist/icons/Weather/MeteorFill.js +5 -0
- package/dist/icons/Weather/MeteorLine.d.ts +6 -0
- package/dist/icons/Weather/MeteorLine.js +5 -0
- package/dist/icons/Weather/MistFill.d.ts +6 -0
- package/dist/icons/Weather/MistFill.js +5 -0
- package/dist/icons/Weather/MistLine.d.ts +6 -0
- package/dist/icons/Weather/MistLine.js +5 -0
- package/dist/icons/Weather/MoonClearFill.d.ts +6 -0
- package/dist/icons/Weather/MoonClearFill.js +5 -0
- package/dist/icons/Weather/MoonClearLine.d.ts +6 -0
- package/dist/icons/Weather/MoonClearLine.js +5 -0
- package/dist/icons/Weather/MoonCloudyFill.d.ts +6 -0
- package/dist/icons/Weather/MoonCloudyFill.js +5 -0
- package/dist/icons/Weather/MoonCloudyLine.d.ts +6 -0
- package/dist/icons/Weather/MoonCloudyLine.js +5 -0
- package/dist/icons/Weather/MoonFill.d.ts +6 -0
- package/dist/icons/Weather/MoonFill.js +5 -0
- package/dist/icons/Weather/MoonFoggyFill.d.ts +6 -0
- package/dist/icons/Weather/MoonFoggyFill.js +5 -0
- package/dist/icons/Weather/MoonFoggyLine.d.ts +6 -0
- package/dist/icons/Weather/MoonFoggyLine.js +5 -0
- package/dist/icons/Weather/MoonLine.d.ts +6 -0
- package/dist/icons/Weather/MoonLine.js +5 -0
- package/dist/icons/Weather/RainbowFill.d.ts +6 -0
- package/dist/icons/Weather/RainbowFill.js +5 -0
- package/dist/icons/Weather/RainbowLine.d.ts +6 -0
- package/dist/icons/Weather/RainbowLine.js +5 -0
- package/dist/icons/Weather/RainyFill.d.ts +6 -0
- package/dist/icons/Weather/RainyFill.js +5 -0
- package/dist/icons/Weather/RainyLine.d.ts +6 -0
- package/dist/icons/Weather/RainyLine.js +5 -0
- package/dist/icons/Weather/Shining2Fill.d.ts +6 -0
- package/dist/icons/Weather/Shining2Fill.js +5 -0
- package/dist/icons/Weather/Shining2Line.d.ts +6 -0
- package/dist/icons/Weather/Shining2Line.js +5 -0
- package/dist/icons/Weather/ShiningFill.d.ts +6 -0
- package/dist/icons/Weather/ShiningFill.js +5 -0
- package/dist/icons/Weather/ShiningLine.d.ts +6 -0
- package/dist/icons/Weather/ShiningLine.js +5 -0
- package/dist/icons/Weather/ShowersFill.d.ts +6 -0
- package/dist/icons/Weather/ShowersFill.js +5 -0
- package/dist/icons/Weather/ShowersLine.d.ts +6 -0
- package/dist/icons/Weather/ShowersLine.js +5 -0
- package/dist/icons/Weather/SnowflakeFill.d.ts +6 -0
- package/dist/icons/Weather/SnowflakeFill.js +5 -0
- package/dist/icons/Weather/SnowflakeLine.d.ts +6 -0
- package/dist/icons/Weather/SnowflakeLine.js +5 -0
- package/dist/icons/Weather/SnowyFill.d.ts +6 -0
- package/dist/icons/Weather/SnowyFill.js +5 -0
- package/dist/icons/Weather/SnowyLine.d.ts +6 -0
- package/dist/icons/Weather/SnowyLine.js +5 -0
- package/dist/icons/Weather/Sparkling2Fill.d.ts +6 -0
- package/dist/icons/Weather/Sparkling2Fill.js +5 -0
- package/dist/icons/Weather/Sparkling2Line.d.ts +6 -0
- package/dist/icons/Weather/Sparkling2Line.js +5 -0
- package/dist/icons/Weather/SparklingFill.d.ts +6 -0
- package/dist/icons/Weather/SparklingFill.js +5 -0
- package/dist/icons/Weather/SparklingLine.d.ts +6 -0
- package/dist/icons/Weather/SparklingLine.js +5 -0
- package/dist/icons/Weather/SunCloudyFill.d.ts +6 -0
- package/dist/icons/Weather/SunCloudyFill.js +5 -0
- package/dist/icons/Weather/SunCloudyLine.d.ts +6 -0
- package/dist/icons/Weather/SunCloudyLine.js +5 -0
- package/dist/icons/Weather/SunFill.d.ts +6 -0
- package/dist/icons/Weather/SunFill.js +5 -0
- package/dist/icons/Weather/SunFoggyFill.d.ts +6 -0
- package/dist/icons/Weather/SunFoggyFill.js +5 -0
- package/dist/icons/Weather/SunFoggyLine.d.ts +6 -0
- package/dist/icons/Weather/SunFoggyLine.js +5 -0
- package/dist/icons/Weather/SunLine.d.ts +6 -0
- package/dist/icons/Weather/SunLine.js +5 -0
- package/dist/icons/Weather/TempColdFill.d.ts +6 -0
- package/dist/icons/Weather/TempColdFill.js +5 -0
- package/dist/icons/Weather/TempColdLine.d.ts +6 -0
- package/dist/icons/Weather/TempColdLine.js +5 -0
- package/dist/icons/Weather/TempHotFill.d.ts +6 -0
- package/dist/icons/Weather/TempHotFill.js +5 -0
- package/dist/icons/Weather/TempHotLine.d.ts +6 -0
- package/dist/icons/Weather/TempHotLine.js +5 -0
- package/dist/icons/Weather/ThunderstormsFill.d.ts +6 -0
- package/dist/icons/Weather/ThunderstormsFill.js +5 -0
- package/dist/icons/Weather/ThunderstormsLine.d.ts +6 -0
- package/dist/icons/Weather/ThunderstormsLine.js +5 -0
- package/dist/icons/Weather/TornadoFill.d.ts +6 -0
- package/dist/icons/Weather/TornadoFill.js +5 -0
- package/dist/icons/Weather/TornadoLine.d.ts +6 -0
- package/dist/icons/Weather/TornadoLine.js +5 -0
- package/dist/icons/Weather/TyphoonFill.d.ts +6 -0
- package/dist/icons/Weather/TyphoonFill.js +5 -0
- package/dist/icons/Weather/TyphoonLine.d.ts +6 -0
- package/dist/icons/Weather/TyphoonLine.js +5 -0
- package/dist/icons/Weather/WaterPercentFill.d.ts +6 -0
- package/dist/icons/Weather/WaterPercentFill.js +5 -0
- package/dist/icons/Weather/WaterPercentLine.d.ts +6 -0
- package/dist/icons/Weather/WaterPercentLine.js +5 -0
- package/dist/icons/Weather/WindyFill.d.ts +6 -0
- package/dist/icons/Weather/WindyFill.js +5 -0
- package/dist/icons/Weather/WindyLine.d.ts +6 -0
- package/dist/icons/Weather/WindyLine.js +5 -0
- package/dist/icons/custom/ai-helper.svg +4 -0
- package/dist/icons/custom/badge-color.svg +4 -0
- package/dist/icons/custom/badge-gold.svg +11 -0
- package/dist/icons/custom/badge-green.svg +11 -0
- package/dist/icons/custom/badge-silver.svg +11 -0
- package/dist/icons/custom/badge.svg +4 -0
- package/dist/icons/custom/basic-plus.svg +32 -0
- package/dist/icons/custom/basic.svg +3 -0
- package/dist/icons/custom/board-color.svg +5 -0
- package/dist/icons/custom/board.svg +5 -0
- package/dist/icons/custom/cast-cloudy-color.svg +6 -0
- package/dist/icons/custom/cast-cloudy.svg +3 -0
- package/dist/icons/custom/cast-partly-color.svg +7 -0
- package/dist/icons/custom/cast-partly.svg +4 -0
- package/dist/icons/custom/cast-rainbow-color.svg +13 -0
- package/dist/icons/custom/cast-rainbow.svg +12 -0
- package/dist/icons/custom/cast-sunny-color.svg +4 -0
- package/dist/icons/custom/cast-sunny.svg +3 -0
- package/dist/icons/custom/clap-bronze.svg +8 -0
- package/dist/icons/custom/clap-gold.svg +8 -0
- package/dist/icons/custom/clap-silver.svg +8 -0
- package/dist/icons/custom/class.svg +13 -0
- package/dist/icons/custom/ebook-color.svg +5 -0
- package/dist/icons/custom/ebook.svg +3 -0
- package/dist/icons/custom/embedded-color.svg +39 -0
- package/dist/icons/custom/embedded.svg +5 -0
- package/dist/icons/custom/emo-clap-color.svg +252 -0
- package/dist/icons/custom/emo-clap.svg +6 -0
- package/dist/icons/custom/emo-good-color.svg +69 -0
- package/dist/icons/custom/emo-good.svg +13 -0
- package/dist/icons/custom/emo-great-color.svg +68 -0
- package/dist/icons/custom/emo-great.svg +13 -0
- package/dist/icons/custom/emo-heart-color.svg +239 -0
- package/dist/icons/custom/emo-heart.svg +5 -0
- package/dist/icons/custom/emo-hundred-color.svg +194 -0
- package/dist/icons/custom/emo-hundred.svg +3 -0
- package/dist/icons/custom/emo-neutral-color.svg +77 -0
- package/dist/icons/custom/emo-neutral.svg +15 -0
- package/dist/icons/custom/emo-stars-color.svg +121 -0
- package/dist/icons/custom/emo-stars.svg +14 -0
- package/dist/icons/custom/emo-thumbup-color.svg +238 -0
- package/dist/icons/custom/emo-thumbup.svg +3 -0
- package/dist/icons/custom/empty.svg +1 -0
- package/dist/icons/custom/entry-color.svg +4 -0
- package/dist/icons/custom/entry.svg +4 -0
- package/dist/icons/custom/fab.svg +10 -0
- package/dist/icons/custom/google.svg +14 -0
- package/dist/icons/custom/grant-alt.svg +6 -0
- package/dist/icons/custom/grant.svg +5 -0
- package/dist/icons/custom/hand-fill.svg +4 -0
- package/dist/icons/custom/hand-line.svg +3 -0
- package/dist/icons/custom/judge-color.svg +6 -0
- package/dist/icons/custom/judge.svg +3 -0
- package/dist/icons/custom/makecode-color.svg +4 -0
- package/dist/icons/custom/makecode.svg +5 -0
- package/dist/icons/custom/master.svg +13 -0
- package/dist/icons/custom/material.svg +6 -0
- package/dist/icons/custom/medal-bronze.svg +9 -0
- package/dist/icons/custom/medal-gold.svg +9 -0
- package/dist/icons/custom/medal-silver.svg +9 -0
- package/dist/icons/custom/pdf-color.svg +12 -0
- package/dist/icons/custom/pdf.svg +3 -0
- package/dist/icons/custom/pro.svg +5 -0
- package/dist/icons/custom/problem.svg +7 -0
- package/dist/icons/custom/python-color.svg +4 -0
- package/dist/icons/custom/python.svg +8 -0
- package/dist/icons/custom/quiz-color.svg +12 -0
- package/dist/icons/custom/quiz.svg +4 -0
- package/dist/icons/custom/resource-color.svg +14 -0
- package/dist/icons/custom/resource.svg +11 -0
- package/dist/icons/custom/scratch-color.svg +6 -0
- package/dist/icons/custom/scratch.svg +3 -0
- package/dist/icons/custom/scroll-alt.svg +6 -0
- package/dist/icons/custom/scroll-fill.svg +5 -0
- package/dist/icons/custom/scroll-line.svg +6 -0
- package/dist/icons/custom/symbol.svg +5 -0
- package/dist/icons/custom/type-helper.svg +9 -0
- package/dist/icons/custom/whale.svg +8 -0
- package/dist/icons/custom/worksheet-color.svg +5 -0
- package/dist/icons/custom/worksheet.svg +4 -0
- package/dist/icons/index.d.ts +2892 -0
- package/dist/icons/index.js +2892 -0
- package/dist/index.d.ts +47 -0
- package/dist/index.js +47 -0
- package/dist/patterns/Accordion.d.ts +12 -0
- package/dist/patterns/Accordion.js +31 -0
- package/dist/patterns/Dropdown/Dropdown.d.ts +42 -0
- package/dist/patterns/Dropdown/Dropdown.js +57 -0
- package/dist/patterns/Dropdown/DropdownContext.d.ts +11 -0
- package/dist/patterns/Dropdown/DropdownContext.js +9 -0
- package/dist/patterns/Dropdown/DropdownItem/DropdownItem.d.ts +50 -0
- package/dist/patterns/Dropdown/DropdownItem/DropdownItem.js +129 -0
- package/dist/patterns/Dropdown/DropdownItem/index.d.ts +1 -0
- package/dist/patterns/Dropdown/DropdownItem/index.js +1 -0
- package/dist/patterns/Dropdown/DropdownItem/selected.d.ts +8 -0
- package/dist/patterns/Dropdown/DropdownItem/selected.js +33 -0
- package/dist/patterns/Dropdown/DropdownMenu/DropdownMenu.d.ts +37 -0
- package/dist/patterns/Dropdown/DropdownMenu/DropdownMenu.js +92 -0
- package/dist/patterns/Dropdown/DropdownMenu/index.d.ts +1 -0
- package/dist/patterns/Dropdown/DropdownMenu/index.js +1 -0
- package/dist/patterns/Dropdown/DropdownMenu/style.d.ts +8 -0
- package/dist/patterns/Dropdown/DropdownMenu/style.js +104 -0
- package/dist/patterns/Dropdown/index.d.ts +3 -0
- package/dist/patterns/Dropdown/index.js +3 -0
- package/dist/patterns/LexicalEditor/LexicalCustomConfigContext.d.ts +7 -0
- package/dist/patterns/LexicalEditor/LexicalCustomConfigContext.js +6 -0
- package/dist/patterns/LexicalEditor/LexicalEditor.d.ts +24 -0
- package/dist/patterns/LexicalEditor/LexicalEditor.js +64 -0
- package/dist/patterns/LexicalEditor/Plugins.d.ts +14 -0
- package/dist/patterns/LexicalEditor/Plugins.js +92 -0
- package/dist/patterns/LexicalEditor/components/FileSelectInput.d.ts +11 -0
- package/dist/patterns/LexicalEditor/components/FileSelectInput.js +40 -0
- package/dist/patterns/LexicalEditor/components/InsertImageDialog/ImagePreview.d.ts +7 -0
- package/dist/patterns/LexicalEditor/components/InsertImageDialog/ImagePreview.js +13 -0
- package/dist/patterns/LexicalEditor/components/InsertImageDialog/InsertImageDialog.d.ts +16 -0
- package/dist/patterns/LexicalEditor/components/InsertImageDialog/InsertImageDialog.js +64 -0
- package/dist/patterns/LexicalEditor/components/InsertImageDialog/index.d.ts +1 -0
- package/dist/patterns/LexicalEditor/components/InsertImageDialog/index.js +1 -0
- package/dist/patterns/LexicalEditor/convertToMarkdown.d.ts +3 -0
- package/dist/patterns/LexicalEditor/convertToMarkdown.js +21 -0
- package/dist/patterns/LexicalEditor/hr.svg +3 -0
- package/dist/patterns/LexicalEditor/index.d.ts +4 -0
- package/dist/patterns/LexicalEditor/index.js +4 -0
- package/dist/patterns/LexicalEditor/nodes/ColoredQuoteNode.d.ts +21 -0
- package/dist/patterns/LexicalEditor/nodes/ColoredQuoteNode.js +50 -0
- package/dist/patterns/LexicalEditor/nodes/Form/FormInput.d.ts +11 -0
- package/dist/patterns/LexicalEditor/nodes/Form/FormInput.js +62 -0
- package/dist/patterns/LexicalEditor/nodes/Form/index.d.ts +1 -0
- package/dist/patterns/LexicalEditor/nodes/Form/index.js +1 -0
- package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageComponent.d.ts +20 -0
- package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageComponent.js +226 -0
- package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageNode.d.ts +58 -0
- package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageNode.js +124 -0
- package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageNotAvailable.d.ts +1 -0
- package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageNotAvailable.js +4 -0
- package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageResizer.d.ts +24 -0
- package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageResizer.js +233 -0
- package/dist/patterns/LexicalEditor/nodes/ImageNode/index.d.ts +1 -0
- package/dist/patterns/LexicalEditor/nodes/ImageNode/index.js +1 -0
- package/dist/patterns/LexicalEditor/nodes/LayoutContainerNode.d.ts +30 -0
- package/dist/patterns/LexicalEditor/nodes/LayoutContainerNode.js +87 -0
- package/dist/patterns/LexicalEditor/nodes/LayoutItemNode.d.ts +22 -0
- package/dist/patterns/LexicalEditor/nodes/LayoutItemNode.js +45 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/InputComponent.d.ts +10 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/InputComponent.js +86 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/ProblemInputNode.d.ts +48 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/ProblemInputNode.js +95 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SegmentedInput.d.ts +13 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SegmentedInput.js +128 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormCharacterNumber.d.ts +7 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormCharacterNumber.js +12 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormPlaceholder.d.ts +6 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormPlaceholder.js +9 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormSolution.d.ts +9 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormSolution.js +28 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/SettingForm.d.ts +10 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/SettingForm.js +145 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/TextTypeDropdown.d.ts +7 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/TextTypeDropdown.js +25 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/index.d.ts +4 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/index.js +4 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/TextInput.d.ts +7 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/TextInput.js +45 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/index.js +2 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/ProblemSelectNode.d.ts +48 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/ProblemSelectNode.js +91 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxComponent.d.ts +19 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxComponent.js +104 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxEdit.d.ts +9 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxEdit.js +13 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxView.d.ts +10 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxView.js +61 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/index.js +2 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectComponent.d.ts +9 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectComponent.js +87 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/FormSelection.d.ts +9 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/FormSelection.js +105 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/SettingForm.d.ts +11 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/SettingForm.js +151 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/index.d.ts +1 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/index.js +1 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/index.js +2 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/Evaluation.d.ts +16 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/Evaluation.js +103 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormIconAndLabel.d.ts +7 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormIconAndLabel.js +52 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormLabel.d.ts +7 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormLabel.js +30 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/index.d.ts +1 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/index.js +1 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormQuestion.d.ts +9 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormQuestion.js +44 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/SettingForm.d.ts +17 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/SettingForm.js +110 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/index.d.ts +1 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/index.js +1 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/index.js +2 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/EvaluationComponent.d.ts +10 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/EvaluationComponent.js +59 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/index.d.ts +1 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/index.js +1 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/SelfEvaluationNode.d.ts +45 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/SelfEvaluationNode.js +81 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/iconData.d.ts +14 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/iconData.js +61 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/index.d.ts +1 -0
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/index.js +1 -0
- package/dist/patterns/LexicalEditor/nodes/SheetInputNode/InputComponent.d.ts +7 -0
- package/dist/patterns/LexicalEditor/nodes/SheetInputNode/InputComponent.js +80 -0
- package/dist/patterns/LexicalEditor/nodes/SheetInputNode/SettingForm.d.ts +11 -0
- package/dist/patterns/LexicalEditor/nodes/SheetInputNode/SettingForm.js +93 -0
- package/dist/patterns/LexicalEditor/nodes/SheetInputNode/SheetInputNode.d.ts +33 -0
- package/dist/patterns/LexicalEditor/nodes/SheetInputNode/SheetInputNode.js +77 -0
- package/dist/patterns/LexicalEditor/nodes/SheetInputNode/index.d.ts +1 -0
- package/dist/patterns/LexicalEditor/nodes/SheetInputNode/index.js +1 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxComponent.d.ts +18 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxComponent.js +92 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxEdit.d.ts +8 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxEdit.js +7 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxView.d.ts +9 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxView.js +43 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/index.d.ts +2 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/index.js +2 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectComponent.d.ts +9 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectComponent.js +85 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/FormAllowMultipleAnswers.d.ts +6 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/FormAllowMultipleAnswers.js +10 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/FormSelection.d.ts +10 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/FormSelection.js +86 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/SettingForm.d.ts +13 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/SettingForm.js +158 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/index.d.ts +1 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/index.js +1 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/index.d.ts +1 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/index.js +1 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SheetSelectNode.d.ts +43 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SheetSelectNode.js +82 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/index.d.ts +1 -0
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/index.js +1 -0
- package/dist/patterns/LexicalEditor/nodes/index.d.ts +10 -0
- package/dist/patterns/LexicalEditor/nodes/index.js +10 -0
- package/dist/patterns/LexicalEditor/nodes/nodes.d.ts +19 -0
- package/dist/patterns/LexicalEditor/nodes/nodes.js +44 -0
- package/dist/patterns/LexicalEditor/plugins/ActionsPlugin/index.d.ts +9 -0
- package/dist/patterns/LexicalEditor/plugins/ActionsPlugin/index.js +24 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/ComponentAdder.d.ts +10 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/ComponentAdder.js +68 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/ComponentAdderPlugin.d.ts +13 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/ComponentAdderPlugin.js +254 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/index.d.ts +1 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/index.js +1 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/menu.svg +8 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/plus.svg +3 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/useContextMenuOptions.d.ts +9 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/useContextMenuOptions.js +361 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/useDraggableBlockMenu.d.ts +16 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/useDraggableBlockMenu.js +234 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/useFloatingMenu.d.ts +20 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/useFloatingMenu.js +158 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuItem.d.ts +10 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuItem.js +41 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuList.d.ts +9 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuList.js +53 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuPlugin.d.ts +43 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuPlugin.js +329 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/index.d.ts +3 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/index.js +3 -0
- package/dist/patterns/LexicalEditor/plugins/FloatingLinkEditorPlugin/FloatingLinkEditor.d.ts +11 -0
- package/dist/patterns/LexicalEditor/plugins/FloatingLinkEditorPlugin/FloatingLinkEditor.js +218 -0
- package/dist/patterns/LexicalEditor/plugins/FloatingLinkEditorPlugin/index.d.ts +6 -0
- package/dist/patterns/LexicalEditor/plugins/FloatingLinkEditorPlugin/index.js +78 -0
- package/dist/patterns/LexicalEditor/plugins/FloatingTextFormatToolbarPlugin/FloatingTextFormatPopup.d.ts +13 -0
- package/dist/patterns/LexicalEditor/plugins/FloatingTextFormatToolbarPlugin/FloatingTextFormatPopup.js +60 -0
- package/dist/patterns/LexicalEditor/plugins/FloatingTextFormatToolbarPlugin/index.d.ts +4 -0
- package/dist/patterns/LexicalEditor/plugins/FloatingTextFormatToolbarPlugin/index.js +190 -0
- package/dist/patterns/LexicalEditor/plugins/ImagesPlugin/index.d.ts +14 -0
- package/dist/patterns/LexicalEditor/plugins/ImagesPlugin/index.js +151 -0
- package/dist/patterns/LexicalEditor/plugins/LayoutPlugin/index.d.ts +14 -0
- package/dist/patterns/LexicalEditor/plugins/LayoutPlugin/index.js +125 -0
- package/dist/patterns/LexicalEditor/plugins/ListMaxIndentLevelPlugin/index.d.ts +12 -0
- package/dist/patterns/LexicalEditor/plugins/ListMaxIndentLevelPlugin/index.js +49 -0
- package/dist/patterns/LexicalEditor/plugins/MarkdownTransformers/index.d.ts +14 -0
- package/dist/patterns/LexicalEditor/plugins/MarkdownTransformers/index.js +234 -0
- package/dist/patterns/LexicalEditor/plugins/ProblemInputPlugin/index.d.ts +5 -0
- package/dist/patterns/LexicalEditor/plugins/ProblemInputPlugin/index.js +20 -0
- package/dist/patterns/LexicalEditor/plugins/ProblemSelectPlugin/index.d.ts +5 -0
- package/dist/patterns/LexicalEditor/plugins/ProblemSelectPlugin/index.js +20 -0
- package/dist/patterns/LexicalEditor/plugins/SelfEvaluationPlugin/index.d.ts +5 -0
- package/dist/patterns/LexicalEditor/plugins/SelfEvaluationPlugin/index.js +20 -0
- package/dist/patterns/LexicalEditor/plugins/SheetInputPlugin/index.d.ts +5 -0
- package/dist/patterns/LexicalEditor/plugins/SheetInputPlugin/index.js +20 -0
- package/dist/patterns/LexicalEditor/plugins/SheetSelectPlugin/index.d.ts +5 -0
- package/dist/patterns/LexicalEditor/plugins/SheetSelectPlugin/index.js +20 -0
- package/dist/patterns/LexicalEditor/theme.d.ts +39 -0
- package/dist/patterns/LexicalEditor/theme.js +296 -0
- package/dist/patterns/LexicalEditor/utils/getDOMRangeRect.d.ts +8 -0
- package/dist/patterns/LexicalEditor/utils/getDOMRangeRect.js +22 -0
- package/dist/patterns/LexicalEditor/utils/getSelectedNode.d.ts +2 -0
- package/dist/patterns/LexicalEditor/utils/getSelectedNode.js +24 -0
- package/dist/patterns/LexicalEditor/utils/guard.d.ts +8 -0
- package/dist/patterns/LexicalEditor/utils/guard.js +10 -0
- package/dist/patterns/LexicalEditor/utils/point.d.ts +21 -0
- package/dist/patterns/LexicalEditor/utils/point.js +41 -0
- package/dist/patterns/LexicalEditor/utils/rect.d.ts +45 -0
- package/dist/patterns/LexicalEditor/utils/rect.js +99 -0
- package/dist/patterns/LexicalEditor/utils/setFloatingElemPosition.d.ts +1 -0
- package/dist/patterns/LexicalEditor/utils/setFloatingElemPosition.js +36 -0
- package/dist/patterns/LexicalEditor/utils/setFloatingElemPositionForLinkEditor.d.ts +1 -0
- package/dist/patterns/LexicalEditor/utils/setFloatingElemPositionForLinkEditor.js +32 -0
- package/dist/patterns/LexicalEditor/utils/url.d.ts +9 -0
- package/dist/patterns/LexicalEditor/utils/url.js +34 -0
- package/dist/patterns/SegmentedControl/SegmentedControlButton.d.ts +13 -0
- package/dist/patterns/SegmentedControl/SegmentedControlButton.js +48 -0
- package/dist/patterns/SegmentedControl/SegmentedControlGroup.d.ts +35 -0
- package/dist/patterns/SegmentedControl/SegmentedControlGroup.js +46 -0
- package/dist/patterns/SegmentedControl/SegmentedControlGroupPropsContext.d.ts +6 -0
- package/dist/patterns/SegmentedControl/SegmentedControlGroupPropsContext.js +5 -0
- package/dist/patterns/SegmentedControl/SegmentedControlSquareButton.d.ts +12 -0
- package/dist/patterns/SegmentedControl/SegmentedControlSquareButton.js +48 -0
- package/dist/patterns/SegmentedControl/index.d.ts +3 -0
- package/dist/patterns/SegmentedControl/index.js +3 -0
- package/dist/patterns/ToggleButtonGroup/ToggleButton.d.ts +9 -0
- package/dist/patterns/ToggleButtonGroup/ToggleButton.js +56 -0
- package/dist/patterns/ToggleButtonGroup/ToggleButtonGroup.d.ts +29 -0
- package/dist/patterns/ToggleButtonGroup/ToggleButtonGroup.js +47 -0
- package/dist/patterns/ToggleButtonGroup/index.d.ts +1 -0
- package/dist/patterns/ToggleButtonGroup/index.js +1 -0
- package/dist/utils/hover.d.ts +3 -0
- package/dist/utils/hover.js +21 -0
- package/dist/utils/reset.d.ts +2 -0
- package/dist/utils/reset.js +17 -0
- package/dist/utils/zIndex.d.ts +9 -0
- package/dist/utils/zIndex.js +13 -0
- package/package.json +1 -1
|
@@ -0,0 +1,561 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
3
|
+
/* eslint-disable react/display-name */
|
|
4
|
+
import { uid } from "uid";
|
|
5
|
+
import { useMemo, forwardRef } from "react";
|
|
6
|
+
import customClassSvgImport from "./custom/class.svg";
|
|
7
|
+
export const customClassSvg = customClassSvgImport;
|
|
8
|
+
export const CustomClassIcon = forwardRef((props, ref) => {
|
|
9
|
+
const uniqueId = useMemo(uid, []);
|
|
10
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("rect", { x: "1.5", y: "1.5", width: "21", height: "21", rx: "10", fill: "#FFFAE6" }), _jsxs("g", Object.assign({ clipPath: `url(#clip0_${uniqueId})` }, { children: [_jsx("path", { d: "M11.799 12.0505C11.5969 11.6463 11.1122 11.5053 10.7086 11.7074L9.214 12.4747C9.214 12.4747 8.3862 11.889 8.12359 11.7074C7.96202 11.5864 7.45736 11.1822 6.97208 11.0207C6.44685 10.8391 5.07326 10.7175 4.68962 11.6264C4.28541 12.5758 4.34651 15.0192 4.36649 16.7764C4.36649 16.938 4.46754 17.0391 4.6291 17.0391H7.51728C7.69882 17.0391 7.75992 16.938 7.7799 16.7964C7.79987 16.7153 7.96144 14.7161 7.94146 13.8477V13.5446L8.70874 14.0698C8.85033 14.1709 8.99133 14.2114 9.1529 14.2114C9.27392 14.2114 9.39554 14.1914 9.51656 14.1303L11.4553 13.1204C11.8595 12.9183 12.0005 12.4336 11.7984 12.05L11.799 12.0505Z", fill: "#FF9100" }), _jsx("path", { d: "M19.1646 7.1225H9.9543C9.69168 7.1225 9.4696 7.34457 9.4696 7.60719V10.8167L9.83503 10.6293C10.1335 10.4801 10.4531 10.4043 10.7703 10.4043C11.5312 10.4043 12.215 10.8232 12.5575 11.4977C12.8019 11.9688 12.8489 12.5276 12.6862 13.0322C12.5211 13.5463 12.1627 13.9628 11.678 14.2049L9.75689 15.2054C9.66289 15.2524 9.56654 15.2894 9.47019 15.3206V16.4932C9.47019 16.7558 9.69227 16.9779 9.95488 16.9779H19.1646C19.4272 16.9779 19.6493 16.7558 19.6493 16.4932V7.60719C19.6493 7.34457 19.4272 7.1225 19.1646 7.1225Z", fill: "#FFE98A" }), _jsx("path", { d: "M6.36587 10.4754C7.33636 10.4754 8.1231 9.68866 8.1231 8.71817C8.1231 7.74768 7.33636 6.96094 6.36587 6.96094C5.39538 6.96094 4.60864 7.74768 4.60864 8.71817C4.60864 9.68866 5.39538 10.4754 6.36587 10.4754Z", fill: "#FF9100" })] })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: `clip0_${uniqueId}` }, { children: _jsx("rect", { width: "18", height: "18", fill: "white", transform: "translate(3 3)" }) })) })] })));
|
|
11
|
+
});
|
|
12
|
+
import customMaterialSvgImport from "./custom/material.svg";
|
|
13
|
+
export const customMaterialSvg = customMaterialSvgImport;
|
|
14
|
+
export const CustomMaterialIcon = forwardRef((props, ref) => (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M4 4C4 2.89543 4.89543 2 6 2H18C19.1046 2 20 2.89543 20 4V20C20 21.1046 19.1046 22 18 22H6C4.89543 22 4 21.1046 4 20V4Z", fill: "#C5DBFF" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.58578 14.5858C3.96086 14.2107 4.46957 14 5 14H8.17C8.69814 13.9996 9.20502 14.2081 9.58 14.58L11 16H20C20.5305 16 21.0392 16.2107 21.4143 16.5858C21.7893 16.9609 22 17.4696 22 18V19H22V20C22 20.5304 21.7893 21.0391 21.4142 21.4142C21.0392 21.7893 20.5304 22 20 22H5C4.46957 22 3.96089 21.7893 3.58582 21.4142C3.21074 21.0391 3 20.5304 3 20V19.57V19V16C3 15.4696 3.21071 14.9609 3.58578 14.5858Z", fill: "#5599FF" }), _jsx("path", { d: "M6 6C6 5.44772 6.44772 5 7 5H17C17.5523 5 18 5.44772 18 6V8C18 8.55228 17.5523 9 17 9H7C6.44772 9 6 8.55228 6 8V6Z", fill: "#82ACE8" }), _jsx("path", { d: "M17.4 10H6.6C6.26863 10 6 10.2239 6 10.5V11.5C6 11.7761 6.26863 12 6.6 12H17.4C17.7313 12 18 11.7761 18 11.5V10.5C18 10.2239 17.7313 10 17.4 10Z", fill: "#82ACE8" })] }))));
|
|
15
|
+
import customProblemSvgImport from "./custom/problem.svg";
|
|
16
|
+
export const customProblemSvg = customProblemSvgImport;
|
|
17
|
+
export const CustomProblemIcon = forwardRef((props, ref) => (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("rect", { x: "1.5", y: "1.5", width: "21", height: "21", rx: "10", fill: "#F4FAE8" }), _jsx("path", { d: "M17.6719 8.48577V18.9031C17.6719 19.2326 17.4052 19.5 17.0766 19.5H7.33644C7.0079 19.5 6.74121 19.2326 6.74121 18.9031V5.34721C6.74121 5.01771 7.0079 4.75024 7.33644 4.75024H13.9472C14.1053 4.75024 14.2565 4.81297 14.3685 4.92534L17.4973 8.06321C17.6086 8.17488 17.6719 8.32722 17.6719 8.48577Z", fill: "#B3ECCD" }), _jsx("path", { d: "M13.9912 4.94874V8.28721C13.9912 8.39681 14.0799 8.48505 14.1885 8.48505H17.4732C17.6485 8.48505 17.7372 8.27273 17.6141 8.14796L14.3294 4.80949C14.205 4.68334 13.9912 4.77158 13.9912 4.94874Z", fill: "#43C422" }), _jsx("path", { d: "M8.74482 13.1685C8.87885 13.1086 8.97439 13.0148 9.03212 12.888C9.08986 12.7611 9.11873 12.5922 9.11873 12.382V11.7064C9.11873 11.2356 9.20258 10.8785 9.37029 10.6345C9.538 10.3905 9.76138 10.2278 10.0398 10.1465C10.3181 10.0651 10.6962 10.0251 11.1732 10.0251V10.9682C10.9415 10.9682 10.7642 10.9985 10.6419 11.0585C10.5195 11.1184 10.435 11.2101 10.3889 11.3335C10.3429 11.4569 10.3202 11.6223 10.3202 11.8305V12.7198C10.3202 12.9479 10.2624 13.1437 10.1477 13.3071C10.0329 13.4705 9.81981 13.6028 9.50845 13.7035C9.19708 13.8048 8.762 13.8551 8.20251 13.8551V13.2602C8.43002 13.2602 8.61079 13.2299 8.74482 13.1699V13.1685ZM8.20251 13.2588H9.25963V14.3942H8.20251V13.2588ZM10.0398 17.5121C9.76138 17.4321 9.538 17.2694 9.37029 17.0254C9.20258 16.7814 9.11873 16.4236 9.11873 15.9535V15.2745C9.11873 15.0642 9.08986 14.8953 9.03212 14.7671C8.97439 14.6389 8.87816 14.5451 8.74482 14.4845C8.61079 14.4245 8.43002 14.3942 8.20251 14.3942V13.8027C8.76132 13.8027 9.19708 13.8524 9.50845 13.9516C9.81981 14.0509 10.0329 14.1832 10.1477 14.348C10.2624 14.5134 10.3202 14.7099 10.3202 14.9381V15.8273C10.3202 16.0355 10.3429 16.2009 10.3889 16.3243C10.435 16.4477 10.5188 16.5394 10.6419 16.5994C10.7649 16.6593 10.9415 16.6897 11.1732 16.6897V17.6327C10.6962 17.6327 10.3181 17.5927 10.0398 17.5127V17.5121Z", fill: "#1FBB26" }), _jsx("path", { d: "M14.3733 10.1443C14.6516 10.2243 14.875 10.3863 15.0427 10.631C15.2104 10.875 15.2943 11.2328 15.2943 11.7029V12.3819C15.2943 12.5922 15.3232 12.7617 15.3809 12.8893C15.4386 13.0175 15.5349 13.1112 15.6682 13.1719C15.8016 13.2326 15.983 13.2622 16.2105 13.2622V13.8536C15.6517 13.8536 15.2159 13.804 14.9046 13.7048C14.5932 13.6055 14.3802 13.4731 14.2654 13.3084C14.1506 13.1429 14.0935 12.9465 14.0935 12.7183V11.8291C14.0935 11.6209 14.0709 11.4554 14.0248 11.332C13.9788 11.2087 13.8942 11.117 13.7719 11.057C13.6495 10.997 13.4722 10.9667 13.2406 10.9667V10.0237C13.7176 10.0237 14.0956 10.0637 14.374 10.1436L14.3733 10.1443ZM15.6682 14.4872C15.5342 14.5471 15.4386 14.6409 15.3809 14.7677C15.3232 14.8952 15.2943 15.0634 15.2943 15.2737V15.9492C15.2943 16.4201 15.2104 16.7771 15.0427 17.0212C14.875 17.2652 14.6516 17.4279 14.3733 17.5092C14.0949 17.5906 13.7169 17.6305 13.2399 17.6305V16.6875C13.4715 16.6875 13.6488 16.6572 13.7712 16.5972C13.8935 16.5372 13.9781 16.4456 14.0241 16.3222C14.0702 16.1988 14.0928 16.0333 14.0928 15.8252V14.9359C14.0928 14.7077 14.1499 14.512 14.2647 14.3486C14.3795 14.1852 14.5925 14.0536 14.9039 13.9522C15.2153 13.8509 15.6503 13.8006 16.2098 13.8006V14.3955C15.9823 14.3955 15.8016 14.4258 15.6675 14.4858L15.6682 14.4872ZM16.2105 14.3968H15.1534V13.2615H16.2105V14.3968Z", fill: "#1FBB26" })] }))));
|
|
18
|
+
import customSymbolSvgImport from "./custom/symbol.svg";
|
|
19
|
+
export const customSymbolSvg = customSymbolSvgImport;
|
|
20
|
+
export const CustomSymbolIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: "currentColor", d: "M11.8927 2C6.98164 2 3 5.80096 3 10.4903C3 14.0308 5.26988 17.0622 8.4957 18.336C9.05262 18.5557 9.36122 19.1512 9.19366 19.7238L8.83323 20.9592C8.66206 21.5427 9.17196 22.1009 9.76987 21.9845C11.478 21.6495 14.564 20.7587 17.0701 18.4644C19.9898 15.7908 20.7854 12.9527 20.7854 10.4915C20.7854 5.80337 16.8037 2.0012 11.8927 2.0012V2Z" }) }))));
|
|
21
|
+
import customGoogleSvgImport from "./custom/google.svg";
|
|
22
|
+
export const customGoogleSvg = customGoogleSvgImport;
|
|
23
|
+
export const CustomGoogleIcon = forwardRef((props, ref) => (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M21.8 12.2273C21.8 11.5182 21.7364 10.8364 21.6182 10.1818H12.2V14.05H17.5818C17.35 15.3 16.6455 16.3591 15.5864 17.0682V19.5773H18.8182C20.7091 17.8364 21.8 15.2727 21.8 12.2273Z", fill: "#4285F4" }), _jsx("path", { d: "M12.2 22C14.9 22 17.1635 21.1045 18.818 19.5773L15.5862 17.0682C14.6908 17.6682 13.5454 18.0227 12.2 18.0227C9.59535 18.0227 7.39085 16.2636 6.60445 13.9H3.26355V16.4909C4.90905 19.7591 8.29085 22 12.2 22Z", fill: "#34A853" }), _jsx("path", { d: "M6.60445 13.9C6.40445 13.3 6.29085 12.6591 6.29085 12C6.29085 11.3409 6.40445 10.7 6.60445 10.1V7.50909H3.26355C2.58635 8.85909 2.19995 10.3864 2.19995 12C2.19995 13.6136 2.58635 15.1409 3.26355 16.4909L6.60445 13.9Z", fill: "#FBBC04" }), _jsx("path", { d: "M12.2 5.9773C13.6681 5.9773 14.9863 6.4818 16.0227 7.4727L18.8909 4.6045C17.1591 2.9909 14.8954 2 12.2 2C8.29085 2 4.90905 4.2409 3.26355 7.5091L6.60445 10.1C7.39085 7.7364 9.59535 5.9773 12.2 5.9773Z", fill: "#E94235" })] }))));
|
|
24
|
+
import customWhaleSvgImport from "./custom/whale.svg";
|
|
25
|
+
export const customWhaleSvg = customWhaleSvgImport;
|
|
26
|
+
export const CustomWhaleIcon = forwardRef((props, ref) => (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M11.1452 17.3571C12.1002 16.0221 12.8752 14.1821 14.0402 11.2271C15.8452 6.66707 17.2702 4.98207 20.8852 3.76207C20.8852 3.76207 17.5852 3.06207 13.8852 5.52207C10.4502 7.81207 9.38522 9.49207 7.06022 9.49207C6.40778 9.47711 5.76812 9.30813 5.19342 8.9989C4.61873 8.68968 4.12527 8.24897 3.75332 7.71274C3.38137 7.1765 3.14146 6.55993 3.05315 5.91332C2.96485 5.26672 3.03066 4.6084 3.24522 3.99207C3.25754 3.96749 3.25973 3.93905 3.25132 3.91287C3.2429 3.88669 3.22456 3.86486 3.20022 3.85207C3.17425 3.83729 3.14355 3.8332 3.11461 3.84067C3.08568 3.84814 3.06079 3.86657 3.04522 3.89207C1.5328 6.07067 0.866971 8.72613 1.17257 11.3606C1.47818 13.995 2.73422 16.4275 4.70522 18.2021C3.78258 19.1185 2.69069 19.847 1.49022 20.3471C1.46192 20.358 1.43758 20.3772 1.42042 20.4021C1.40326 20.4271 1.39407 20.4567 1.39407 20.4871C1.39407 20.5174 1.40326 20.547 1.42042 20.572C1.43758 20.597 1.46192 20.6162 1.49022 20.6271C3.5738 21.2563 5.81671 21.0907 7.78522 20.1621C8.37776 19.8703 8.93476 19.5112 9.44522 19.0921C10.1001 18.6073 10.6738 18.0216 11.1452 17.3571ZM12.0102 9.40707C12.1464 9.39082 12.2843 9.41643 12.4055 9.4805C12.5268 9.54457 12.6257 9.64406 12.689 9.76571C12.7523 9.88737 12.777 10.0254 12.7599 10.1615C12.7428 10.2976 12.6847 10.4252 12.5932 10.5274C12.5018 10.6296 12.3814 10.7015 12.248 10.7336C12.1147 10.7657 11.9748 10.7564 11.8468 10.7069C11.7189 10.6575 11.6091 10.5702 11.532 10.4568C11.4549 10.3434 11.4142 10.2092 11.4152 10.0721C11.407 9.90525 11.4649 9.74191 11.5762 9.61744C11.6876 9.49297 11.8435 9.41738 12.0102 9.40707Z", fill: "#193A97" }), _jsx("path", { d: "M21.1501 4.37203C17.7951 5.50703 16.3901 7.04703 14.6151 11.542C13.4951 14.387 12.6801 16.357 11.6601 17.777C11.1654 18.4757 10.5649 19.0931 9.88015 19.607C9.49226 19.9166 9.08104 20.1958 8.65015 20.442C9.73758 20.8095 10.8773 20.9986 12.0251 21.002C13.9701 21.0018 15.8797 20.4813 17.5558 19.4946C19.2319 18.5078 20.6137 17.0908 21.5578 15.3903C22.5019 13.6898 22.974 11.7677 22.9252 9.82335C22.8763 7.87896 22.3084 5.98302 21.2801 4.33203L21.1501 4.37203Z", fill: "#193A97" })] }))));
|
|
27
|
+
import customJudgeColorSvgImport from "./custom/judge-color.svg";
|
|
28
|
+
export const customJudgeColorSvg = customJudgeColorSvgImport;
|
|
29
|
+
export const CustomJudgeColorIcon = forwardRef((props, ref) => (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M20 7V20C20 20.5304 19.7893 21.0391 19.4142 21.4142C19.0391 21.7893 18.5304 22 18 22H6C5.46957 22 4.96086 21.7893 4.58578 21.4142C4.21071 21.0391 4 20.5304 4 20V4C4 3.46957 4.21071 2.96083 4.58578 2.58575C4.96086 2.21068 5.46957 2 6 2H15L20 7Z", fill: "#B3ECCD" }), _jsx("path", { d: "M16 7H20L15 2V6C15 6.26522 15.1054 6.51956 15.2929 6.70709C15.4804 6.89463 15.7348 7 16 7Z", fill: "#1FBB26" }), _jsx("path", { d: "M6.81263 12.9609C6.81263 12.9603 6.81302 12.9597 6.81362 12.9594C7.01394 12.8648 7.15678 12.7171 7.24316 12.5174C7.32967 12.3173 7.37293 12.051 7.37293 11.7194V10.654C7.37293 9.91148 7.49858 9.34834 7.74989 8.96348C8.0012 8.57863 8.33594 8.32206 8.75307 8.19378C9.01344 8.1137 9.33201 8.05904 9.70852 8.02927C10.1179 7.9969 10.4515 8.33537 10.4515 8.74605V8.74605C10.4515 9.15674 10.1001 9.44408 9.72086 9.60171C9.69795 9.61123 9.6761 9.62136 9.65531 9.63208C9.47198 9.72666 9.34529 9.87126 9.27629 10.0659C9.20728 10.2605 9.17329 10.5214 9.17329 10.8497V12.2521C9.17329 12.612 9.08677 12.9207 8.91477 13.1784C8.74277 13.436 8.42348 13.6448 7.95691 13.8035C7.5813 13.9321 7.08554 14.0087 6.46908 14.0336C6.21022 14.0441 6 13.8326 6 13.5736V13.5736C6 13.3145 6.21208 13.1132 6.46706 13.0672C6.59862 13.0436 6.71349 13.0086 6.81166 12.9625C6.81226 12.9622 6.81263 12.9616 6.81263 12.9609V12.9609ZM6 13.8943C6 13.4569 6.35461 13.1023 6.79203 13.1023V13.1023C7.22946 13.1023 7.58407 13.4569 7.58407 13.8943V13.9975C7.58407 14.492 7.18324 14.8928 6.6888 14.8928H6V13.8943ZM8.75307 19.8105C8.75307 19.8102 8.75286 19.8099 8.75255 19.8098C8.33566 19.6837 8.0011 19.4272 7.74989 19.0425C7.49858 18.6576 7.37293 18.0934 7.37293 17.3519V16.2811C7.37293 15.9495 7.32967 15.6832 7.24316 15.481C7.15664 15.2787 7.01245 15.1309 6.81263 15.0352C6.61179 14.9406 6.34091 14.8928 6 14.8928V14.8928C6 14.3777 6.4187 13.9514 6.93165 13.999C7.33857 14.0368 7.68046 14.1021 7.95691 14.1949C8.42348 14.3514 8.74277 14.5601 8.91477 14.82C9.08677 15.0809 9.17329 15.3907 9.17329 15.7506V17.153C9.17329 17.4813 9.20728 17.7422 9.27629 17.9368C9.34529 18.1314 9.47095 18.276 9.65531 18.3706C9.67614 18.3813 9.69799 18.3914 9.72088 18.4009C10.1002 18.5582 10.4515 18.8459 10.4515 19.2566V19.2566C10.4515 19.6673 10.1179 20.0057 9.70851 19.9735C9.33226 19.944 9.01386 19.8899 8.75358 19.8112C8.75328 19.8111 8.75307 19.8109 8.75307 19.8105V19.8105Z", fill: "#1FBB26" }), _jsx("path", { d: "M15.2472 8.18971C15.247 8.18996 15.2471 8.19037 15.2475 8.19047C15.6643 8.31665 15.9987 8.57206 16.2499 8.95778C16.5012 9.34263 16.6269 9.90686 16.6269 10.6483V11.7191C16.6269 12.0507 16.6701 12.3182 16.7566 12.5193C16.8432 12.7215 16.9874 12.8694 17.1872 12.965C17.2858 13.0122 17.402 13.0475 17.5354 13.0712C17.789 13.1162 17.9998 13.3162 17.9998 13.5738V13.5738C17.9998 13.8314 17.7908 14.0416 17.5334 14.0314C16.9162 14.0069 16.419 13.9316 16.0429 13.8054C15.5763 13.6488 15.257 13.4401 15.085 13.1803C14.913 12.9194 14.8275 12.6095 14.8275 12.2497V10.8473C14.8275 10.5189 14.7936 10.258 14.7245 10.0634C14.6555 9.86881 14.5289 9.72422 14.3455 9.62964C14.3247 9.61891 14.3029 9.60879 14.28 9.59926C13.9007 9.44164 13.5494 9.1543 13.5494 8.74361V8.65439C13.5494 8.29298 13.8428 7.99616 14.2034 8.02026C14.6186 8.048 14.9666 8.10423 15.2471 8.18895C15.2474 8.18905 15.2475 8.18946 15.2472 8.18971V8.18971ZM17.1867 15.0382C17.1869 15.0388 17.1867 15.0395 17.1861 15.0398C16.9858 15.1344 16.843 15.2821 16.7566 15.4818C16.6701 15.6829 16.6269 15.9482 16.6269 16.2797V17.3452C16.6269 18.0877 16.5012 18.6508 16.2499 19.0357C15.9986 19.4205 15.6639 19.6771 15.2467 19.8054C14.9864 19.8855 14.6678 19.9401 14.2913 19.9699C13.8819 20.0023 13.5483 19.6638 13.5483 19.2531V19.2531C13.5483 18.8424 13.8997 18.5551 14.2789 18.3975C14.3018 18.3879 14.3237 18.3778 14.3445 18.3671C14.5278 18.2725 14.6545 18.1279 14.7235 17.9333C14.7925 17.7387 14.8265 17.4778 14.8265 17.1495V15.747C14.8265 15.3872 14.912 15.0784 15.084 14.8208C15.256 14.5631 15.5753 14.3555 16.0419 14.1957C16.4175 14.067 16.9132 13.9905 17.5297 13.9656C17.7886 13.9551 17.9988 14.1665 17.9988 14.4256V14.4795C17.9988 14.7088 17.8116 14.8886 17.5849 14.9231C17.431 14.9465 17.2984 14.9844 17.1872 15.0366C17.1866 15.0369 17.1864 15.0376 17.1867 15.0382V15.0382ZM17.9998 14.1049C17.9998 14.5423 17.6452 14.8969 17.2078 14.8969V14.8969C16.7703 14.8969 16.4157 14.5423 16.4157 14.1049V13.8984C16.4157 13.461 16.7703 13.1064 17.2078 13.1064V13.1064C17.6452 13.1064 17.9998 13.461 17.9998 13.8984V14.1049Z", fill: "#1FBB26" })] }))));
|
|
30
|
+
import customResourceSvgImport from "./custom/resource.svg";
|
|
31
|
+
export const customResourceSvg = customResourceSvgImport;
|
|
32
|
+
export const CustomResourceIcon = forwardRef((props, ref) => {
|
|
33
|
+
const uniqueId = useMemo(uid, []);
|
|
34
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsxs("g", Object.assign({ clipPath: `url(#clip0_${uniqueId})` }, { children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.66989 11.9999H4.50003C4.15734 11.9999 3.82192 12.0462 3.5 12.1344V4.00005C3.5 2.89566 4.39514 2 5.50005 2H17.5004C18.6048 2 19.5004 2.89566 19.5004 4.00005V14H11.2318L10.3236 13.0919C9.61335 12.3878 8.67147 11.9999 7.66989 11.9999ZM6.5 5C5.94772 5 5.5 5.44772 5.5 6V8C5.5 8.55228 5.94772 9 6.5 9H16.5C17.0523 9 17.5 8.55228 17.5 8V6C17.5 5.44772 17.0523 5 16.5 5H6.5Z", fill: "currentColor" }), _jsx("path", { d: "M3.08568 14.5862C3.46056 14.2113 3.9694 14.0005 4.50005 14.0005H7.66992C8.19797 14.0005 8.70473 14.2087 9.08013 14.5805L10.5002 16.0005H19.4999C20.0306 16.0005 20.5389 16.2113 20.9143 16.5862C21.2892 16.9611 21.5 17.4699 21.5 18.0006V19.0006V20.0006C21.5 20.5313 21.2892 21.0396 20.9143 21.415C20.5394 21.7899 20.0306 22.0007 19.4999 22.0007H4.50005C3.9694 22.0007 3.46108 21.7899 3.08568 21.415C2.71081 21.0401 2.5 20.5313 2.5 20.0006V16.0005C2.5 15.4699 2.71081 14.9616 3.08568 14.5862Z", fill: "currentColor" })] })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: `clip0_${uniqueId}` }, { children: _jsx("rect", { width: "19", height: "20", fill: "white", transform: "translate(2.5 2)" }) })) })] })));
|
|
35
|
+
});
|
|
36
|
+
import customResourceColorSvgImport from "./custom/resource-color.svg";
|
|
37
|
+
export const customResourceColorSvg = customResourceColorSvgImport;
|
|
38
|
+
export const CustomResourceColorIcon = forwardRef((props, ref) => {
|
|
39
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M4 4C4 2.89543 4.89543 2 6 2H18C19.1046 2 20 2.89543 20 4V20C20 21.1046 19.1046 22 18 22H6C4.89543 22 4 21.1046 4 20V4Z", fill: "#C5DBFF" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.58578 14.5858C3.96086 14.2107 4.46957 14 5 14H8.17C8.69814 13.9996 9.20502 14.2081 9.58 14.58L11 16H20C20.5305 16 21.0392 16.2107 21.4143 16.5858C21.7893 16.9609 22 17.4696 22 18V19H22V20C22 20.5304 21.7893 21.0391 21.4142 21.4142C21.0392 21.7893 20.5304 22 20 22H5C4.46957 22 3.96089 21.7893 3.58582 21.4142C3.21074 21.0391 3 20.5304 3 20V19.57V19V16C3 15.4696 3.21071 14.9609 3.58578 14.5858Z", fill: "#5599FF" }), _jsx("path", { d: "M6 6C6 5.44772 6.44772 5 7 5H17C17.5523 5 18 5.44772 18 6V8C18 8.55228 17.5523 9 17 9H7C6.44772 9 6 8.55228 6 8V6Z", fill: "#82ACE8" }), _jsx("path", { d: "M17.4 10H6.6C6.26863 10 6 10.2239 6 10.5V11.5C6 11.7761 6.26863 12 6.6 12H17.4C17.7313 12 18 11.7761 18 11.5V10.5C18 10.2239 17.7313 10 17.4 10Z", fill: "#82ACE8" })] })));
|
|
40
|
+
});
|
|
41
|
+
import customFabSvgImport from "./custom/fab.svg";
|
|
42
|
+
export const customFabSvg = customFabSvgImport;
|
|
43
|
+
export const CustomFabIcon = forwardRef((props, ref) => {
|
|
44
|
+
const uniqueId = useMemo(uid, []);
|
|
45
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("g", Object.assign({ clipPath: `url(#clip0_${uniqueId})` }, { children: _jsx("path", { d: "M12.002 2C6.47589 2 2 6.47589 2 12.002C2 17.5281 6.47589 22.004 12.002 22.004C17.5281 22.004 22.004 17.5281 22.004 12.002C22.004 6.47589 17.5281 2 12.002 2ZM19.5035 12.002C18.9284 11.3769 18.2282 10.8268 17.4281 10.3767C17.7907 9.47649 18.0657 8.62632 18.2658 7.87617C19.0534 9.06391 19.516 10.4767 19.516 12.002H19.5035ZM17.253 6.66343C17.0655 7.5136 16.7529 8.62633 16.2779 9.82657C15.0026 9.31396 13.5398 9.0139 11.9895 9.0139C10.4392 9.0139 8.9889 9.31396 7.70114 9.82657C7.22604 8.62633 6.92599 7.5136 6.72595 6.66343C8.07622 5.32566 9.93909 4.5005 11.977 4.5005C14.0149 4.5005 15.8778 5.32566 17.228 6.66343H17.253ZM15.7778 10.9643C15.2527 12.052 14.59 13.1522 13.7273 14.1149C13.1897 14.7275 12.6021 15.2401 11.9895 15.6902C11.3894 15.2401 10.8018 14.7275 10.2517 14.1149C9.38898 13.1522 8.72634 12.052 8.20124 10.9643C9.32646 10.5142 10.6142 10.2642 11.9895 10.2642C13.3648 10.2642 14.6525 10.5142 15.7778 10.9643ZM5.73825 7.87617C5.93829 8.62632 6.21334 9.47649 6.57591 10.3767C5.77575 10.8268 5.06311 11.3769 4.5005 12.002C4.5005 10.4767 4.96309 9.06391 5.75075 7.87617H5.73825ZM4.71304 13.7774C5.22565 12.8897 6.05081 12.1145 7.07601 11.5144C7.65113 12.6896 8.37628 13.8899 9.32647 14.9526C9.82657 15.5152 10.3517 15.9903 10.9018 16.4279C9.63903 17.1905 8.38878 17.6656 7.43859 17.9532C6.10082 16.928 5.12563 15.4652 4.71304 13.7774ZM8.83887 18.8034C9.80156 18.4533 10.9018 17.9407 12.002 17.2155C13.1022 17.9282 14.2024 18.4408 15.1651 18.8034C14.2024 19.2534 13.1397 19.516 12.002 19.516C10.8643 19.516 9.80156 19.2534 8.83887 18.8034ZM16.5654 17.9532C15.6152 17.6656 14.365 17.1905 13.1022 16.4279C13.6398 15.9903 14.1774 15.5027 14.6775 14.9526C15.6277 13.8899 16.3529 12.7021 16.928 11.5144C17.9532 12.1145 18.7784 12.8897 19.291 13.7774C18.8784 15.4652 17.9032 16.928 16.5654 17.9532Z", fill: "currentColor" }) })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: `clip0_${uniqueId}` }, { children: _jsx("rect", { width: "24", height: "24", fill: "white" }) })) })] })));
|
|
46
|
+
});
|
|
47
|
+
import customJudgeSvgImport from "./custom/judge.svg";
|
|
48
|
+
export const customJudgeSvg = customJudgeSvgImport;
|
|
49
|
+
export const CustomJudgeIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 7V20C20 20.5304 19.7893 21.0391 19.4142 21.4142C19.0391 21.7893 18.5304 22 18 22H6C5.46957 22 4.96086 21.7893 4.58578 21.4142C4.21071 21.0391 4 20.5304 4 20V4C4 3.46957 4.21071 2.96083 4.58578 2.58575C4.96086 2.21068 5.46957 2 6 2H15L20 7ZM6.81271 12.9602C6.81277 12.9601 6.81285 12.9599 6.81295 12.9598L6.81362 12.9592C7.01394 12.8646 7.15678 12.7169 7.24315 12.5172C7.32967 12.3172 7.37293 12.0508 7.37293 11.7192V10.6538C7.37293 9.9113 7.49858 9.34816 7.74989 8.96331C8.0012 8.57846 8.33593 8.32189 8.75306 8.1936C9.01344 8.11353 9.33201 8.05887 9.70851 8.02909C10.1179 7.99672 10.4515 8.33519 10.4515 8.74588C10.4515 9.15656 10.1001 9.4439 9.72086 9.60153C9.69795 9.61105 9.6761 9.62118 9.6553 9.63191C9.47197 9.72649 9.34529 9.87108 9.27628 10.0657C9.20727 10.2603 9.17329 10.5212 9.17329 10.8495V12.2519C9.17329 12.6118 9.08677 12.9205 8.91477 13.1782C8.74276 13.4358 8.42348 13.6446 7.95691 13.8033C7.84357 13.8421 7.7193 13.8762 7.58407 13.9055V13.9974C7.58407 14.0298 7.58234 14.0619 7.57897 14.0934C7.7162 14.1224 7.84219 14.1562 7.95691 14.1947C8.42348 14.3512 8.74276 14.56 8.91477 14.8198C9.08677 15.0807 9.17329 15.3905 9.17329 15.7504V17.1528C9.17329 17.4811 9.20727 17.7421 9.27628 17.9367C9.34529 18.1313 9.47094 18.2758 9.6553 18.3704C9.67613 18.3811 9.69799 18.3912 9.72087 18.4007C10.1002 18.558 10.4515 18.8458 10.4515 19.2565C10.4515 19.6671 10.1179 20.0055 9.7085 19.9734C9.33225 19.9438 9.01386 19.8897 8.75358 19.8111C8.75338 19.811 8.75322 19.8109 8.75314 19.8107C8.75309 19.8106 8.75306 19.8105 8.75306 19.8104C8.75306 19.81 8.75285 19.8098 8.75254 19.8097C8.33565 19.6835 8.00109 19.427 7.74989 19.0423C7.49858 18.6574 7.37293 18.0932 7.37293 17.3518V16.2809C7.37293 15.9493 7.32967 15.683 7.24315 15.4808C7.15664 15.2786 7.01244 15.1307 6.81263 15.0351C6.61179 14.9405 6.34091 14.8926 6 14.8926V13.8941C6 13.8316 6.00724 13.7708 6.02094 13.7124C6.00733 13.6685 6 13.6218 6 13.5734C6 13.3143 6.21207 13.113 6.46705 13.0671C6.59861 13.0434 6.71348 13.0084 6.81165 12.9623C6.81225 12.962 6.81263 12.9614 6.81263 12.9608C6.81263 12.9606 6.81266 12.9604 6.81271 12.9602ZM15.2473 8.19027C15.2472 8.19012 15.2472 8.18995 15.2474 8.18983C15.2476 8.18958 15.2475 8.18917 15.2472 8.18907C14.9667 8.10435 14.6187 8.04812 14.2035 8.02038C13.8429 7.99628 13.5495 8.2931 13.5495 8.65451V8.74373C13.5495 9.15442 13.9009 9.44176 14.2801 9.59939C14.303 9.60891 14.3248 9.61904 14.3456 9.62976C14.529 9.72434 14.6557 9.86894 14.7247 10.0635C14.7937 10.2581 14.8277 10.5191 14.8277 10.8474V12.2498C14.8277 12.6096 14.9131 12.9195 15.0851 13.1804C15.2571 13.4402 15.5764 13.649 16.043 13.8055C16.1563 13.8435 16.2806 13.8769 16.4158 13.9057V14.0933C16.2802 14.1227 16.1556 14.1569 16.042 14.1958C15.5754 14.3556 15.2561 14.5633 15.0841 14.8209C14.9121 15.0786 14.8266 15.3873 14.8266 15.7472V17.1496C14.8266 17.4779 14.7926 17.7388 14.7236 17.9334C14.6546 18.128 14.5279 18.2726 14.3446 18.3672C14.3238 18.3779 14.302 18.3881 14.2791 18.3976C13.8998 18.5552 13.5485 18.8425 13.5485 19.2532C13.5485 19.6639 13.882 20.0024 14.2914 19.97C14.6679 19.9402 14.9865 19.8856 15.2468 19.8055C15.664 19.6772 15.9987 19.4207 16.25 19.0358C16.5013 18.6509 16.627 18.0878 16.627 17.3453V16.2799C16.627 15.9483 16.6702 15.683 16.7568 15.4819C16.8431 15.2822 16.9859 15.1345 17.1862 15.0399C17.1868 15.0397 17.1871 15.0389 17.1868 15.0383C17.1865 15.0377 17.1867 15.037 17.1873 15.0367C17.2985 14.9846 17.4311 14.9466 17.585 14.9232C17.8117 14.8887 17.9989 14.709 17.9989 14.4797V14.4257C17.9989 14.378 17.9918 14.332 17.9785 14.2886C17.9925 14.2297 17.9999 14.1682 17.9999 14.105V13.8985C17.9999 13.8351 17.9925 13.7735 17.9784 13.7144C17.9924 13.6701 17.9999 13.6229 17.9999 13.5739C17.9999 13.3164 17.7891 13.1163 17.5355 13.0713C17.4021 13.0477 17.2859 13.0124 17.1873 12.9651C16.9875 12.8695 16.8433 12.7216 16.7568 12.5194C16.6702 12.3183 16.627 12.0508 16.627 11.7193V10.6484C16.627 9.90699 16.5013 9.34275 16.25 8.9579C15.9989 8.57219 15.6644 8.31678 15.2476 8.19059C15.2474 8.19054 15.2473 8.19041 15.2473 8.19027Z", fill: "currentColor" }) }))));
|
|
50
|
+
import customHandLineSvgImport from "./custom/hand-line.svg";
|
|
51
|
+
export const customHandLineSvg = customHandLineSvgImport;
|
|
52
|
+
export const CustomHandLineIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M13.6141 2.93998C13.173 2.3489 12.4612 2 11.5469 2C11.0757 2 10.6583 2.11223 10.3084 2.32887C9.96348 2.54245 9.72451 2.83229 9.56015 3.13234C9.46546 3.30521 9.39208 3.4878 9.33544 3.67294C9.03153 3.5713 8.66685 3.50974 8.23295 3.50974C7.64859 3.50974 7.11038 3.74872 6.72385 4.09041C6.33697 4.43241 6.04802 4.92629 6.04802 5.48803L6.04802 5.61053C5.84478 5.56069 5.61793 5.52968 5.36838 5.52968C4.51995 5.52968 3.8956 5.96049 3.51809 6.45582C3.15407 6.93344 2.96544 7.53494 3.00523 8.05145L3.51661 16.1352C3.79453 19.7263 7.27379 22 10.5358 22C13.3031 22 16.2078 20.1947 17.1989 17.2323C17.2619 17.0441 17.4093 16.7588 17.6463 16.382C17.8775 16.0144 18.172 15.5939 18.5026 15.1433C18.9073 14.5918 19.3473 14.0201 19.7797 13.4584C20.0625 13.0911 20.3421 12.7279 20.6064 12.3772C21.2676 11.5003 21.0573 10.2094 20.2626 9.41761C19.8467 9.00323 19.353 8.77632 18.8179 8.74547C18.3033 8.7158 17.831 8.87196 17.441 9.07878C17.3175 9.14424 17.1974 9.21732 17.0814 9.29603L17.2465 6.0792C17.3461 4.97362 16.6049 4.04934 15.7029 3.65075C15.2397 3.44605 14.6934 3.35986 14.1513 3.484C14.0793 3.5005 14.0084 3.52048 13.9389 3.54389C13.8608 3.33125 13.7541 3.12758 13.6141 2.93998ZM4.95122 16.044L4.44037 7.96874L4.43961 7.95815C4.42514 7.77836 4.50045 7.47678 4.69252 7.22477C4.87247 6.98865 5.09907 6.86242 5.36838 6.86242C5.66021 6.86242 5.87456 6.95153 6.01763 7.03888C6.02737 7.04482 6.03675 7.05075 6.04577 7.05662L6.20022 10.7097C6.21577 11.0775 6.55001 11.3639 6.94677 11.3495C7.34353 11.3351 7.65257 11.0253 7.63702 10.6575L7.47703 6.87337C7.48289 6.83914 7.48592 6.80417 7.48592 6.76871L7.48592 5.48803C7.48592 5.35793 7.55674 5.19585 7.71625 5.05485C7.87609 4.91354 8.07088 4.84248 8.23295 4.84248C8.78204 4.84248 9.01579 4.98865 9.10274 5.06007C9.12823 5.081 9.1473 5.10064 9.16126 5.11712C9.16394 5.15016 9.16532 5.18362 9.16532 5.21733L9.16532 5.23213L9.36824 9.46379C9.38587 9.83146 9.72173 10.1163 10.1184 10.0999C10.5151 10.0836 10.8224 9.77228 10.8047 9.40462L10.6032 5.20145C10.6027 5.12701 10.5988 5.05161 10.5913 4.97578C10.5916 4.9699 10.5918 4.96401 10.5919 4.95809C10.6005 4.4935 10.6725 4.04556 10.8423 3.73568C10.9222 3.58983 11.0122 3.49585 11.1071 3.43709C11.1971 3.38138 11.3304 3.33274 11.5469 3.33274C12.0296 3.33274 12.2812 3.49664 12.4316 3.69816C12.552 3.85959 12.6364 4.0868 12.6643 4.36512L12.6624 4.46347C12.6608 4.5417 12.6592 4.61978 12.659 4.6933L12.4349 9.84465C12.4189 10.2124 12.7275 10.5225 13.1243 10.5373C13.521 10.5521 13.8556 10.2661 13.8716 9.89834L14.0828 5.04341C14.2222 4.87861 14.3686 4.80707 14.4962 4.77783C14.6628 4.73968 14.8683 4.75841 15.0841 4.85376C15.536 5.05344 15.8586 5.50313 15.8129 5.97507C15.812 5.98436 15.8113 5.99368 15.8108 6.003L15.8075 6.06741L15.1702 11.8565L14.5069 13.086C13.9005 12.863 13.1629 12.7235 12.3868 12.6923C11.2523 12.6465 9.95896 12.8282 8.75383 13.3867C8.39868 13.5513 8.25473 13.9516 8.4323 14.2807C8.60988 14.6099 9.04173 14.7433 9.39688 14.5787C10.3486 14.1377 11.3918 13.9862 12.3243 14.0237C13.2724 14.062 14.0309 14.2917 14.4282 14.5372C14.5997 14.6432 14.8122 14.6758 15.0115 14.6268C15.2108 14.5777 15.3778 14.4517 15.47 14.2807L16.4686 12.4297C16.4803 12.4135 16.4914 12.3966 16.5018 12.3791C16.7282 11.9975 17.1399 11.3089 17.5206 10.6996C17.721 10.515 17.9375 10.3509 18.155 10.2356C18.3937 10.109 18.5844 10.0673 18.7286 10.0756C18.8524 10.0828 19.0134 10.1297 19.2098 10.3254C19.6255 10.7395 19.6353 11.3386 19.4278 11.6139C19.1815 11.9405 18.9087 12.295 18.628 12.6598C18.1854 13.2349 17.7231 13.8357 17.3136 14.3938C16.9749 14.8554 16.6594 15.3048 16.4041 15.7108C16.1545 16.1075 15.9386 16.4994 15.8255 16.8376C15.0191 19.2479 12.6665 20.6673 10.5358 20.6673C7.89036 20.6673 5.16821 18.814 4.95122 16.044Z", fill: "currentColor" }) }))));
|
|
53
|
+
import customHandFillSvgImport from "./custom/hand-fill.svg";
|
|
54
|
+
export const customHandFillSvg = customHandFillSvgImport;
|
|
55
|
+
export const CustomHandFillIcon = forwardRef((props, ref) => (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M5.19313 5.78168C6.13869 5.78168 6.62876 6.39523 6.62876 6.39523L6.62876 5.02311C6.62876 4.28187 7.36737 3.61753 8.13359 3.61753C9.57499 3.61753 9.81714 4.44303 9.81714 4.44303C9.81714 4.44303 9.82867 3.79602 9.93245 3.23825C10.0362 2.68048 10.7691 2 11.5353 2C12.9694 2 13.5129 3.09881 13.4206 4.29801C13.4206 4.29801 13.8992 3.53944 14.937 3.53944C15.7032 3.53944 16.7762 4.24223 16.6494 5.60877L16.3842 11.0024C16.3842 11.0024 17.1493 9.88383 17.7968 9.51874C18.4443 9.15364 19.4131 9.16999 19.9416 9.71953C20.5628 10.3656 20.6757 11.378 20.2299 11.9952C18.8923 13.847 16.9937 16.2663 16.6321 17.3944C15.7096 20.2725 13.0113 22 10.4975 22C7.46477 22 4.28123 19.7882 4.02847 16.3793L3.5038 7.72272C3.44615 6.97531 4.04577 5.78168 5.19313 5.78168Z", fill: "#FFC905" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.2251 9.32382C18.8743 9.37439 18.4999 9.526 18.2232 9.87574C17.8186 10.3872 17.1108 11.5242 16.6995 12.1991L16.4015 12.6925L16.3782 12.7315L16.3783 12.731L15.5815 14.0505C15.468 14.2384 15.2506 14.3247 15.0477 14.2808C15.0278 14.2869 15.0075 14.2917 14.9868 14.2952C14.854 14.318 14.7177 14.2862 14.6087 14.2071C14.1905 13.9037 13.4612 13.5885 12.6422 13.5885C11.8457 13.5885 10.94 13.8851 10.1151 14.8427C9.93492 15.0519 9.61921 15.0754 9.40999 14.8952C9.20077 14.715 9.17726 14.3993 9.35748 14.19C10.3776 13.0058 11.5629 12.5885 12.6422 12.5885C13.461 12.5885 14.2043 12.8278 14.7608 13.1266L16.3964 10.7532L16.3841 11.0024C16.3841 11.0024 16.712 10.5231 17.1201 10.0896L17.1202 10.0896C17.3355 9.86089 17.5732 9.64489 17.7969 9.51879C18.2083 9.28678 18.7496 9.20881 19.2251 9.32382ZM4.17743 6.16466C4.20575 6.75488 4.23237 7.33026 4.25848 7.89485L4.25848 7.89492L4.25848 7.89495C4.40259 11.0109 4.53151 13.7983 4.8492 16.9375C5.15146 19.9242 8.71823 21.4508 10.3575 21.9985C7.36761 21.9317 4.27741 19.7358 4.02854 16.3793L3.50387 7.72276C3.46683 7.24263 3.70103 6.57836 4.17743 6.16466ZM10.6053 8.81524L10.7426 2.23043C10.3198 2.47769 9.99829 2.88289 9.93216 3.23828C9.82838 3.79604 9.81685 4.44306 9.81685 4.44306C9.81685 4.44306 9.78995 4.35134 9.70069 4.22906L9.60551 8.7944C9.59975 9.07048 9.81889 9.29895 10.095 9.30471C10.3711 9.31047 10.5995 9.09132 10.6053 8.81524ZM14.2953 3.64603L14.2953 9.51877C14.2953 9.79491 14.0714 10.0188 13.7953 10.0188C13.5191 10.0188 13.2953 9.79491 13.2953 9.51877L13.2953 3.18009C13.4123 3.51794 13.451 3.90253 13.4206 4.29804C13.4206 4.29804 13.7001 3.85492 14.2953 3.64603ZM7.53732 4.13642C7.58025 3.9472 7.62372 3.80521 7.66374 3.69903C7.09105 3.8982 6.62854 4.4366 6.62854 5.02315L6.62854 5.53937L6.71824 10.2393C6.722 10.4364 6.89023 10.5933 7.09399 10.5896C7.29775 10.586 7.45987 10.4232 7.45611 10.2261C7.45611 10.2261 7.23458 5.47086 7.53732 4.13642Z", fill: "#B56F2C" })] }))));
|
|
56
|
+
import customEmptySvgImport from "./custom/empty.svg";
|
|
57
|
+
export const customEmptySvg = customEmptySvgImport;
|
|
58
|
+
export const CustomEmptyIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }))));
|
|
59
|
+
import customTypeHelperSvgImport from "./custom/type-helper.svg";
|
|
60
|
+
export const customTypeHelperSvg = customTypeHelperSvgImport;
|
|
61
|
+
export const CustomTypeHelperIcon = forwardRef((props, ref) => {
|
|
62
|
+
const uniqueId = useMemo(uid, []);
|
|
63
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("circle", { cx: "12", cy: "12", r: "10", fill: "#FFEDE7" }), _jsx("mask", Object.assign({ id: `mask0_${uniqueId}`, style: {
|
|
64
|
+
maskType: "alpha",
|
|
65
|
+
}, maskUnits: "userSpaceOnUse", x: "5", y: "5", width: "14", height: "14" }, { children: _jsx("rect", { x: "5.33337", y: "5.33331", width: "13.3333", height: "13.3333", fill: "#D9D9D9" }) })), _jsx("g", Object.assign({ mask: `url(#mask0_${uniqueId})` }, { children: _jsx("path", { d: "M16.2222 17L12.7222 13.5C12.4444 13.7222 12.125 13.8981 11.7639 14.0278C11.4028 14.1574 11.0185 14.2222 10.6111 14.2222C9.60185 14.2222 8.74769 13.8727 8.04861 13.1736C7.34954 12.4745 7 11.6204 7 10.6111C7 9.60185 7.34954 8.74769 8.04861 8.04861C8.74769 7.34954 9.60185 7 10.6111 7C11.6204 7 12.4745 7.34954 13.1736 8.04861C13.8727 8.74769 14.2222 9.60185 14.2222 10.6111C14.2222 11.0185 14.1574 11.4028 14.0278 11.7639C13.8981 12.125 13.7222 12.4444 13.5 12.7222L17 16.2222L16.2222 17ZM10.6111 13.1111C11.3056 13.1111 11.8958 12.8681 12.3819 12.3819C12.8681 11.8958 13.1111 11.3056 13.1111 10.6111C13.1111 9.91667 12.8681 9.32639 12.3819 8.84028C11.8958 8.35417 11.3056 8.11111 10.6111 8.11111C9.91667 8.11111 9.32639 8.35417 8.84028 8.84028C8.35417 9.32639 8.11111 9.91667 8.11111 10.6111C8.11111 11.3056 8.35417 11.8958 8.84028 12.3819C9.32639 12.8681 9.91667 13.1111 10.6111 13.1111Z", fill: "#FF8C55" }) }))] })));
|
|
66
|
+
});
|
|
67
|
+
import customAiHelperSvgImport from "./custom/ai-helper.svg";
|
|
68
|
+
export const customAiHelperSvg = customAiHelperSvgImport;
|
|
69
|
+
export const CustomAiHelperIcon = forwardRef((props, ref) => (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("circle", { cx: "12", cy: "12", r: "10", fill: "#031B20" }), _jsx("path", { d: "M18.127 10.7312C18.3052 10.25 18.3498 9.76875 18.3052 9.2875C18.2607 8.80625 18.0824 8.325 17.8596 7.8875C17.4586 7.23125 16.8793 6.70625 16.2109 6.4C15.4979 6.09375 14.7404 6.00625 13.9829 6.18125C13.6264 5.83125 13.2254 5.525 12.7798 5.30625C12.3342 5.0875 11.7995 5 11.3093 5C10.5518 5 9.79428 5.21875 9.17045 5.65625C8.54661 6.09375 8.10101 6.70625 7.87821 7.40625C7.34349 7.5375 6.8979 7.75625 6.4523 8.01875C6.05126 8.325 5.73934 8.71875 5.47198 9.1125C5.07095 9.76875 4.93727 10.5125 5.02639 11.2562C5.11551 12 5.42742 12.7 5.91758 13.2688C5.73934 13.75 5.69478 14.2312 5.73934 14.7125C5.7839 15.1937 5.96214 15.675 6.18494 16.1125C6.58598 16.7688 7.16525 17.2937 7.83365 17.6C8.54661 17.9062 9.30413 17.9937 10.0616 17.8187C10.4181 18.1687 10.8192 18.475 11.2648 18.6937C11.7104 18.9125 12.2451 19 12.7352 19C13.4928 19 14.2503 18.7812 14.8741 18.3438C15.4979 17.9062 15.9435 17.2937 16.1663 16.5938C16.6565 16.5062 17.1467 16.2875 17.5477 15.9812C17.9487 15.675 18.3052 15.325 18.528 14.8875C18.929 14.2312 19.0627 13.4875 18.9736 12.7438C18.8845 12 18.6171 11.3 18.127 10.7312ZM12.7798 18.0813C12.0668 18.0813 11.5321 17.8625 11.042 17.4688C11.042 17.4688 11.0865 17.425 11.1311 17.425L13.9829 15.8062C14.072 15.7625 14.1166 15.7188 14.1611 15.6312C14.2057 15.5437 14.2057 15.5 14.2057 15.4125V11.475L15.4088 12.175V15.4125C15.4534 16.9437 14.2057 18.0813 12.7798 18.0813ZM7.03157 15.675C6.71966 15.15 6.58598 14.5375 6.71966 13.925C6.71966 13.925 6.76422 13.9688 6.80878 13.9688L9.6606 15.5875C9.74972 15.6312 9.79428 15.6312 9.8834 15.6312C9.97252 15.6312 10.0616 15.6312 10.1062 15.5875L13.5819 13.6187V14.975L10.6855 16.6375C10.0616 16.9875 9.34869 17.075 8.68029 16.9C7.96733 16.725 7.38805 16.2875 7.03157 15.675ZM6.27406 9.59375C6.58598 9.06875 7.07613 8.675 7.65541 8.45625V8.54375V11.7812C7.65541 11.8688 7.65541 11.9562 7.69997 12C7.74453 12.0875 7.78909 12.1312 7.87821 12.175L11.3539 14.1438L10.1508 14.8438L7.29893 13.225C6.6751 12.875 6.2295 12.3063 6.05126 11.65C5.87302 10.9938 5.91758 10.2062 6.27406 9.59375ZM16.1218 11.825L12.6461 9.85625L13.8492 9.15625L16.7011 10.775C17.1467 11.0375 17.5031 11.3875 17.7259 11.825C17.9487 12.2625 18.0824 12.7438 18.0379 13.2688C17.9933 13.75 17.8151 14.2312 17.5031 14.625C17.1912 15.0188 16.7902 15.325 16.3 15.5V12.175C16.3 12.0875 16.3 12 16.2555 11.9562C16.2555 11.9562 16.2109 11.8688 16.1218 11.825ZM17.3249 10.075C17.3249 10.075 17.2803 10.0312 17.2358 10.0312L14.3839 8.4125C14.2948 8.36875 14.2503 8.36875 14.1611 8.36875C14.072 8.36875 13.9829 8.36875 13.9383 8.4125L10.4627 10.3812V9.025L13.3591 7.3625C13.8047 7.1 14.2948 7.0125 14.8295 7.0125C15.3197 7.0125 15.8099 7.1875 16.2555 7.49375C16.6565 7.8 17.013 8.19375 17.1912 8.63125C17.3695 9.06875 17.414 9.59375 17.3249 10.075ZM9.83884 12.525L8.63573 11.825V8.54375C8.63573 8.0625 8.76941 7.5375 9.03677 7.14375C9.30413 6.70625 9.70516 6.4 10.1508 6.18125C10.5964 5.9625 11.1311 5.875 11.6212 5.9625C12.1114 6.00625 12.6016 6.225 13.0026 6.53125C13.0026 6.53125 12.958 6.575 12.9135 6.575L10.0616 8.19375C9.97252 8.2375 9.92796 8.28125 9.8834 8.36875C9.83884 8.45625 9.83884 8.5 9.83884 8.5875V12.525ZM10.4627 11.125L12.0223 10.25L13.5819 11.125V12.875L12.0223 13.75L10.4627 12.875V11.125Z", fill: "#CFF4F6" })] }))));
|
|
70
|
+
import customBasicSvgImport from "./custom/basic.svg";
|
|
71
|
+
export const customBasicSvg = customBasicSvgImport;
|
|
72
|
+
export const CustomBasicIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({}, props, { ref: ref, width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M14.8262 10.867L11.5506 9.99917V1.20304C11.5506 0.854839 11.152 0.699915 10.9537 0.972161L5 9.13204L8.27563 9.99992V18.7968C8.27563 19.145 8.67423 19.2999 8.8725 19.0277L14.8262 10.8678V10.867Z", fill: "#3E88FF" }) }))));
|
|
73
|
+
import customBasicPlusSvgImport from "./custom/basic-plus.svg";
|
|
74
|
+
export const customBasicPlusSvg = customBasicPlusSvgImport;
|
|
75
|
+
export const CustomBasicPlusIcon = forwardRef((props, ref) => {
|
|
76
|
+
const uniqueId = useMemo(uid, []);
|
|
77
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M10.868 10.867L7.59232 9.99917V1.20304C7.59232 0.854839 7.19372 0.699915 6.99545 0.972161L1.04175 9.13204L4.31738 9.99992V18.7968C4.31738 19.145 4.71598 19.2999 4.91425 19.0277L10.868 10.8678V10.867Z", fill: "#3E88FF" }), _jsxs("g", Object.assign({ clipPath: `url(#clip0_${uniqueId})` }, { children: [_jsx("path", { d: "M18.5356 4.58325H9.38095C9.1475 4.58325 8.95825 4.79386 8.95825 5.05366V6.61285C8.95825 6.87264 9.1475 7.08325 9.38095 7.08325H18.5356C18.769 7.08325 18.9583 6.87264 18.9583 6.61285V5.05366C18.9583 4.79386 18.769 4.58325 18.5356 4.58325Z", fill: "#363636" }), _jsx("path", { d: "M15.2083 10.4105V1.25595C15.2083 1.0225 14.9976 0.833252 14.7378 0.833252L13.1787 0.833252C12.9189 0.833252 12.7083 1.0225 12.7083 1.25595V10.4105C12.7083 10.644 12.9189 10.8333 13.1787 10.8333H14.7378C14.9976 10.8333 15.2083 10.644 15.2083 10.4105Z", fill: "#363636" })] })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: `clip0_${uniqueId}` }, { children: _jsx("rect", { width: "10", height: "10", fill: "white", transform: "translate(8.95825 0.833252)" }) })) })] })));
|
|
78
|
+
});
|
|
79
|
+
import customProSvgImport from "./custom/pro.svg";
|
|
80
|
+
export const customProSvg = customProSvgImport;
|
|
81
|
+
export const CustomProIcon = forwardRef((props, ref) => {
|
|
82
|
+
return (_jsx("svg", Object.assign({}, props, { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, { children: _jsx("path", { d: "M18 13.0399L14.0006 11.9981V1.44397C14.0006 1.02491 13.5141 0.840605 13.2718 1.16654L6 10.9582L9.9994 12V22.556C9.9994 22.9751 10.4859 23.1594 10.7282 22.8335L17.9982 13.0418L18 13.0399Z", fill: "#EA5E46" }) })));
|
|
83
|
+
});
|
|
84
|
+
import customMasterSvgImport from "./custom/master.svg";
|
|
85
|
+
export const customMasterSvg = customMasterSvgImport;
|
|
86
|
+
export const CustomMasterIcon = forwardRef((props, ref) => {
|
|
87
|
+
const uniqueId = useMemo(uid, []);
|
|
88
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, { children: [_jsx("path", { d: "M10 22.5661C10 22.9641 10.4664 23.1537 10.7175 22.8504L18 14.2838H14.3587L18 10.0005H14V1.43388C14 1.03587 13.5336 0.846348 13.2825 1.14959L6 10.0005H9.53363L6 14.2838H10V22.5472V22.5661Z", fill: `url(#paint0_linear_${uniqueId})` }), _jsx("defs", { children: _jsxs("linearGradient", Object.assign({ id: `paint0_linear_${uniqueId}`, x1: "12", y1: "1", x2: "12", y2: "23", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FFE600" }), _jsx("stop", { offset: "0.355015", stopColor: "#FFA800" }), _jsx("stop", { offset: "0.705015", stopColor: "#4870FF" }), _jsx("stop", { offset: "1", stopColor: "#00F0FF" })] })) })] })));
|
|
89
|
+
});
|
|
90
|
+
import customGrantSvgImport from "./custom/grant.svg";
|
|
91
|
+
export const customGrantSvg = customGrantSvgImport;
|
|
92
|
+
export const CustomGrantIcon = forwardRef((props, ref) => {
|
|
93
|
+
return (_jsx("svg", Object.assign({}, props, { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, { children: _jsx("path", { d: "M18 13.0406L13.9997 11.9991V1.44375C13.9997 1.0259 13.5129 0.839995 13.2708 1.16669L6 10.9585L10.0003 12V22.5562C10.0003 22.9741 10.4871 23.16 10.7292 22.8333L18 13.0415V13.0406Z", fill: "currentColor" }) })));
|
|
94
|
+
});
|
|
95
|
+
import customGrantAltSvgImport from "./custom/grant-alt.svg";
|
|
96
|
+
export const customGrantAltSvg = customGrantAltSvgImport;
|
|
97
|
+
export const CustomGrantAltIcon = forwardRef((props, ref) => {
|
|
98
|
+
return (_jsx("svg", Object.assign({}, props, { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, { children: _jsx("path", { d: "M10 22.5661C10 22.9641 10.4664 23.1537 10.7175 22.8504L18 14.2838H14.3587L18 10.0005H14V1.43388C14 1.03587 13.5336 0.846348 13.2825 1.14959L6 10.0005H9.53363L6 14.2838H10V22.5472V22.5661Z", fill: "currentColor" }) })));
|
|
99
|
+
});
|
|
100
|
+
import customQuizSvgImport from "./custom/quiz.svg";
|
|
101
|
+
export const customQuizSvg = customQuizSvgImport;
|
|
102
|
+
export const CustomQuizIcon = forwardRef((props, ref) => {
|
|
103
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.3773 18.3971C21.7758 18.0113 22 17.4886 22 16.9426V4.05744C22 3.51233 21.7758 2.98865 21.3773 2.60288C20.9789 2.21711 20.439 2 19.875 2H7.125C6.56199 2 6.02112 2.21711 5.62268 2.60288C5.22424 2.98865 5 3.5114 5 4.05744V16.9426C5 17.4877 5.22424 18.0113 5.62268 18.3971C6.02112 18.7829 6.56103 19 7.125 19H19.875C20.438 19 20.9789 18.7829 21.3773 18.3971ZM19 10.1849C19 11.8566 18.4006 13.359 17.3294 14.3998L18.1518 15.6515C18.1901 15.7107 18.1995 15.7848 18.1776 15.8515C18.1549 15.919 18.1033 15.9698 18.0399 15.9898L16.4022 16.4915C16.3177 16.5173 16.2261 16.4832 16.1761 16.4057L15.5837 15.5032C14.9601 15.7398 14.2629 15.8698 13.5 15.8698C10.1158 15.8698 8 13.324 8 10.1849C8 7.04579 10.1158 4.5 13.5 4.5C16.8842 4.5 19 7.04413 19 10.1849ZM10.6424 10.1849C10.6424 11.8157 11.7426 13.1382 13.5 13.1382C13.6761 13.1382 13.8427 13.1224 14.0031 13.0974L13.0837 11.6974C13.0454 11.6382 13.036 11.5641 13.0579 11.4974C13.0806 11.4299 13.1322 11.3791 13.1956 11.3591L14.8341 10.8574C14.9186 10.8316 15.0094 10.8666 15.0603 10.9432L15.7801 12.0399C16.1526 11.5324 16.3576 10.8874 16.3576 10.1849C16.3576 8.55411 15.259 7.23163 13.5 7.23163C11.741 7.23163 10.6424 8.55411 10.6424 10.1849Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 3C3.55228 3 4 3.44772 4 4V18C4 19.1046 4.89543 20 6 20H20C20.5523 20 21 20.4477 21 21C21 21.5523 20.5523 22 20 22H6C3.79086 22 2 20.2091 2 18V4C2 3.44772 2.44772 3 3 3Z", fill: "currentColor" })] })));
|
|
104
|
+
});
|
|
105
|
+
import customQuizColorSvgImport from "./custom/quiz-color.svg";
|
|
106
|
+
export const customQuizColorSvg = customQuizColorSvgImport;
|
|
107
|
+
export const CustomQuizColorIcon = forwardRef((props, ref) => {
|
|
108
|
+
const uniqueId = useMemo(uid, []);
|
|
109
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsxs("g", Object.assign({ clipPath: `url(#clip0_${uniqueId})` }, { children: [_jsx("path", { d: "M19.5238 19.81C19.5238 20.3913 19.2927 20.9478 18.8819 21.3584C18.4712 21.7691 17.9137 22.0002 17.3333 22.0002H4.19048C3.60913 22.0002 3.05258 21.7691 2.64186 21.3584C2.23115 20.9478 2 20.3903 2 19.81V6.09309C2 5.5118 2.23115 4.95531 2.64186 4.54463C3.05258 4.13396 3.61012 3.90283 4.19048 3.90283H17.3333C17.9147 3.90283 18.4712 4.13396 18.8819 4.54463C19.2927 4.95531 19.5238 5.51279 19.5238 6.09309V19.81C19.5238 20.3913 19.2927 20.9478 18.8819 21.3584C18.4712 21.7691 17.9137 22.0002 17.3333 22.0002", fill: "#FBEAF3" }), _jsx("path", { d: "M21.9999 17.9072C21.9999 18.4884 21.7687 19.0449 21.358 19.4556C20.9473 19.8663 20.3898 20.0974 19.8094 20.0974H6.66655C6.0852 20.0974 5.52865 19.8663 5.11794 19.4556C4.70723 19.0449 4.47607 18.4875 4.47607 17.9072V4.19026C4.47607 3.60897 4.70723 3.05247 5.11794 2.6418C5.52865 2.23113 6.08619 2 6.66655 2H19.8094C20.3908 2 20.9473 2.23113 21.358 2.6418C21.7687 3.05247 21.9999 3.60996 21.9999 4.19026V17.9072C21.9999 18.4884 21.7687 19.0449 21.358 19.4556C20.9473 19.8663 20.3898 20.0974 19.8094 20.0974", fill: "#F889AA" }), _jsx("path", { d: "M17.2836 14.917C18.4152 13.8846 19.0484 12.3944 19.0484 10.7363C19.0484 7.62109 16.8132 5.09766 13.2381 5.09766C9.66292 5.09766 7.42773 7.62274 7.42773 10.7363C7.42773 13.8499 9.66292 16.375 13.2381 16.375C14.044 16.375 14.7805 16.246 15.4394 16.0113L16.0651 16.9064C16.118 16.9833 16.2147 17.0172 16.304 16.9916L18.0341 16.494C18.1011 16.4742 18.1556 16.4237 18.1796 16.3568C18.2028 16.2907 18.1928 16.2171 18.1523 16.1584L17.2836 14.917ZM13.2381 13.6656C11.3815 13.6656 10.2192 12.3539 10.2192 10.7363C10.2192 9.11878 11.3798 7.80706 13.2381 7.80706C15.0963 7.80706 16.2569 9.11878 16.2569 10.7363C16.2569 11.4331 16.0403 12.0728 15.6468 12.5762L14.8864 11.4885C14.8326 11.4124 14.7367 11.3777 14.6475 11.4033L12.9165 11.9009C12.8496 11.9208 12.795 11.9712 12.771 12.0381C12.7479 12.1042 12.7578 12.1778 12.7983 12.2365L13.7696 13.6251C13.6001 13.6499 13.4241 13.6656 13.2381 13.6656Z", fill: "#FBEAF3" })] })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: `clip0_${uniqueId}` }, { children: _jsx("rect", { width: "20", height: "20", fill: "white", transform: "translate(2 2)" }) })) })] })));
|
|
110
|
+
});
|
|
111
|
+
import customPdfColorSvgImport from "./custom/pdf-color.svg";
|
|
112
|
+
export const customPdfColorSvg = customPdfColorSvgImport;
|
|
113
|
+
export const CustomPdfColorIcon = forwardRef((props, ref) => {
|
|
114
|
+
const uniqueId = useMemo(uid, []);
|
|
115
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsxs("g", Object.assign({ clipPath: `url(#clip0_${uniqueId})` }, { children: [_jsx("path", { d: "M21 6.5V20.8C21 21.3839 20.7626 21.9428 20.3407 22.3553C19.9188 22.7678 19.3461 23 18.75 23H5.25C4.65285 23 4.08118 22.7678 3.65931 22.3553C3.23743 21.9428 3 21.3829 3 20.8V3.2C3 2.61612 3.23743 2.05716 3.65931 1.64466C4.08118 1.23216 4.65285 1 5.25 1H15.375L21 6.5Z", fill: "#FF5850" }), _jsx("path", { d: "M16.5 6.5H21L15.375 1V5.4C15.375 5.69194 15.4932 5.97192 15.7041 6.17817C15.9151 6.38442 16.2014 6.5 16.5 6.5Z", fill: "#F1E0E0" }), _jsx("path", { d: "M12.7437 6.80746H10.6651C10.5459 6.80746 10.4507 6.90052 10.4481 7.01705C10.4089 8.90249 9.84591 11.0932 8.91557 13.1195C7.98522 15.1502 6.7418 16.8982 5.43701 17.9757C5.35073 18.047 5.3365 18.1723 5.40321 18.2618L6.63863 19.9133C6.70711 20.0046 6.83608 20.0273 6.93303 19.9646C10.4934 17.6731 14.4149 16.1077 18.2217 16.5695C18.332 16.5825 18.4352 16.5138 18.4609 16.4086L18.9439 14.4066C18.9697 14.3005 18.9083 14.1944 18.8043 14.1579C15.6165 13.0343 13.0719 9.94435 12.9598 7.00923C12.9554 6.89617 12.8584 6.80833 12.7437 6.80833V6.80746ZM11.1427 15.0989C10.9586 15.165 10.7869 14.9788 10.8732 14.8067C10.9871 14.5805 11.0965 14.3527 11.2023 14.1222C11.478 13.5195 11.728 12.8986 11.9476 12.269C12.0046 12.1055 12.2269 12.075 12.3292 12.2168C12.7926 12.8577 13.3209 13.4526 13.9053 13.9909C14.0334 14.1083 13.9729 14.317 13.8012 14.3518C12.8984 14.5336 12.0108 14.7884 11.1427 15.0989Z", fill: "#F1E0E0" })] })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: `clip0_${uniqueId}` }, { children: _jsx("rect", { width: "18", height: "22", fill: "white", transform: "translate(3 1)" }) })) })] })));
|
|
116
|
+
});
|
|
117
|
+
import customPdfSvgImport from "./custom/pdf.svg";
|
|
118
|
+
export const customPdfSvg = customPdfSvgImport;
|
|
119
|
+
export const CustomPdfIcon = forwardRef((props, ref) => {
|
|
120
|
+
return (_jsx("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd", d: "M21 20.8V6.5L15.375 1H5.25C4.65285 1 4.08118 1.23216 3.65931 1.64466C3.23743 2.05716 3 2.61612 3 3.2V20.8C3 21.3829 3.23743 21.9428 3.65931 22.3553C4.08118 22.7678 4.65285 23 5.25 23H18.75C19.3461 23 19.9188 22.7678 20.3407 22.3553C20.7626 21.9428 21 21.3839 21 20.8ZM10.6651 6.80746H12.7437V6.80832C12.8585 6.80832 12.9554 6.89616 12.9599 7.00922C13.0719 9.94434 15.6166 13.0343 18.8043 14.1579C18.9084 14.1944 18.9698 14.3005 18.944 14.4066L18.461 16.4086C18.4352 16.5138 18.332 16.5825 18.2217 16.5695C14.415 16.1077 10.4935 17.6731 6.93308 19.9646C6.83613 20.0272 6.70717 20.0046 6.63868 19.9133L5.40326 18.2618C5.33655 18.1723 5.35078 18.047 5.43706 17.9757C6.74186 16.8982 7.98528 15.1502 8.91562 13.1195C9.84597 11.0932 10.409 8.90248 10.4481 7.01704C10.4508 6.90051 10.546 6.80746 10.6651 6.80746ZM10.8733 14.8066C10.787 14.9788 10.9586 15.1649 11.1428 15.0989C12.0108 14.7884 12.8985 14.5336 13.8013 14.3518C13.9729 14.317 14.0334 14.1083 13.9053 13.9909C13.321 13.4526 12.7927 12.8577 12.3293 12.2168C12.227 12.075 12.0046 12.1055 11.9477 12.269C11.728 12.8986 11.4781 13.5195 11.2024 14.1222C11.0965 14.3527 10.9871 14.5805 10.8733 14.8066Z" }) })));
|
|
121
|
+
});
|
|
122
|
+
import customScratchColorSvgImport from "./custom/scratch-color.svg";
|
|
123
|
+
export const customScratchColorSvg = customScratchColorSvgImport;
|
|
124
|
+
export const CustomScratchColorIcon = forwardRef((props, ref) => {
|
|
125
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M21.9763 19.2305C22.0001 18.8823 22.0001 18.473 22 18.053L22 13H2L2 18.0529C1.99996 18.473 1.99992 18.8823 2.02368 19.2305C2.04965 19.6112 2.1106 20.0626 2.30449 20.5307C2.71046 21.5108 3.48916 22.2895 4.46927 22.6955C4.93736 22.8894 5.38881 22.9503 5.76955 22.9763C6.11772 23.0001 6.52696 23 6.94705 23L7.00001 23L17.053 23C17.4731 23 17.8823 23.0001 18.2305 22.9763C18.6112 22.9503 19.0627 22.8894 19.5307 22.6955C20.5109 22.2895 21.2896 21.5108 21.6955 20.5307C21.8894 20.0626 21.9504 19.6112 21.9763 19.2305Z", fill: "#FFF5EC" }), _jsx("path", { d: "M2.21799 3.09202C2 3.51984 2 4.0799 2 5.2V14.8C2 15.9201 2 16.4802 2.21799 16.908C2.40973 17.2843 2.71569 17.5903 3.09202 17.782C3.32953 17.903 3.60779 17.9569 4 17.9808C4 17.9872 4 17.9936 4 18C4 18.9319 4 19.3978 4.15224 19.7654C4.35523 20.2554 4.74458 20.6448 5.23463 20.8478C5.60218 21 6.06812 21 7 21H17C17.9319 21 18.3978 21 18.7654 20.8478C19.2554 20.6448 19.6448 20.2554 19.8478 19.7654C20 19.3978 20 18.9319 20 18C20 17.9936 20 17.9872 20 17.9808C20.3922 17.9569 20.6705 17.903 20.908 17.782C21.2843 17.5903 21.5903 17.2843 21.782 16.908C22 16.4802 22 15.9201 22 14.8V5.2C22 4.0799 22 3.51984 21.782 3.09202C21.5903 2.71569 21.2843 2.40973 20.908 2.21799C20.4802 2 19.9201 2 18.8 2H5.2C4.0799 2 3.51984 2 3.09202 2.21799C2.71569 2.40973 2.40973 2.71569 2.21799 3.09202Z", fill: "#FF9D3E" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.5 3C16.1569 3 17.5 4.34315 17.5 6V9.33333C17.5 9.94373 17.3177 10.5115 17.0046 10.9853C17.3099 11.5756 17.5 12.2735 17.5 13.0833C17.5 14.7906 16.7882 16.3092 15.3829 17.2462C14.1922 18.0399 12.8636 18.1667 12 18.1667C11.9737 18.1667 11.943 18.167 11.9081 18.1673C11.8211 18.1681 11.7084 18.1691 11.5751 18.1666C11.0362 18.6828 10.3052 19 9.5 19C7.84315 19 6.5 17.6569 6.5 16V12.6672C6.5 11.8666 6.8136 11.1387 7.32465 10.6008C7.06206 9.97606 6.91667 9.27349 6.91667 8.5C6.91667 7.6209 7.13847 6.30639 8.21201 5.23285C9.28555 4.15931 10.7042 3.83333 12 3.83333C12.1399 3.83333 12.2771 3.83773 12.4115 3.84632C12.9516 3.32247 13.6882 3 14.5 3Z", fill: "#FFF5EC" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.5 5C15.0523 5 15.5 5.44772 15.5 6V9.33333C15.5 9.88562 15.0523 10.3333 14.5 10.3333C13.9477 10.3333 13.5 9.88562 13.5 9.33333C13.5 8.57929 12.9889 7.83333 12 7.83333C11.3208 7.83333 11.0993 8.00245 11.0404 8.06127C10.9816 8.12009 10.9167 8.23748 10.9167 8.5C10.9167 8.98904 11.076 9.23946 11.2961 9.4346C11.5738 9.68071 11.9841 9.86737 12.5687 10.0932C12.6276 10.116 12.6894 10.1395 12.7535 10.1639C13.2433 10.3501 13.8672 10.5874 14.3598 10.9345C14.9971 11.3835 15.5 12.0678 15.5 13.0833C15.5 14.208 15.0544 15.0614 14.2734 15.5821C13.5641 16.055 12.7045 16.1667 12 16.1667C11.983 16.1667 11.9655 16.1667 11.9478 16.1667C11.5704 16.167 11.0351 16.1675 10.4998 16.0176C10.4904 16.5618 10.0464 17 9.5 17C8.94772 17 8.5 16.5523 8.5 16V12.6672C8.5 12.1149 8.94772 11.6667 9.5 11.6667C10.0523 11.6667 10.5 12.1144 10.5 12.6667C10.5 13.7507 10.775 13.9622 10.8434 14.0088C11.0142 14.1249 11.3097 14.1667 12 14.1667C12.5455 14.1667 12.9359 14.07 13.164 13.9179C13.3206 13.8136 13.5 13.6254 13.5 13.0833C13.5 12.8489 13.43 12.7259 13.2079 12.5694C12.9347 12.377 12.5646 12.2346 12.0259 12.0274C11.9685 12.0053 11.9092 11.9825 11.8479 11.9588C11.2867 11.742 10.5512 11.4469 9.9695 10.9313C9.33029 10.3647 8.91667 9.57346 8.91667 8.5C8.91667 7.92919 9.06005 7.21324 9.62623 6.64706C10.1924 6.08088 11.0125 5.83333 12 5.83333C12.5702 5.83333 13.07 5.94632 13.5 6.14019V6C13.5 5.44772 13.9477 5 14.5 5Z", fill: "#FF9D3E" })] })));
|
|
126
|
+
});
|
|
127
|
+
import customScratchSvgImport from "./custom/scratch.svg";
|
|
128
|
+
export const customScratchSvg = customScratchSvgImport;
|
|
129
|
+
export const CustomScratchIcon = forwardRef((props, ref) => {
|
|
130
|
+
return (_jsx("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 2C2.89543 2 2 2.89543 2 4V18C2 19.1046 2.89543 20 4 20C4 21.1046 4.89543 22 6 22H18C19.1046 22 20 21.1046 20 20C21.1046 20 22 19.1046 22 18V4C22 2.89543 21.1046 2 20 2H4ZM9.29289 6.91789C9.92157 6.28921 10.8459 6 12 6C12.782 6 13.4484 6.18557 14 6.49375V6H16V10H14C14 9.01158 13.3222 8 12 8C11.1541 8 10.8284 8.21079 10.7071 8.33211C10.5858 8.45343 10.5 8.65414 10.5 9C10.5 9.34648 10.5631 9.54898 10.625 9.66895C10.684 9.78323 10.7683 9.87473 10.9008 9.96002C11.2248 10.1687 11.6995 10.2729 12.4504 10.4265L12.4879 10.4342C13.1294 10.5653 14.0138 10.746 14.7166 11.2411C15.5373 11.8194 16 12.7259 16 14C16 15.1541 15.7108 16.2034 14.9571 16.9571C14.2034 17.7108 13.1541 18 12 18C11.2859 18 10.5991 17.8825 10 17.5752V18H8V13L10 13C10 14.3985 10.246 15.118 10.5344 15.4827C10.7763 15.7887 11.1752 16 12 16C12.8459 16 13.2966 15.7892 13.5429 15.5429C13.7892 15.2966 14 14.8459 14 14C14 13.2741 13.7752 13.0244 13.5647 12.8761C13.2499 12.6543 12.7803 12.5354 12.0496 12.386L11.9296 12.3616C11.3138 12.237 10.481 12.0685 9.81797 11.6415C9.43479 11.3948 9.08945 11.0547 8.84763 10.5859C8.60874 10.1229 8.5 9.59102 8.5 9C8.5 8.34586 8.66421 7.54657 9.29289 6.91789Z", fill: "currentColor" }) })));
|
|
131
|
+
});
|
|
132
|
+
import customCastRainbowColorSvgImport from "./custom/cast-rainbow-color.svg";
|
|
133
|
+
export const customCastRainbowColorSvg = customCastRainbowColorSvgImport;
|
|
134
|
+
export const CustomCastRainbowColorIcon = forwardRef((props, ref) => {
|
|
135
|
+
const uniqueId = useMemo(uid, []);
|
|
136
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsxs("g", Object.assign({ clipPath: `url(#clip0_${uniqueId})` }, { children: [_jsx("path", { d: "M12.0005 3.5C7.58151 3.5 4 7.17459 4 11.7074V30.3H9.34295V11.6617C9.34295 10.1565 10.5331 8.93594 12.0005 8.93594C13.4679 8.93594 14.658 10.1565 14.658 11.6617V30.3009H20.0009V11.7074C20 7.17459 16.4185 3.5 12.0005 3.5Z", fill: "#FF0062" }), _jsx("path", { d: "M12.0005 4.86791C8.31846 4.86791 5.33341 7.93037 5.33341 11.7074V30.3H9.34295V11.6617C9.34295 10.1565 10.5331 8.93594 12.0005 8.93594C13.4679 8.93594 14.658 10.1565 14.658 11.6617V30.3009H18.6675V11.7074C18.6675 7.93037 15.6825 4.86791 12.0005 4.86791Z", fill: "#FFAA00" }), _jsx("path", { d: "M12.0005 6.23581C9.05449 6.23581 6.66682 8.68524 6.66682 11.7074V30.3H9.34295V11.6617C9.34295 10.1565 10.5331 8.93594 12.0005 8.93594C13.4679 8.93594 14.658 10.1565 14.658 11.6617V30.3009H17.3341V11.7074C17.3341 8.68524 14.9464 6.23581 12.0005 6.23581Z", fill: "#3DC939" }), _jsx("path", { d: "M12.0005 7.60372C9.79145 7.60372 8.00023 9.44102 8.00023 11.7074V30.3H9.34295V11.6617C9.34295 10.1565 10.5331 8.93594 12.0005 8.93594C13.4679 8.93594 14.658 10.1565 14.658 11.6617V30.3009H16.0007V11.7074C16.0007 9.44102 14.2095 7.60372 12.0005 7.60372Z", fill: "#3985FF" })] })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: `clip0_${uniqueId}` }, { children: _jsx("rect", { width: "16", height: "16", fill: "white", transform: "translate(4 3.5)" }) })) })] })));
|
|
137
|
+
});
|
|
138
|
+
import customCastSunnyColorSvgImport from "./custom/cast-sunny-color.svg";
|
|
139
|
+
export const customCastSunnyColorSvg = customCastSunnyColorSvgImport;
|
|
140
|
+
export const CustomCastSunnyColorIcon = forwardRef((props, ref) => {
|
|
141
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M12 18.7925C15.7514 18.7925 18.7925 15.7514 18.7925 12C18.7925 8.24863 15.7514 5.20755 12 5.20755C8.24863 5.20755 5.20755 8.24863 5.20755 12C5.20755 15.7514 8.24863 18.7925 12 18.7925Z", fill: "#FFD600" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 6.33962C8.87386 6.33962 6.33962 8.87386 6.33962 12C6.33962 15.1261 8.87386 17.6604 12 17.6604C15.1261 17.6604 17.6604 15.1261 17.6604 12C17.6604 8.87386 15.1261 6.33962 12 6.33962ZM4.07547 12C4.07547 7.6234 7.6234 4.07547 12 4.07547C16.3766 4.07547 19.9245 7.6234 19.9245 12C19.9245 16.3766 16.3766 19.9245 12 19.9245C7.6234 19.9245 4.07547 16.3766 4.07547 12Z", fill: "#FFA800" })] })));
|
|
142
|
+
});
|
|
143
|
+
import customCastPartlyColorSvgImport from "./custom/cast-partly-color.svg";
|
|
144
|
+
export const customCastPartlyColorSvg = customCastPartlyColorSvgImport;
|
|
145
|
+
export const CustomCastPartlyColorIcon = forwardRef((props, ref) => {
|
|
146
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M12.1132 16.5283C15.4269 16.5283 18.1132 13.842 18.1132 10.5283C18.1132 7.21459 15.4269 4.5283 12.1132 4.5283C8.7995 4.5283 6.1132 7.21459 6.1132 10.5283C6.1132 13.842 8.7995 16.5283 12.1132 16.5283Z", fill: "#FFD600" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.1132 5.66038C9.42473 5.66038 7.24528 7.83982 7.24528 10.5283C7.24528 13.2168 9.42473 15.3962 12.1132 15.3962C14.8017 15.3962 16.9811 13.2168 16.9811 10.5283C16.9811 7.83982 14.8017 5.66038 12.1132 5.66038ZM4.98113 10.5283C4.98113 6.58937 8.17427 3.39623 12.1132 3.39623C16.0521 3.39623 19.2453 6.58937 19.2453 10.5283C19.2453 14.4672 16.0521 17.6604 12.1132 17.6604C8.17427 17.6604 4.98113 14.4672 4.98113 10.5283Z", fill: "#FFA800" }), _jsx("path", { d: "M9.50943 20.6038H16.0755L12.7928 14.0377L9.50943 20.6038Z", fill: "white" }), _jsx("path", { d: "M9.50943 20.6038C12.0103 20.6038 14.0377 18.6271 14.0377 16.1887C14.0377 13.7503 12.0103 11.7736 9.50943 11.7736C7.00852 11.7736 4.98113 13.7503 4.98113 16.1887C4.98113 18.6271 7.00852 20.6038 9.50943 20.6038Z", fill: "white" }), _jsx("path", { d: "M15.9623 20.6038C17.6504 20.6038 19.0189 19.1846 19.0189 17.434C19.0189 15.6833 17.6504 14.2642 15.9623 14.2642C14.2742 14.2642 12.9057 15.6833 12.9057 17.434C12.9057 19.1846 14.2742 20.6038 15.9623 20.6038Z", fill: "white" })] })));
|
|
147
|
+
});
|
|
148
|
+
import customCastCloudyColorSvgImport from "./custom/cast-cloudy-color.svg";
|
|
149
|
+
export const customCastCloudyColorSvg = customCastCloudyColorSvgImport;
|
|
150
|
+
export const CustomCastCloudyColorIcon = forwardRef((props, ref) => {
|
|
151
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M8.39999 19.2H16.7L12.5504 10.9L8.39999 19.2Z", fill: "#AFC6DD" }), _jsx("path", { d: "M12.55 15.7C15.56 15.7 18 13.2823 18 10.3C18 7.31766 15.56 4.9 12.55 4.9C9.54005 4.9 7.10001 7.31766 7.10001 10.3C7.10001 13.2823 9.54005 15.7 12.55 15.7Z", fill: "#CCDDF2" }), _jsx("path", { d: "M16.75 19.2C19.2077 19.2 21.2 17.2077 21.2 14.75C21.2 12.2923 19.2077 10.3 16.75 10.3C14.2923 10.3 12.3 12.2923 12.3 14.75C12.3 17.2077 14.2923 19.2 16.75 19.2Z", fill: "#AFC6DD" }), _jsx("path", { d: "M8.4 19.2C11.4928 19.2 14 16.6928 14 13.6C14 10.5072 11.4928 8 8.4 8C5.30721 8 2.8 10.5072 2.8 13.6C2.8 16.6928 5.30721 19.2 8.4 19.2Z", fill: "#AFC6DD" })] })));
|
|
152
|
+
});
|
|
153
|
+
import customCastRainbowSvgImport from "./custom/cast-rainbow.svg";
|
|
154
|
+
export const customCastRainbowSvg = customCastRainbowSvgImport;
|
|
155
|
+
export const CustomCastRainbowIcon = forwardRef((props, ref) => {
|
|
156
|
+
const uniqueId = useMemo(uid, []);
|
|
157
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsxs("g", Object.assign({ clipPath: `url(#clip0_${uniqueId})` }, { children: [_jsx("path", { d: "M4 11.7074C4 7.17459 7.58151 3.5 12.0005 3.5C16.4185 3.5 20 7.17459 20.0009 11.7074V19.5H18.6675V11.7075C18.6675 7.93039 15.6825 4.86792 12.0005 4.86792C8.31849 4.86792 5.33344 7.93039 5.33344 11.7075V19.4991H4V11.7074Z", fill: "currentColor" }), _jsx("path", { d: "M6.50023 11.7074C6.50023 8.64887 8.9272 6.10372 12.0005 6.10372C15.0737 6.10372 17.5007 8.64887 17.5007 11.7074V19.5L16.0007 19.5009V11.7074L16.0005 11.6617C15.9765 9.41634 14.1946 7.60372 12.0005 7.60372C9.80633 7.60372 8.02439 9.41634 8.00048 11.6617L8.00023 11.7074V19.5H6.50023V11.7074Z", fill: "currentColor" }), _jsx("path", { d: "M13.158 11.6617C13.158 10.9489 12.6038 10.4359 12.0005 10.4359C11.3971 10.4359 10.8429 10.9489 10.8429 11.6617V19.5H9.34295V11.6617C9.34295 10.1565 10.5331 8.93594 12.0005 8.93594C13.4679 8.93594 14.658 10.1565 14.658 11.6617V19.5009L13.158 19.5V11.6617Z", fill: "currentColor" })] })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: `clip0_${uniqueId}` }, { children: _jsx("rect", { width: "16", height: "16", fill: "white", transform: "translate(4 3.5)" }) })) })] })));
|
|
158
|
+
});
|
|
159
|
+
import customCastSunnySvgImport from "./custom/cast-sunny.svg";
|
|
160
|
+
export const customCastSunnySvg = customCastSunnySvgImport;
|
|
161
|
+
export const CustomCastSunnyIcon = forwardRef((props, ref) => {
|
|
162
|
+
return (_jsx("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 6.33962C8.87386 6.33962 6.33962 8.87386 6.33962 12C6.33962 15.1261 8.87386 17.6604 12 17.6604C15.1261 17.6604 17.6604 15.1261 17.6604 12C17.6604 8.87386 15.1261 6.33962 12 6.33962ZM4.07547 12C4.07547 7.6234 7.6234 4.07547 12 4.07547C16.3766 4.07547 19.9245 7.6234 19.9245 12C19.9245 16.3766 16.3766 19.9245 12 19.9245C7.6234 19.9245 4.07547 16.3766 4.07547 12Z", fill: "currentColor" }) })));
|
|
163
|
+
});
|
|
164
|
+
import customCastPartlySvgImport from "./custom/cast-partly.svg";
|
|
165
|
+
export const customCastPartlySvg = customCastPartlySvgImport;
|
|
166
|
+
export const CustomCastPartlyIcon = forwardRef((props, ref) => {
|
|
167
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.1132 5.66038C9.42473 5.66038 7.24528 7.83982 7.24528 10.5283C7.24528 13.2168 9.42473 15.3962 12.1132 15.3962C14.8017 15.3962 16.9811 13.2168 16.9811 10.5283C16.9811 7.83982 14.8017 5.66038 12.1132 5.66038ZM4.98113 10.5283C4.98113 6.58936 8.17427 3.39622 12.1132 3.39622C16.0521 3.39622 19.2453 6.58936 19.2453 10.5283C19.2453 14.4672 16.0521 17.6604 12.1132 17.6604C8.17427 17.6604 4.98113 14.4672 4.98113 10.5283Z", fill: "currentColor" }), _jsx("path", { d: "M9.50946 20.6038H16.0755L16.0744 20.6017C17.7106 20.5405 19.0188 19.1457 19.0188 17.434C19.0188 15.6833 17.6504 14.2642 15.9622 14.2642C15.1665 14.2642 14.4419 14.5795 13.898 15.0962C13.3994 13.1862 11.6236 11.7736 9.50944 11.7736C7.00853 11.7736 4.98114 13.7503 4.98114 16.1887C4.98114 18.6271 7.00855 20.6038 9.50946 20.6038Z", fill: "currentColor" })] })));
|
|
168
|
+
});
|
|
169
|
+
import customCastCloudySvgImport from "./custom/cast-cloudy.svg";
|
|
170
|
+
export const customCastCloudySvg = customCastCloudySvgImport;
|
|
171
|
+
export const CustomCastCloudyIcon = forwardRef((props, ref) => {
|
|
172
|
+
return (_jsx("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M18 10.3C18 10.3593 17.999 10.4183 17.9971 10.4771C19.8477 11.0163 21.2 12.7252 21.2 14.75C21.2 17.2077 19.2077 19.2 16.75 19.2C16.7333 19.2 16.7166 19.1999 16.6999 19.1997L8.40808 19.2C8.40538 19.2 8.40269 19.2 8.39999 19.2C5.30719 19.2 2.79999 16.6928 2.79999 13.6C2.79999 10.7821 4.88124 8.45039 7.5904 8.05809C8.44975 6.19477 10.3473 4.89999 12.55 4.89999C15.5599 4.89999 18 7.31766 18 10.3Z", fill: "currentColor" }) })));
|
|
173
|
+
});
|
|
174
|
+
import customEmbeddedSvgImport from "./custom/embedded.svg";
|
|
175
|
+
export const customEmbeddedSvg = customEmbeddedSvgImport;
|
|
176
|
+
export const CustomEmbeddedIcon = forwardRef((props, ref) => {
|
|
177
|
+
return (_jsx("svg", Object.assign({}, props, { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, { children: _jsx("path", { d: "M12 1C5.9346 1 1 5.9346 1 12C1 18.0654 5.9346 23 12 23C18.0654 23 23 18.0654 23 12C23 5.9346 18.0654 1 12 1ZM16.6303 16.8664C16.9053 15.6175 17.0717 14.2257 17.1135 12.7333H21.5033C21.3617 14.5777 20.6929 16.2746 19.6479 17.6767C18.6587 17.3387 17.6503 17.0688 16.6303 16.8664ZM4.35207 17.6767C3.30633 16.2746 2.63827 14.5777 2.49673 12.7333H6.88647C6.929 14.2257 7.09547 15.6175 7.36973 16.8664C6.34967 17.0688 5.34133 17.3387 4.35133 17.676L4.35207 17.6767ZM7.36973 7.138C7.09547 8.3854 6.929 9.7758 6.88647 11.2667H2.49673C2.63827 9.42233 3.30633 7.7254 4.35207 6.324C5.3428 6.6628 6.34967 6.93413 7.36973 7.138ZM8.8166 7.38587C9.86747 7.52813 10.9301 7.6 12 7.6C13.0699 7.6 14.1325 7.52813 15.1834 7.38587C15.4408 8.52913 15.6073 9.8374 15.6513 11.2667H8.34947C8.39347 9.8374 8.5592 8.52913 8.8166 7.38587ZM8.34873 12.7333H15.6505C15.6065 14.1655 15.4393 15.4753 15.1819 16.62C13.0721 16.3355 10.9286 16.3355 8.81807 16.62C8.55993 15.4753 8.39273 14.1648 8.34947 12.7333H8.34873ZM17.1128 11.2667C17.0703 9.7758 16.9038 8.3854 16.6295 7.138C17.6496 6.93413 18.6572 6.6628 19.6472 6.32327C20.6929 7.7254 21.361 9.42233 21.5025 11.2667H17.1128ZM18.5861 5.12793C17.8197 5.36553 17.0431 5.5606 16.2592 5.71313C15.9182 4.63147 15.4899 3.69793 14.9898 2.95433C16.3509 3.40533 17.5733 4.15847 18.5861 5.12793ZM11.9993 2.46667C12.9988 2.46667 14.0621 3.772 14.7852 5.95C12.9365 6.18247 11.0628 6.18247 9.21333 5.95C9.9364 3.77273 10.9997 2.46667 11.9993 2.46667ZM7.74007 5.7124C6.95613 5.55987 6.17953 5.3648 5.41393 5.1272C6.42667 4.15773 7.64913 3.4046 9.00947 2.9536C8.50933 3.69647 8.08107 4.63147 7.74007 5.7124ZM5.41393 18.8728C6.17953 18.6352 6.95613 18.4409 7.73933 18.2883C8.0796 19.3693 8.50787 20.3028 9.00727 21.0457C7.64767 20.5947 6.42667 19.8415 5.41393 18.8728ZM12 21.5333C11.0005 21.5333 9.93713 20.228 9.21407 18.0507C11.0635 17.8183 12.9372 17.8183 14.7859 18.0507C14.0629 20.228 12.9995 21.5333 12 21.5333ZM16.2607 18.2876C17.0446 18.4401 17.8212 18.6345 18.5868 18.8721C17.5741 19.8408 16.3523 20.5939 14.9927 21.0449C15.4921 20.3021 15.9204 19.3685 16.2607 18.2876Z", fill: "currentColor" }) })));
|
|
178
|
+
});
|
|
179
|
+
import customEmbeddedColorSvgImport from "./custom/embedded-color.svg";
|
|
180
|
+
export const customEmbeddedColorSvg = customEmbeddedColorSvgImport;
|
|
181
|
+
export const CustomEmbeddedColorIcon = forwardRef((props, ref) => {
|
|
182
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, { children: [_jsx("circle", { cx: "12", cy: "12", r: "11", fill: "#7C8597" }), _jsx("path", { d: "M16.8428 12.6923C16.8032 14.1012 16.6455 15.4152 16.385 16.5941C17.3511 16.7852 18.306 17.04 19.2429 17.3592C20.2326 16.0355 20.866 14.4335 21 12.6923H16.8428Z", fill: "#CFDFF7" }), _jsx("path", { d: "M3 12.6923C3.13403 14.4331 3.76631 16.0349 4.75634 17.3585C5.69398 17.04 6.64892 16.7852 7.61496 16.5941C7.3552 15.4152 7.19751 14.1012 7.15724 12.6923H3Z", fill: "#CFDFF7" }), _jsx("path", { d: "M7.15724 11.3077C7.19751 9.90024 7.3552 8.58763 7.61496 7.41C6.64892 7.21755 5.69534 6.9614 4.7571 6.64155C3.76673 7.96453 3.13403 9.56653 3 11.3077H7.15724Z", fill: "#CFDFF7" }), _jsx("path", { d: "M12 7.84615C10.9867 7.84615 9.98043 7.77831 8.98522 7.64401C8.7414 8.72331 8.58448 9.95838 8.54277 11.3077H15.4579C15.4162 9.95838 15.2586 8.72331 15.0148 7.64401C14.0196 7.77831 13.0133 7.84615 12 7.84615Z", fill: "#CFDFF7" }), _jsx("path", { d: "M15.4572 12.6923H8.54277C8.5838 14.0437 8.74208 15.2809 8.98658 16.3615C10.9853 16.0929 13.0154 16.0929 15.0134 16.3615C15.2572 15.2809 15.4155 14.0444 15.4572 12.6923Z", fill: "#CFDFF7" }), _jsx("path", { d: "M16.3844 7.41C16.6441 8.58763 16.8017 9.90024 16.8421 11.3077H20.9993C20.8653 9.56653 20.2326 7.96453 19.2422 6.64085C18.3047 6.96137 17.3504 7.21755 16.3844 7.41Z", fill: "#CFDFF7" }), _jsx("path", { d: "M16.0336 6.06485C16.776 5.92084 17.5116 5.73669 18.2373 5.51238C17.2782 4.59716 16.1205 3.88615 14.8315 3.46039C15.3051 4.16237 15.7107 5.04369 16.0336 6.06485Z", fill: "#CFDFF7" }), _jsx("path", { d: "M14.6377 6.28846C13.9529 4.23231 12.9459 3 11.9993 3C11.0527 3 10.0457 4.233 9.36087 6.28846C11.1125 6.50791 12.8869 6.50791 14.6377 6.28846Z", fill: "#CFDFF7" }), _jsx("path", { d: "M5.76274 5.51169C6.48775 5.736 7.2232 5.92015 7.96568 6.06415C8.2886 5.04369 8.69418 4.161 9.16783 3.45969C7.87955 3.88546 6.72183 4.59646 5.76274 5.51169Z", fill: "#CFDFF7" }), _jsx("path", { d: "M7.96492 17.9365C7.2232 18.0805 6.48775 18.264 5.76274 18.4883C6.72183 19.4028 7.87811 20.1138 9.16571 20.5396C8.69282 19.8383 8.28725 18.957 7.96492 17.9365Z", fill: "#CFDFF7" }), _jsx("path", { d: "M9.36163 17.7122C10.0464 19.7677 11.0534 21 12 21C12.9466 21 13.9536 19.7677 14.6384 17.7122C12.8875 17.4928 11.1131 17.4928 9.36163 17.7122Z", fill: "#CFDFF7" }), _jsx("path", { d: "M18.238 18.4876C17.5129 18.2633 16.7775 18.0799 16.0351 17.9359C15.7128 18.9563 15.3072 19.8376 14.8343 20.5389C16.1219 20.1131 17.2789 19.4021 18.238 18.4876Z", fill: "#CFDFF7" })] })));
|
|
183
|
+
});
|
|
184
|
+
import customEmoHeartSvgImport from "./custom/emo-heart.svg";
|
|
185
|
+
export const customEmoHeartSvg = customEmoHeartSvgImport;
|
|
186
|
+
export const CustomEmoHeartIcon = forwardRef((props, ref) => {
|
|
187
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M6.75 2.25C5.10862 2.25 3.594 2.89466 2.49454 4.08483C1.39588 5.27414 0.75 6.96468 0.75 9C0.75 10.6826 1.46615 12.3626 2.45872 13.8926C2.61307 14.1305 2.77516 14.3664 2.94375 14.5998L3.82136 14.2054C3.98405 14.1287 4.09704 14.0077 4.15465 13.8701L4.15646 13.8657L4.19635 13.7721C4.02864 13.5416 3.86845 13.3095 3.71711 13.0762C2.79947 11.6617 2.25 10.2711 2.25 9C2.25 7.28532 2.78972 5.97586 3.59636 5.10267C4.4022 4.23034 5.51259 3.75 6.75 3.75C8.4007 3.75 9.49286 4.40244 10.2051 5.05346C10.5661 5.38335 10.8326 5.71643 11.0258 5.97729C11.0744 6.0429 11.118 6.10355 11.1589 6.16041L11.1682 6.17344C11.2043 6.22372 11.2416 6.2756 11.2746 6.31978C11.3071 6.36323 11.3553 6.42636 11.4093 6.48306C11.4355 6.51065 11.4843 6.55952 11.5514 6.60631C11.6018 6.64142 11.7647 6.74971 12.0015 6.74971C12.2411 6.74971 12.4053 6.63869 12.4543 6.60416C12.5209 6.55723 12.5693 6.50835 12.5952 6.48096C12.6484 6.42455 12.6962 6.36171 12.7283 6.31846C12.7606 6.27511 12.7968 6.22447 12.8323 6.17499L12.8433 6.15956C12.8839 6.10283 12.9275 6.04223 12.9759 5.97671C13.1684 5.71615 13.4347 5.38316 13.7954 5.05334C14.5072 4.40246 15.5993 3.75 17.25 3.75C18.5541 3.75 19.6597 4.23438 20.445 5.09826C21.2343 5.96644 21.75 7.27476 21.75 9C21.75 10.2963 21.1988 11.6992 20.2824 13.1161C19.3712 14.5248 18.1394 15.885 16.8755 17.08C15.6144 18.2725 14.3397 19.2832 13.3591 19.9944C12.8688 20.3501 12.4566 20.6274 12.161 20.8131C12.1027 20.8497 12.0501 20.882 12.0031 20.9102C11.9559 20.8815 11.9029 20.8486 11.8441 20.8113C11.5481 20.6233 11.1356 20.3428 10.6449 19.9834C10.024 19.5288 9.28537 18.9537 8.50695 18.2889L7.89198 19.7325C8.56955 20.2972 9.20809 20.7905 9.75871 21.1937C10.2701 21.5681 10.7104 21.8683 11.0402 22.0776C11.2039 22.1816 11.3477 22.2678 11.4633 22.3306C11.5199 22.3614 11.5805 22.3925 11.6392 22.418C11.6682 22.4306 11.7075 22.4466 11.7525 22.4607C11.783 22.4703 11.8791 22.5 12.0015 22.5C12.1229 22.5 12.2183 22.4707 12.2485 22.4613C12.293 22.4475 12.332 22.4318 12.3608 22.4194C12.4192 22.3943 12.4796 22.3637 12.5361 22.3333C12.6514 22.2713 12.795 22.1862 12.9587 22.0834C13.2882 21.8765 13.7284 21.5796 14.2398 21.2087C15.2627 20.4668 16.5893 19.415 17.9061 18.17C19.2202 16.9275 20.543 15.4752 21.5419 13.9308C22.5355 12.3945 23.25 10.7037 23.25 9C23.25 6.97524 22.6407 5.28356 21.555 4.08925C20.4653 2.89062 18.9459 2.25 17.25 2.25C15.1507 2.25 13.7116 3.0974 12.7831 3.94636C12.4618 4.24021 12.2032 4.53251 12.0005 4.78497C11.7975 4.53256 11.5387 4.24019 11.2171 3.94625C10.2884 3.09741 8.8493 2.25 6.75 2.25Z", fill: "currentColor" }), _jsx("path", { d: "M8.62648 14.8872C8.30398 14.7447 8.05648 14.4822 7.91398 14.1597L6.85648 11.6772C6.66148 11.2797 6.09898 11.2797 5.90398 11.6772L4.84648 14.1597C4.71148 14.4822 4.45648 14.7372 4.13398 14.8872L2.79898 15.4872C2.40148 15.6822 2.40148 16.2447 2.79898 16.4397L4.13398 17.0397C4.45648 17.1822 4.70398 17.4447 4.84648 17.7672L5.90398 20.2497C6.09898 20.6472 6.66148 20.6472 6.85648 20.2497L7.91398 17.7672C8.04898 17.4447 8.30398 17.1897 8.62648 17.0397L9.96148 16.4397C10.359 16.2447 10.359 15.6822 9.96148 15.4872L8.62648 14.8872Z", fill: "currentColor" }), _jsx("path", { d: "M18.4666 6.74217C18.5416 6.91467 18.6766 7.05717 18.8491 7.13217L19.5691 7.44717C19.7866 7.55217 19.7866 7.85967 19.5691 7.96467L18.8416 8.28717C18.6691 8.36217 18.5341 8.50467 18.4591 8.67717L17.8891 10.0197C17.7841 10.2297 17.4766 10.2297 17.3716 10.0197L16.8016 8.67717C16.7266 8.50467 16.5916 8.36217 16.4191 8.28717L15.6916 7.96467C15.4741 7.85967 15.4741 7.55217 15.6916 7.44717L16.4191 7.12467C16.5916 7.04967 16.7266 6.90717 16.8016 6.73467L17.3791 5.39967C17.4841 5.18967 17.7916 5.18967 17.8966 5.39967L18.4666 6.74217Z", fill: "currentColor" })] })));
|
|
188
|
+
});
|
|
189
|
+
import customEmoHeartColorSvgImport from "./custom/emo-heart-color.svg";
|
|
190
|
+
export const customEmoHeartColorSvg = customEmoHeartColorSvgImport;
|
|
191
|
+
export const CustomEmoHeartColorIcon = forwardRef((props, ref) => {
|
|
192
|
+
const uniqueId = useMemo(uid, []);
|
|
193
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsxs("g", Object.assign({ clipPath: `url(#clip0_${uniqueId})` }, { children: [_jsx("path", { d: "M11.1001 22.0422C11.6292 22.3511 12.2775 22.3355 12.8056 22.025C15.517 20.4309 19.9903 16.964 21.7749 12.495C24.4637 6.52258 18.1505 1.75502 13.7873 5.18402C13.377 5.50647 12.8715 5.87091 12.4874 6.22369C12.2417 6.44932 11.8155 6.47219 11.5645 6.25254C11.0483 5.80098 10.3223 5.26137 9.84274 4.93693C6.123 2.42029 -0.645163 5.73766 2.2419 12.8177C3.27464 15.921 8.10464 20.2932 11.1001 22.0422Z", fill: `url(#paint0_radial_${uniqueId})` }), _jsx("path", { d: "M11.1001 22.0422C11.6292 22.3511 12.2775 22.3355 12.8056 22.025C15.517 20.4309 19.9903 16.964 21.7749 12.495C24.4637 6.52258 18.1505 1.75502 13.7873 5.18402C13.377 5.50647 12.8715 5.87091 12.4874 6.22369C12.2417 6.44932 11.8155 6.47219 11.5645 6.25254C11.0483 5.80098 10.3223 5.26137 9.84274 4.93693C6.123 2.42029 -0.645163 5.73766 2.2419 12.8177C3.27464 15.921 8.10464 20.2932 11.1001 22.0422Z", fill: `url(#paint1_radial_${uniqueId})` }), _jsx("path", { d: "M11.1001 22.0422C11.6292 22.3511 12.2775 22.3355 12.8056 22.025C15.517 20.4309 19.9903 16.964 21.7749 12.495C24.4637 6.52258 18.1505 1.75502 13.7873 5.18402C13.377 5.50647 12.8715 5.87091 12.4874 6.22369C12.2417 6.44932 11.8155 6.47219 11.5645 6.25254C11.0483 5.80098 10.3223 5.26137 9.84274 4.93693C6.123 2.42029 -0.645163 5.73766 2.2419 12.8177C3.27464 15.921 8.10464 20.2932 11.1001 22.0422Z", fill: `url(#paint2_radial_${uniqueId})` }), _jsx("path", { d: "M11.1001 22.0422C11.6292 22.3511 12.2775 22.3355 12.8056 22.025C15.517 20.4309 19.9903 16.964 21.7749 12.495C24.4637 6.52258 18.1505 1.75502 13.7873 5.18402C13.377 5.50647 12.8715 5.87091 12.4874 6.22369C12.2417 6.44932 11.8155 6.47219 11.5645 6.25254C11.0483 5.80098 10.3223 5.26137 9.84274 4.93693C6.123 2.42029 -0.645163 5.73766 2.2419 12.8177C3.27464 15.921 8.10464 20.2932 11.1001 22.0422Z", fill: `url(#paint3_radial_${uniqueId})` }), _jsx("path", { d: "M11.1001 22.0422C11.6292 22.3511 12.2775 22.3355 12.8056 22.025C15.517 20.4309 19.9903 16.964 21.7749 12.495C24.4637 6.52258 18.1505 1.75502 13.7873 5.18402C13.377 5.50647 12.8715 5.87091 12.4874 6.22369C12.2417 6.44932 11.8155 6.47219 11.5645 6.25254C11.0483 5.80098 10.3223 5.26137 9.84274 4.93693C6.123 2.42029 -0.645163 5.73766 2.2419 12.8177C3.27464 15.921 8.10464 20.2932 11.1001 22.0422Z", fill: `url(#paint4_linear_${uniqueId})` }), _jsx("path", { d: "M11.1001 22.0422C11.6292 22.3511 12.2775 22.3355 12.8056 22.025C15.517 20.4309 19.9903 16.964 21.7749 12.495C24.4637 6.52258 18.1505 1.75502 13.7873 5.18402C13.377 5.50647 12.8715 5.87091 12.4874 6.22369C12.2417 6.44932 11.8155 6.47219 11.5645 6.25254C11.0483 5.80098 10.3223 5.26137 9.84274 4.93693C6.123 2.42029 -0.645163 5.73766 2.2419 12.8177C3.27464 15.921 8.10464 20.2932 11.1001 22.0422Z", fill: `url(#paint5_linear_${uniqueId})` }), _jsx("path", { d: "M11.5962 6.28298C12.4462 7.13499 13.8355 6.8593 14.6417 5.96571C15.4681 5.04968 16.5667 4.21401 17.961 4.1253C16.5923 3.8621 15.1014 4.15136 13.7874 5.18407C13.6744 5.27284 13.5542 5.3648 13.4313 5.45882C13.0679 5.7369 12.6809 6.03304 12.3872 6.31825C12.1973 6.50271 11.8641 6.5216 11.6676 6.34417C11.6381 6.31758 11.6078 6.29059 11.5767 6.26327C11.583 6.26974 11.5896 6.27632 11.5962 6.28298Z", fill: `url(#paint6_linear_${uniqueId})` }), _jsx("g", Object.assign({ filter: `url(#filter0_f_${uniqueId})` }, { children: _jsx("path", { d: "M12.4243 9.52355V11.8445C12.4243 14.5591 15.2615 15.3722 15.6958 12.6926C15.8711 11.6112 15.8568 10.5303 15.5495 9.54143C15.2829 8.68332 14.7083 8.14267 14.1036 7.86388C13.1272 7.41375 12.4243 8.44841 12.4243 9.52355Z", fill: "#FA1C56" }) })), _jsx("g", Object.assign({ filter: `url(#filter1_f_${uniqueId})` }, { children: _jsx("ellipse", { cx: "18.5302", cy: "8.68595", rx: "3.11821", ry: "2.14556", transform: "rotate(-44.1901 18.5302 8.68595)", fill: `url(#paint7_radial_${uniqueId})` }) })), _jsx("g", Object.assign({ filter: `url(#filter2_f_${uniqueId})` }, { children: _jsx("ellipse", { cx: "9.35008", cy: "8.39053", rx: "3.11821", ry: "2.14556", transform: "rotate(-128.955 9.35008 8.39053)", fill: `url(#paint8_radial_${uniqueId})`, fillOpacity: "0.5" }) })), _jsx("g", Object.assign({ filter: `url(#filter3_f_${uniqueId})` }, { children: _jsx("path", { d: "M6.71475 15.1832L6.2959 12.754C6.18393 12.4079 5.93262 12.3673 5.79199 12.6016L4.25684 15.8243L6.71475 15.1832Z", fill: "#A71135" }) })), _jsx("path", { d: "M5.11977 14.9462C5.00775 15.2924 4.75042 15.5726 4.41496 15.7137L2.57096 16.4891C2.26476 16.6178 2.26476 17.0517 2.57096 17.1804L4.42365 17.9594C4.75984 18.1008 5.01753 18.3819 5.12915 18.7291L5.96214 21.32C6.07369 21.667 6.56459 21.667 6.67614 21.32L7.50649 18.7373C7.61781 18.3911 7.87443 18.1105 8.2094 17.9687L10.0732 17.1801C10.3784 17.051 10.3784 16.6185 10.0732 16.4894L8.21807 15.7044C7.88384 15.563 7.62758 15.2833 7.51586 14.938L6.67593 12.3418C6.56396 11.9958 6.07432 11.9958 5.96235 12.3418L5.11977 14.9462Z", fill: `url(#paint9_linear_${uniqueId})` }), _jsx("path", { d: "M5.11977 14.9462C5.00775 15.2924 4.75042 15.5726 4.41496 15.7137L2.57096 16.4891C2.26476 16.6178 2.26476 17.0517 2.57096 17.1804L4.42365 17.9594C4.75984 18.1008 5.01753 18.3819 5.12915 18.7291L5.96214 21.32C6.07369 21.667 6.56459 21.667 6.67614 21.32L7.50649 18.7373C7.61781 18.3911 7.87443 18.1105 8.2094 17.9687L10.0732 17.1801C10.3784 17.051 10.3784 16.6185 10.0732 16.4894L8.21807 15.7044C7.88384 15.563 7.62758 15.2833 7.51586 14.938L6.67593 12.3418C6.56396 11.9958 6.07432 11.9958 5.96235 12.3418L5.11977 14.9462Z", fill: `url(#paint10_linear_${uniqueId})` }), _jsx("path", { d: "M5.11977 14.9462C5.00775 15.2924 4.75042 15.5726 4.41496 15.7137L2.57096 16.4891C2.26476 16.6178 2.26476 17.0517 2.57096 17.1804L4.42365 17.9594C4.75984 18.1008 5.01753 18.3819 5.12915 18.7291L5.96214 21.32C6.07369 21.667 6.56459 21.667 6.67614 21.32L7.50649 18.7373C7.61781 18.3911 7.87443 18.1105 8.2094 17.9687L10.0732 17.1801C10.3784 17.051 10.3784 16.6185 10.0732 16.4894L8.21807 15.7044C7.88384 15.563 7.62758 15.2833 7.51586 14.938L6.67593 12.3418C6.56396 11.9958 6.07432 11.9958 5.96235 12.3418L5.11977 14.9462Z", fill: `url(#paint11_linear_${uniqueId})` }), _jsx("path", { d: "M5.11977 14.9462C5.00775 15.2924 4.75042 15.5726 4.41496 15.7137L2.57096 16.4891C2.26476 16.6178 2.26476 17.0517 2.57096 17.1804L4.42365 17.9594C4.75984 18.1008 5.01753 18.3819 5.12915 18.7291L5.96214 21.32C6.07369 21.667 6.56459 21.667 6.67614 21.32L7.50649 18.7373C7.61781 18.3911 7.87443 18.1105 8.2094 17.9687L10.0732 17.1801C10.3784 17.051 10.3784 16.6185 10.0732 16.4894L8.21807 15.7044C7.88384 15.563 7.62758 15.2833 7.51586 14.938L6.67593 12.3418C6.56396 11.9958 6.07432 11.9958 5.96235 12.3418L5.11977 14.9462Z", fill: `url(#paint12_radial_${uniqueId})` }), _jsx("path", { d: "M5.15019 18.1883H4.82619C4.74763 18.1162 4.65652 18.0573 4.55606 18.0151L2.57096 17.1804C2.26476 17.0517 2.26476 16.6178 2.57096 16.4891L4.54705 15.6582C4.79865 15.5524 4.99165 15.3422 5.07566 15.0825L5.96235 12.3418C6.07432 11.9958 6.56396 11.9958 6.67593 12.3418L7.55984 15.0739C7.64363 15.3329 7.83582 15.5427 8.0865 15.6487L10.0732 16.4894C10.3784 16.6185 10.3784 17.051 10.0732 17.1801L4.65508 17.5027C4.55941 17.5432 5.00371 17.8484 5.15019 18.1883Z", fill: `url(#paint13_linear_${uniqueId})` }), _jsx("path", { d: "M5.15019 18.1883H4.82619C4.74763 18.1162 4.65652 18.0573 4.55606 18.0151L2.57096 17.1804C2.26476 17.0517 2.26476 16.6178 2.57096 16.4891L4.54705 15.6582C4.79865 15.5524 4.99165 15.3422 5.07566 15.0825L5.96235 12.3418C6.07432 11.9958 6.56396 11.9958 6.67593 12.3418L7.55984 15.0739C7.64363 15.3329 7.83582 15.5427 8.0865 15.6487L10.0732 16.4894C10.3784 16.6185 10.3784 17.051 10.0732 17.1801L4.65508 17.5027C4.55941 17.5432 5.00371 17.8484 5.15019 18.1883Z", fill: `url(#paint14_linear_${uniqueId})` }), _jsx("path", { d: "M4.82617 18.1882C4.94479 18.297 5.0348 18.4357 5.08517 18.5924L5.96211 21.32C6.07366 21.667 6.56457 21.667 6.67612 21.32L7.5503 18.601C7.602 18.4402 7.69548 18.2982 7.81882 18.1882H4.82617Z", fill: `url(#paint15_linear_${uniqueId})` }), _jsx("g", Object.assign({ filter: `url(#filter4_f_${uniqueId})` }, { children: _jsx("path", { d: "M6.57715 12.5867L7.23171 14.7794C7.41003 15.3768 7.8567 15.8569 8.43969 16.0777L9.83496 16.6062", stroke: `url(#paint16_radial_${uniqueId})`, strokeWidth: "0.1", strokeLinecap: "round" }) })), _jsx("g", Object.assign({ filter: `url(#filter5_f_${uniqueId})` }, { children: _jsx("path", { d: "M6.40137 21.7039L7.22168 19.0085", stroke: `url(#paint17_linear_${uniqueId})`, strokeWidth: "0.1", strokeLinecap: "round" }) })), _jsx("g", Object.assign({ filter: `url(#filter6_f_${uniqueId})` }, { children: _jsx("path", { d: "M5.1123 15.8562L6.09668 12.5867", stroke: `url(#paint18_linear_${uniqueId})`, strokeWidth: "0.1", strokeLinecap: "round" }) })), _jsx("g", Object.assign({ filter: `url(#filter7_f_${uniqueId})` }, { children: _jsx("path", { d: "M16.3975 7.50578C16.2674 7.79236 16.034 8.01931 15.7439 8.14131L14.8949 8.49827C14.7271 8.56883 14.7271 8.80663 14.8949 8.87719L15.7623 9.2419C16.0446 9.36062 16.2736 9.57889 16.4056 9.85527L16.9787 11.0546C17.0398 11.2447 17.3089 11.2447 17.37 11.0546L17.566 10.0792C17.6474 9.67401 17.9238 9.33525 18.3044 9.17421L19.0068 8.87702C19.174 8.80625 19.174 8.56922 19.0068 8.49845L18.2278 8.16886C17.8936 8.02744 17.6374 7.748 17.5257 7.4027C17.3768 6.9425 17.1818 6.33972 17.1448 6.22527C17.0834 6.03559 17.0403 6.03559 16.9789 6.22527L16.3975 7.50578Z", fill: "#C01942" }) })), _jsx("path", { d: "M16.7774 7.30757C16.6653 7.6538 16.408 7.93403 16.0726 8.07508L15.3007 8.39964C15.1328 8.4702 15.1328 8.708 15.3007 8.77856L16.0767 9.10488C16.4129 9.24624 16.6706 9.52737 16.7822 9.87457L17.1593 11.0474C17.2204 11.2376 17.4895 11.2376 17.5506 11.0474L17.9265 9.87833C18.0378 9.53207 18.2944 9.25147 18.6294 9.10974L19.4125 8.77838C19.5798 8.70761 19.5798 8.47058 19.4125 8.39982L18.6336 8.07023C18.2994 7.92881 18.0431 7.64911 17.9314 7.30382L17.5505 6.12664C17.4892 5.93695 17.2208 5.93695 17.1594 6.12664L16.7774 7.30757Z", fill: `url(#paint19_linear_${uniqueId})` }), _jsx("path", { d: "M16.7774 7.30757C16.6653 7.6538 16.408 7.93403 16.0726 8.07508L15.3007 8.39964C15.1328 8.4702 15.1328 8.708 15.3007 8.77856L16.0767 9.10488C16.4129 9.24624 16.6706 9.52737 16.7822 9.87457L17.1593 11.0474C17.2204 11.2376 17.4895 11.2376 17.5506 11.0474L17.9265 9.87833C18.0378 9.53207 18.2944 9.25147 18.6294 9.10974L19.4125 8.77838C19.5798 8.70761 19.5798 8.47058 19.4125 8.39982L18.6336 8.07023C18.2994 7.92881 18.0431 7.64911 17.9314 7.30382L17.5505 6.12664C17.4892 5.93695 17.2208 5.93695 17.1594 6.12664L16.7774 7.30757Z", fill: `url(#paint20_linear_${uniqueId})` }), _jsx("path", { d: "M16.7774 7.30757C16.6653 7.6538 16.408 7.93403 16.0726 8.07508L15.3007 8.39964C15.1328 8.4702 15.1328 8.708 15.3007 8.77856L16.0767 9.10488C16.4129 9.24624 16.6706 9.52737 16.7822 9.87457L17.1593 11.0474C17.2204 11.2376 17.4895 11.2376 17.5506 11.0474L17.9265 9.87833C18.0378 9.53207 18.2944 9.25147 18.6294 9.10974L19.4125 8.77838C19.5798 8.70761 19.5798 8.47058 19.4125 8.39982L18.6336 8.07023C18.2994 7.92881 18.0431 7.64911 17.9314 7.30382L17.5505 6.12664C17.4892 5.93695 17.2208 5.93695 17.1594 6.12664L16.7774 7.30757Z", fill: `url(#paint21_linear_${uniqueId})` }), _jsx("path", { d: "M16.7774 7.30757C16.6653 7.6538 16.408 7.93403 16.0726 8.07508L15.3007 8.39964C15.1328 8.4702 15.1328 8.708 15.3007 8.77856L16.0767 9.10488C16.4129 9.24624 16.6706 9.52737 16.7822 9.87457L17.1593 11.0474C17.2204 11.2376 17.4895 11.2376 17.5506 11.0474L17.9265 9.87833C18.0378 9.53207 18.2944 9.25147 18.6294 9.10974L19.4125 8.77838C19.5798 8.70761 19.5798 8.47058 19.4125 8.39982L18.6336 8.07023C18.2994 7.92881 18.0431 7.64911 17.9314 7.30382L17.5505 6.12664C17.4892 5.93695 17.2208 5.93695 17.1594 6.12664L16.7774 7.30757Z", fill: `url(#paint22_radial_${uniqueId})` }), _jsx("path", { d: "M16.7143 9.33093H16.5367C16.4937 9.29146 16.4437 9.25919 16.3887 9.23604L15.3007 8.77856C15.1328 8.708 15.1328 8.4702 15.3007 8.39964L16.3837 7.94424C16.5216 7.88626 16.6274 7.77107 16.6734 7.62875L17.1594 6.12664C17.2208 5.93695 17.4892 5.93695 17.5505 6.12664L18.035 7.62404C18.0809 7.76597 18.1862 7.88095 18.3236 7.93908L19.4125 8.39982C19.5798 8.47059 19.5798 8.70761 19.4125 8.77838L16.4429 8.9552C16.3905 8.97738 16.634 9.14467 16.7143 9.33093Z", fill: `url(#paint23_linear_${uniqueId})` }), _jsx("path", { d: "M16.7143 9.33093H16.5367C16.4937 9.29146 16.4437 9.25919 16.3887 9.23604L15.3007 8.77856C15.1328 8.708 15.1328 8.4702 15.3007 8.39964L16.3837 7.94424C16.5216 7.88626 16.6274 7.77107 16.6734 7.62875L17.1594 6.12664C17.2208 5.93695 17.4892 5.93695 17.5505 6.12664L18.035 7.62404C18.0809 7.76597 18.1862 7.88095 18.3236 7.93908L19.4125 8.39982C19.5798 8.47059 19.5798 8.70761 19.4125 8.77838L16.4429 8.9552C16.3905 8.97738 16.634 9.14467 16.7143 9.33093Z", fill: `url(#paint24_linear_${uniqueId})` }), _jsx("path", { d: "M16.5366 9.33105C16.6016 9.39066 16.651 9.46669 16.6786 9.55255L17.1592 11.0475C17.2203 11.2377 17.4894 11.2377 17.5505 11.0475L18.0297 9.55727C18.058 9.46913 18.1092 9.39135 18.1768 9.33105H16.5366Z", fill: `url(#paint25_linear_${uniqueId})` }), _jsx("g", Object.assign({ filter: `url(#filter8_f_${uniqueId})` }, { children: _jsx("path", { d: "M17.4961 6.26074L17.727 7.0342C17.9053 7.63157 18.352 8.11162 18.935 8.33245L19.2816 8.46376", stroke: `url(#paint26_radial_${uniqueId})`, strokeWidth: "0.1", strokeLinecap: "round" }) })), _jsx("g", Object.assign({ filter: `url(#filter9_f_${uniqueId})` }, { children: _jsx("path", { d: "M17.3999 11.2578L17.8495 9.78052", stroke: `url(#paint27_linear_${uniqueId})`, strokeWidth: "0.1", strokeLinecap: "round" }) })), _jsx("g", Object.assign({ filter: `url(#filter10_f_${uniqueId})` }, { children: _jsx("path", { d: "M16.6934 8.0527L17.2329 6.26074", stroke: `url(#paint28_linear_${uniqueId})`, strokeWidth: "0.1", strokeLinecap: "round" }) }))] })), _jsxs("defs", { children: [_jsxs("filter", Object.assign({ id: `filter0_f_${uniqueId}`, x: "10.4243", y: "5.75586", width: "7.38428", height: "10.5828", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "1", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter1_f_${uniqueId}`, x: "14.3398", y: "4.52295", width: "8.38037", height: "8.32617", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.75", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter2_f_${uniqueId}`, x: "5.27588", y: "4.11523", width: "8.14844", height: "8.55054", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.75", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter3_f_${uniqueId}`, x: "3.25684", y: "11.4541", width: "4.45801", height: "5.37012", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.5", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter4_f_${uniqueId}`, x: "6.27734", y: "12.2866", width: "3.85742", height: "4.61963", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.125", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter5_f_${uniqueId}`, x: "6.20156", y: "18.8085", width: "1.21992", height: "3.09541", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.075", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter6_f_${uniqueId}`, x: "4.7625", y: "12.2366", width: "1.68398", height: "3.96963", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.15", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter7_f_${uniqueId}`, x: "14.019", y: "5.33301", width: "5.86328", height: "6.61426", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.375", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter8_f_${uniqueId}`, x: "17.1963", y: "5.96069", width: "2.38525", height: "2.80298", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.125", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter9_f_${uniqueId}`, x: "17.2001", y: "9.58047", width: "0.849316", height: "1.87739", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.075", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter10_f_${uniqueId}`, x: "16.3436", y: "5.91069", width: "1.23916", height: "2.49209", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.15", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("radialGradient", Object.assign({ id: `paint0_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(14.1001 21.9975) rotate(-90) scale(24.4063 41.4908)" }, { children: [_jsx("stop", { stopColor: "#F12E52" }), _jsx("stop", { offset: "0.596003", stopColor: "#FF3B79" }), _jsx("stop", { offset: "1", stopColor: "#FF4EC6" })] })), _jsxs("radialGradient", Object.assign({ id: `paint1_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(17.1623 8.80044) rotate(142.986) scale(19.6471 36.8009)" }, { children: [_jsx("stop", { offset: "0.483055", stopColor: "#B91D43", stopOpacity: "0" }), _jsx("stop", { offset: "0.833898", stopColor: "#B91D43" })] })), _jsxs("radialGradient", Object.assign({ id: `paint2_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(14.8938 13.614) rotate(-158.663) scale(17.0422 24.0915)" }, { children: [_jsx("stop", { offset: "0.40984", stopColor: "#B91D43", stopOpacity: "0" }), _jsx("stop", { offset: "0.833898", stopColor: "#B91D43" })] })), _jsxs("radialGradient", Object.assign({ id: `paint3_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(11.5702 10.6377) rotate(90) scale(14.8323)" }, { children: [_jsx("stop", { offset: "0.671096", stopColor: "#FF7AF2", stopOpacity: "0" }), _jsx("stop", { offset: "0.933555", stopColor: "#FFBCE6" })] })), _jsxs("linearGradient", Object.assign({ id: `paint4_linear_${uniqueId}`, x1: "13.2072", y1: "12.3739", x2: "19.2096", y2: "19.5172", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: "0.694491", stopColor: "#FF7AF2", stopOpacity: "0" }), _jsx("stop", { offset: "0.933555", stopColor: "#FFBCE6" })] })), _jsxs("linearGradient", Object.assign({ id: `paint5_linear_${uniqueId}`, x1: "12.4631", y1: "12.6715", x2: "5.419", y2: "20.6085", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: "0.694491", stopColor: "#FF7AF2", stopOpacity: "0" }), _jsx("stop", { offset: "0.933555", stopColor: "#FFBCE6" })] })), _jsxs("linearGradient", Object.assign({ id: `paint6_linear_${uniqueId}`, x1: "14.7655", y1: "7.28927", x2: "12.6607", y2: "4.9767", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: "0.40984", stopColor: "#C12372", stopOpacity: "0" }), _jsx("stop", { offset: "0.833898", stopColor: "#B5286E" })] })), _jsxs("radialGradient", Object.assign({ id: `paint7_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(21.6684 9.3457) rotate(-176.775) scale(4.61132 3.11377)" }, { children: [_jsx("stop", { stopColor: "#FF93BA" }), _jsx("stop", { offset: "1", stopColor: "#FF73A6", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint8_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(11.1908 8.96998) rotate(-178.3) scale(6.63749 4.48193)" }, { children: [_jsx("stop", { stopColor: "#FF93BA" }), _jsx("stop", { offset: "1", stopColor: "#FF73A6", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint9_linear_${uniqueId}`, x1: "7.0457", y1: "12.0823", x2: "5.00664", y2: "19.4304", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FFD542" }), _jsx("stop", { offset: "1", stopColor: "#FFA847" })] })), _jsxs("linearGradient", Object.assign({ id: `paint10_linear_${uniqueId}`, x1: "5.63945", y1: "19.0086", x2: "5.06216", y2: "22.1871", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: "0.458251", stopColor: "#E88518", stopOpacity: "0" }), _jsx("stop", { offset: "1", stopColor: "#E88518" })] })), _jsxs("linearGradient", Object.assign({ id: `paint11_linear_${uniqueId}`, x1: "4.37383", y1: "18.282", x2: "1.19797", y2: "18.1973", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: "0.361577", stopColor: "#E88518", stopOpacity: "0" }), _jsx("stop", { offset: "1", stopColor: "#E88518" })] })), _jsxs("radialGradient", Object.assign({ id: `paint12_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(7.6082 9.4695) rotate(103.828) scale(5.38257 14.8716)" }, { children: [_jsx("stop", { stopColor: "#FFFF6B" }), _jsx("stop", { offset: "1", stopColor: "#FFFF6B", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint13_linear_${uniqueId}`, x1: "5.58086", y1: "16.7234", x2: "4.82035", y2: "18.348", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: "0.781564", stopColor: "#E88518", stopOpacity: "0" }), _jsx("stop", { offset: "1", stopColor: "#E88518" })] })), _jsxs("linearGradient", Object.assign({ id: `paint14_linear_${uniqueId}`, x1: "5.58086", y1: "16.7234", x2: "4.82035", y2: "18.348", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: "0.781564", stopColor: "#E88518", stopOpacity: "0" }), _jsx("stop", { offset: "1", stopColor: "#E88518" })] })), _jsxs("linearGradient", Object.assign({ id: `paint15_linear_${uniqueId}`, x1: "7.21141", y1: "20.168", x2: "5.62367", y2: "20.7006", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: "0.776042", stopColor: "#E88518", stopOpacity: "0" }), _jsx("stop", { offset: "1", stopColor: "#E88518" })] })), _jsxs("radialGradient", Object.assign({ id: `paint16_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(6.09668 12.5867) rotate(43.142) scale(5.87815 5.02625)" }, { children: [_jsx("stop", { stopColor: "#FFF270", stopOpacity: "0" }), _jsx("stop", { offset: "0.548137", stopColor: "#FFF270" }), _jsx("stop", { offset: "1", stopColor: "#FFF270", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint17_linear_${uniqueId}`, x1: "6.7998", y1: "20.614", x2: "6.15357", y2: "19.5584", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FFF270", stopOpacity: "0" }), _jsx("stop", { offset: "0.494792", stopColor: "#FFF270", stopOpacity: "0.6" }), _jsx("stop", { offset: "1", stopColor: "#FFF270", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint18_linear_${uniqueId}`, x1: "6.00293", y1: "12.3406", x2: "7.26266", y2: "14.1722", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FF8A09", stopOpacity: "0.6" }), _jsx("stop", { offset: "1", stopColor: "#FF8A09", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint19_linear_${uniqueId}`, x1: "17.7532", y1: "5.98438", x2: "16.6356", y2: "10.0117", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FFD542" }), _jsx("stop", { offset: "1", stopColor: "#FFA847" })] })), _jsxs("linearGradient", Object.assign({ id: `paint20_linear_${uniqueId}`, x1: "16.9824", y1: "9.78053", x2: "16.666", y2: "11.5226", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: "0.458251", stopColor: "#E88518", stopOpacity: "0" }), _jsx("stop", { offset: "1", stopColor: "#E88518" })] })), _jsxs("linearGradient", Object.assign({ id: `paint21_linear_${uniqueId}`, x1: "16.2888", y1: "9.38231", x2: "14.5482", y2: "9.33587", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: "0.361577", stopColor: "#E88518", stopOpacity: "0" }), _jsx("stop", { offset: "1", stopColor: "#E88518" })] })), _jsxs("radialGradient", Object.assign({ id: `paint22_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(18.0615 4.55237) rotate(103.828) scale(2.95007 8.15082)" }, { children: [_jsx("stop", { stopColor: "#FFFF6B" }), _jsx("stop", { offset: "1", stopColor: "#FFFF6B", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint23_linear_${uniqueId}`, x1: "16.9503", y1: "8.52808", x2: "16.5335", y2: "9.41851", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: "0.781564", stopColor: "#E88518", stopOpacity: "0" }), _jsx("stop", { offset: "1", stopColor: "#E88518" })] })), _jsxs("linearGradient", Object.assign({ id: `paint24_linear_${uniqueId}`, x1: "16.9503", y1: "8.52808", x2: "16.5335", y2: "9.41851", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: "0.781564", stopColor: "#E88518", stopOpacity: "0" }), _jsx("stop", { offset: "1", stopColor: "#E88518" })] })), _jsxs("linearGradient", Object.assign({ id: `paint25_linear_${uniqueId}`, x1: "17.8439", y1: "10.4161", x2: "16.9737", y2: "10.708", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: "0.776042", stopColor: "#E88518", stopOpacity: "0" }), _jsx("stop", { offset: "1", stopColor: "#E88518" })] })), _jsxs("radialGradient", Object.assign({ id: `paint26_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(17.2328 6.26074) rotate(43.142) scale(3.22169 2.75478)" }, { children: [_jsx("stop", { stopColor: "#FFF270", stopOpacity: "0" }), _jsx("stop", { offset: "0.548137", stopColor: "#FFF270" }), _jsx("stop", { offset: "1", stopColor: "#FFF270", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint27_linear_${uniqueId}`, x1: "17.6183", y1: "10.6604", x2: "17.2641", y2: "10.0819", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FFF270", stopOpacity: "0" }), _jsx("stop", { offset: "0.494792", stopColor: "#FFF270", stopOpacity: "0.6" }), _jsx("stop", { offset: "1", stopColor: "#FFF270", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint28_linear_${uniqueId}`, x1: "17.1815", y1: "6.12586", x2: "17.8719", y2: "7.12973", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FF8A09", stopOpacity: "0.6" }), _jsx("stop", { offset: "1", stopColor: "#FF8A09", stopOpacity: "0" })] })), _jsx("clipPath", Object.assign({ id: `clip0_${uniqueId}` }, { children: _jsx("rect", { width: "24", height: "24", fill: "white" }) }))] })] })));
|
|
194
|
+
});
|
|
195
|
+
import customEmoHundredSvgImport from "./custom/emo-hundred.svg";
|
|
196
|
+
export const customEmoHundredSvg = customEmoHundredSvgImport;
|
|
197
|
+
export const CustomEmoHundredIcon = forwardRef((props, ref) => {
|
|
198
|
+
return (_jsx("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.8055 14.14C15.0447 13.3479 14.9216 12.0812 15.0376 11.022C15.0817 10.6297 15.1294 10.2349 15.177 9.84017C15.2246 9.44541 15.2722 9.05066 15.3164 8.65836C15.4576 7.49223 15.7802 6.24641 16.4596 5.29616C17.0601 4.45194 17.9883 3.91512 18.981 3.78416C19.9361 3.65816 20.9932 3.86932 21.6712 4.60861C22.4094 5.4037 22.6114 6.62813 22.4456 7.71781C22.417 7.95218 22.3879 8.18733 22.3587 8.42277C22.2901 8.97653 22.2212 9.53189 22.1593 10.0824C22.051 11.2681 21.6785 12.4807 21.017 13.4525C20.4259 14.3114 19.4883 14.8335 18.4957 14.9645C17.5415 15.0983 16.5041 14.8606 15.8055 14.14ZM18.0118 9.61427C17.9448 10.1674 17.8778 10.7209 17.8191 11.2766C17.7533 11.9307 17.9728 12.2285 18.4466 12.166C18.9279 12.1025 19.1822 11.7422 19.248 11.0881C19.3082 10.4825 19.3821 9.87905 19.456 9.27564C19.5299 8.67223 19.6038 8.06881 19.6641 7.46321C19.7299 6.80907 19.5104 6.51131 19.0291 6.57481C18.5553 6.63731 18.3011 6.99757 18.2352 7.65172C18.17 8.30767 18.0909 8.96077 18.0118 9.61427ZM7.16263 12.522C7.0466 13.5812 7.16968 14.8479 7.93049 15.64C8.62915 16.3606 9.66653 16.5983 10.6207 16.4645C11.6133 16.3335 12.5509 15.8114 13.142 14.9525C13.8035 13.9807 14.176 12.7681 14.2843 11.5824C14.3462 11.032 14.415 10.4767 14.4837 9.92296C14.5129 9.68745 14.542 9.45224 14.5706 9.21781C14.7364 8.12813 14.5344 6.9037 13.7962 6.10861C13.1182 5.36932 12.0611 5.15816 11.106 5.28416C10.1133 5.41512 9.18514 5.95194 8.5846 6.79616C7.90523 7.74641 7.58262 8.99223 7.44136 10.1584C7.39725 10.5507 7.34962 10.9454 7.30199 11.3402C7.25437 11.7349 7.20674 12.1297 7.16263 12.522ZM10.1368 11.1143L10.1368 11.1143L10.1368 11.1142C10.2159 10.4608 10.295 9.80767 10.3602 9.15172C10.4261 8.49757 10.6803 8.13731 11.1541 8.07481C11.6354 8.01131 11.8549 8.30907 11.7891 8.96321C11.7288 9.56881 11.6549 10.1722 11.581 10.7756C11.5071 11.3791 11.4332 11.9825 11.373 12.5881C11.3072 13.2422 11.0529 13.6025 10.5716 13.666C10.0978 13.7285 9.8783 13.4307 9.94413 12.7766C10.0028 12.2209 10.0698 11.6674 10.1368 11.1143ZM5.02926 18.3806L6.37485 8.625C6.37485 8.625 6.74985 6.75 5.24985 6.75C4.30181 6.75 2.51101 8.90485 1.49778 10.2323C1.08284 10.7759 1.24728 11.5485 1.83371 11.9004C2.29867 12.1793 2.89383 12.1061 3.27724 11.7226L3.37486 11.625L2.46128 18.02C2.34969 18.8012 2.95579 19.5 3.74483 19.5C4.39246 19.5 4.94077 19.0221 5.02926 18.3806ZM20.9825 15.9647C21.071 16.3693 20.8148 16.7691 20.4101 16.8576L8.41012 19.4827C8.00548 19.5712 7.60569 19.3149 7.51717 18.9102C7.42866 18.5056 7.68493 18.1058 8.08958 18.0173L20.0896 15.3923C20.4942 15.3038 20.894 15.5601 20.9825 15.9647ZM19.1064 18.9598C19.1977 19.3638 18.9441 19.7653 18.5401 19.8566L6.91505 22.4816C6.51101 22.5728 6.10951 22.3192 6.01827 21.9152C5.92704 21.5111 6.18062 21.1096 6.58466 21.0184L18.2097 18.3934C18.6137 18.3022 19.0152 18.5557 19.1064 18.9598Z", fill: "currentColor" }) })));
|
|
199
|
+
});
|
|
200
|
+
import customEmoHundredColorSvgImport from "./custom/emo-hundred-color.svg";
|
|
201
|
+
export const customEmoHundredColorSvg = customEmoHundredColorSvgImport;
|
|
202
|
+
export const CustomEmoHundredColorIcon = forwardRef((props, ref) => {
|
|
203
|
+
const uniqueId = useMemo(uid, []);
|
|
204
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsxs("g", Object.assign({ clipPath: `url(#clip0_${uniqueId}` }, { children: [_jsx("path", { d: "M3.71166 17.8829C4.49755 17.762 5.03002 16.8048 5.14721 16.1954C5.5515 13.4532 6.09056 9.89658 6.34841 7.47666C6.41548 6.84717 6.11956 6.32181 5.79763 6.07627C5.15869 5.60226 4.50842 5.85951 3.94608 6.40439C3.32928 6.99444 2.87378 7.54697 1.87768 8.754C1.51866 9.18906 1.27046 10.1834 1.87767 10.6466C2.30577 10.9598 2.91479 10.7403 3.28979 10.4767C3.00267 12.5099 2.6101 15.211 2.47533 16.7638C2.47632 17.5582 2.87377 18.0118 3.71166 17.8829Z", fill: `url(#paint0_linear_${uniqueId}` }), _jsx("path", { d: "M3.71166 17.8829C4.49755 17.762 5.03002 16.8048 5.14721 16.1954C5.5515 13.4532 6.09056 9.89658 6.34841 7.47666C6.41548 6.84717 6.11956 6.32181 5.79763 6.07627C5.15869 5.60226 4.50842 5.85951 3.94608 6.40439C3.32928 6.99444 2.87378 7.54697 1.87768 8.754C1.51866 9.18906 1.27046 10.1834 1.87767 10.6466C2.30577 10.9598 2.91479 10.7403 3.28979 10.4767C3.00267 12.5099 2.6101 15.211 2.47533 16.7638C2.47632 17.5582 2.87377 18.0118 3.71166 17.8829Z", fill: `url(#paint1_linear_${uniqueId}` }), _jsx("g", Object.assign({ filter: `url(#filter0_f_${uniqueId}` }, { children: _jsx("path", { d: "M5.05322 8.85938L3.49463 10.3594L2.74463 16.4414L4.13916 16.5352L5.05322 8.85938Z", fill: `url(#paint2_linear_${uniqueId}` }) })), _jsx("path", { d: "M4.05593 17.7718C3.9475 17.8257 3.83247 17.8642 3.71143 17.8828C2.87354 18.0117 2.47609 17.5581 2.4751 16.7637C2.59613 15.3691 2.92512 13.0483 3.1989 11.1169C3.22767 10.9139 3.25583 10.7152 3.28308 10.5224L3.30713 10.4883L5.27588 9.17578L4.05593 17.7718Z", fill: `url(#paint3_linear_${uniqueId}` }), _jsx("path", { d: "M6.78182 11.5371C6.69978 12.4394 6.61347 13.6087 7.31501 14.4082C7.95966 15.1359 8.57477 15.2929 9.74079 15.2226C10.8834 15.0117 11.8619 14.2734 12.3189 13.8164C12.9869 13.1484 13.626 12.0665 13.8072 10.9511C13.9434 10.2142 14.0158 9.35891 14.1412 8.61324C14.3697 7.25387 14.2642 6.22848 13.7193 5.48433C13.3209 4.86324 12.4846 4.47819 11.5338 4.53512C10.5455 4.59428 9.35179 5.16097 8.51033 6.14645C7.78014 7.00162 7.29158 7.99801 7.09387 9.21149C7.00447 9.89645 6.88142 10.7929 6.78182 11.5371ZM9.48883 11.4726C9.6236 10.3945 9.72907 9.5273 9.88727 8.40816C9.99321 7.79323 10.5494 7.44137 10.8834 7.44137C11.3625 7.41268 11.5663 7.77938 11.4927 8.40816C11.3756 9.41012 11.2647 10.3711 11.1002 11.3261C10.9942 11.9411 10.5669 12.3268 10.0878 12.3555C9.68867 12.3794 9.44782 12.1054 9.48883 11.4726Z", fill: `url(#paint4_linear_${uniqueId}` }), _jsx("path", { d: "M6.78182 11.5371C6.69978 12.4394 6.61347 13.6087 7.31501 14.4082C7.95966 15.1359 8.57477 15.2929 9.74079 15.2226C10.8834 15.0117 11.8619 14.2734 12.3189 13.8164C12.9869 13.1484 13.626 12.0665 13.8072 10.9511C13.9434 10.2142 14.0158 9.35891 14.1412 8.61324C14.3697 7.25387 14.2642 6.22848 13.7193 5.48433C13.3209 4.86324 12.4846 4.47819 11.5338 4.53512C10.5455 4.59428 9.35179 5.16097 8.51033 6.14645C7.78014 7.00162 7.29158 7.99801 7.09387 9.21149C7.00447 9.89645 6.88142 10.7929 6.78182 11.5371ZM9.48883 11.4726C9.6236 10.3945 9.72907 9.5273 9.88727 8.40816C9.99321 7.79323 10.5494 7.44137 10.8834 7.44137C11.3625 7.41268 11.5663 7.77938 11.4927 8.40816C11.3756 9.41012 11.2647 10.3711 11.1002 11.3261C10.9942 11.9411 10.5669 12.3268 10.0878 12.3555C9.68867 12.3794 9.44782 12.1054 9.48883 11.4726Z", fill: `url(#paint5_radial_${uniqueId}` }), _jsx("path", { d: "M6.78182 11.5371C6.69978 12.4394 6.61347 13.6087 7.31501 14.4082C7.95966 15.1359 8.57477 15.2929 9.74079 15.2226C10.8834 15.0117 11.8619 14.2734 12.3189 13.8164C12.9869 13.1484 13.626 12.0665 13.8072 10.9511C13.9434 10.2142 14.0158 9.35891 14.1412 8.61324C14.3697 7.25387 14.2642 6.22848 13.7193 5.48433C13.3209 4.86324 12.4846 4.47819 11.5338 4.53512C10.5455 4.59428 9.35179 5.16097 8.51033 6.14645C7.78014 7.00162 7.29158 7.99801 7.09387 9.21149C7.00447 9.89645 6.88142 10.7929 6.78182 11.5371ZM9.48883 11.4726C9.6236 10.3945 9.72907 9.5273 9.88727 8.40816C9.99321 7.79323 10.5494 7.44137 10.8834 7.44137C11.3625 7.41268 11.5663 7.77938 11.4927 8.40816C11.3756 9.41012 11.2647 10.3711 11.1002 11.3261C10.9942 11.9411 10.5669 12.3268 10.0878 12.3555C9.68867 12.3794 9.44782 12.1054 9.48883 11.4726Z", fill: `url(#paint6_linear_${uniqueId}` }), _jsx("path", { d: "M6.78182 11.5371C6.69978 12.4394 6.61347 13.6087 7.31501 14.4082C7.95966 15.1359 8.57477 15.2929 9.74079 15.2226C10.8834 15.0117 11.8619 14.2734 12.3189 13.8164C12.9869 13.1484 13.626 12.0665 13.8072 10.9511C13.9434 10.2142 14.0158 9.35891 14.1412 8.61324C14.3697 7.25387 14.2642 6.22848 13.7193 5.48433C13.3209 4.86324 12.4846 4.47819 11.5338 4.53512C10.5455 4.59428 9.35179 5.16097 8.51033 6.14645C7.78014 7.00162 7.29158 7.99801 7.09387 9.21149C7.00447 9.89645 6.88142 10.7929 6.78182 11.5371ZM9.48883 11.4726C9.6236 10.3945 9.72907 9.5273 9.88727 8.40816C9.99321 7.79323 10.5494 7.44137 10.8834 7.44137C11.3625 7.41268 11.5663 7.77938 11.4927 8.40816C11.3756 9.41012 11.2647 10.3711 11.1002 11.3261C10.9942 11.9411 10.5669 12.3268 10.0878 12.3555C9.68867 12.3794 9.44782 12.1054 9.48883 11.4726Z", fill: `url(#paint7_linear_${uniqueId}` }), _jsx("path", { d: "M14.8824 9.8027C14.8004 10.705 14.7141 11.8743 15.4156 12.6738C16.0602 13.4016 16.6754 13.5586 17.8414 13.4882C18.9839 13.2773 19.9625 12.539 20.4195 12.082C21.0875 11.414 21.7266 10.3321 21.9078 9.21676C22.044 8.4798 22.1164 7.62454 22.2418 6.87887C22.4703 5.51949 22.3648 4.4941 21.8199 3.74996C21.4214 3.12887 20.5851 2.74381 19.6343 2.80074C18.6461 2.85991 17.4524 3.42659 16.6109 4.41207C15.8807 5.26724 15.3922 6.26363 15.1945 7.47712C15.1051 8.16207 14.982 9.05855 14.8824 9.8027ZM17.5894 9.73824C17.7242 8.66012 17.8297 7.79293 17.9879 6.67379C18.0938 6.05886 18.65 5.70699 18.984 5.70699C19.4631 5.6783 19.6669 6.04501 19.5933 6.67379C19.4761 7.67574 19.3653 8.63676 19.2007 9.59176C19.0948 10.2067 18.6675 10.5924 18.1883 10.6211C17.7893 10.645 17.5484 10.3711 17.5894 9.73824Z", fill: `url(#paint8_linear_${uniqueId}` }), _jsx("path", { d: "M14.8824 9.8027C14.8004 10.705 14.7141 11.8743 15.4156 12.6738C16.0602 13.4016 16.6754 13.5586 17.8414 13.4882C18.9839 13.2773 19.9625 12.539 20.4195 12.082C21.0875 11.414 21.7266 10.3321 21.9078 9.21676C22.044 8.4798 22.1164 7.62454 22.2418 6.87887C22.4703 5.51949 22.3648 4.4941 21.8199 3.74996C21.4214 3.12887 20.5851 2.74381 19.6343 2.80074C18.6461 2.85991 17.4524 3.42659 16.6109 4.41207C15.8807 5.26724 15.3922 6.26363 15.1945 7.47712C15.1051 8.16207 14.982 9.05855 14.8824 9.8027ZM17.5894 9.73824C17.7242 8.66012 17.8297 7.79293 17.9879 6.67379C18.0938 6.05886 18.65 5.70699 18.984 5.70699C19.4631 5.6783 19.6669 6.04501 19.5933 6.67379C19.4761 7.67574 19.3653 8.63676 19.2007 9.59176C19.0948 10.2067 18.6675 10.5924 18.1883 10.6211C17.7893 10.645 17.5484 10.3711 17.5894 9.73824Z", fill: `url(#paint9_radial_${uniqueId}` }), _jsx("path", { d: "M14.8824 9.8027C14.8004 10.705 14.7141 11.8743 15.4156 12.6738C16.0602 13.4016 16.6754 13.5586 17.8414 13.4882C18.9839 13.2773 19.9625 12.539 20.4195 12.082C21.0875 11.414 21.7266 10.3321 21.9078 9.21676C22.044 8.4798 22.1164 7.62454 22.2418 6.87887C22.4703 5.51949 22.3648 4.4941 21.8199 3.74996C21.4214 3.12887 20.5851 2.74381 19.6343 2.80074C18.6461 2.85991 17.4524 3.42659 16.6109 4.41207C15.8807 5.26724 15.3922 6.26363 15.1945 7.47712C15.1051 8.16207 14.982 9.05855 14.8824 9.8027ZM17.5894 9.73824C17.7242 8.66012 17.8297 7.79293 17.9879 6.67379C18.0938 6.05886 18.65 5.70699 18.984 5.70699C19.4631 5.6783 19.6669 6.04501 19.5933 6.67379C19.4761 7.67574 19.3653 8.63676 19.2007 9.59176C19.0948 10.2067 18.6675 10.5924 18.1883 10.6211C17.7893 10.645 17.5484 10.3711 17.5894 9.73824Z", fill: `url(#paint10_linear_${uniqueId}` }), _jsx("path", { d: "M14.8824 9.8027C14.8004 10.705 14.7141 11.8743 15.4156 12.6738C16.0602 13.4016 16.6754 13.5586 17.8414 13.4882C18.9839 13.2773 19.9625 12.539 20.4195 12.082C21.0875 11.414 21.7266 10.3321 21.9078 9.21676C22.044 8.4798 22.1164 7.62454 22.2418 6.87887C22.4703 5.51949 22.3648 4.4941 21.8199 3.74996C21.4214 3.12887 20.5851 2.74381 19.6343 2.80074C18.6461 2.85991 17.4524 3.42659 16.6109 4.41207C15.8807 5.26724 15.3922 6.26363 15.1945 7.47712C15.1051 8.16207 14.982 9.05855 14.8824 9.8027ZM17.5894 9.73824C17.7242 8.66012 17.8297 7.79293 17.9879 6.67379C18.0938 6.05886 18.65 5.70699 18.984 5.70699C19.4631 5.6783 19.6669 6.04501 19.5933 6.67379C19.4761 7.67574 19.3653 8.63676 19.2007 9.59176C19.0948 10.2067 18.6675 10.5924 18.1883 10.6211C17.7893 10.645 17.5484 10.3711 17.5894 9.73824Z", fill: `url(#paint11_linear_${uniqueId}` }), _jsx("g", Object.assign({ filter: `url(#filter1_f_${uniqueId}` }, { children: _jsx("path", { d: "M19.0483 4.01954C19.3374 3.90236 20.0515 3.77579 20.5952 4.20704C21.2749 4.74611 21.1812 5.51954 21.0874 6.01173C21.0124 6.40548 20.7905 8.90236 20.5952 10.0664", stroke: `url(#paint12_linear_${uniqueId}`, strokeLinecap: "round" }) })), _jsx("g", Object.assign({ filter: `url(#filter2_f_${uniqueId}` }, { children: _jsx("path", { d: "M18.8374 11.2148C18.603 11.5056 17.7355 11.9369 17.1917 11.5056C16.5121 10.9666 16.6058 10.1931 16.6996 9.70095C16.7746 9.3072 16.9964 8.08975 17.1917 6.92569", stroke: `url(#paint13_linear_${uniqueId}`, strokeLinecap: "round" }) })), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.754 14.7225C20.8425 15.1484 20.5691 15.5653 20.1433 15.6539L13.6683 17.0004L8.72842 18.1008C8.3039 18.1953 7.8831 17.9278 7.78854 17.5033C7.69398 17.0788 7.96146 16.658 8.38598 16.5634L13.3367 15.4607L19.8226 14.1119C20.2485 14.0233 20.6654 14.2967 20.754 14.7225Z", fill: `url(#paint14_linear_${uniqueId}` }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.1477 17.8828C19.2384 18.3081 18.967 18.7265 18.5417 18.8171L11.9476 20.2226L7.00228 21.3007C6.57734 21.3934 6.15775 21.124 6.06511 20.6991C5.97247 20.2741 6.24186 19.8545 6.6668 19.7619L11.6157 18.683L18.2133 17.2767C18.6387 17.1861 19.057 17.4574 19.1477 17.8828Z", fill: `url(#paint15_linear_${uniqueId}` }), _jsx("g", Object.assign({ filter: `url(#filter3_f_${uniqueId}` }, { children: _jsx("circle", { cx: "5.49854", cy: "7.00781", r: "0.585938", fill: "#FF596F" }) })), _jsx("g", Object.assign({ filter: `url(#filter4_f_${uniqueId}` }, { children: _jsx("path", { d: "M4.33838 16.1367L5.48682 7.86328", stroke: `url(#paint16_linear_${uniqueId}`, strokeWidth: "0.75", strokeLinecap: "round" }) })), _jsx("g", Object.assign({ filter: `url(#filter5_f_${uniqueId}` }, { children: _jsx("path", { d: "M2.74463 9.88794L4.19775 8.15356", stroke: `url(#paint17_linear_${uniqueId}`, strokeWidth: "0.75", strokeLinecap: "round" }) })), _jsx("g", Object.assign({ filter: `url(#filter6_f_${uniqueId}` }, { children: _jsx("path", { d: "M10.9478 5.75392C11.2368 5.63673 11.9509 5.51017 12.4946 5.94142C13.1743 6.48048 13.0806 7.25392 12.9868 7.74611C12.9118 8.13986 12.6899 10.6367 12.4946 11.8008", stroke: `url(#paint18_linear_${uniqueId}`, strokeLinecap: "round" }) })), _jsx("g", Object.assign({ filter: `url(#filter7_f_${uniqueId}` }, { children: _jsx("path", { d: "M10.7368 12.9491C10.5024 13.24 9.63491 13.6713 9.09116 13.24C8.41147 12.701 8.50522 11.9275 8.59897 11.4353C8.67397 11.0416 8.89584 9.82413 9.09116 8.66007", stroke: `url(#paint19_linear_${uniqueId}`, strokeLinecap: "round" }) })), _jsx("g", Object.assign({ filter: `url(#filter8_f_${uniqueId}` }, { children: _jsx("ellipse", { cx: "20.0653", cy: "14.7831", rx: "0.527344", ry: "0.345703", transform: "rotate(-12.6263 20.0653 14.7831)", fill: `url(#paint20_linear_${uniqueId}` }) })), _jsx("g", Object.assign({ filter: `url(#filter9_f_${uniqueId}` }, { children: _jsx("ellipse", { cx: "18.4012", cy: "17.994", rx: "0.527344", ry: "0.345703", transform: "rotate(-12.6263 18.4012 17.994)", fill: `url(#paint21_linear_${uniqueId}` }) }))] })), _jsxs("defs", { children: [_jsxs("filter", Object.assign({ id: `filter0_f_${uniqueId}`, x: "2.49463", y: "8.60938", width: "2.80859", height: "8.17578", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.125", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter1_f_${uniqueId}`, x: "17.5483", y: "2.40698", width: "5.104", height: "9.15942", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.5", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter2_f_${uniqueId}`, x: "15.1343", y: "5.42554", width: "5.20312", height: "7.76221", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.5", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter3_f_${uniqueId}`, x: "3.9126", y: "5.42188", width: "3.17188", height: "3.17188", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.5", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter4_f_${uniqueId}`, x: "2.96338", y: "6.48828", width: "3.89844", height: "11.0234", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.5", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter5_f_${uniqueId}`, x: "1.36963", y: "6.77856", width: "4.20312", height: "4.48438", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.5", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter6_f_${uniqueId}`, x: "9.44775", y: "4.14136", width: "5.104", height: "9.15942", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.5", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter7_f_${uniqueId}`, x: "7.03369", y: "7.15991", width: "5.20312", height: "7.76221", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.5", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter8_f_${uniqueId}`, x: "19.2449", y: "14.1265", width: "1.64053", height: "1.31313", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.15", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter9_f_${uniqueId}`, x: "17.5809", y: "17.3375", width: "1.64053", height: "1.31313", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.15", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("linearGradient", Object.assign({ id: `paint0_linear_${uniqueId}`, x1: "5.10923", y1: "17.9273", x2: "3.07101", y2: "2.78463", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#EC008C" }), _jsx("stop", { offset: "1", stopColor: "#E81123" })] })), _jsxs("linearGradient", Object.assign({ id: `paint1_linear_${uniqueId}`, x1: "2.86205", y1: "10.7696", x2: "0.0180672", y2: "9.26951", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: "0.151052", stopColor: "#A11749", stopOpacity: "0" }), _jsx("stop", { offset: "0.894692", stopColor: "#A21749" })] })), _jsxs("linearGradient", Object.assign({ id: `paint2_linear_${uniqueId}`, x1: "4.45557", y1: "8.84766", x2: "3.70557", y2: "14.1211", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#DB1136" }), _jsx("stop", { offset: "1", stopColor: "#DB1136", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint3_linear_${uniqueId}`, x1: "3.65869", y1: "12.668", x2: "2.4751", y2: "12.5039", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: "0.151052", stopColor: "#A11749", stopOpacity: "0" }), _jsx("stop", { offset: "0.894692", stopColor: "#A21749" })] })), _jsxs("linearGradient", Object.assign({ id: `paint4_linear_${uniqueId}`, x1: "10.8715", y1: "17.4211", x2: "10.4877", y2: "4.86324", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#EC008C" }), _jsx("stop", { offset: "1", stopColor: "#E81123" })] })), _jsxs("radialGradient", Object.assign({ id: `paint5_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(10.4877 10.0664) rotate(-172.166) scale(1.30993 3.40941)" }, { children: [_jsx("stop", { offset: "0.416667", stopColor: "#B50A47" }), _jsx("stop", { offset: "1", stopColor: "#CE0D52", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint6_linear_${uniqueId}`, x1: "8.36392", y1: "8.86696", x2: "5.74961", y2: "6.07628", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: "0.151052", stopColor: "#A11749", stopOpacity: "0" }), _jsx("stop", { offset: "0.894692", stopColor: "#A21749" })] })), _jsxs("linearGradient", Object.assign({ id: `paint7_linear_${uniqueId}`, x1: "11.6744", y1: "12.5976", x2: "14.2056", y2: "15.0351", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: "0.151052", stopColor: "#A11749", stopOpacity: "0" }), _jsx("stop", { offset: "0.894692", stopColor: "#A21749" })] })), _jsxs("linearGradient", Object.assign({ id: `paint8_linear_${uniqueId}`, x1: "18.9721", y1: "15.6867", x2: "18.5883", y2: "3.12887", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#EC008C" }), _jsx("stop", { offset: "1", stopColor: "#E81123" })] })), _jsxs("radialGradient", Object.assign({ id: `paint9_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(18.5883 8.33199) rotate(-172.166) scale(1.30993 3.40941)" }, { children: [_jsx("stop", { offset: "0.416667", stopColor: "#B50A47" }), _jsx("stop", { offset: "1", stopColor: "#CE0D52", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint10_linear_${uniqueId}`, x1: "16.4645", y1: "7.13259", x2: "13.8502", y2: "4.3419", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: "0.151052", stopColor: "#A11749", stopOpacity: "0" }), _jsx("stop", { offset: "0.894692", stopColor: "#A21749" })] })), _jsxs("linearGradient", Object.assign({ id: `paint11_linear_${uniqueId}`, x1: "19.775", y1: "10.8632", x2: "22.3062", y2: "13.3007", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: "0.151052", stopColor: "#A11749", stopOpacity: "0" }), _jsx("stop", { offset: "0.894692", stopColor: "#A21749" })] })), _jsxs("linearGradient", Object.assign({ id: `paint12_linear_${uniqueId}`, x1: "21.2749", y1: "1.81642", x2: "21.3687", y2: "12.1055", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FF6579", stopOpacity: "0" }), _jsx("stop", { offset: "0.36721", stopColor: "#FF6579" }), _jsx("stop", { offset: "1", stopColor: "#FF596F", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint13_linear_${uniqueId}`, x1: "16.5121", y1: "13.8963", x2: "16.4183", y2: "3.6072", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FF6579", stopOpacity: "0" }), _jsx("stop", { offset: "0.36721", stopColor: "#FF6579" }), _jsx("stop", { offset: "1", stopColor: "#FF596F", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint14_linear_${uniqueId}`, x1: "13.7369", y1: "17.0977", x2: "13.2213", y2: "14.379", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#EC008C" }), _jsx("stop", { offset: "0.828125", stopColor: "#E81123" })] })), _jsxs("linearGradient", Object.assign({ id: `paint15_linear_${uniqueId}`, x1: "13.315", y1: "19.7227", x2: "12.3881", y2: "16.1292", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#EC008C" }), _jsx("stop", { offset: "0.668308", stopColor: "#E81123" })] })), _jsxs("linearGradient", Object.assign({ id: `paint16_linear_${uniqueId}`, x1: "5.83838", y1: "9.12891", x2: "4.03369", y2: "21.082", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FF6579" }), _jsx("stop", { offset: "1", stopColor: "#FF596F", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint17_linear_${uniqueId}`, x1: "4.64259", y1: "8.41888", x2: "4.57852", y2: "10.9801", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FF47B4", stopOpacity: "0" }), _jsx("stop", { offset: "1", stopColor: "#FF47B4" })] })), _jsxs("linearGradient", Object.assign({ id: `paint18_linear_${uniqueId}`, x1: "13.1743", y1: "3.55079", x2: "13.2681", y2: "13.8399", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FF6579", stopOpacity: "0" }), _jsx("stop", { offset: "0.36721", stopColor: "#FF6579" }), _jsx("stop", { offset: "1", stopColor: "#FF596F", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint19_linear_${uniqueId}`, x1: "8.41147", y1: "15.6306", x2: "8.31772", y2: "5.34158", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FF6579", stopOpacity: "0" }), _jsx("stop", { offset: "0.36721", stopColor: "#FF6579" }), _jsx("stop", { offset: "1", stopColor: "#FF596F", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint20_linear_${uniqueId}`, x1: "20.7056", y1: "14.9266", x2: "19.2667", y2: "14.9705", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FF5E84" }), _jsx("stop", { offset: "1", stopColor: "#FF698D", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint21_linear_${uniqueId}`, x1: "19.0416", y1: "18.1375", x2: "17.6026", y2: "18.1814", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FF5E84" }), _jsx("stop", { offset: "1", stopColor: "#FF698D", stopOpacity: "0" })] })), _jsx("clipPath", Object.assign({ id: `clip0_${uniqueId}` }, { children: _jsx("rect", { width: "24", height: "24", fill: "white" }) }))] })] })));
|
|
205
|
+
});
|
|
206
|
+
import customEmoStarsSvgImport from "./custom/emo-stars.svg";
|
|
207
|
+
export const customEmoStarsSvg = customEmoStarsSvgImport;
|
|
208
|
+
export const CustomEmoStarsIcon = forwardRef((props, ref) => {
|
|
209
|
+
const uniqueId = useMemo(uid, []);
|
|
210
|
+
return (_jsxs("svg", Object.assign({ width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref }, props, { children: [_jsx("g", { children: _jsx("g", Object.assign({ clipPath: `url(#clip0_${uniqueId})` }, { children: _jsxs("g", { children: [_jsx("path", { d: "M11.9992 2.25C13.7869 2.25 15.3113 2.57117 16.5853 3.1363L17.4254 2.01618C17.4529 1.97955 17.4816 1.94497 17.5114 1.91241C15.965 1.16343 14.1222 0.75 11.9992 0.75C9.87667 0.75 8.03432 1.16321 6.48813 1.91182C6.51815 1.94456 6.54705 1.97933 6.57469 2.01618L7.41434 3.13571C8.68813 2.57094 10.212 2.25 11.9992 2.25Z", fill: "currentColor" }), _jsx("path", { d: "M2.25 11.9992C2.25 10.8277 2.40023 9.71469 2.69588 8.68897L1.42004 7.98017C1.39796 7.9679 1.37644 7.95518 1.35546 7.94201C0.94968 9.20976 0.75 10.5799 0.75 11.9992C0.75 15.045 1.6697 17.8649 3.57257 19.9313C5.48475 22.0077 8.3214 23.2483 11.9992 23.2483C15.6769 23.2483 18.5136 22.0077 20.4258 19.9313C22.3286 17.8649 23.2483 15.045 23.2483 11.9992C23.2483 10.5803 23.0487 9.21042 22.6432 7.94293C22.6226 7.95577 22.6016 7.96819 22.58 7.98017L21.3027 8.68981C21.5982 9.7153 21.7483 10.828 21.7483 11.9992C21.7483 14.7519 20.9189 17.1815 19.3224 18.9151C17.7352 20.6387 15.3222 21.7483 11.9992 21.7483C8.67609 21.7483 6.26316 20.6387 4.67597 18.9151C3.07946 17.1815 2.25 14.7519 2.25 11.9992Z", fill: "currentColor" }), _jsx("path", { d: "M6.58309 10.5465L4.29551 12.3257C4.08836 12.4868 3.7888 12.3231 3.81256 12.0617L4.03656 9.5977C4.09032 9.00638 3.79022 8.43901 3.27119 8.15066L1.78423 7.32457C1.36999 7.09444 1.40852 6.48658 1.8485 6.31059L3.74556 5.55177C4.2162 5.36351 4.55993 4.95028 4.65934 4.45322L5.01313 2.6843C5.10467 2.22659 5.69458 2.09278 5.97464 2.4662L6.99777 3.83037C7.30993 4.24658 7.81546 4.47131 8.33358 4.42421L10.9529 4.18609C11.2118 4.16256 11.376 4.45692 11.2201 4.66486L9.88078 6.4506C9.56669 6.86939 9.49365 7.42164 9.68807 7.90769L10.7464 10.5536C10.8017 10.6919 10.6816 10.8363 10.5356 10.8071L7.79817 10.2596C7.37071 10.1741 6.92719 10.2788 6.58309 10.5465Z", fill: "currentColor" }), _jsx("path", { d: "M5.25 12.75C5.25 12.75 5.25 19.5 12 19.5C18.75 19.5 18.75 12.75 18.75 12.75H5.25Z", fill: "currentColor" }), _jsx("path", { d: "M17.4169 10.5465L19.7045 12.3257C19.9116 12.4868 20.2112 12.3231 20.1874 12.0617L19.9634 9.5977C19.9097 9.00638 20.2098 8.43901 20.7288 8.15066L22.2158 7.32457C22.63 7.09444 22.5915 6.48658 22.1515 6.31059L20.2544 5.55177C19.7838 5.36351 19.4401 4.95028 19.3407 4.45322L18.9869 2.6843C18.8953 2.22659 18.3054 2.09278 18.0254 2.4662L17.0022 3.83037C16.6901 4.24658 16.1845 4.47131 15.6664 4.42421L13.0471 4.18609C12.7882 4.16256 12.624 4.45692 12.7799 4.66486L14.1192 6.4506C14.4333 6.86939 14.5064 7.42164 14.3119 7.90769L13.2536 10.5536C13.1983 10.6919 13.3184 10.8363 13.4644 10.8071L16.2018 10.2596C16.6293 10.1741 17.0728 10.2788 17.4169 10.5465Z", fill: "currentColor" })] }) })) }), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: `clip0_${uniqueId}` }, { children: _jsx("rect", { width: 24, height: 24, fill: "white" }) })) })] })));
|
|
211
|
+
});
|
|
212
|
+
import customEmoStarsColorSvgImport from "./custom/emo-stars-color.svg";
|
|
213
|
+
export const customEmoStarsColorSvg = customEmoStarsColorSvgImport;
|
|
214
|
+
export const CustomEmoStarsColorIcon = forwardRef((props, ref) => {
|
|
215
|
+
const uniqueId = useMemo(uid, []);
|
|
216
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsxs("g", Object.assign({ clipPath: `url(#clip0_${uniqueId})` }, { children: [_jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint0_radial_${uniqueId})` }), _jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint1_radial_${uniqueId})` }), _jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint2_radial_${uniqueId})`, fillOpacity: "0.6" }), _jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint3_radial_${uniqueId})` }), _jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint4_radial_${uniqueId})` }), _jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint5_radial_${uniqueId})` }), _jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint6_radial_${uniqueId})` }), _jsx("g", Object.assign({ filter: `url(#filter0_f_${uniqueId})` }, { children: _jsx("path", { d: "M19.125 13.5L14.25 9.375L18.75 8.25L19.125 13.5Z", fill: `url(#paint7_linear_${uniqueId})` }) })), _jsx("g", Object.assign({ filter: `url(#filter1_f_${uniqueId})` }, { children: _jsx("path", { d: "M10.125 10.875L5.25 10.5L8.625 7.5L10.125 10.875Z", fill: `url(#paint8_linear_${uniqueId})` }) })), _jsx("g", Object.assign({ filter: `url(#filter2_f_${uniqueId})` }, { children: _jsx("path", { d: "M12.375 4.5H13.875C15.075 5.7 14.875 8 14.625 9L12.375 9.75L13.5 7.125L12.375 4.5Z", fill: `url(#paint9_radial_${uniqueId})` }) })), _jsx("g", Object.assign({ filter: `url(#filter3_f_${uniqueId})` }, { children: _jsx("path", { d: "M2.25 6H3.75C4.95 7.2 4.75 9.5 4.5 10.5L2.25 12L3.375 8.625L2.25 6Z", fill: `url(#paint10_radial_${uniqueId})` }) })), _jsx("path", { d: "M6.24898 9.73963L4.32387 11.2369C4.2203 11.3175 4.07052 11.2356 4.0824 11.105L4.25607 9.19457C4.3367 8.3076 3.88656 7.45654 3.10801 7.02401L2.2504 6.54756C1.88219 6.343 1.91643 5.80269 2.30753 5.64625L3.58694 5.13448C4.29291 4.8521 4.8085 4.23226 4.95762 3.48667L5.17933 2.3781C5.25901 1.97972 5.77245 1.86326 6.0162 2.18827L6.63038 3.00717C7.09861 3.63148 7.8569 3.96859 8.63408 3.89793L10.7516 3.70544C10.881 3.69367 10.9631 3.84085 10.8851 3.94482L9.84939 5.32581C9.37825 5.954 9.26869 6.78237 9.56032 7.51144L10.4715 9.78934L8.07161 9.30937C7.43041 9.18113 6.76514 9.33818 6.24898 9.73963Z", fill: `url(#paint11_linear_${uniqueId})`, stroke: `url(#paint12_linear_${uniqueId})`, strokeWidth: "0.5" }), _jsx("path", { d: "M17.751 9.73963L19.6761 11.2369C19.7797 11.3175 19.9295 11.2356 19.9176 11.105L19.7439 9.19457C19.6633 8.3076 20.1134 7.45654 20.892 7.02401L21.7496 6.54756C22.1178 6.343 22.0836 5.80269 21.6925 5.64625L20.4131 5.13448C19.7071 4.8521 19.1915 4.23226 19.0424 3.48667L18.8207 2.3781C18.741 1.97972 18.2276 1.86326 17.9838 2.18827L17.3696 3.00717C16.9014 3.63148 16.1431 3.96859 15.3659 3.89793L13.2484 3.70544C13.119 3.69367 13.0369 3.84085 13.1149 3.94482L14.1506 5.32581C14.6217 5.954 14.7313 6.78237 14.4397 7.51144L13.5285 9.78934L15.9284 9.30937C16.5696 9.18113 17.2349 9.33818 17.751 9.73963Z", fill: `url(#paint13_linear_${uniqueId})`, stroke: `url(#paint14_linear_${uniqueId})`, strokeWidth: "0.5" }), _jsx("path", { d: "M12 19.5C5.25 19.5 5.25 12.75 5.25 12.75H18.75C18.75 12.75 18.75 19.5 12 19.5Z", fill: `url(#paint15_radial_${uniqueId})` }), _jsx("path", { d: "M6 12.875V12.75H18V12.875C18 13.4273 17.5523 13.875 17 13.875H7C6.44772 13.875 6 13.4273 6 12.875Z", fill: `url(#paint16_linear_${uniqueId})` })] })), _jsxs("defs", { children: [_jsxs("filter", Object.assign({ id: `filter0_f_${uniqueId}`, x: "13.25", y: "7.25", width: "6.875", height: "7.25", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.5", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter1_f_${uniqueId}`, x: "4.25", y: "6.5", width: "6.875", height: "5.375", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.5", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter2_f_${uniqueId}`, x: "11.375", y: "3.5", width: "4.43945", height: "7.25", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.5", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter3_f_${uniqueId}`, x: "1.25", y: "5", width: "4.43945", height: "8", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.5", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("radialGradient", Object.assign({ id: `paint0_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(19.125 6.75) rotate(131.878) scale(29.2115)" }, { children: [_jsx("stop", { stopColor: "#FFF478" }), _jsx("stop", { offset: "0.474827", stopColor: "#FFB02E" }), _jsx("stop", { offset: "1", stopColor: "#F70A8D" })] })), _jsxs("radialGradient", Object.assign({ id: `paint1_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12 9.375) rotate(101.31) scale(13.3849 17.1435)" }, { children: [_jsx("stop", { offset: "0.787821", stopColor: "#F59639", stopOpacity: "0" }), _jsx("stop", { offset: "0.972509", stopColor: "#FF7DCE" })] })), _jsxs("radialGradient", Object.assign({ id: `paint2_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(13.5 10.5) rotate(135) scale(30.7591)" }, { children: [_jsx("stop", { offset: "0.314853", stopOpacity: "0" }), _jsx("stop", { offset: "1" })] })), _jsxs("radialGradient", Object.assign({ id: `paint3_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12 12.75) rotate(77.692) scale(21.1102)" }, { children: [_jsx("stop", { offset: "0.507903", stopColor: "#7D6133", stopOpacity: "0" }), _jsx("stop", { offset: "1", stopColor: "#715B32" })] })), _jsxs("radialGradient", Object.assign({ id: `paint4_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12.375 12.375) rotate(55.7131) scale(9.98515 7.23774)" }, { children: [_jsx("stop", { stopColor: "#FFB849" }), _jsx("stop", { offset: "1", stopColor: "#FFB847", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint5_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(15.375 13.5) rotate(9.86581) scale(8.75446)" }, { children: [_jsx("stop", { stopColor: "#FFA64B" }), _jsx("stop", { offset: "0.900412", stopColor: "#FFAE46", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint6_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(13.125 11.25) rotate(43.9708) scale(44.2897)" }, { children: [_jsx("stop", { offset: "0.185425", stopOpacity: "0" }), _jsx("stop", { offset: "1", stopOpacity: "0.4" })] })), _jsxs("linearGradient", Object.assign({ id: `paint7_linear_${uniqueId}`, x1: "17.625", y1: "8.625", x2: "16.3606", y2: "11.0004", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: "0.370082", stopColor: "#EC812A" }), _jsx("stop", { offset: "1", stopColor: "#FBA84C", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint8_linear_${uniqueId}`, x1: "7.875", y1: "8.625", x2: "7.68781", y2: "10.5186", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#C85F27" }), _jsx("stop", { offset: "1", stopColor: "#C85F27", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint9_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(15 7.5) rotate(146.31) scale(4.05624)" }, { children: [_jsx("stop", { offset: "0.116396", stopColor: "#EC812A" }), _jsx("stop", { offset: "1", stopColor: "#FBA84C", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint10_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(5.25 9.75) rotate(158.199) scale(4.03887)" }, { children: [_jsx("stop", { stopColor: "#CC7521" }), _jsx("stop", { offset: "1", stopColor: "#E6872B", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint11_linear_${uniqueId}`, x1: "5.625", y1: "0.75", x2: "7.5", y2: "11.25", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#7912B2" }), _jsx("stop", { offset: "1", stopColor: "#CF1DA1" })] })), _jsxs("linearGradient", Object.assign({ id: `paint12_linear_${uniqueId}`, x1: "11.25", y1: "4.5", x2: "6.375", y2: "6.375", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#A82D9C" }), _jsx("stop", { offset: "1", stopColor: "#BF33B1", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint13_linear_${uniqueId}`, x1: "16.5", y1: "1.875", x2: "16.875", y2: "10.875", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#7912B2" }), _jsx("stop", { offset: "1", stopColor: "#CF1DA1" })] })), _jsxs("linearGradient", Object.assign({ id: `paint14_linear_${uniqueId}`, x1: "22.125", y1: "4.5", x2: "17.625", y2: "4.875", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#B51AA6" }), _jsx("stop", { offset: "1", stopColor: "#BF33B1", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint15_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12 21) rotate(-90) scale(8.25 16.5)" }, { children: [_jsx("stop", { stopColor: "#F70A8D" }), _jsx("stop", { offset: "1", stopColor: "#89029C" })] })), _jsxs("linearGradient", Object.assign({ id: `paint16_linear_${uniqueId}`, x1: "12", y1: "12.75", x2: "12", y2: "13.875", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#D5A8FE" }), _jsx("stop", { offset: "1", stopColor: "white" })] })), _jsx("clipPath", Object.assign({ id: `clip0_${uniqueId}` }, { children: _jsx("rect", { width: "24", height: "24", fill: "white" }) }))] })] })));
|
|
217
|
+
});
|
|
218
|
+
import customEmoThumbupSvgImport from "./custom/emo-thumbup.svg";
|
|
219
|
+
export const customEmoThumbupSvg = customEmoThumbupSvgImport;
|
|
220
|
+
export const CustomEmoThumbupIcon = forwardRef((props, ref) => {
|
|
221
|
+
return (_jsx("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M5.02497 21.0414C4.32744 20.3028 3.78806 19.4296 3.43986 18.4753C3.09165 17.521 2.94197 16.5056 2.99997 15.4914C2.99997 11.2232 4.98965 9.89616 6.58849 8.82977L6.58947 8.82911C7.2226 8.47735 7.77518 7.99707 8.21172 7.41911C8.45097 7.03436 8.48397 6.63686 8.48397 4.14761C8.46073 3.68372 8.53279 3.21999 8.69571 2.78502C8.85863 2.35006 9.10894 1.95309 9.43122 1.61861C10.054 1.03497 10.8788 0.715352 11.7322 0.726863C13.4055 0.726863 14.571 1.79111 14.9175 3.65186C15.0448 4.93161 15.0415 6.221 14.9077 7.50009H17.3775C18.9617 7.50009 20.25 8.7884 20.25 10.3726C20.2518 10.5866 20.2317 10.7996 20.1905 11.0084C20.1453 11.243 20.074 11.4711 19.9748 11.687C20.5911 12.2022 21 12.9543 21 13.8179L21 13.8227C21.0061 14.2132 20.9312 14.5987 20.7824 14.9555C20.6952 15.1681 20.5813 15.3701 20.4398 15.5568C20.4172 15.5871 20.3939 15.6171 20.37 15.6466C20.5446 15.8568 20.6853 16.0904 20.7891 16.339C20.9243 16.6593 21 17.0102 21 17.3806C21.0087 17.7832 20.9297 18.1828 20.7684 18.5518L20.7605 18.5698C20.625 18.8818 20.4308 19.1699 20.1752 19.4183C20.1399 19.4525 20.1038 19.4858 20.0667 19.518C20.1311 19.6886 20.1778 19.8701 20.2079 20.0614C20.2388 20.2473 20.253 20.4361 20.25 20.6253V20.6263C20.25 21.3224 20.0022 21.9966 19.4799 22.4949C19.4173 22.5546 19.3517 22.6109 19.2832 22.6638C19.0377 22.8648 18.7575 23.0202 18.4561 23.122C18.1179 23.2361 17.7602 23.2805 17.4045 23.2524L17.3775 23.2525H14.4843C14.4452 23.2525 14.4064 23.2517 14.368 23.2501H11.7367C8.77497 23.2501 6.51522 22.5091 5.02497 21.0414ZM12.0232 21.7501H12.2125C12.0597 21.3873 11.9882 20.9985 11.9882 20.6263C11.9882 20.2248 12.128 19.6187 12.4924 19.086C12.0987 18.485 11.9882 17.8053 11.9882 17.3804C11.9882 16.9307 12.1481 16.2418 12.5658 15.6471C12.3234 15.3175 12.1619 14.9416 12.0727 14.5571C11.6204 15.9423 10.8048 17.4687 9.34476 18.7315C9.03147 19.0024 8.55784 18.9681 8.28688 18.6548C8.01592 18.3415 8.05024 17.8679 8.36354 17.5969C9.9337 16.239 10.6249 14.4948 10.9203 13.0563C11.0676 12.339 11.1139 11.7086 11.1234 11.2599C11.1282 11.036 11.1237 10.8588 11.1184 10.7403C11.1157 10.6811 11.1128 10.6368 11.1107 10.6087C11.1097 10.5947 11.1088 10.5847 11.1083 10.5791L11.1079 10.5746C11.0668 10.1627 11.3673 9.7953 11.7792 9.7539C11.8726 9.74452 11.9636 9.75268 12.0491 9.7757C12.1154 9.43077 12.2411 9.04446 12.451 8.68832C12.663 8.32851 12.9735 7.98484 13.3962 7.76051C13.5083 6.48417 13.5237 5.20096 13.4422 3.92186C13.1252 2.22189 12.0921 2.22495 11.7165 2.22606L11.6902 2.22611C11.2437 2.22203 10.8122 2.38739 10.4827 2.68886C10.3056 2.88602 10.1701 3.11692 10.0844 3.36772C9.9987 3.61852 9.96454 3.88404 9.98397 4.14836C9.98397 6.65486 9.98397 7.41161 9.48447 8.21336C8.94128 8.97684 8.23854 9.61305 7.42497 10.0779L7.41991 10.0812C5.92177 11.082 4.49997 12.0318 4.49997 15.4921C4.44136 16.3069 4.55094 17.125 4.82189 17.8957C5.09283 18.6663 5.51936 19.373 6.07497 19.9719C7.31997 21.1959 9.31197 21.7846 12.0232 21.7501ZM17.3782 21.7501C17.8948 21.7501 18.2809 21.6062 18.5099 21.3404C18.6606 21.1635 18.75 20.9236 18.75 20.6263C18.75 20.4384 18.731 20.2903 18.702 20.1732C18.4468 20.226 18.176 20.2529 17.892 20.2529H14.7656C14.3443 20.2529 13.9766 20.1786 13.659 20.0506C13.635 20.0948 13.6131 20.1406 13.5935 20.1876C13.5125 20.3817 13.4882 20.5503 13.4882 20.6263C13.4882 20.9357 13.587 21.23 13.7516 21.432C13.8893 21.601 14.0911 21.7312 14.4043 21.7501H17.3782ZM19.1187 16.4967C18.7483 16.6246 18.3363 16.6904 17.892 16.6904H14.678C14.3488 16.6904 14.0456 16.6379 13.7709 16.5424C13.706 16.6402 13.6512 16.7469 13.607 16.8577C13.5171 17.0827 13.4882 17.2806 13.4882 17.3804C13.4882 17.5986 13.5548 17.9738 13.7508 18.2696C13.918 18.5219 14.1962 18.7529 14.7656 18.7529H17.892C18.283 18.7529 18.5822 18.6783 18.8075 18.567C19.0154 18.4627 19.1908 18.3025 19.3135 18.1039C19.3408 18.0598 19.3651 18.0143 19.3866 17.9675C19.4598 17.798 19.4999 17.6013 19.5 17.3806C19.4927 17.1535 19.4274 16.9321 19.3103 16.7374L19.3017 16.7233C19.2502 16.6434 19.189 16.5675 19.1187 16.4967ZM19.3458 14.4849C19.3652 14.4493 19.3829 14.4128 19.3988 14.3757C19.4642 14.2129 19.4999 14.0262 19.5 13.8181C19.4892 13.5588 19.4047 13.3081 19.2566 13.0953C19.1825 12.9937 19.0923 12.8996 18.9872 12.8159C18.5376 13.0959 17.9912 13.2451 17.3775 13.2451H14.4843C14.1956 13.2451 13.9328 13.1934 13.6963 13.1042C13.6682 13.1561 13.6425 13.2099 13.6194 13.2649C13.5204 13.5008 13.4882 13.7125 13.4882 13.8179C13.4882 14.1904 13.6047 14.5481 13.8036 14.7968C13.9868 15.0257 14.2586 15.1904 14.678 15.1904H17.892C18.3575 15.1904 18.6928 15.0847 18.9284 14.9372C19.1022 14.8232 19.2457 14.6679 19.3458 14.4849ZM14.4815 9.0001C14.1269 9.00099 13.909 9.16879 13.7433 9.44991C13.5584 9.76367 13.4882 10.1572 13.4882 10.3726C13.4882 10.6553 13.5904 11.0369 13.7913 11.3303C13.9816 11.6082 14.2098 11.7451 14.4843 11.7451H17.3775C17.8951 11.7451 18.2161 11.5743 18.412 11.3629L18.4201 11.3541C18.5164 11.2388 18.5931 11.11 18.6484 10.9727C18.7131 10.8012 18.75 10.6003 18.75 10.3726C18.7497 10.1534 18.6971 9.93966 18.5991 9.7481C18.4682 9.49364 18.2602 9.28489 18.0062 9.15319C17.8136 9.05375 17.5983 9.00035 17.3775 9.00011H14.484L14.4815 9.0001Z", fill: "currentColor" }) })));
|
|
222
|
+
});
|
|
223
|
+
import customEmoThumbupColorSvgImport from "./custom/emo-thumbup-color.svg";
|
|
224
|
+
export const customEmoThumbupColorSvg = customEmoThumbupColorSvgImport;
|
|
225
|
+
export const CustomEmoThumbupColorIcon = forwardRef((props, ref) => {
|
|
226
|
+
const uniqueId = useMemo(uid, []);
|
|
227
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("g", Object.assign({ filter: `url(#filter0_i_${uniqueId})` }, { children: _jsx("path", { d: "M9.20081 3.86875C9.20081 2.5066 10.3051 1.40234 11.6672 1.40234C13.0294 1.40234 14.1336 2.5066 14.1336 3.86875V6.70709C14.1336 6.94915 14.1168 7.1905 14.0794 7.43178C14.0658 7.51987 14.0521 7.60787 14.0436 7.69576C14.0167 7.97362 14.0496 8.33652 14.2384 8.58023L13.7874 9.01529C16.0488 10.1706 17.5984 12.5332 17.5984 15.26C17.5984 15.9988 17.4847 16.7108 17.2739 17.3793L16.5265 22.2592H10.4504V22.2571C6.69802 22.1763 3.6875 19.7294 3.6875 15.26C3.6875 12.6328 4.94548 10.5178 6.84863 9.32521L6.84392 9.32144C6.97356 9.23136 7.12644 9.1397 7.29037 9.04142L7.29156 9.0407C7.83131 8.71714 8.49096 8.32168 8.83904 7.67495C9.14079 7.11426 9.19939 6.20425 9.19939 5.78238L9.20081 5.78302V3.86875Z", fill: `url(#paint0_linear_${uniqueId})` }) })), _jsx("path", { d: "M9.20081 3.86875C9.20081 2.5066 10.3051 1.40234 11.6672 1.40234C13.0294 1.40234 14.1336 2.5066 14.1336 3.86875V6.70709C14.1336 6.94915 14.1168 7.1905 14.0794 7.43178C14.0658 7.51987 14.0521 7.60787 14.0436 7.69576C14.0167 7.97362 14.0496 8.33652 14.2384 8.58023L13.7874 9.01529C16.0488 10.1706 17.5984 12.5332 17.5984 15.26C17.5984 15.9988 17.4847 16.7108 17.2739 17.3793L16.5265 22.2592H10.4504V22.2571C6.69802 22.1763 3.6875 19.7294 3.6875 15.26C3.6875 12.6328 4.94548 10.5178 6.84863 9.32521L6.84392 9.32144C6.97356 9.23136 7.12644 9.1397 7.29037 9.04142L7.29156 9.0407C7.83131 8.71714 8.49096 8.32168 8.83904 7.67495C9.14079 7.11426 9.19939 6.20425 9.19939 5.78238L9.20081 5.78302V3.86875Z", fill: `url(#paint1_radial_${uniqueId})` }), _jsx("path", { d: "M9.20081 3.86875C9.20081 2.5066 10.3051 1.40234 11.6672 1.40234C13.0294 1.40234 14.1336 2.5066 14.1336 3.86875V6.70709C14.1336 6.94915 14.1168 7.1905 14.0794 7.43178C14.0658 7.51987 14.0521 7.60787 14.0436 7.69576C14.0167 7.97362 14.0496 8.33652 14.2384 8.58023L13.7874 9.01529C16.0488 10.1706 17.5984 12.5332 17.5984 15.26C17.5984 15.9988 17.4847 16.7108 17.2739 17.3793L16.5265 22.2592H10.4504V22.2571C6.69802 22.1763 3.6875 19.7294 3.6875 15.26C3.6875 12.6328 4.94548 10.5178 6.84863 9.32521L6.84392 9.32144C6.97356 9.23136 7.12644 9.1397 7.29037 9.04142L7.29156 9.0407C7.83131 8.71714 8.49096 8.32168 8.83904 7.67495C9.14079 7.11426 9.19939 6.20425 9.19939 5.78238L9.20081 5.78302V3.86875Z", fill: `url(#paint2_radial_${uniqueId})` }), _jsx("path", { d: "M9.20081 3.86875C9.20081 2.5066 10.3051 1.40234 11.6672 1.40234C13.0294 1.40234 14.1336 2.5066 14.1336 3.86875V6.70709C14.1336 6.94915 14.1168 7.1905 14.0794 7.43178C14.0658 7.51987 14.0521 7.60787 14.0436 7.69576C14.0167 7.97362 14.0496 8.33652 14.2384 8.58023L13.7874 9.01529C16.0488 10.1706 17.5984 12.5332 17.5984 15.26C17.5984 15.9988 17.4847 16.7108 17.2739 17.3793L16.5265 22.2592H10.4504V22.2571C6.69802 22.1763 3.6875 19.7294 3.6875 15.26C3.6875 12.6328 4.94548 10.5178 6.84863 9.32521L6.84392 9.32144C6.97356 9.23136 7.12644 9.1397 7.29037 9.04142L7.29156 9.0407C7.83131 8.71714 8.49096 8.32168 8.83904 7.67495C9.14079 7.11426 9.19939 6.20425 9.19939 5.78238L9.20081 5.78302V3.86875Z", fill: `url(#paint3_radial_${uniqueId})` }), _jsx("path", { d: "M9.20081 3.86875C9.20081 2.5066 10.3051 1.40234 11.6672 1.40234C13.0294 1.40234 14.1336 2.5066 14.1336 3.86875V6.70709C14.1336 6.94915 14.1168 7.1905 14.0794 7.43178C14.0658 7.51987 14.0521 7.60787 14.0436 7.69576C14.0167 7.97362 14.0496 8.33652 14.2384 8.58023L13.7874 9.01529C16.0488 10.1706 17.5984 12.5332 17.5984 15.26C17.5984 15.9988 17.4847 16.7108 17.2739 17.3793L16.5265 22.2592H10.4504V22.2571C6.69802 22.1763 3.6875 19.7294 3.6875 15.26C3.6875 12.6328 4.94548 10.5178 6.84863 9.32521L6.84392 9.32144C6.97356 9.23136 7.12644 9.1397 7.29037 9.04142L7.29156 9.0407C7.83131 8.71714 8.49096 8.32168 8.83904 7.67495C9.14079 7.11426 9.19939 6.20425 9.19939 5.78238L9.20081 5.78302V3.86875Z", fill: `url(#paint4_linear_${uniqueId})` }), _jsx("g", Object.assign({ filter: `url(#filter1_f_${uniqueId})` }, { children: _jsx("path", { d: "M17.7592 11.0315C17.7592 9.97454 16.9023 9.11768 15.8454 9.11768H13.7255C12.6685 9.11768 11.8116 9.97454 11.8116 11.0315C11.8116 11.6209 12.0781 12.1481 12.4971 12.4992C12.0339 12.8497 11.7344 13.4062 11.7344 14.0311C11.7344 14.6161 11.9969 15.1412 12.4106 15.4934C11.9969 15.8445 11.7344 16.3683 11.7344 16.9533V17.0477C11.7344 17.5721 11.9453 18.0473 12.2869 18.393C11.9457 18.7305 11.7344 19.199 11.7344 19.7169C11.7344 20.7454 12.5682 21.5792 13.5967 21.5792H15.6994C16.728 21.5792 17.5618 20.7454 17.5618 19.7169C17.5618 19.3764 17.4704 19.0573 17.3109 18.7827C17.9635 18.4778 18.4157 17.8156 18.4157 17.0477V16.9533C18.4157 16.3611 18.1468 15.8317 17.7243 15.4807C18.1295 15.1286 18.3857 14.6091 18.3857 14.0311C18.3857 13.2643 17.9349 12.6007 17.2838 12.294C17.5798 11.957 17.7592 11.5152 17.7592 11.0315Z", fill: `url(#paint5_linear_${uniqueId})` }) })), _jsxs("g", Object.assign({ filter: `url(#filter2_i_${uniqueId})` }, { children: [_jsx("rect", { x: "19.4678", y: "8.04785", width: "4.36515", height: "6.78263", rx: "2.18258", transform: "rotate(90 19.4678 8.04785)", fill: `url(#paint6_linear_${uniqueId})` }), _jsx("rect", { x: "19.4678", y: "8.04785", width: "4.36515", height: "6.78263", rx: "2.18258", transform: "rotate(90 19.4678 8.04785)", fill: `url(#paint7_radial_${uniqueId})` })] })), _jsxs("g", Object.assign({ filter: `url(#filter3_i_${uniqueId})` }, { children: [_jsx("rect", { x: "19.2427", y: "18.0115", width: "4.2477", height: "6.64565", rx: "2.12385", transform: "rotate(90 19.2427 18.0115)", fill: `url(#paint8_linear_${uniqueId})` }), _jsx("rect", { x: "19.2427", y: "18.0115", width: "4.2477", height: "6.64565", rx: "2.12385", transform: "rotate(90 19.2427 18.0115)", fill: `url(#paint9_radial_${uniqueId})` }), _jsx("rect", { x: "19.2427", y: "18.0115", width: "4.2477", height: "6.64565", rx: "2.12385", transform: "rotate(90 19.2427 18.0115)", fill: `url(#paint10_radial_${uniqueId})` })] })), _jsx("rect", { x: "19.2427", y: "18.0115", width: "4.2477", height: "6.64565", rx: "2.12385", transform: "rotate(90 19.2427 18.0115)", fill: `url(#paint11_linear_${uniqueId})` }), _jsx("rect", { x: "19.2427", y: "18.0115", width: "4.2477", height: "6.64565", rx: "2.12385", transform: "rotate(90 19.2427 18.0115)", fill: `url(#paint12_radial_${uniqueId})` }), _jsx("g", Object.assign({ filter: `url(#filter4_f_${uniqueId})` }, { children: _jsx("rect", { x: "14.7163", y: "19.2739", width: "4.02769", height: "1.10715", rx: "0.553575", fill: `url(#paint13_linear_${uniqueId})` }) })), _jsx("rect", { x: "20.2163", y: "14.8013", width: "4.47282", height: "7.61949", rx: "2.23641", transform: "rotate(90 20.2163 14.8013)", fill: "#C4C4C4", fillOpacity: "0.66" }), _jsxs("g", Object.assign({ filter: `url(#filter5_i_${uniqueId})` }, { children: [_jsx("rect", { x: "20.2163", y: "14.8013", width: "4.47282", height: "7.61949", rx: "2.23641", transform: "rotate(90 20.2163 14.8013)", fill: `url(#paint14_linear_${uniqueId})` }), _jsx("rect", { x: "20.2163", y: "14.8013", width: "4.47282", height: "7.61949", rx: "2.23641", transform: "rotate(90 20.2163 14.8013)", fill: `url(#paint15_radial_${uniqueId})` }), _jsx("rect", { x: "20.2163", y: "14.8013", width: "4.47282", height: "7.61949", rx: "2.23641", transform: "rotate(90 20.2163 14.8013)", fill: `url(#paint16_radial_${uniqueId})` })] })), _jsx("g", Object.assign({ filter: `url(#filter6_f_${uniqueId})` }, { children: _jsx("rect", { x: "14.4238", y: "16.3713", width: "5.04364", height: "1.10715", rx: "0.553575", fill: `url(#paint17_linear_${uniqueId})` }) })), _jsxs("g", Object.assign({ filter: `url(#filter7_i_${uniqueId})` }, { children: [_jsx("rect", { x: "20.1821", y: "11.4636", width: "4.37494", height: "7.58522", rx: "2.18747", transform: "rotate(90 20.1821 11.4636)", fill: `url(#paint18_linear_${uniqueId})` }), _jsx("rect", { x: "20.1821", y: "11.4636", width: "4.37494", height: "7.58522", rx: "2.18747", transform: "rotate(90 20.1821 11.4636)", fill: `url(#paint19_radial_${uniqueId})` })] })), _jsx("path", { d: "M11.667 1.40234C10.3049 1.40234 9.20064 2.5066 9.20064 3.86875V5.78302L9.19922 5.78238C9.19922 6.20425 9.14062 7.11426 8.83887 7.67495C8.49078 8.3217 7.83115 8.71713 7.2914 9.0407C7.12701 9.13926 6.97371 9.23114 6.84375 9.32144C7.58986 9.91909 9.11778 11.1132 9.15527 11.0851C9.19276 11.057 10.9131 10.1437 11.7686 9.69058L11.7322 9.17265C13.0642 9.13811 14.1335 8.04747 14.1335 6.70709V3.86875C14.1335 2.5066 13.0292 1.40234 11.667 1.40234Z", fill: `url(#paint20_radial_${uniqueId})` }), _jsx("path", { d: "M11.667 1.40234C10.3049 1.40234 9.20064 2.5066 9.20064 3.86875V5.78302L9.19922 5.78238C9.19922 6.20425 9.14062 7.11426 8.83887 7.67495C8.49078 8.3217 7.83115 8.71713 7.2914 9.0407C7.12701 9.13926 6.97371 9.23114 6.84375 9.32144C7.58986 9.91909 9.11778 11.1132 9.15527 11.0851C9.19276 11.057 10.9131 10.1437 11.7686 9.69058L11.7322 9.17265C13.0642 9.13811 14.1335 8.04747 14.1335 6.70709V3.86875C14.1335 2.5066 13.0292 1.40234 11.667 1.40234Z", fill: `url(#paint21_radial_${uniqueId})` }), _jsx("path", { d: "M10.1067 1.9585C9.55367 2.41079 9.20068 3.09851 9.20068 3.86866V4.01276H10.3155C10.3194 3.86432 10.312 3.48425 10.251 3.15143L10.2384 3.08289C10.1767 2.74761 10.1059 2.3632 10.1067 1.9585Z", fill: "#FFBF71" }), _jsx("path", { d: "M10.1067 1.9585C9.55367 2.41079 9.20068 3.09851 9.20068 3.86866V4.01276H10.3155C10.3194 3.86432 10.312 3.48425 10.251 3.15143L10.2384 3.08289C10.1767 2.74761 10.1059 2.3632 10.1067 1.9585Z", fill: `url(#paint22_radial_${uniqueId})` }), _jsx("g", Object.assign({ filter: `url(#filter8_f_${uniqueId})` }, { children: _jsx("rect", { x: "14.1421", y: "8.64355", width: "4.60176", height: "1.88666", rx: "0.94333", fill: `url(#paint23_linear_${uniqueId})` }) })), _jsx("g", Object.assign({ filter: `url(#filter9_f_${uniqueId})` }, { children: _jsx("rect", { x: "14.0884", y: "12", width: "5.37904", height: "1.88666", rx: "0.94333", fill: `url(#paint24_linear_${uniqueId})` }) })), _jsx("g", Object.assign({ filter: `url(#filter10_f_${uniqueId})` }, { children: _jsx("rect", { x: "11.3628", y: "2.33423", width: "2.14893", height: "5.99805", rx: "1.07446", fill: `url(#paint25_linear_${uniqueId})` }) })), _jsxs("defs", { children: [_jsxs("filter", Object.assign({ id: `filter0_i_${uniqueId}`, x: "3.6875", y: "1.40234", width: "14.4111", height: "20.8569", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feOffset", { dx: "0.5" }), _jsx("feGaussianBlur", { stdDeviation: "1" }), _jsx("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.847059 0 0 0 0 0.458824 0 0 0 0 0.360784 0 0 0 1 0" }), _jsx("feBlend", { mode: "normal", in2: "shape", result: `effect1_innerShadow_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter1_f_${uniqueId}`, x: "9.73438", y: "7.11768", width: "10.6812", height: "16.4614", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "1", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter2_i_${uniqueId}`, x: "12.6851", y: "8.04785", width: "7.28271", height: "4.36523", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feOffset", { dx: "0.5" }), _jsx("feGaussianBlur", { stdDeviation: "0.75" }), _jsx("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.878431 0 0 0 0 0.541176 0 0 0 0 0.0627451 0 0 0 1 0" }), _jsx("feBlend", { mode: "normal", in2: "shape", result: `effect1_innerShadow_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter3_i_${uniqueId}`, x: "12.5972", y: "17.5115", width: "7.14551", height: "4.7478", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feOffset", { dx: "0.5", dy: "-0.5" }), _jsx("feGaussianBlur", { stdDeviation: "0.75" }), _jsx("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.941176 0 0 0 0 0.643137 0 0 0 0 0.215686 0 0 0 1 0" }), _jsx("feBlend", { mode: "normal", in2: "shape", result: `effect1_innerShadow_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter4_f_${uniqueId}`, x: "13.4663", y: "18.0239", width: "6.52783", height: "3.60718", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.625", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter5_i_${uniqueId}`, x: "12.5967", y: "14.3013", width: "8.11963", height: "4.9729", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feOffset", { dx: "0.5", dy: "-0.5" }), _jsx("feGaussianBlur", { stdDeviation: "0.75" }), _jsx("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.941176 0 0 0 0 0.643137 0 0 0 0 0.215686 0 0 0 1 0" }), _jsx("feBlend", { mode: "normal", in2: "shape", result: `effect1_innerShadow_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter6_f_${uniqueId}`, x: "13.1738", y: "15.1213", width: "7.54346", height: "3.60718", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.625", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter7_i_${uniqueId}`, x: "12.5967", y: "10.9636", width: "8.08545", height: "4.875", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feOffset", { dx: "0.5", dy: "-0.5" }), _jsx("feGaussianBlur", { stdDeviation: "0.75" }), _jsx("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.941176 0 0 0 0 0.643137 0 0 0 0 0.215686 0 0 0 1 0" }), _jsx("feBlend", { mode: "normal", in2: "shape", result: `effect1_innerShadow_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter8_f_${uniqueId}`, x: "12.8921", y: "7.39355", width: "7.10156", height: "4.38672", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.625", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter9_f_${uniqueId}`, x: "12.8384", y: "10.75", width: "7.87891", height: "4.38672", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.625", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter10_f_${uniqueId}`, x: "10.1128", y: "1.08423", width: "4.64893", height: "8.49805", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.625", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("linearGradient", Object.assign({ id: `paint0_linear_${uniqueId}`, x1: "14.4406", y1: "4.97964", x2: "6.89372", y2: "20.8703", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FFCA44" }), _jsx("stop", { offset: "1", stopColor: "#F8A528" })] })), _jsxs("radialGradient", Object.assign({ id: `paint1_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(15.3301 3.63318) rotate(141.116) scale(3.76173 11.1026)" }, { children: [_jsx("stop", { stopColor: "#FFE34C" }), _jsx("stop", { offset: "1", stopColor: "#FFE34C", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint2_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(8.4819 11.8308) rotate(125.191) scale(5.57266 4.03692)" }, { children: [_jsx("stop", { stopColor: "#FFCA2E" }), _jsx("stop", { offset: "1", stopColor: "#FFCA2E", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint3_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(14.5272 13.5984) rotate(146.743) scale(12.143 21.2507)" }, { children: [_jsx("stop", { offset: "0.681103", stopColor: "#E18E3F", stopOpacity: "0" }), _jsx("stop", { offset: "1", stopColor: "#E18E3F" })] })), _jsxs("linearGradient", Object.assign({ id: `paint4_linear_${uniqueId}`, x1: "10.643", y1: "19.1714", x2: "10.643", y2: "22.9969", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#D8796F", stopOpacity: "0" }), _jsx("stop", { offset: "1", stopColor: "#D8796F" })] })), _jsxs("linearGradient", Object.assign({ id: `paint5_linear_${uniqueId}`, x1: "15.0751", y1: "9.11768", x2: "15.0751", y2: "19.0837", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#D1730B" }), _jsx("stop", { offset: "1", stopColor: "#E27D47" })] })), _jsxs("linearGradient", Object.assign({ id: `paint6_linear_${uniqueId}`, x1: "21.6504", y1: "8.04785", x2: "21.6504", y2: "14.8305", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FFDB44" }), _jsx("stop", { offset: "1", stopColor: "#F9A928" })] })), _jsxs("radialGradient", Object.assign({ id: `paint7_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(23.5851 13.7273) rotate(127.367) scale(1.74083 1.16526)" }, { children: [_jsx("stop", { stopColor: "#D98320" }), _jsx("stop", { offset: "1", stopColor: "#D98320", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint8_linear_${uniqueId}`, x1: "21.3665", y1: "18.5937", x2: "21.3665", y2: "24.6571", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FFDB44" }), _jsx("stop", { offset: "1", stopColor: "#F9A928" })] })), _jsxs("radialGradient", Object.assign({ id: `paint9_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(23.4904 23.3109) rotate(-90) scale(5.4851 2.08666)" }, { children: [_jsx("stop", { stopColor: "#F29545" }), _jsx("stop", { offset: "1", stopColor: "#F29545", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint10_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(19.9884 23.5741) rotate(-90) scale(5.56268 1.49322)" }, { children: [_jsx("stop", { stopColor: "#DA810B" }), _jsx("stop", { offset: "1", stopColor: "#FFB610", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint11_linear_${uniqueId}`, x1: "23.9282", y1: "21.3343", x2: "22.5542", y2: "21.3343", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#DC7C6A" }), _jsx("stop", { offset: "1", stopColor: "#DC7C6A", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint12_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(21.3665 25.5367) rotate(-90) scale(4.20243 6.31702)" }, { children: [_jsx("stop", { stopColor: "#E38811" }), _jsx("stop", { offset: "1", stopColor: "#E38811", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint13_linear_${uniqueId}`, x1: "18.5348", y1: "19.5775", x2: "14.1932", y2: "19.5775", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FFF166" }), _jsx("stop", { offset: "1", stopColor: "#FFF166", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint14_linear_${uniqueId}`, x1: "22.4527", y1: "15.4688", x2: "22.4527", y2: "22.4208", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FFDB44" }), _jsx("stop", { offset: "1", stopColor: "#F9A928" })] })), _jsxs("radialGradient", Object.assign({ id: `paint15_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(24.6891 20.8772) rotate(-90) scale(6.28888 2.19725)" }, { children: [_jsx("stop", { stopColor: "#F29545" }), _jsx("stop", { offset: "1", stopColor: "#F29545", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint16_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(21.0015 21.1791) rotate(-90) scale(6.37782 1.57236)" }, { children: [_jsx("stop", { stopColor: "#DA810B" }), _jsx("stop", { offset: "1", stopColor: "#FFB610", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint17_linear_${uniqueId}`, x1: "19.2055", y1: "16.6749", x2: "13.7688", y2: "16.6749", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FFF166" }), _jsx("stop", { offset: "1", stopColor: "#FFF166", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint18_linear_${uniqueId}`, x1: "22.3696", y1: "11.4636", x2: "22.3696", y2: "19.0488", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FFDB44" }), _jsx("stop", { offset: "1", stopColor: "#F9A928" })] })), _jsxs("radialGradient", Object.assign({ id: `paint19_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(24.0281 17.4802) rotate(-90) scale(4.12551 1.83635)" }, { children: [_jsx("stop", { stopColor: "#F29545" }), _jsx("stop", { offset: "1", stopColor: "#F29545", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint20_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(9.40269 3.63318) rotate(90) scale(4.7701 1.77108)" }, { children: [_jsx("stop", { stopColor: "#F3A52A" }), _jsx("stop", { offset: "1", stopColor: "#F3A52A", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint21_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(8.00944 6.77389) rotate(42.9975) scale(2.38925 3.61534)" }, { children: [_jsx("stop", { stopColor: "#CDA25E" }), _jsx("stop", { offset: "1", stopColor: "#CDA25E", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint22_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(10.489 3.33791) rotate(-168.366) scale(1.22959 2.68387)" }, { children: [_jsx("stop", { offset: "0.549892", stopColor: "#CCB28B", stopOpacity: "0" }), _jsx("stop", { offset: "1", stopColor: "#CCB28B" })] })), _jsxs("linearGradient", Object.assign({ id: `paint23_linear_${uniqueId}`, x1: "18.5048", y1: "9.16086", x2: "13.5445", y2: "9.16086", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FFF166" }), _jsx("stop", { offset: "1", stopColor: "#FFF166", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint24_linear_${uniqueId}`, x1: "19.188", y1: "12.5173", x2: "13.3898", y2: "12.5173", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FFF166" }), _jsx("stop", { offset: "1", stopColor: "#FFF166", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint25_linear_${uniqueId}`, x1: "13.4001", y1: "3.97884", x2: "11.0837", y2: "3.97884", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FFF166" }), _jsx("stop", { offset: "1", stopColor: "#FFF166", stopOpacity: "0" })] }))] })] })));
|
|
228
|
+
});
|
|
229
|
+
import customEmoClapSvgImport from "./custom/emo-clap.svg";
|
|
230
|
+
export const customEmoClapSvg = customEmoClapSvgImport;
|
|
231
|
+
export const CustomEmoClapIcon = forwardRef((props, ref) => {
|
|
232
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M6.03904 3.61279C6.08065 3.66849 6.13845 3.70998 6.20453 3.73159C6.27061 3.75319 6.34175 3.75387 6.40823 3.73351C6.4747 3.71316 6.53327 3.67277 6.57593 3.61787C6.61859 3.56297 6.64325 3.49624 6.64654 3.42679L6.75004 1.87504C6.7543 1.82 6.7452 1.76474 6.72351 1.71397C6.70182 1.6632 6.66819 1.61842 6.62548 1.58344C6.58276 1.54846 6.53223 1.52431 6.47818 1.51306C6.42413 1.5018 6.36817 1.50377 6.31504 1.51879L5.29504 1.83604C5.24227 1.85339 5.19437 1.88302 5.15528 1.92249C5.11619 1.96196 5.08703 2.01014 5.07019 2.06308C5.05335 2.11601 5.04931 2.17219 5.05842 2.22699C5.06752 2.28179 5.08949 2.33364 5.12254 2.37829L6.03904 3.61279Z", fill: "currentColor" }), _jsx("path", { d: "M4.26904 4.82928L2.87404 4.24428C2.82355 4.22375 2.77889 4.19112 2.74399 4.14927C2.70908 4.10741 2.68502 4.05761 2.6739 4.00426C2.66278 3.9509 2.66496 3.89563 2.68025 3.84332C2.69553 3.79101 2.72345 3.74326 2.76154 3.70428L3.48904 2.93178C3.52635 2.89215 3.57271 2.86215 3.62415 2.84436C3.67559 2.82657 3.73057 2.82152 3.7844 2.82963C3.83822 2.83774 3.88927 2.85877 3.93318 2.89093C3.9771 2.92309 4.01256 2.96541 4.03654 3.01428L4.70404 4.37178C4.7329 4.43353 4.74248 4.50255 4.73152 4.56983C4.72056 4.63711 4.68958 4.69952 4.64261 4.74892C4.59564 4.79832 4.53486 4.83241 4.46822 4.84675C4.40158 4.86108 4.33217 4.855 4.26904 4.82928Z", fill: "currentColor" }), _jsx("path", { d: "M22.3606 7.93206C22.8467 8.35164 23.1513 8.94334 23.2103 9.58281C23.2133 9.61021 23.2148 9.63774 23.2148 9.66531V16.7491C23.2726 17.865 23.0327 18.9762 22.5198 19.9689C22.0069 20.9617 21.2394 21.8003 20.2958 22.3988C19.3619 22.9567 18.2928 23.2475 17.2051 23.2396C16.4747 23.2385 15.7497 23.1153 15.0601 22.8751C14.401 23.1179 13.7044 23.2425 13.0021 23.2433C12.0234 23.2524 11.0564 23.03 10.18 22.5942C9.30359 22.1585 8.54259 21.5218 7.95906 20.7361L5.35581 16.4858L3.48081 13.3201C3.21947 12.815 3.13975 12.2354 3.255 11.6786C3.37025 11.1217 3.67347 10.6214 4.11381 10.2616C4.28251 10.1469 4.46213 10.0492 4.65006 9.96981C4.483 9.49281 4.47296 8.97487 4.62141 8.49176C4.76985 8.00864 5.06899 7.58571 5.47506 7.28481C5.63949 7.18371 5.81269 7.09762 5.99256 7.02756C5.96883 6.83341 5.97059 6.63699 5.99781 6.44331C6.04817 6.09611 6.17528 5.76451 6.36988 5.4726C6.56448 5.1807 6.82169 4.93583 7.12281 4.75581C7.53713 4.52413 8.01074 4.42024 8.48399 4.45721C8.95725 4.49418 9.40898 4.67035 9.78231 4.96356C9.90863 4.82951 10.0521 4.71275 10.2091 4.61631C10.6928 4.32643 11.2709 4.23784 11.8193 4.36956C12.1426 4.28314 12.4793 4.25896 12.8116 4.29831C13.2379 4.34433 13.6404 4.51848 13.9658 4.79781C14.0943 4.66092 14.2403 4.54163 14.4001 4.44306C14.9137 4.14049 15.5262 4.05371 16.1036 4.20172C16.6811 4.34973 17.1763 4.72048 17.4811 5.23281L19.0351 8.00781C19.2393 7.79776 19.4829 7.63002 19.752 7.5142C20.0211 7.39838 20.3104 7.33674 20.6033 7.33281C21.2445 7.29768 21.8744 7.51248 22.3606 7.93206ZM13.4746 10.7588H13.4701L13.4423 10.7783L13.4618 10.7663L13.4746 10.7588ZM8.35773 5.95442C8.20111 5.94326 8.04423 5.9724 7.90206 6.03906V6.03606C7.78999 6.09971 7.69387 6.18803 7.62098 6.29432C7.54808 6.4006 7.50032 6.52208 7.48131 6.64956C7.46173 6.79451 7.49272 6.94178 7.56906 7.06656L8.68206 8.75781C8.70511 8.43469 8.80127 8.12104 8.96329 7.84053C9.12531 7.56002 9.34894 7.31998 9.61731 7.13856C9.65368 7.11638 9.689 7.10023 9.72435 7.08407C9.74878 7.07291 9.77323 7.06173 9.79806 7.04856C9.60404 7.02361 9.42761 6.9234 9.30681 6.76956L8.84256 6.16956C8.82603 6.14821 8.81075 6.12592 8.79681 6.10281C8.66552 6.01666 8.51436 5.96558 8.35773 5.95442ZM6.64206 8.39181C6.50424 8.43144 6.37287 8.4908 6.25206 8.56806L6.25431 8.56506C6.14206 8.7007 6.06835 8.86403 6.0409 9.03794C6.01346 9.21185 6.03328 9.38994 6.09831 9.55356C6.19363 9.7362 6.26424 9.86871 6.31837 9.97028L6.32331 9.97956L7.37706 11.5636C7.4601 11.1276 7.66085 10.7228 7.95756 10.3928L6.64206 8.39181ZM6.63831 15.7156L9.20931 19.9156L9.21156 19.9126C9.66098 20.5048 10.2464 20.9802 10.9183 21.2984C11.5902 21.6167 12.3288 21.7685 13.0718 21.7411C12.7162 21.4401 12.3997 21.0956 12.1298 20.7158L9.50031 16.4236L8.38956 14.5486C8.22728 14.6385 8.0372 14.6645 7.85675 14.6213C7.67629 14.5781 7.51854 14.469 7.41456 14.3153L5.40006 11.2981C5.23803 11.3379 5.08523 11.4087 4.95006 11.5066C4.83195 11.6499 4.75274 11.8213 4.72003 12.0041C4.68732 12.187 4.70223 12.3751 4.76331 12.5506L6.63831 15.7156ZM16.2155 21.6649C17.3444 21.8909 18.5169 21.6977 19.5136 21.1216L19.5158 21.1186C20.2263 20.6615 20.8039 20.0255 21.1906 19.2744C21.5773 18.5233 21.7594 17.6836 21.7186 16.8398V9.71256C21.7065 9.58372 21.6689 9.45856 21.608 9.3444C21.5471 9.23023 21.464 9.12934 21.3637 9.04759C21.2634 8.96585 21.1478 8.90489 21.0237 8.86827C20.8996 8.83165 20.7694 8.82011 20.6408 8.83431C20.4482 8.83809 20.2637 8.91267 20.1226 9.04382C19.9815 9.17497 19.8937 9.35349 19.8758 9.54531C20.1668 10.0681 20.4083 10.4986 20.5276 10.7048C20.6172 10.8762 20.6372 11.0756 20.5833 11.2614C20.5294 11.4472 20.4058 11.605 20.2383 11.7018C20.0709 11.7986 19.8724 11.8269 19.6846 11.7809C19.4967 11.7349 19.3338 11.6181 19.2301 11.4548C19.0988 11.2283 18.8371 10.7611 18.5258 10.2023L18.4726 10.1071V10.0613C18.4692 10.0563 18.4653 10.0519 18.4614 10.0475C18.4565 10.042 18.4516 10.0365 18.4478 10.0298L16.1978 6.01056C16.1397 5.88804 16.0473 5.78497 15.9319 5.71377C15.8165 5.64257 15.6829 5.60629 15.5473 5.6093C15.4117 5.61232 15.2799 5.65449 15.1678 5.73075C15.0556 5.807 14.968 5.91408 14.9153 6.03906C15.1326 6.38955 15.3996 6.81785 15.683 7.27235L15.7666 7.40631C16.4798 8.55456 17.2523 9.78981 17.5051 10.1813C17.6132 10.3483 17.6505 10.5514 17.6089 10.7459C17.5672 10.9404 17.45 11.1104 17.2831 11.2186C17.1161 11.3267 16.913 11.364 16.7185 11.3224C16.5239 11.2807 16.3539 11.1635 16.2458 10.9966C15.9841 10.5908 15.2033 9.34131 14.4931 8.20206C14.2659 7.83762 14.0454 7.48325 13.8503 7.16968L13.5458 6.68031L13.5361 6.66456L13.5143 6.62931C13.5112 6.62587 13.5076 6.6229 13.504 6.6199C13.4998 6.61636 13.4955 6.61277 13.4918 6.60831L13.0231 5.99856C13.0073 5.97681 12.9916 5.95431 12.9781 5.93181C12.8799 5.84197 12.7526 5.79058 12.6196 5.78706C12.4307 5.75533 12.2367 5.78148 12.0631 5.86206C11.9491 5.92704 11.8513 6.01703 11.7772 6.12524C11.703 6.23345 11.6543 6.35707 11.6348 6.48681C11.6158 6.62563 11.6421 6.76689 11.7098 6.88956C12.0581 7.02763 12.3796 7.22534 12.6601 7.47381C12.8914 7.71003 13.0952 7.9717 13.2676 8.25381C13.4768 8.57031 13.7131 8.95731 13.9471 9.34731C14.1218 9.63906 14.2951 9.93306 14.4563 10.2068L14.5173 10.3096C14.7721 10.7391 14.9881 11.1033 15.1313 11.3251C15.2398 11.492 15.2775 11.6953 15.2362 11.8901C15.1948 12.0849 15.0778 12.2553 14.9108 12.3638C14.7438 12.4723 14.5406 12.51 14.3458 12.4687C14.151 12.4273 13.9806 12.3103 13.8721 12.1433C13.7007 11.8777 13.4406 11.4368 13.1613 10.9635L13.0568 10.7867L13.0561 10.7855C12.9262 10.5658 12.7933 10.3409 12.6623 10.1228C12.4313 9.73656 12.2078 9.37281 12.0173 9.08406C11.9213 8.93181 11.8351 8.81406 11.7713 8.72931C11.7423 8.68691 11.7162 8.65484 11.6968 8.6309L11.6963 8.63031C11.6876 8.6196 11.6783 8.60933 11.6686 8.59956C11.5035 8.45064 11.3116 8.33457 11.1031 8.25756C11.0474 8.24949 10.9929 8.23541 10.9403 8.21556C10.7466 8.23866 10.5616 8.30925 10.4018 8.42106C10.2865 8.55887 10.2104 8.72518 10.1815 8.90254C10.1526 9.0799 10.172 9.26176 10.2376 9.42906L10.4753 9.87081C10.7913 10.0057 11.0851 10.1875 11.3468 10.4101C11.5483 10.6071 11.7246 10.8283 11.8718 11.0686C12.0338 11.3161 12.2063 11.6078 12.3736 11.8996C12.4741 12.0743 12.5731 12.2498 12.6683 12.4193L12.6736 12.4283L12.7039 12.482C12.9234 12.8706 13.1197 13.2182 13.2803 13.4663C13.3361 13.549 13.3749 13.6419 13.3943 13.7398C13.4138 13.8376 13.4135 13.9383 13.3936 14.036C13.3736 14.1337 13.3344 14.2265 13.2781 14.3089C13.2219 14.3913 13.1498 14.4616 13.0661 14.5158C12.9823 14.5699 12.8886 14.6068 12.7904 14.6244C12.6922 14.6419 12.5915 14.6396 12.4942 14.6177C12.3969 14.5959 12.3049 14.5548 12.2237 14.4969C12.1424 14.4391 12.0736 14.3656 12.0211 14.2808C11.8239 13.9772 11.584 13.5515 11.3509 13.1377C11.2564 12.9697 11.1616 12.8018 11.0701 12.6421C10.9066 12.3563 10.7521 12.0953 10.6148 11.8861C10.5436 11.7803 10.4836 11.6926 10.4356 11.6303C10.4086 11.5942 10.3793 11.5598 10.3478 11.5276C10.1809 11.3895 9.99302 11.2788 9.79131 11.1998C9.73632 11.1907 9.6825 11.1756 9.63081 11.1548C9.43166 11.191 9.24294 11.2706 9.07806 11.3881C8.95854 11.5342 8.87853 11.7086 8.8457 11.8946C8.81287 12.0805 8.82832 12.2718 8.89056 12.4501L10.7836 15.6503L13.3808 19.8938C14.0789 20.8093 15.0867 21.4389 16.2155 21.6649Z", fill: "currentColor" }), _jsx("path", { d: "M2.3018 5.307L3.60005 6.1785C3.65862 6.21906 3.7035 6.27644 3.72874 6.34306C3.75399 6.40969 3.75841 6.4824 3.74141 6.55159C3.72442 6.62078 3.68682 6.68318 3.63359 6.73053C3.58035 6.77788 3.51399 6.80794 3.4433 6.81675L1.89005 7.01925C1.83408 7.02622 1.77726 7.01949 1.72447 6.99963C1.67168 6.97976 1.62451 6.94737 1.58703 6.90523C1.54954 6.86309 1.52285 6.81248 1.50927 6.75774C1.49568 6.703 1.49561 6.64578 1.50905 6.591L1.76555 5.517C1.77949 5.4625 1.8062 5.41209 1.84346 5.36995C1.88073 5.3278 1.92748 5.29512 1.97987 5.27461C2.03225 5.2541 2.08876 5.24633 2.14474 5.25197C2.20072 5.2576 2.25455 5.27646 2.3018 5.307Z", fill: "currentColor" })] })));
|
|
233
|
+
});
|
|
234
|
+
import customEmoClapColorSvgImport from "./custom/emo-clap-color.svg";
|
|
235
|
+
export const customEmoClapColorSvg = customEmoClapColorSvgImport;
|
|
236
|
+
export const CustomEmoClapColorIcon = forwardRef((props, ref) => {
|
|
237
|
+
const uniqueId = useMemo(uid, []);
|
|
238
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsxs("g", Object.assign({ clipPath: `url(#clip0_${uniqueId})` }, { children: [_jsx("path", { d: "M18.1966 16.8357L18.0806 9.79322C18.0063 9.12494 17.6397 8.22693 16.3867 8.22693C14.9248 8.29654 14.8668 9.79322 14.8668 9.79322L12.6392 5.8137C12.0822 4.96673 11.1689 4.90778 10.5972 5.25678C10.0254 5.60577 9.90104 6.31258 9.90104 6.31258L9.43695 5.70927C9.08796 5.13751 8.04358 5.07092 7.51099 5.39601C6.62701 5.93558 6.49855 7.05276 7.07011 7.67003C7.03262 7.62954 6.59581 7.47828 5.86348 7.92528C5.29173 8.27427 5.11512 9.31758 5.43419 9.90925C5.75325 10.5009 5.79966 10.5937 5.79966 10.5937C5.79966 10.5937 5.30657 10.3617 4.52922 10.8838C3.97315 11.2573 3.77415 12.3657 4.12314 12.9374L5.99527 16.094L8.57188 20.3041C10.0867 22.4512 13.3164 23.1925 15.6631 21.7669C17.2633 20.7949 18.349 18.7408 18.1966 16.8357Z", fill: "#FF9D25" }), _jsx("path", { d: "M18.1966 16.8357L18.0806 9.79322C18.0063 9.12494 17.6397 8.22693 16.3867 8.22693C14.9248 8.29654 14.8668 9.79322 14.8668 9.79322L12.6392 5.8137C12.0822 4.96673 11.1689 4.90778 10.5972 5.25678C10.0254 5.60577 9.90104 6.31258 9.90104 6.31258L9.43695 5.70927C9.08796 5.13751 8.04358 5.07092 7.51099 5.39601C6.62701 5.93558 6.49855 7.05276 7.07011 7.67003C7.03262 7.62954 6.59581 7.47828 5.86348 7.92528C5.29173 8.27427 5.11512 9.31758 5.43419 9.90925C5.75325 10.5009 5.79966 10.5937 5.79966 10.5937C5.79966 10.5937 5.30657 10.3617 4.52922 10.8838C3.97315 11.2573 3.77415 12.3657 4.12314 12.9374L5.99527 16.094L8.57188 20.3041C10.0867 22.4512 13.3164 23.1925 15.6631 21.7669C17.2633 20.7949 18.349 18.7408 18.1966 16.8357Z", fill: `url(#paint0_linear_${uniqueId})` }), _jsx("path", { d: "M18.1966 16.8357L18.0806 9.79322C18.0063 9.12494 17.6397 8.22693 16.3867 8.22693C14.9248 8.29654 14.8668 9.79322 14.8668 9.79322L12.6392 5.8137C12.0822 4.96673 11.1689 4.90778 10.5972 5.25678C10.0254 5.60577 9.90104 6.31258 9.90104 6.31258L9.43695 5.70927C9.08796 5.13751 8.04358 5.07092 7.51099 5.39601C6.62701 5.93558 6.49855 7.05276 7.07011 7.67003C7.03262 7.62954 6.59581 7.47828 5.86348 7.92528C5.29173 8.27427 5.11512 9.31758 5.43419 9.90925C5.75325 10.5009 5.79966 10.5937 5.79966 10.5937C5.79966 10.5937 5.30657 10.3617 4.52922 10.8838C3.97315 11.2573 3.77415 12.3657 4.12314 12.9374L5.99527 16.094L8.57188 20.3041C10.0867 22.4512 13.3164 23.1925 15.6631 21.7669C17.2633 20.7949 18.349 18.7408 18.1966 16.8357Z", fill: `url(#paint1_radial_${uniqueId})` }), _jsx("path", { d: "M18.1966 16.8357L18.0806 9.79322C18.0063 9.12494 17.6397 8.22693 16.3867 8.22693C14.9248 8.29654 14.8668 9.79322 14.8668 9.79322L12.6392 5.8137C12.0822 4.96673 11.1689 4.90778 10.5972 5.25678C10.0254 5.60577 9.90104 6.31258 9.90104 6.31258L9.43695 5.70927C9.08796 5.13751 8.04358 5.07092 7.51099 5.39601C6.62701 5.93558 6.49855 7.05276 7.07011 7.67003C7.03262 7.62954 6.59581 7.47828 5.86348 7.92528C5.29173 8.27427 5.11512 9.31758 5.43419 9.90925C5.75325 10.5009 5.79966 10.5937 5.79966 10.5937C5.79966 10.5937 5.30657 10.3617 4.52922 10.8838C3.97315 11.2573 3.77415 12.3657 4.12314 12.9374L5.99527 16.094L8.57188 20.3041C10.0867 22.4512 13.3164 23.1925 15.6631 21.7669C17.2633 20.7949 18.349 18.7408 18.1966 16.8357Z", fill: `url(#paint2_radial_${uniqueId})` }), _jsx("path", { d: "M18.1966 16.8357L18.0806 9.79322C18.0063 9.12494 17.6397 8.22693 16.3867 8.22693C14.9248 8.29654 14.8668 9.79322 14.8668 9.79322L12.6392 5.8137C12.0822 4.96673 11.1689 4.90778 10.5972 5.25678C10.0254 5.60577 9.90104 6.31258 9.90104 6.31258L9.43695 5.70927C9.08796 5.13751 8.04358 5.07092 7.51099 5.39601C6.62701 5.93558 6.49855 7.05276 7.07011 7.67003C7.03262 7.62954 6.59581 7.47828 5.86348 7.92528C5.29173 8.27427 5.11512 9.31758 5.43419 9.90925C5.75325 10.5009 5.79966 10.5937 5.79966 10.5937C5.79966 10.5937 5.30657 10.3617 4.52922 10.8838C3.97315 11.2573 3.77415 12.3657 4.12314 12.9374L5.99527 16.094L8.57188 20.3041C10.0867 22.4512 13.3164 23.1925 15.6631 21.7669C17.2633 20.7949 18.349 18.7408 18.1966 16.8357Z", fill: `url(#paint3_radial_${uniqueId})` }), _jsx("path", { d: "M18.1966 16.8357L18.0806 9.79322C18.0063 9.12494 17.6397 8.22693 16.3867 8.22693C14.9248 8.29654 14.8668 9.79322 14.8668 9.79322L12.6392 5.8137C12.0822 4.96673 11.1689 4.90778 10.5972 5.25678C10.0254 5.60577 9.90104 6.31258 9.90104 6.31258L9.43695 5.70927C9.08796 5.13751 8.04358 5.07092 7.51099 5.39601C6.62701 5.93558 6.49855 7.05276 7.07011 7.67003C7.03262 7.62954 6.59581 7.47828 5.86348 7.92528C5.29173 8.27427 5.11512 9.31758 5.43419 9.90925C5.75325 10.5009 5.79966 10.5937 5.79966 10.5937C5.79966 10.5937 5.30657 10.3617 4.52922 10.8838C3.97315 11.2573 3.77415 12.3657 4.12314 12.9374L5.99527 16.094L8.57188 20.3041C10.0867 22.4512 13.3164 23.1925 15.6631 21.7669C17.2633 20.7949 18.349 18.7408 18.1966 16.8357Z", fill: `url(#paint4_radial_${uniqueId})` }), _jsx("path", { d: "M18.1966 16.8357L18.0806 9.79322C18.0063 9.12494 17.6397 8.22693 16.3867 8.22693C14.9248 8.29654 14.8668 9.79322 14.8668 9.79322L12.6392 5.8137C12.0822 4.96673 11.1689 4.90778 10.5972 5.25678C10.0254 5.60577 9.90104 6.31258 9.90104 6.31258L9.43695 5.70927C9.08796 5.13751 8.04358 5.07092 7.51099 5.39601C6.62701 5.93558 6.49855 7.05276 7.07011 7.67003C7.03262 7.62954 6.59581 7.47828 5.86348 7.92528C5.29173 8.27427 5.11512 9.31758 5.43419 9.90925C5.75325 10.5009 5.79966 10.5937 5.79966 10.5937C5.79966 10.5937 5.30657 10.3617 4.52922 10.8838C3.97315 11.2573 3.77415 12.3657 4.12314 12.9374L5.99527 16.094L8.57188 20.3041C10.0867 22.4512 13.3164 23.1925 15.6631 21.7669C17.2633 20.7949 18.349 18.7408 18.1966 16.8357Z", fill: `url(#paint5_radial_${uniqueId})` }), _jsx("path", { d: "M18.1966 16.8357L18.0806 9.79322C18.0063 9.12494 17.6397 8.22693 16.3867 8.22693C14.9248 8.29654 14.8668 9.79322 14.8668 9.79322L12.6392 5.8137C12.0822 4.96673 11.1689 4.90778 10.5972 5.25678C10.0254 5.60577 9.90104 6.31258 9.90104 6.31258L9.43695 5.70927C9.08796 5.13751 8.04358 5.07092 7.51099 5.39601C6.62701 5.93558 6.49855 7.05276 7.07011 7.67003C7.03262 7.62954 6.59581 7.47828 5.86348 7.92528C5.29173 8.27427 5.11512 9.31758 5.43419 9.90925C5.75325 10.5009 5.79966 10.5937 5.79966 10.5937C5.79966 10.5937 5.30657 10.3617 4.52922 10.8838C3.97315 11.2573 3.77415 12.3657 4.12314 12.9374L5.99527 16.094L8.57188 20.3041C10.0867 22.4512 13.3164 23.1925 15.6631 21.7669C17.2633 20.7949 18.349 18.7408 18.1966 16.8357Z", fill: `url(#paint6_radial_${uniqueId})` }), _jsx("path", { d: "M18.1966 16.8357L18.0806 9.79322C18.0063 9.12494 17.6397 8.22693 16.3867 8.22693C14.9248 8.29654 14.8668 9.79322 14.8668 9.79322L12.6392 5.8137C12.0822 4.96673 11.1689 4.90778 10.5972 5.25678C10.0254 5.60577 9.90104 6.31258 9.90104 6.31258L9.43695 5.70927C9.08796 5.13751 8.04358 5.07092 7.51099 5.39601C6.62701 5.93558 6.49855 7.05276 7.07011 7.67003C7.03262 7.62954 6.59581 7.47828 5.86348 7.92528C5.29173 8.27427 5.11512 9.31758 5.43419 9.90925C5.75325 10.5009 5.79966 10.5937 5.79966 10.5937C5.79966 10.5937 5.30657 10.3617 4.52922 10.8838C3.97315 11.2573 3.77415 12.3657 4.12314 12.9374L5.99527 16.094L8.57188 20.3041C10.0867 22.4512 13.3164 23.1925 15.6631 21.7669C17.2633 20.7949 18.349 18.7408 18.1966 16.8357Z", fill: `url(#paint7_radial_${uniqueId})` }), _jsx("path", { d: "M18.1966 16.8357L18.0806 9.79322C18.0063 9.12494 17.6397 8.22693 16.3867 8.22693C14.9248 8.29654 14.8668 9.79322 14.8668 9.79322L12.6392 5.8137C12.0822 4.96673 11.1689 4.90778 10.5972 5.25678C10.0254 5.60577 9.90104 6.31258 9.90104 6.31258L9.43695 5.70927C9.08796 5.13751 8.04358 5.07092 7.51099 5.39601C6.62701 5.93558 6.49855 7.05276 7.07011 7.67003C7.03262 7.62954 6.59581 7.47828 5.86348 7.92528C5.29173 8.27427 5.11512 9.31758 5.43419 9.90925C5.75325 10.5009 5.79966 10.5937 5.79966 10.5937C5.79966 10.5937 5.30657 10.3617 4.52922 10.8838C3.97315 11.2573 3.77415 12.3657 4.12314 12.9374L5.99527 16.094L8.57188 20.3041C10.0867 22.4512 13.3164 23.1925 15.6631 21.7669C17.2633 20.7949 18.349 18.7408 18.1966 16.8357Z", fill: `url(#paint8_radial_${uniqueId})` }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.04883 10.6204C5.12383 10.6535 5.20803 10.6685 5.29544 10.6606C5.396 10.6514 5.60259 10.6643 5.83638 10.7265C6.06987 10.7887 6.27455 10.8854 6.40627 11.0025C6.47066 11.0597 6.57867 11.1885 6.7263 11.3978C6.86755 11.598 7.02492 11.8426 7.18881 12.1066C7.31959 12.3173 7.45746 12.5455 7.59245 12.7689L7.59248 12.7689C7.78486 13.0873 7.97142 13.3961 8.12335 13.6309C8.27337 13.8627 8.58292 13.9291 8.81476 13.7791C9.0466 13.629 9.11294 13.3195 8.96292 13.0876C8.81538 12.8596 8.64647 12.5798 8.46401 12.2775L8.464 12.2775C8.32855 12.0531 8.18562 11.8164 8.03844 11.5792C7.871 11.3095 7.70157 11.0455 7.54346 10.8213C7.39174 10.6062 7.22782 10.3948 7.07063 10.2551C6.78047 9.99717 6.41288 9.84518 6.09364 9.76019C5.82864 9.68964 5.55834 9.65512 5.335 9.65814C5.35994 9.74772 5.39302 9.83219 5.43446 9.90904C5.75353 10.5007 5.79994 10.5935 5.79994 10.5935C5.79994 10.5935 5.51975 10.4617 5.04883 10.6204Z", fill: `url(#paint9_radial_${uniqueId})` }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.36182 7.68912C6.43958 7.72571 6.52781 7.74272 6.61958 7.73438C6.82863 7.71537 7.21456 7.74206 7.71869 8.19017L7.71862 8.1901C7.71862 8.19011 7.72211 8.1933 7.72928 8.201C7.73682 8.2091 7.74676 8.22039 7.75917 8.23544C7.78426 8.26588 7.81511 8.30639 7.85173 8.35788C7.92512 8.46107 8.01259 8.59543 8.11154 8.75575C8.30921 9.07603 8.54011 9.47938 8.77699 9.90202C8.90009 10.1216 9.02571 10.3482 9.14888 10.5704L9.1489 10.5704C9.48991 11.1855 9.81216 11.7667 10.01 12.0725C10.16 12.3043 10.4696 12.3707 10.7014 12.2206C10.9332 12.0706 10.9996 11.7611 10.8496 11.5292C10.6717 11.2543 10.3782 10.725 10.0458 10.1256L10.0458 10.1256C9.91794 9.89494 9.78431 9.65394 9.64931 9.41308C9.41132 8.98847 9.17187 8.56976 8.96252 8.23055C8.85795 8.06113 8.75774 7.90638 8.66663 7.77828C8.58173 7.65891 8.48369 7.53221 8.38306 7.44276C7.7609 6.88973 7.17983 6.73293 6.72418 6.73022C6.71871 7.07805 6.83537 7.41625 7.07031 7.66998C7.04232 7.63975 6.79176 7.54778 6.36182 7.68912Z", fill: `url(#paint10_radial_${uniqueId})` }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.38037 5.6277C9.38952 5.69542 9.41278 5.76234 9.45115 5.82416L9.50169 5.79279L9.43729 5.70906C9.41998 5.6807 9.40096 5.65359 9.38037 5.6277ZM9.50172 5.79283L9.45118 5.82421L9.45127 5.82435L9.45163 5.82493L9.45304 5.8272L9.45861 5.83618L9.48039 5.87126L9.56351 6.00509L9.86403 6.48872C10.1149 6.89237 10.4549 7.43892 10.811 8.01041C11.5215 9.15083 12.3009 10.3978 12.5616 10.8008C12.7117 11.0327 13.0212 11.099 13.253 10.949C13.4849 10.799 13.5512 10.4894 13.4012 10.2576C13.1464 9.8637 12.373 8.62632 11.6597 7.48158C11.3039 6.91049 10.9641 6.36427 10.7133 5.9608L10.413 5.47745L10.3798 5.42407C9.9929 5.79227 9.90137 6.31237 9.90137 6.31237L9.50172 5.79283Z", fill: `url(#paint11_radial_${uniqueId})` }), _jsx("g", Object.assign({ filter: `url(#filter0_f_${uniqueId})` }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.3646 10.2531L17.4714 16.7343C17.6117 18.4875 16.6125 20.378 15.1399 21.2725C14.862 21.4413 14.5707 21.5771 14.2711 21.6814C12.6556 21.6979 11.0439 20.9508 10.1194 19.6404L8.29 17.1477L7.09921 15.081C6.7748 14.5495 6.95978 13.5192 7.47668 13.172C8.19926 12.6867 8.65761 12.9024 8.65761 12.9024C8.65761 12.9024 8.06503 11.9487 7.76845 11.3987C7.47186 10.8488 7.63075 10.0101 8.16222 9.68568C8.84295 9.27017 9.39885 9.75937 9.4337 9.79701C8.98839 9.1935 8.95185 7.83763 9.77355 7.33607C10.2686 7.03389 11.1648 6.96318 11.4892 7.49466L11.9206 8.05546C11.9206 8.05546 12.0362 7.39845 12.5677 7.07405C12.5825 7.06502 12.5975 7.05628 12.6128 7.04785L14.407 10.2531C14.407 10.2531 14.4437 9.30565 15.2238 8.94579L16.5365 11.2909C16.5365 11.2909 16.5723 10.3679 17.3199 9.99051C17.3408 10.0802 17.3553 10.1687 17.3646 10.2531Z", fill: "#F06B0C" }) })), _jsx("path", { d: "M22.4647 16.7788V9.66553C22.3897 8.99053 21.9022 8.0835 20.6366 8.0835C19.1601 8.15381 19.1015 9.66553 19.1015 9.66553L16.8515 5.64601C16.289 4.79054 15.3665 4.731 14.789 5.0835C14.2115 5.436 14.0858 6.14991 14.0858 6.14991L13.6171 5.54054C13.2646 4.96304 12.2097 4.89578 11.6718 5.22413C10.7789 5.76912 10.6492 6.89753 11.2265 7.521C11.1886 7.48011 10.5426 7.3979 10.0077 7.77882C9.41132 8.20356 9.25183 9.18511 9.5741 9.78273C9.89638 10.3803 9.94325 10.4741 9.94325 10.4741C9.94325 10.4741 9.44521 10.2397 8.66005 10.7671C8.09839 11.1443 7.89739 12.2638 8.24989 12.8413L10.1408 16.0296L12.7433 20.2821C14.2733 22.4507 17.5355 23.1995 19.9058 21.7596C21.5221 20.7778 22.6187 18.703 22.4647 16.7788Z", fill: "#FFC03C" }), _jsx("path", { d: "M22.4647 16.7788V9.66553C22.3897 8.99053 21.9022 8.0835 20.6366 8.0835C19.1601 8.15381 19.1015 9.66553 19.1015 9.66553L16.8515 5.64601C16.289 4.79054 15.3665 4.731 14.789 5.0835C14.2115 5.436 14.0858 6.14991 14.0858 6.14991L13.6171 5.54054C13.2646 4.96304 12.2097 4.89578 11.6718 5.22413C10.7789 5.76912 10.6492 6.89753 11.2265 7.521C11.1886 7.48011 10.5426 7.3979 10.0077 7.77882C9.41132 8.20356 9.25183 9.18511 9.5741 9.78273C9.89638 10.3803 9.94325 10.4741 9.94325 10.4741C9.94325 10.4741 9.44521 10.2397 8.66005 10.7671C8.09839 11.1443 7.89739 12.2638 8.24989 12.8413L10.1408 16.0296L12.7433 20.2821C14.2733 22.4507 17.5355 23.1995 19.9058 21.7596C21.5221 20.7778 22.6187 18.703 22.4647 16.7788Z", fill: `url(#paint12_radial_${uniqueId})` }), _jsx("path", { d: "M22.4647 16.7788V9.66553C22.3897 8.99053 21.9022 8.0835 20.6366 8.0835C19.1601 8.15381 19.1015 9.66553 19.1015 9.66553L16.8515 5.64601C16.289 4.79054 15.3665 4.731 14.789 5.0835C14.2115 5.436 14.0858 6.14991 14.0858 6.14991L13.6171 5.54054C13.2646 4.96304 12.2097 4.89578 11.6718 5.22413C10.7789 5.76912 10.6492 6.89753 11.2265 7.521C11.1886 7.48011 10.5426 7.3979 10.0077 7.77882C9.41132 8.20356 9.25183 9.18511 9.5741 9.78273C9.89638 10.3803 9.94325 10.4741 9.94325 10.4741C9.94325 10.4741 9.44521 10.2397 8.66005 10.7671C8.09839 11.1443 7.89739 12.2638 8.24989 12.8413L10.1408 16.0296L12.7433 20.2821C14.2733 22.4507 17.5355 23.1995 19.9058 21.7596C21.5221 20.7778 22.6187 18.703 22.4647 16.7788Z", fill: `url(#paint13_radial_${uniqueId})` }), _jsx("path", { d: "M22.4647 16.7788V9.66553C22.3897 8.99053 21.9022 8.0835 20.6366 8.0835C19.1601 8.15381 19.1015 9.66553 19.1015 9.66553L16.8515 5.64601C16.289 4.79054 15.3665 4.731 14.789 5.0835C14.2115 5.436 14.0858 6.14991 14.0858 6.14991L13.6171 5.54054C13.2646 4.96304 12.2097 4.89578 11.6718 5.22413C10.7789 5.76912 10.6492 6.89753 11.2265 7.521C11.1886 7.48011 10.5426 7.3979 10.0077 7.77882C9.41132 8.20356 9.25183 9.18511 9.5741 9.78273C9.89638 10.3803 9.94325 10.4741 9.94325 10.4741C9.94325 10.4741 9.44521 10.2397 8.66005 10.7671C8.09839 11.1443 7.89739 12.2638 8.24989 12.8413L10.1408 16.0296L12.7433 20.2821C14.2733 22.4507 17.5355 23.1995 19.9058 21.7596C21.5221 20.7778 22.6187 18.703 22.4647 16.7788Z", fill: `url(#paint14_radial_${uniqueId})` }), _jsx("path", { d: "M20.6367 8.0835C19.1602 8.15381 19.1016 9.66553 19.1016 9.66553L20.5078 11.9767C20.5078 11.9767 19.7695 9.87903 20.6367 8.0835Z", fill: `url(#paint15_linear_${uniqueId})` }), _jsx("g", Object.assign({ filter: `url(#filter1_f_${uniqueId})` }, { children: _jsx("path", { d: "M22.2658 17.0624L21.8439 10.3475C21.7764 9.74002 21.5767 8.39053 20.4376 8.39053L20.2033 12.2577L18.3986 9.42175L16.5704 6.18738C16.2409 5.68614 16.0197 5.61317 15.7618 5.55458C15.504 5.49598 14.7423 5.49601 14.9064 5.77727C15.0704 6.05854 16.9689 8.89442 17.6603 10.078C17.918 10.5192 16.8737 11.2733 16.4767 10.7108C16.0796 10.1483 13.2892 5.99988 13.2892 5.99988C12.9719 5.48011 11.8595 5.27856 11.8595 5.77721C11.8595 6.2835 14.5304 9.57544 15.129 11.203C15.3676 11.8516 14.4807 12.2795 14.1564 11.7773C13.8321 11.275 12.4689 9.02335 11.7892 8.10929C11.5544 7.7935 10.871 7.4375 10.6408 7.72257C10.1933 8.27658 10.714 9.10658 11.004 9.64444C11.1537 9.9219 12.8556 12.482 13.5236 13.6288C13.848 14.1858 12.6915 14.7069 12.3868 14.3202C12.0822 13.9335 11.2706 12.1884 10.5001 11.203C10.1206 10.7177 9.35052 10.7417 9.11732 10.8983C8.61182 11.2379 9.04349 12.1263 9.36075 12.646C10.8503 15.3816 15.5155 24.06 19.7814 21.4686C21.236 20.585 22.4043 18.7942 22.2658 17.0624Z", fill: `url(#paint16_radial_${uniqueId})` }) })), _jsx("path", { d: "M4.26888 4.82932L2.87388 4.24433C2.65638 4.15433 2.59638 3.87682 2.76138 3.70432L3.48888 2.93183C3.64638 2.75933 3.93138 2.80433 4.03638 3.01433L4.70388 4.37182C4.83138 4.64932 4.55388 4.94932 4.26888 4.82932Z", fill: "#1A80EA" }), _jsx("path", { d: "M4.26888 4.82932L2.87388 4.24433C2.65638 4.15433 2.59638 3.87682 2.76138 3.70432L3.48888 2.93183C3.64638 2.75933 3.93138 2.80433 4.03638 3.01433L4.70388 4.37182C4.83138 4.64932 4.55388 4.94932 4.26888 4.82932Z", fill: `url(#paint17_linear_${uniqueId})` }), _jsx("path", { d: "M4.26888 4.82932L2.87388 4.24433C2.65638 4.15433 2.59638 3.87682 2.76138 3.70432L3.48888 2.93183C3.64638 2.75933 3.93138 2.80433 4.03638 3.01433L4.70388 4.37182C4.83138 4.64932 4.55388 4.94932 4.26888 4.82932Z", fill: `url(#paint18_linear_${uniqueId})` }), _jsx("path", { d: "M4.26888 4.82932L2.87388 4.24433C2.65638 4.15433 2.59638 3.87682 2.76138 3.70432L3.48888 2.93183C3.64638 2.75933 3.93138 2.80433 4.03638 3.01433L4.70388 4.37182C4.83138 4.64932 4.55388 4.94932 4.26888 4.82932Z", fill: `url(#paint19_linear_${uniqueId})` }), _jsx("path", { d: "M6.0388 3.6128L5.1238 2.37414C4.9813 2.1806 5.0713 1.90189 5.2963 1.83221L6.3163 1.51481C6.5413 1.44513 6.7663 1.63093 6.7513 1.87092L6.6463 3.42701C6.6163 3.74442 6.2263 3.86828 6.0388 3.6128Z", fill: "#1A80EA" }), _jsx("path", { d: "M6.0388 3.6128L5.1238 2.37414C4.9813 2.1806 5.0713 1.90189 5.2963 1.83221L6.3163 1.51481C6.5413 1.44513 6.7663 1.63093 6.7513 1.87092L6.6463 3.42701C6.6163 3.74442 6.2263 3.86828 6.0388 3.6128Z", fill: `url(#paint20_linear_${uniqueId})` }), _jsx("path", { d: "M6.0388 3.6128L5.1238 2.37414C4.9813 2.1806 5.0713 1.90189 5.2963 1.83221L6.3163 1.51481C6.5413 1.44513 6.7663 1.63093 6.7513 1.87092L6.6463 3.42701C6.6163 3.74442 6.2263 3.86828 6.0388 3.6128Z", fill: `url(#paint21_linear_${uniqueId})` }), _jsx("path", { d: "M6.0388 3.6128L5.1238 2.37414C4.9813 2.1806 5.0713 1.90189 5.2963 1.83221L6.3163 1.51481C6.5413 1.44513 6.7663 1.63093 6.7513 1.87092L6.6463 3.42701C6.6163 3.74442 6.2263 3.86828 6.0388 3.6128Z", fill: `url(#paint22_linear_${uniqueId})` }), _jsx("path", { d: "M3.44346 6.81689L1.88984 7.01923C1.64903 7.05036 1.45483 6.83245 1.5092 6.5912L1.76555 5.51722C1.81993 5.28374 2.09958 5.1748 2.30155 5.3071L3.59882 6.17873C3.86293 6.36551 3.76195 6.77798 3.44346 6.81689Z", fill: "#1A80EA" }), _jsx("path", { d: "M3.44346 6.81689L1.88984 7.01923C1.64903 7.05036 1.45483 6.83245 1.5092 6.5912L1.76555 5.51722C1.81993 5.28374 2.09958 5.1748 2.30155 5.3071L3.59882 6.17873C3.86293 6.36551 3.76195 6.77798 3.44346 6.81689Z", fill: `url(#paint23_linear_${uniqueId})` }), _jsx("path", { d: "M3.44346 6.81689L1.88984 7.01923C1.64903 7.05036 1.45483 6.83245 1.5092 6.5912L1.76555 5.51722C1.81993 5.28374 2.09958 5.1748 2.30155 5.3071L3.59882 6.17873C3.86293 6.36551 3.76195 6.77798 3.44346 6.81689Z", fill: `url(#paint24_linear_${uniqueId})` }), _jsx("path", { d: "M3.44346 6.81689L1.88984 7.01923C1.64903 7.05036 1.45483 6.83245 1.5092 6.5912L1.76555 5.51722C1.81993 5.28374 2.09958 5.1748 2.30155 5.3071L3.59882 6.17873C3.86293 6.36551 3.76195 6.77798 3.44346 6.81689Z", fill: `url(#paint25_linear_${uniqueId})` }), _jsx("path", { d: "M10.0309 10.4897C9.9969 10.4758 9.96394 10.4632 9.93217 10.4518C9.90491 10.3994 9.81893 10.236 9.57443 9.7826C9.54475 9.72756 9.51931 9.66866 9.49805 9.60679C9.74796 9.60346 10.0482 9.68712 10.3133 9.79484C10.6178 9.9186 10.9438 10.1019 11.1947 10.3249C11.3465 10.4598 11.5059 10.6792 11.6557 10.9081C11.8117 11.1463 11.9795 11.4304 12.146 11.7208C12.2471 11.8971 12.3472 12.0747 12.4446 12.2475C12.6745 12.6553 12.889 13.0359 13.0651 13.308C13.1776 13.4818 13.1278 13.714 12.9539 13.8265C12.7801 13.939 12.5479 13.8893 12.4354 13.7154C12.2462 13.423 12.0127 13.0088 11.7771 12.5908C11.6826 12.4232 11.5878 12.255 11.4954 12.0938C11.3306 11.8065 11.1716 11.5379 11.0282 11.3188C10.8786 11.0903 10.7662 10.9474 10.6964 10.8854C10.5254 10.7334 10.2791 10.5905 10.0309 10.4897Z", fill: `url(#paint26_radial_${uniqueId})` }), _jsx("path", { d: "M11.1667 7.49189C11.0504 7.46991 10.9488 7.46354 10.8687 7.46603C11.0068 7.45589 11.1074 7.47291 11.1667 7.49189Z", fill: `url(#paint27_radial_${uniqueId})` }), _jsx("path", { d: "M12.1318 7.98461C11.805 7.69415 11.4724 7.55706 11.2078 7.5002C11.0148 7.28218 10.9053 7.00595 10.8817 6.71568C11.3301 6.71098 12.004 6.86757 12.63 7.42405C12.7843 7.5612 12.98 7.83593 13.1738 8.12989C13.378 8.43974 13.6114 8.82058 13.8444 9.20955C14.0183 9.49981 14.1909 9.7928 14.3523 10.0667C14.6295 10.5371 14.8735 10.9512 15.0336 11.1987C15.1462 11.3725 15.0964 11.6047 14.9225 11.7172C14.7486 11.8297 14.5165 11.78 14.404 11.6061C14.2359 11.3463 13.9766 10.9065 13.6918 10.4233C13.5324 10.1528 13.3649 9.86861 13.201 9.59495C12.9694 9.20826 12.7426 8.83862 12.5476 8.54266C12.342 8.23082 12.1991 8.04442 12.1318 7.98461Z", fill: `url(#paint28_radial_${uniqueId})` }), _jsx("path", { d: "M14.0884 6.13762L14.0982 6.15338C14.3491 6.55701 14.689 7.10352 15.045 7.67496C15.7559 8.81592 16.5345 10.0617 16.7946 10.4636C16.9071 10.6375 17.1392 10.6872 17.3131 10.5747C17.487 10.4622 17.5368 10.23 17.4242 10.0561C17.1686 9.66112 16.3945 8.42253 15.6816 7.27834C15.3257 6.7072 14.986 6.16093 14.7351 5.75744L14.4796 5.34619C14.1949 5.6713 14.1036 6.0638 14.0884 6.13762Z", fill: `url(#paint29_linear_${uniqueId})` }), _jsx("g", Object.assign({ filter: `url(#filter2_f_${uniqueId})` }, { children: _jsx("path", { d: "M10.9219 8.17969C11.2422 8.20312 11.5102 8.25212 11.8852 8.83337C12.2602 9.41462 13.4633 11.3881 14.0883 12.3724", stroke: "#FFE240", strokeLinecap: "round", strokeLinejoin: "round" }) })), _jsx("g", Object.assign({ filter: `url(#filter3_f_${uniqueId})` }, { children: _jsx("path", { d: "M9.67969 11.0625C10 11.0859 10.268 11.1349 10.643 11.7162C11.018 12.2974 11.7031 13.6406 12.3281 14.625", stroke: "#FFE240", strokeLinecap: "round", strokeLinejoin: "round" }) })), _jsx("g", Object.assign({ filter: `url(#filter4_f_${uniqueId})` }, { children: _jsx("path", { d: "M10.5 9.39844C10.8203 9.42188 11.1821 9.55474 11.5571 10.136C11.9321 10.7172 12.7344 12.3516 13.3594 13.3359", stroke: `url(#paint30_linear_${uniqueId})`, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) })), _jsx("g", Object.assign({ filter: `url(#filter5_f_${uniqueId})` }, { children: _jsx("path", { d: "M11.8125 6.60938C12.1328 6.63281 12.8932 6.87178 13.2682 7.45303C13.6432 8.03428 14.7031 10.0781 15.3281 11.0625", stroke: `url(#paint31_linear_${uniqueId})`, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) })), _jsx("g", Object.assign({ filter: `url(#filter6_f_${uniqueId})` }, { children: _jsx("path", { d: "M12.5835 5.83716C12.9038 5.8606 13.1718 5.90959 13.5468 6.49084C13.9218 7.07209 15.9921 10.1953 16.6171 11.1796", stroke: "#FFE240", strokeLinecap: "round", strokeLinejoin: "round" }) })), _jsx("g", Object.assign({ filter: `url(#filter7_f_${uniqueId})` }, { children: _jsx("path", { d: "M15.3921 5.6626C15.7124 5.68604 15.9804 5.73503 16.3554 6.31628C16.7304 6.89753 18.8242 10.7928 19.4492 11.7772", stroke: "#FFE240", strokeLinecap: "round", strokeLinejoin: "round" }) })), _jsx("g", Object.assign({ filter: `url(#filter8_f_${uniqueId})` }, { children: _jsx("path", { d: "M21.2598 8.88135C21.5257 9.06137 21.7336 9.23749 21.7689 9.92831C21.8041 10.6191 21.6768 15.0397 21.7278 16.2046", stroke: "#FFE240", strokeLinecap: "round", strokeLinejoin: "round" }) }))] })), _jsxs("defs", { children: [_jsxs("filter", Object.assign({ id: `filter0_f_${uniqueId}`, x: "4.43799", y: "4.54785", width: "15.5464", height: "19.6338", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "1.25", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter1_f_${uniqueId}`, x: "7.88525", y: "4.49048", width: "15.3916", height: "18.4553", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.5", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter2_f_${uniqueId}`, x: "9.42188", y: "6.67969", width: "6.1665", height: "7.19287", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.5", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter3_f_${uniqueId}`, x: "8.17969", y: "9.5625", width: "5.64844", height: "6.5625", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.5", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter4_f_${uniqueId}`, x: "9", y: "7.89844", width: "5.85938", height: "6.93774", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.25", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter5_f_${uniqueId}`, x: "10.3125", y: "5.10938", width: "6.51562", height: "7.45337", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.25", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter6_f_${uniqueId}`, x: "11.0835", y: "4.33716", width: "7.03369", height: "8.34253", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.5", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter7_f_${uniqueId}`, x: "13.8921", y: "4.1626", width: "7.05713", height: "9.11475", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.5", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter8_f_${uniqueId}`, x: "19.7598", y: "7.38135", width: "3.51514", height: "10.3232", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.5", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("linearGradient", Object.assign({ id: `paint0_linear_${uniqueId}`, x1: "15.9843", y1: "22.0313", x2: "10.2186", y2: "11.6251", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FF6C4C" }), _jsx("stop", { offset: "1", stopColor: "#FF6D47", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint1_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(7.85146 9.60944) rotate(58.4429) scale(3.49313 1.39639)" }, { children: [_jsx("stop", { stopColor: "#FFAF33" }), _jsx("stop", { offset: "1", stopColor: "#FA8221" })] })), _jsxs("radialGradient", Object.assign({ id: `paint2_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(7.00771 8.48444) rotate(92.0826) scale(1.28991 1.28318)" }, { children: [_jsx("stop", { stopColor: "#FFAE28" }), _jsx("stop", { offset: "1", stopColor: "#FFAF31", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint3_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(6.09364 12.1641) rotate(57.3311) scale(3.6473 1.04478)" }, { children: [_jsx("stop", { stopColor: "#FE9E29" }), _jsx("stop", { offset: "1", stopColor: "#FE9E28", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint4_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(5.85927 11.7657) rotate(63.4349) scale(1.51983 1.24252)" }, { children: [_jsx("stop", { stopColor: "#FF9D25" }), _jsx("stop", { offset: "1", stopColor: "#FF9F24", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint5_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(8.83583 6.586) rotate(58.3392) scale(3.30427 1.42804)" }, { children: [_jsx("stop", { stopColor: "#FFC133" }), _jsx("stop", { offset: "1", stopColor: "#FFC93C", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint6_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(8.69521 5.97662) rotate(52.3738) scale(1.42044 1.0855)" }, { children: [_jsx("stop", { stopColor: "#FFC53A" }), _jsx("stop", { offset: "1", stopColor: "#FFC83C", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint7_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(11.3905 8.34381) rotate(90.6384) scale(27.8455 24.0804)" }, { children: [_jsx("stop", { offset: "0.370081", stopColor: "#FF6C5E", stopOpacity: "0" }), _jsx("stop", { offset: "0.540093", stopColor: "#FF6B5E" })] })), _jsxs("radialGradient", Object.assign({ id: `paint8_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(11.3202 5.36725) rotate(59.8163) scale(2.65713 2.92196)" }, { children: [_jsx("stop", { stopColor: "#FFAC31" }), _jsx("stop", { offset: "1", stopColor: "#FFA92E", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint9_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(6.83601 12.5634) rotate(-33.5248) scale(1.17317 3.52271)" }, { children: [_jsx("stop", { stopColor: "#DB5703" }), _jsx("stop", { offset: "0.594695", stopColor: "#C94A04" }), _jsx("stop", { offset: "1", stopColor: "#D65A05", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint10_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(7.77881 10.2764) rotate(-40.6877) scale(1.73144 5.51293)" }, { children: [_jsx("stop", { stopColor: "#DB5703" }), _jsx("stop", { offset: "0.594695", stopColor: "#C94A04" }), _jsx("stop", { offset: "1", stopColor: "#D65A05", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint11_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(10.0911 8.63323) rotate(-38.4639) scale(1.13697 3.65376)" }, { children: [_jsx("stop", { stopColor: "#DB5703" }), _jsx("stop", { offset: "0.594695", stopColor: "#C94A04" }), _jsx("stop", { offset: "1", stopColor: "#D65A05", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint12_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(16.9218 15.0938) rotate(73.3649) scale(8.0233 5.32553)" }, { children: [_jsx("stop", { stopColor: "#FFD945" }), _jsx("stop", { offset: "0.633239", stopColor: "#FFD343" }), _jsx("stop", { offset: "1", stopColor: "#FFD543", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint13_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(22.4791 11.8595) rotate(98.4363) scale(11.0413 2.91585)" }, { children: [_jsx("stop", { stopColor: "#FFE044" }), _jsx("stop", { offset: "1", stopColor: "#FFE143", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint14_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(15.5155 24.9376) rotate(-124.618) scale(17.6574 13.8967)" }, { children: [_jsx("stop", { stopColor: "#FA825D" }), _jsx("stop", { offset: "0.882533", stopColor: "#F67B7D", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint15_linear_${uniqueId}`, x1: "19.2187", y1: "10.0301", x2: "20.7539", y2: "9.9259", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#D48820" }), _jsx("stop", { offset: "0.344595", stopColor: "#E39C2A", stopOpacity: "0.648599" }), _jsx("stop", { offset: "0.735218", stopColor: "#FFC03C", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint16_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(18.422 15.328) rotate(134.506) scale(7.69007 20.1201)" }, { children: [_jsx("stop", { stopColor: "#FFDB45" }), _jsx("stop", { offset: "0.484081", stopColor: "#FFD646" }), _jsx("stop", { offset: "0.915211", stopColor: "#FFDA45", stopOpacity: "0" }), _jsx("stop", { offset: "0.970164", stopColor: "#FFDA45", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint17_linear_${uniqueId}`, x1: "2.91796", y1: "3.41016", x2: "3.33237", y2: "3.79911", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#2065A3" }), _jsx("stop", { offset: "1", stopColor: "#2067AE", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint18_linear_${uniqueId}`, x1: "3.45116", y1: "4.93945", x2: "3.68284", y2: "4.40409", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: "0.605233", stopColor: "#1C60FF" }), _jsx("stop", { offset: "1", stopColor: "#1963FF", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint19_linear_${uniqueId}`, x1: "4.32421", y1: "3.43359", x2: "4.02156", y2: "3.5936", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#2093F1" }), _jsx("stop", { offset: "1", stopColor: "#2294F3", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint20_linear_${uniqueId}`, x1: "5.75381", y1: "1.41797", x2: "5.9502", y2: "2.06641", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#2065A3" }), _jsx("stop", { offset: "1", stopColor: "#2067AE", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint21_linear_${uniqueId}`, x1: "5.53116", y1: "3.43945", x2: "5.93941", y2: "3.14111", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: "0.605233", stopColor: "#1C60FF" }), _jsx("stop", { offset: "1", stopColor: "#1963FF", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint22_linear_${uniqueId}`, x1: "6.70303", y1: "2.28516", x2: "6.49751", y2: "2.2745", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#2093F1" }), _jsx("stop", { offset: "1", stopColor: "#2294F3", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint23_linear_${uniqueId}`, x1: "1.5", y1: "6.1361", x2: "2.00391", y2: "6.25781", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#2065A3" }), _jsx("stop", { offset: "1", stopColor: "#2067AE", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint24_linear_${uniqueId}`, x1: "2.625", y1: "7.30078", x2: "2.57812", y2: "6.70313", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: "0.605233", stopColor: "#1C60FF" }), _jsx("stop", { offset: "1", stopColor: "#1963FF", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint25_linear_${uniqueId}`, x1: "2.93262", y1: "5.62207", x2: "2.71582", y2: "5.93848", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#2093F1" }), _jsx("stop", { offset: "1", stopColor: "#2294F3", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint26_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(10.9924 11.7467) rotate(57.1255) scale(3.92938 0.736077)" }, { children: [_jsx("stop", { stopColor: "#B64200" }), _jsx("stop", { offset: "1", stopColor: "#FFB02E", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint27_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12.6094 9.2465) rotate(57.5206) scale(4.62664 0.861227)" }, { children: [_jsx("stop", { stopColor: "#B64200" }), _jsx("stop", { offset: "1", stopColor: "#FFB02E", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint28_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12.6094 9.2465) rotate(57.5206) scale(4.62664 0.861227)" }, { children: [_jsx("stop", { stopColor: "#B64200" }), _jsx("stop", { offset: "1", stopColor: "#FFB02E", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint29_linear_${uniqueId}`, x1: "15.1407", y1: "7.82819", x2: "15.7864", y2: "7.45319", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#E49224" }), _jsx("stop", { offset: "0.589269", stopColor: "#FFB02E", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint30_linear_${uniqueId}`, x1: "10.8047", y1: "11.0156", x2: "12.2344", y2: "10.1953", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FDB137" }), _jsx("stop", { offset: "0.447171", stopColor: "#FFBA3C", stopOpacity: "0" }), _jsx("stop", { offset: "1", stopColor: "#FCAD33", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint31_linear_${uniqueId}`, x1: "12.5158", y1: "8.33267", x2: "13.9455", y2: "7.51236", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FDB137" }), _jsx("stop", { offset: "0.447171", stopColor: "#FFBA3C", stopOpacity: "0" }), _jsx("stop", { offset: "1", stopColor: "#FCAD33", stopOpacity: "0" })] })), _jsx("clipPath", Object.assign({ id: `clip0_${uniqueId}` }, { children: _jsx("rect", { width: "24", height: "24", fill: "white" }) }))] })] })));
|
|
239
|
+
});
|
|
240
|
+
import customBoardSvgImport from "./custom/board.svg";
|
|
241
|
+
export const customBoardSvg = customBoardSvgImport;
|
|
242
|
+
export const CustomBoardIcon = forwardRef((props, ref) => {
|
|
243
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M3 11.5C3 12.3284 3.67157 13 4.5 13H9.5C10.3284 13 11 12.3284 11 11.5V4.5C11 3.67157 10.3284 3 9.5 3H4.5C3.67157 3 3 3.67157 3 4.5V11.5ZM13 19.5C13 20.3284 13.6716 21 14.5 21H19.5C20.3284 21 21 20.3284 21 19.5V12.5C21 11.6716 20.3284 11 19.5 11H14.5C13.6716 11 13 11.6716 13 12.5V19.5Z", fill: "currentColor" }), _jsx("path", { d: "M4.5 21C3.67157 21 3 20.3284 3 19.5V16.5C3 15.6716 3.67157 15 4.5 15H9.5C10.3284 15 11 15.6716 11 16.5V19.5C11 20.3284 10.3284 21 9.5 21H4.5Z", fill: "currentColor" }), _jsx("path", { d: "M14.5 3C13.6716 3 13 3.67157 13 4.5V7.5C13 8.32843 13.6716 9 14.5 9H19.5C20.3284 9 21 8.32843 21 7.5V4.5C21 3.67157 20.3284 3 19.5 3H14.5Z", fill: "currentColor" })] })));
|
|
244
|
+
});
|
|
245
|
+
import customBoardColorSvgImport from "./custom/board-color.svg";
|
|
246
|
+
export const customBoardColorSvg = customBoardColorSvgImport;
|
|
247
|
+
export const CustomBoardColorIcon = forwardRef((props, ref) => {
|
|
248
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M3 11.5C3 12.3284 3.67157 13 4.5 13H9.5C10.3284 13 11 12.3284 11 11.5V4.5C11 3.67157 10.3284 3 9.5 3H4.5C3.67157 3 3 3.67157 3 4.5V11.5ZM13 19.5C13 20.3284 13.6716 21 14.5 21H19.5C20.3284 21 21 20.3284 21 19.5V12.5C21 11.6716 20.3284 11 19.5 11H14.5C13.6716 11 13 11.6716 13 12.5V19.5Z", fill: "#42DB88" }), _jsx("path", { d: "M4.5 21C3.67157 21 3 20.3284 3 19.5V16.5C3 15.6716 3.67157 15 4.5 15H9.5C10.3284 15 11 15.6716 11 16.5V19.5C11 20.3284 10.3284 21 9.5 21H4.5Z", fill: "#DFFF9A" }), _jsx("path", { d: "M14.5 3C13.6716 3 13 3.67157 13 4.5V7.5C13 8.32843 13.6716 9 14.5 9H19.5C20.3284 9 21 8.32843 21 7.5V4.5C21 3.67157 20.3284 3 19.5 3H14.5Z", fill: "#DFFF9A" })] })));
|
|
249
|
+
});
|
|
250
|
+
import customScrollLineSvgImport from "./custom/scroll-line.svg";
|
|
251
|
+
export const customScrollLineSvg = customScrollLineSvgImport;
|
|
252
|
+
export const CustomScrollLineIcon = forwardRef((props, ref) => {
|
|
253
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, { children: [_jsx("path", { d: "M3.25 10V14H4.75V10H3.25ZM20.75 14V10H19.25V14H20.75ZM20.75 10C20.75 5.16751 16.8325 1.25 12 1.25V2.75C16.0041 2.75 19.25 5.99594 19.25 10H20.75ZM12 22.75C16.8325 22.75 20.75 18.8325 20.75 14H19.25C19.25 18.0041 16.0041 21.25 12 21.25V22.75ZM3.25 14C3.25 18.8325 7.16751 22.75 12 22.75V21.25C7.99594 21.25 4.75 18.0041 4.75 14H3.25ZM4.75 10C4.75 5.99594 7.99594 2.75 12 2.75V1.25C7.16751 1.25 3.25 5.16751 3.25 10H4.75Z", fill: "currentColor" }), _jsx("path", { d: "M13.001 8H15L12 5L9 8H11L10.999 11H9L12 14L15 11H13L13.001 8Z", fill: "currentColor" })] })));
|
|
254
|
+
});
|
|
255
|
+
import customScrollFillSvgImport from "./custom/scroll-fill.svg";
|
|
256
|
+
export const customScrollFillSvg = customScrollFillSvgImport;
|
|
257
|
+
export const CustomScrollFillIcon = forwardRef((props, ref) => {
|
|
258
|
+
return (_jsx("svg", Object.assign({}, props, { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 1.25C7.16751 1.25 3.25 5.16751 3.25 10V14C3.25 18.8325 7.16751 22.75 12 22.75C16.8325 22.75 20.75 18.8325 20.75 14V10C20.75 5.16751 16.8325 1.25 12 1.25ZM15 8H13.001L13 11H15L12 14L9 11H10.999L11 8H9L12 5L15 8Z", fill: "currentColor" }) })));
|
|
259
|
+
});
|
|
260
|
+
import customScrollAltSvgImport from "./custom/scroll-alt.svg";
|
|
261
|
+
export const customScrollAltSvg = customScrollAltSvgImport;
|
|
262
|
+
export const CustomScrollAltIcon = forwardRef((props, ref) => {
|
|
263
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, { children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.7099 2.0731C14.5835 1.54505 13.3262 1.25 12 1.25C7.16751 1.25 3.25 5.16751 3.25 10V14C3.25 18.8325 7.16751 22.75 12 22.75C16.8325 22.75 20.75 18.8325 20.75 14V10C20.75 9.60853 20.7243 9.22306 20.6745 8.84519C20.3001 8.94615 19.9063 9 19.5 9C17.0147 9 15 6.98528 15 4.5C15 3.60624 15.2606 2.77333 15.7099 2.0731ZM13.001 8H15L12 5L9 8H11L10.999 11H9L12 14L15 11H13L13.001 8Z", fill: "currentColor" }), _jsx("circle", { cx: "20", cy: "4.25", r: "3", fill: "currentColor" })] })));
|
|
264
|
+
});
|
|
265
|
+
import customPythonSvgImport from "./custom/python.svg";
|
|
266
|
+
export const customPythonSvg = customPythonSvgImport;
|
|
267
|
+
export const CustomPythonIcon = forwardRef((props, ref) => {
|
|
268
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.38589 2.19076C10.061 2.07148 10.8283 2.00385 11.6325 2.00016C12.4368 1.99647 13.2754 2.05673 14.0821 2.19076C15.3585 2.40104 16.4333 3.35036 16.4333 4.61203V9.0463C16.4333 10.3473 15.3892 11.4122 14.0821 11.4122H9.38466C7.78974 11.4122 6.44692 12.7686 6.44692 14.3057V16.4343H4.8311C3.46491 16.4343 2.66561 15.4518 2.33114 14.0733C1.87984 12.2214 1.89951 11.1134 2.33114 9.3402C2.70619 7.79201 3.90268 6.97919 5.26887 6.97919H11.7358V5.89583H7.03225V4.61203C7.03225 3.26797 7.39378 2.53876 9.38343 2.19076H9.38589ZM9.20143 4.14597C9.20143 3.80658 8.92598 3.53113 8.58658 3.53113C8.24719 3.53113 7.97174 3.80781 7.97174 4.1472C7.97174 4.4866 8.24719 4.76082 8.58658 4.76082C8.92598 4.76082 9.20143 4.48537 9.20143 4.14597Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.5354 9.6223C17.5354 11.2135 16.1655 12.5527 14.6038 12.5527V12.5502H9.9162C8.6324 12.5502 7.56995 13.6323 7.56995 14.8989V19.3C7.56995 20.553 8.67544 21.2896 9.9162 21.6487C11.4017 22.0791 12.8257 22.1566 14.6038 21.6487C15.7843 21.3118 16.95 20.633 16.95 19.3V18.0309H12.2625V16.9525H19.2963C20.66 16.9525 21.1679 16.0167 21.6426 14.6099C22.132 13.1626 22.1123 11.7693 21.6426 9.91251C21.3056 8.57583 20.6613 7.56995 19.2963 7.56995H17.5354V9.6223ZM14.8608 19.2447C15.2002 19.2447 15.4756 19.5176 15.4756 19.857C15.4756 20.1977 15.199 20.4743 14.8608 20.4743C14.5226 20.4743 14.2459 20.1952 14.2459 19.857C14.2459 19.5189 14.5214 19.2447 14.8608 19.2447Z", fill: "currentColor" })] })));
|
|
269
|
+
});
|
|
270
|
+
import customPythonColorSvgImport from "./custom/python-color.svg";
|
|
271
|
+
export const customPythonColorSvg = customPythonColorSvgImport;
|
|
272
|
+
export const CustomPythonColorIcon = forwardRef((props, ref) => {
|
|
273
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.38589 2.19076C10.061 2.07148 10.8283 2.00385 11.6325 2.00016C12.4368 1.99647 13.2754 2.05673 14.0821 2.19076C15.3585 2.40104 16.4333 3.35036 16.4333 4.61203V9.0463C16.4333 10.3473 15.3892 11.4122 14.0821 11.4122H9.38466C7.78974 11.4122 6.44692 12.7686 6.44692 14.3057V16.4343H4.8311C3.46491 16.4343 2.66561 15.4518 2.33114 14.0733C1.87984 12.2214 1.89951 11.1134 2.33114 9.3402C2.70619 7.79201 3.90268 6.97919 5.26887 6.97919H11.7358V5.89583H7.03225V4.61203C7.03225 3.26797 7.39378 2.53876 9.38343 2.19076H9.38589ZM9.20143 4.14597C9.20143 3.80658 8.92598 3.53113 8.58658 3.53113C8.24719 3.53113 7.97174 3.80781 7.97174 4.1472C7.97174 4.4866 8.24719 4.76082 8.58658 4.76082C8.92598 4.76082 9.20143 4.48537 9.20143 4.14597Z", fill: "#3E88FF" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.5354 9.6223C17.5354 11.2135 16.1655 12.5527 14.6038 12.5527V12.5502H9.9162C8.6324 12.5502 7.56995 13.6323 7.56995 14.8989V19.3C7.56995 20.553 8.67544 21.2896 9.9162 21.6487C11.4017 22.0791 12.8257 22.1566 14.6038 21.6487C15.7843 21.3118 16.95 20.633 16.95 19.3V18.0309H12.2625V16.9525H19.2963C20.66 16.9525 21.1679 16.0167 21.6426 14.6099C22.132 13.1626 22.1123 11.7693 21.6426 9.91251C21.3056 8.57583 20.6613 7.56995 19.2963 7.56995H17.5354V9.6223ZM14.8608 19.2447C15.2002 19.2447 15.4756 19.5176 15.4756 19.857C15.4756 20.1977 15.199 20.4743 14.8608 20.4743C14.5226 20.4743 14.2459 20.1952 14.2459 19.857C14.2459 19.5189 14.5214 19.2447 14.8608 19.2447Z", fill: "#FFC700" })] })));
|
|
274
|
+
});
|
|
275
|
+
import customEntrySvgImport from "./custom/entry.svg";
|
|
276
|
+
export const customEntrySvg = customEntrySvgImport;
|
|
277
|
+
export const CustomEntryIcon = forwardRef((props, ref) => {
|
|
278
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M12.9519 11H9.0481C9.08804 10.6713 9.161 10.3296 9.29415 10.0189C9.42761 9.7075 9.606 9.46763 9.84112 9.30218C10.0702 9.14098 10.4241 9 11 9C11.5759 9 11.9298 9.14098 12.1589 9.30218C12.394 9.46763 12.5724 9.7075 12.7059 10.0189C12.839 10.3296 12.912 10.6713 12.9519 11Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 5V8L22 12L20 16V19L17 22H5L2 19V5L5 2H17L20 5ZM8.69013 7.66657C9.3048 7.23402 10.0759 7 11 7C11.9241 7 12.6952 7.23402 13.3099 7.66657C13.9185 8.09487 14.3026 8.6675 14.5441 9.23108C15.0008 10.2965 15.0002 11.4666 15 11.9684L15 12V13H9.0481C9.08804 13.3287 9.161 13.6704 9.29415 13.9811C9.42761 14.2925 9.606 14.5324 9.84112 14.6978C10.0702 14.859 10.4241 15 11 15C12.256 15 12.6776 14.5965 12.825 14.4C12.916 14.2787 12.961 14.1579 12.983 14.07C12.9938 14.0266 12.9982 13.9944 12.9998 13.9794C13.0004 13.9741 13.0006 13.9713 13.0006 13.9713C13.0006 13.9713 13.0006 13.9717 13.0005 13.9725L13.0002 13.9816L13.0001 13.9895L13 13.9945L13 13.9972L13 13.9986C13 13.9986 13 14 14 14C15 14 15 14.0015 15 14.0015L15 14.003L15 14.0063L14.9999 14.0134L14.9996 14.0299C14.9993 14.042 14.9988 14.0562 14.998 14.0724C14.9964 14.1047 14.9935 14.1451 14.9884 14.1925C14.9783 14.2869 14.9593 14.4109 14.9233 14.555C14.8515 14.8421 14.709 15.2213 14.425 15.6C13.8224 16.4035 12.744 17 11 17C10.0759 17 9.3048 16.766 8.69013 16.3334C8.0815 15.9051 7.69739 15.3325 7.45586 14.7689C6.99923 13.7035 6.99976 12.5334 6.99999 12.0316L7 12L6.99999 11.9684C6.99976 11.4666 6.99923 10.2965 7.45586 9.23108C7.69739 8.6675 8.0815 8.09487 8.69013 7.66657ZM12.7059 10.0189C12.839 10.3296 12.912 10.6713 12.9519 11H9.0481C9.08804 10.6713 9.161 10.3296 9.29415 10.0189C9.42761 9.7075 9.606 9.46763 9.84112 9.30218C10.0702 9.14098 10.4241 9 11 9C11.5759 9 11.9298 9.14098 12.1589 9.30218C12.394 9.46763 12.5724 9.7075 12.7059 10.0189Z", fill: "currentColor" })] })));
|
|
279
|
+
});
|
|
280
|
+
import customEntryColorSvgImport from "./custom/entry-color.svg";
|
|
281
|
+
export const customEntryColorSvg = customEntryColorSvgImport;
|
|
282
|
+
export const CustomEntryColorIcon = forwardRef((props, ref) => {
|
|
283
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M2 5.82843C2 5.29799 2.21323 4.78929 2.59278 4.41421L4.44305 2.58579C4.8226 2.21071 5.33739 2 5.87416 2H16.3408C16.8776 2 17.3924 2.21071 17.7719 2.58579L19.6222 4.41421C20.0018 4.78929 20.215 5.29799 20.215 5.82843V7.52786C20.215 7.83835 20.2882 8.14458 20.4287 8.42229L21.7863 11.1056C22.0712 11.6686 22.0712 12.3314 21.7863 12.8944L20.4287 15.5777C20.2882 15.8554 20.215 16.1616 20.215 16.4721V18.1716C20.215 18.702 20.0018 19.2107 19.6222 19.5858L17.7719 21.4142C17.3924 21.7893 16.8776 22 16.3408 22H5.87416C5.33739 22 4.8226 21.7893 4.44305 21.4142L2.59278 19.5858C2.21323 19.2107 2 18.702 2 18.1716V5.82843Z", fill: "#32D27D" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.9134 7.35358C13.1304 6.78739 12.1633 6.5 11.0348 6.5C9.50684 6.5 8.2661 7.04475 7.35293 8.11708C6.45322 9.17011 6 10.4934 6 12.0525C6 13.6117 6.49585 14.9736 7.4696 15.9751C8.45232 16.9874 9.78057 17.5 11.4184 17.5C13.0563 17.5 14.5573 16.8309 15.7173 15.5076L15.9192 15.2781L14.3464 13.8905L14.1243 14.1543C13.3659 15.0594 12.4797 15.5012 11.4184 15.5012C10.4896 15.5012 9.76262 15.2417 9.19946 14.7076C8.70586 14.238 8.39847 13.5924 8.29078 12.786H15.9708L16 11.7909C16 10.933 15.8474 10.1181 15.5445 9.36313C15.2327 8.58891 14.6852 7.91333 13.9134 7.35572V7.35358ZM9.23087 9.20872C8.82926 9.62264 8.55104 10.1502 8.39623 10.7829H13.7092C13.6038 10.1395 13.3435 9.60977 12.9374 9.20228C12.4662 8.72831 11.8694 8.49883 11.0841 8.49883C10.2989 8.49883 9.69307 8.73045 9.23087 9.20872Z", fill: "#E0F8EB" })] })));
|
|
284
|
+
});
|
|
285
|
+
import customBadgeSvgImport from "./custom/badge.svg";
|
|
286
|
+
export const customBadgeSvg = customBadgeSvgImport;
|
|
287
|
+
export const CustomBadgeIcon = forwardRef((props, ref) => {
|
|
288
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.447 2.98973L15.5837 2.28245C13.4967 0.572518 10.5033 0.572515 8.41627 2.28245L7.55299 2.98973L6.47719 3.23493C3.83936 3.83615 2.0434 6.19713 2.05437 8.83138L2.05921 9.99315L1.56117 11.0351C0.423017 13.4163 1.05069 16.2993 3.13048 17.9739L4.00991 18.682L4.49487 19.7188C5.62176 22.1282 8.28669 23.4736 10.9321 22.8467L12 22.5936L13.0679 22.8467C15.7133 23.4736 18.3782 22.1282 19.5051 19.7189L19.9901 18.682L20.8695 17.9739C22.9493 16.2993 23.577 13.4163 22.4388 11.0351L21.9408 9.99316L21.9456 8.83138C21.9566 6.19713 20.1606 3.83615 17.5228 3.23493L16.447 2.98973ZM13.2598 5.11854C12.5242 4.51582 11.4758 4.51582 10.7402 5.11854L9.57377 6.07416C9.334 6.2706 9.05316 6.40835 8.75287 6.47679L7.29206 6.80974C6.37071 7.01974 5.71706 7.85454 5.72106 8.81611L5.72741 10.3407C5.72872 10.6541 5.65935 10.9636 5.52467 11.2454L4.86945 12.6162C4.4562 13.4808 4.68949 14.5218 5.43013 15.1181L6.60444 16.0636C6.84583 16.258 7.04018 16.5062 7.17252 16.7891L7.81629 18.1656C8.22233 19.0337 9.16688 19.497 10.0864 19.279L11.5444 18.9334C11.8441 18.8624 12.1559 18.8624 12.4556 18.9334L13.9135 19.279C14.8331 19.497 15.7777 19.0337 16.1837 18.1656L16.8275 16.7891C16.9598 16.5062 17.1542 16.258 17.3956 16.0636L18.5699 15.1181C19.3105 14.5218 19.5438 13.4808 19.1305 12.6162L18.4753 11.2454C18.3406 10.9636 18.2713 10.6541 18.2726 10.3407L18.2789 8.81611C18.2829 7.85454 17.6293 7.01974 16.7079 6.80974L15.2471 6.47679C14.9468 6.40835 14.666 6.2706 14.4262 6.07416L13.2598 5.11854Z", fill: "currentColor" }), _jsx("path", { d: "M10.9692 6.36987C11.5711 5.87671 12.4289 5.87671 13.0308 6.36987L13.9851 7.15178C14.1812 7.31251 14.411 7.42522 14.6567 7.48122L15.8519 7.75364C16.6057 7.92546 17.1405 8.60852 17.1372 9.39529L17.132 10.6427C17.131 10.8992 17.1877 11.1524 17.2979 11.383L17.834 12.5046C18.1721 13.212 17.9812 14.0638 17.3753 14.5517L16.4145 15.3254C16.217 15.4844 16.058 15.6875 15.9497 15.919L15.423 17.0452C15.0908 17.7555 14.318 18.1346 13.5656 17.9562L12.3727 17.6735C12.1275 17.6154 11.8725 17.6154 11.6273 17.6735L10.4344 17.9562C9.68203 18.1346 8.90922 17.7555 8.57702 17.0452L8.0503 15.919C7.94203 15.6875 7.78302 15.4844 7.58552 15.3254L6.62474 14.5517C6.01876 14.0638 5.8279 13.212 6.16601 12.5046L6.70208 11.383C6.81228 11.1524 6.86903 10.8992 6.86796 10.6427L6.86277 9.39529C6.85949 8.60851 7.39429 7.92546 8.14811 7.75364L9.3433 7.48122C9.58898 7.42522 9.81876 7.31251 10.0149 7.15178L10.9692 6.36987Z", fill: "currentColor" })] })));
|
|
289
|
+
});
|
|
290
|
+
import customBadgeColorSvgImport from "./custom/badge-color.svg";
|
|
291
|
+
export const customBadgeColorSvg = customBadgeColorSvgImport;
|
|
292
|
+
export const CustomBadgeColorIcon = forwardRef((props, ref) => {
|
|
293
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M10.9692 6.36987C11.5711 5.87671 12.4289 5.87671 13.0308 6.36987L13.9851 7.15178C14.1812 7.31251 14.411 7.42522 14.6567 7.48122L15.8519 7.75364C16.6057 7.92546 17.1405 8.60852 17.1372 9.39529L17.132 10.6427C17.131 10.8992 17.1877 11.1524 17.2979 11.383L17.834 12.5046C18.1721 13.212 17.9812 14.0638 17.3753 14.5517L16.4145 15.3254C16.217 15.4844 16.058 15.6875 15.9497 15.919L15.423 17.0452C15.0908 17.7555 14.318 18.1346 13.5656 17.9562L12.3727 17.6735C12.1275 17.6154 11.8725 17.6154 11.6273 17.6735L10.4344 17.9562C9.68203 18.1346 8.90922 17.7555 8.57702 17.0452L8.0503 15.919C7.94203 15.6875 7.78302 15.4844 7.58552 15.3254L6.62474 14.5517C6.01876 14.0638 5.8279 13.212 6.16601 12.5046L6.70208 11.383C6.81228 11.1524 6.86903 10.8992 6.86796 10.6427L6.86277 9.39529C6.85949 8.60851 7.39429 7.92546 8.14811 7.75364L9.3433 7.48122C9.58898 7.42522 9.81876 7.31251 10.0149 7.15178L10.9692 6.36987Z", fill: "#25241D" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.447 2.98973L15.5837 2.28245C13.4967 0.572518 10.5033 0.572515 8.41627 2.28245L7.55299 2.98973L6.47719 3.23493C3.83936 3.83615 2.0434 6.19713 2.05437 8.83138L2.05921 9.99315L1.56117 11.0351C0.423017 13.4163 1.05069 16.2993 3.13048 17.9739L4.00991 18.682L4.49487 19.7188C5.62176 22.1282 8.28669 23.4736 10.9321 22.8467L12 22.5936L13.0679 22.8467C15.7133 23.4736 18.3782 22.1282 19.5051 19.7189L19.9901 18.682L20.8695 17.9739C22.9493 16.2993 23.577 13.4163 22.4388 11.0351L21.9408 9.99316L21.9456 8.83138C21.9566 6.19713 20.1606 3.83615 17.5228 3.23493L16.447 2.98973ZM13.2598 5.11854C12.5242 4.51582 11.4758 4.51582 10.7402 5.11854L9.57377 6.07416C9.334 6.2706 9.05316 6.40835 8.75287 6.47679L7.29206 6.80974C6.37071 7.01974 5.71706 7.85454 5.72106 8.81611L5.72741 10.3407C5.72872 10.6541 5.65935 10.9636 5.52467 11.2454L4.86945 12.6162C4.4562 13.4808 4.68949 14.5218 5.43013 15.1181L6.60444 16.0636C6.84583 16.258 7.04018 16.5062 7.17252 16.7891L7.81629 18.1656C8.22233 19.0337 9.16688 19.497 10.0864 19.279L11.5444 18.9334C11.8441 18.8624 12.1559 18.8624 12.4556 18.9334L13.9135 19.279C14.8331 19.497 15.7777 19.0337 16.1837 18.1656L16.8275 16.7891C16.9598 16.5062 17.1542 16.258 17.3956 16.0636L18.5699 15.1181C19.3105 14.5218 19.5438 13.4808 19.1305 12.6162L18.4753 11.2454C18.3406 10.9636 18.2713 10.6541 18.2726 10.3407L18.2789 8.81611C18.2829 7.85454 17.6293 7.01974 16.7079 6.80974L15.2471 6.47679C14.9468 6.40835 14.666 6.2706 14.4262 6.07416L13.2598 5.11854Z", fill: "#FFCE31" })] })));
|
|
294
|
+
});
|
|
295
|
+
import customeWorksheetSvgImport from "./custom/worksheet.svg";
|
|
296
|
+
export const customeWorksheetSvg = customeWorksheetSvgImport;
|
|
297
|
+
export const CustomWorksheetIcon = forwardRef((props, ref) => {
|
|
298
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M3 19.5C3 18.6716 3.67157 18 4.5 18H19.5C20.3284 18 21 18.6716 21 19.5C21 20.3284 20.3284 21 19.5 21H4.5C3.67157 21 3 20.3284 3 19.5Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 3H19C20.1 3 21 3.9 21 5V15C21 16.1 20.1 17 19 17H5C3.9 17 3 16.1 3 15V5C3 3.9 3.9 3 5 3ZM8.13137 14.5L5.5 5.5H8.20107L9.5 11L10.937 5.5H13.063L14.5 11L15.7989 5.5H18.5L15.8686 14.5H13.5509L12 10L10.4491 14.5H8.13137Z", fill: "currentColor" })] })));
|
|
299
|
+
});
|
|
300
|
+
import customeWorksheetColorSvgImport from "./custom/worksheet-color.svg";
|
|
301
|
+
export const customeWorksheetColorSvg = customeWorksheetColorSvgImport;
|
|
302
|
+
export const CustomWorksheetColorIcon = forwardRef((props, ref) => {
|
|
303
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M19 3H5C3.9 3 3 3.9 3 5V15C3 16.1 3.9 17 5 17H19C20.1 17 21 16.1 21 15V5C21 3.9 20.1 3 19 3Z", fill: "#874BFF" }), _jsx("path", { d: "M3 19.5C3 18.6716 3.67157 18 4.5 18H19.5C20.3284 18 21 18.6716 21 19.5C21 20.3284 20.3284 21 19.5 21H4.5C3.67157 21 3 20.3284 3 19.5Z", fill: "#EEE6FF" }), _jsx("path", { d: "M8.13137 14.5L5.5 5.5H8.20107L9.42091 11.0371H9.49062L10.937 5.5H13.063L14.5094 11.0547H14.5791L15.7989 5.5H18.5L15.8686 14.5H13.5509L12.0349 9.47266H11.9651L10.4491 14.5H8.13137Z", fill: "#EEE5FF" })] })));
|
|
304
|
+
});
|
|
305
|
+
import customEbookSvgImport from "./custom/ebook.svg";
|
|
306
|
+
export const customEbookSvg = customEbookSvgImport;
|
|
307
|
+
export const CustomEbookIcon = forwardRef((props, ref) => {
|
|
308
|
+
return (_jsx("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 4.36014C11.4873 3.84225 10.5729 3.5 9.41304 3.5C7.58696 3.5 6.97826 3.97368 6.36957 4.44737C5.76087 4.92105 5.15217 5.39474 3.93478 5.39474C2.71739 5.39474 1.5 6.24304 1.5 7.28947V17.7105C1.5 18.757 2.71739 19.6053 3.93478 19.6053C3.99279 19.6053 4.04941 19.6042 4.10472 19.6021C4.14925 19.6042 4.19407 19.6053 4.23913 19.6053H8.80435C8.94542 19.6053 9.08649 19.6907 9.28145 19.8088C9.71739 20.0728 10.4228 20.5 12 20.5C13.5772 20.5 14.2826 20.0728 14.7185 19.8088C14.9135 19.6907 15.0546 19.6053 15.1957 19.6053H19.7609C19.8059 19.6053 19.8507 19.6042 19.8953 19.6021C19.9506 19.6042 20.0072 19.6053 20.0652 19.6053C21.2826 19.6053 22.5 18.757 22.5 17.7105V7.28947C22.5 6.24304 21.2826 5.39474 20.0652 5.39474C18.8478 5.39474 18.2391 4.92105 17.6304 4.44737C17.0217 3.97368 16.413 3.5 14.587 3.5C13.4271 3.5 12.5127 3.84225 12 4.36014ZM11.5435 6.76316C11.5435 5.94926 10.6304 5.28947 9.26087 5.28947C7.8913 5.28947 7.43478 5.65789 6.97826 6.02632C6.52174 6.39474 6.06522 6.76316 5.15217 6.76316C4.23913 6.76316 3.32609 7.42295 3.32609 8.23684V16.3421C3.32609 17.156 4.23913 17.8158 5.15217 17.8158C6.06522 17.8158 6.52174 17.4474 6.97826 17.0789C7.43478 16.7105 7.8913 16.3421 8.80435 16.3421C9.67525 16.3421 9.90653 16.5711 10.1028 16.7653C10.2474 16.9085 10.3731 17.0329 10.7217 17.0329C11.5435 17.0329 11.5435 16.3421 11.5435 16.3421V6.76316ZM14.7391 5.28947C13.3696 5.28947 12.4565 5.94926 12.4565 6.76316V16.3421C12.4565 16.3421 12.4565 17.0329 13.2783 17.0329C13.6269 17.0329 13.7526 16.9085 13.8972 16.7653C14.0935 16.5711 14.3247 16.3421 15.1957 16.3421C16.1087 16.3421 16.5652 16.7105 17.0217 17.0789C17.4783 17.4474 17.9348 17.8158 18.8478 17.8158C19.7609 17.8158 20.6739 17.156 20.6739 16.3421V8.23684C20.6739 7.42295 19.7609 6.76316 18.8478 6.76316C17.9348 6.76316 17.4783 6.39474 17.0217 6.02632C16.5652 5.65789 16.1087 5.28947 14.7391 5.28947Z", fill: "currentColor" }) })));
|
|
309
|
+
});
|
|
310
|
+
import customEbookColorSvgImport from "./custom/ebook-color.svg";
|
|
311
|
+
export const customEbookColorSvg = customEbookColorSvgImport;
|
|
312
|
+
export const CustomEbookColorIcon = forwardRef((props, ref) => {
|
|
313
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M4.23913 6C2.72634 6 1.5 7.25919 1.5 8.8125V16.25C1.5 17.8033 2.72634 19.0625 4.23913 19.0625H8.80435C8.94545 19.0625 9.08655 19.152 9.28149 19.2757C9.71739 19.5524 10.4228 20 12 20C13.5772 20 14.2826 19.5524 14.7185 19.2757C14.9134 19.152 15.0545 19.0625 15.1957 19.0625H19.7609C21.2737 19.0625 22.5 17.8033 22.5 16.25V8.8125C22.5 7.25919 21.2737 6 19.7609 6H4.23913Z", fill: "#0094FF" }), _jsx("path", { d: "M12 5.86667C12 5.01767 13 4 14.5 4C16 4 16.5 4.54902 17 4.93333C17.5 5.31765 18 5.86667 19 5.86667C20 5.86667 21 6.88433 21 7.73334V16.1333C21 17.0667 20 18 19 18C18 18 17.5 17.9177 17 17.5333C16.5 17.149 16 16.4627 15 16.4627C14 16.4627 14 17.0667 13 17.0667C12 17.0667 12 16.1333 12 16.1333V5.86667Z", fill: "#C2E6FF" }), _jsx("path", { d: "M12 5.86667C12 5.01767 11 4 9.5 4C8 4 7.5 4.54902 7 4.93333C6.5 5.31765 6 5.86667 5 5.86667C4 5.86667 3 6.88433 3 7.73334V16.1333C3 17.0667 4 18 5 18C6 18 6.5 17.9177 7 17.5333C7.5 17.149 8 16.4627 9 16.4627C10 16.4627 10 17.0667 11 17.0667C12 17.0667 12 16.1333 12 16.1333V5.86667Z", fill: "#E0F2FF" })] })));
|
|
314
|
+
});
|
|
315
|
+
import customEmoGreatSvgImport from "./custom/emo-great.svg";
|
|
316
|
+
export const customEmoGreatSvg = customEmoGreatSvgImport;
|
|
317
|
+
export const CustomEmoGreatIcon = forwardRef((props, ref) => {
|
|
318
|
+
const uniqueId = useMemo(uid, []);
|
|
319
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, { children: [_jsxs("g", Object.assign({ clipPath: `url(#clip_emo_great_${uniqueId})` }, { children: [_jsx("path", { d: "M12 18.75C5.25 18.75 5.25 12 5.25 12H18.75C18.75 12 18.75 18.75 12 18.75Z", fill: "currentColor" }), _jsx("path", { d: "M7.01172 7.80939C6.85478 7.98038 6.77223 8.20769 6.73617 8.39315C6.65711 8.79975 6.2634 9.06527 5.8568 8.98621C5.45021 8.90715 5.18468 8.51345 5.26375 8.10685C5.33022 7.76496 5.4962 7.24228 5.90664 6.7951C6.33952 6.32347 6.98673 6 7.87496 6C8.77161 6 9.42152 6.33914 9.85178 6.81147C10.2599 7.25955 10.4296 7.78048 10.4889 8.12168C10.5598 8.52979 10.2864 8.91807 9.87828 8.98894C9.47017 9.05981 9.08188 8.78643 9.01102 8.37832C8.9853 8.23026 8.90649 8.0012 8.74288 7.82159C8.60137 7.66624 8.35625 7.5 7.87496 7.5C7.38524 7.5 7.14622 7.66286 7.01172 7.80939Z", fill: "currentColor" }), _jsx("path", { d: "M15.2619 7.80939C15.105 7.98038 15.0224 8.20769 14.9864 8.39315C14.9073 8.79975 14.5136 9.06527 14.107 8.98621C13.7004 8.90715 13.4349 8.51345 13.5139 8.10685C13.5804 7.76496 13.7464 7.24228 14.1568 6.7951C14.5897 6.32347 15.2369 6 16.1251 6C17.0218 6 17.6717 6.33914 18.102 6.81147C18.5101 7.25955 18.6798 7.78048 18.7391 8.12168C18.8099 8.52979 18.5366 8.91807 18.1285 8.98894C17.7204 9.05981 17.3321 8.78643 17.2612 8.37832C17.2355 8.23026 17.1567 8.0012 16.9931 7.82159C16.8515 7.66624 16.6064 7.5 16.1251 7.5C15.6354 7.5 15.3964 7.66286 15.2619 7.80939Z", fill: "currentColor" }), _jsx("path", { d: "M3.57257 4.06707C5.48475 1.99064 8.3214 0.75 11.9992 0.75C15.6769 0.75 18.5136 1.99064 20.4258 4.06707C22.3286 6.13339 23.2483 8.95333 23.2483 11.9992C23.2483 15.045 22.3286 17.8649 20.4258 19.9313C18.5136 22.0077 15.6769 23.2483 11.9992 23.2483C8.3214 23.2483 5.48475 22.0077 3.57257 19.9313C1.6697 17.8649 0.75 15.045 0.75 11.9992C0.75 8.95333 1.6697 6.13339 3.57257 4.06707ZM4.67597 5.08319C3.07946 6.81683 2.25 9.24647 2.25 11.9992C2.25 14.7519 3.07946 17.1815 4.67597 18.9151C6.26316 20.6387 8.67609 21.7483 11.9992 21.7483C15.3222 21.7483 17.7352 20.6387 19.3224 18.9151C20.9189 17.1815 21.7483 14.7519 21.7483 11.9992C21.7483 9.24647 20.9189 6.81683 19.3224 5.08319C17.7352 3.35967 15.3222 2.25 11.9992 2.25C8.67609 2.25 6.26316 3.35967 4.67597 5.08319Z", fill: "currentColor" })] })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: `clip_emo_great_${uniqueId}` }, { children: _jsx("rect", { width: "24", height: "24", fill: "none" }) })) })] })));
|
|
320
|
+
});
|
|
321
|
+
import customEmoGreatColorSvgImport from "./custom/emo-great-color.svg";
|
|
322
|
+
export const customEmoGreatColorSvg = customEmoGreatColorSvgImport;
|
|
323
|
+
export const CustomEmoGreatColorIcon = forwardRef((props, ref) => {
|
|
324
|
+
const uniqueId = useMemo(uid, []);
|
|
325
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, { children: [_jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint0_radial_${uniqueId})` }), _jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint1_radial_${uniqueId})` }), _jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint2_radial_${uniqueId})`, fillOpacity: "0.6" }), _jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint3_radial_${uniqueId})` }), _jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint4_radial_${uniqueId})` }), _jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint5_radial_${uniqueId})` }), _jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint6_radial_${uniqueId})` }), _jsx("g", Object.assign({ opacity: "0.5", filter: `url(#filter0_f_${uniqueId})` }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.61725 8.75009C6.61654 8.7557 6.61579 8.76129 6.61499 8.76687C6.61457 8.76909 6.61449 8.76971 6.61468 8.76855L6.6156 8.7624L6.6164 8.75666L6.61687 8.75309L6.61712 8.75112L6.61725 8.75009ZM8.38522 8.76687C8.38498 8.76563 8.38465 8.7639 8.38419 8.76171C8.38161 8.74912 8.37572 8.72332 8.36496 8.6889C8.34254 8.61716 8.30478 8.52648 8.24638 8.44153C8.1578 8.3127 7.98513 8.125 7.50011 8.125C7.01508 8.125 6.84241 8.3127 6.75383 8.44153C6.69543 8.52648 6.65767 8.61716 6.63525 8.6889C6.62449 8.72332 6.6186 8.74912 6.61602 8.76171C6.61557 8.7639 6.61523 8.76563 6.61499 8.76687C6.538 9.30546 6.04313 9.68503 5.50107 9.61728C4.95305 9.54878 4.56432 9.04899 4.63283 8.50097L5.62511 8.625C4.63283 8.50097 4.6329 8.50042 4.63296 8.49987L4.63311 8.49874L4.63341 8.49637L4.6341 8.49117L4.63579 8.479C4.63706 8.47011 4.63864 8.45966 4.64057 8.44776C4.64443 8.42398 4.64974 8.39425 4.6569 8.35939C4.67116 8.28994 4.6931 8.19856 4.72629 8.09235C4.79176 7.88284 4.90634 7.59852 5.10575 7.30847C5.5328 6.6873 6.29763 6.125 7.50011 6.125C8.70258 6.125 9.46741 6.6873 9.89446 7.30847C10.0939 7.59852 10.2084 7.88284 10.2739 8.09235C10.3071 8.19856 10.329 8.28994 10.3433 8.35939C10.3505 8.39425 10.3558 8.42398 10.3596 8.44776C10.3616 8.45966 10.3632 8.47011 10.3644 8.479L10.3661 8.49117L10.3668 8.49637L10.3671 8.49874L10.3672 8.49987C10.3673 8.50042 10.3674 8.50097 9.37511 8.625L10.3674 8.50097C10.4359 9.04899 10.0472 9.54878 9.49914 9.61728C8.95708 9.68503 8.46221 9.30546 8.38522 8.76687Z", fill: "#9A4609" }) })), _jsx("g", Object.assign({ opacity: "0.5", filter: `url(#filter1_f_${uniqueId})` }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.8449 8.86841C14.844 8.87205 14.8431 8.87567 14.8421 8.87928C14.8419 8.88013 14.8417 8.88063 14.8417 8.88076C14.8416 8.88098 14.8419 8.88004 14.8425 8.87787L14.8436 8.87367L14.8443 8.87085L14.8447 8.86926L14.8449 8.86841ZM16.6579 8.87928C16.7968 9.40808 17.3357 9.72811 17.8675 9.59514C18.4033 9.46119 18.7291 8.91826 18.5951 8.38246L17.6381 8.62173C18.5951 8.38246 18.595 8.38201 18.5949 8.38155L18.5947 8.38061L18.5942 8.3786L18.593 8.37415L18.5902 8.36352L18.5825 8.33555C18.5764 8.31404 18.5683 8.28676 18.558 8.25454C18.5373 8.19031 18.5074 8.10519 18.466 8.00601C18.3845 7.8103 18.2527 7.54529 18.05 7.275C17.6323 6.71802 16.8928 6.125 15.75 6.125C14.6071 6.125 13.8677 6.71802 13.45 7.275C13.2473 7.54529 13.1155 7.8103 13.0339 8.00601C12.9926 8.10519 12.9627 8.19031 12.942 8.25454C12.9316 8.28676 12.9235 8.31404 12.9174 8.33555L12.9097 8.36352L12.907 8.37415L12.9058 8.3786L12.9053 8.38061L12.9051 8.38155C12.905 8.38201 12.9048 8.38246 13.875 8.625L12.9048 8.38246C12.7709 8.91826 13.0967 9.46119 13.6325 9.59514C14.1643 9.72811 14.7032 9.40808 14.8421 8.87928C14.8427 8.87716 14.844 8.87284 14.8461 8.86656C14.8518 8.84876 14.8628 8.81669 14.8801 8.77524C14.9157 8.6897 14.9715 8.57971 15.05 8.475C15.1948 8.28198 15.3928 8.125 15.75 8.125C16.1071 8.125 16.3052 8.28198 16.45 8.475C16.5285 8.57971 16.5842 8.6897 16.6199 8.77524C16.6372 8.81669 16.6482 8.84876 16.6539 8.86656C16.6559 8.87284 16.6572 8.87716 16.6579 8.87928ZM16.6579 8.87928C16.6581 8.88013 16.6583 8.88063 16.6583 8.88076C16.6583 8.88098 16.6581 8.88004 16.6575 8.87787L16.6564 8.87367L16.6557 8.87085L16.6553 8.86926L16.6551 8.86841C16.655 8.86798 16.6548 8.86754 17.6249 8.62503L16.6548 8.86754C16.6558 8.87146 16.6568 8.87538 16.6579 8.87928Z", fill: "#9A4609" }) })), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.74304 8.35253C6.68711 8.75853 6.31489 9.04519 5.90705 8.99421C5.49604 8.94283 5.20449 8.56799 5.25587 8.15697L6.00008 8.25C5.25587 8.15697 5.25592 8.15656 5.25597 8.15615L5.25608 8.15529L5.25632 8.15346L5.25686 8.14936L5.25824 8.13942L5.26231 8.11286C5.26565 8.09228 5.27034 8.06595 5.27676 8.03468C5.28956 7.97234 5.3095 7.88915 5.33988 7.79192C5.39997 7.59963 5.50495 7.33952 5.68674 7.0751C6.07148 6.51548 6.76229 6 7.87508 6C8.98787 6 9.67868 6.51548 10.0634 7.0751C10.2452 7.33952 10.3502 7.59963 10.4103 7.79192C10.4407 7.88915 10.4606 7.97234 10.4734 8.03468C10.4798 8.06595 10.4845 8.09228 10.4879 8.11286L10.4919 8.13942L10.4933 8.14936L10.4938 8.15346L10.4941 8.15529L10.4942 8.15615C10.4942 8.15656 10.4943 8.15697 9.75008 8.25L10.4943 8.15697C10.5457 8.56799 10.2541 8.94283 9.84311 8.99421C9.43526 9.04519 9.06304 8.75852 9.00712 8.35252C9.00673 8.3502 9.00576 8.3447 9.00406 8.33642C9.00001 8.31673 8.99211 8.28272 8.97855 8.23933C8.95075 8.15037 8.90339 8.03548 8.82736 7.9249C8.69648 7.73452 8.44979 7.5 7.87508 7.5C7.30037 7.5 7.05368 7.73452 6.9228 7.9249C6.84677 8.03548 6.7994 8.15037 6.7716 8.23933C6.75804 8.28272 6.75014 8.31673 6.7461 8.33642C6.7444 8.34471 6.74343 8.35022 6.74304 8.35253ZM9.00597 8.34381C9.00597 8.34381 9.00597 8.34381 9.00597 8.34382L9.006 8.34405C9.00599 8.34397 9.00598 8.34389 9.00597 8.34381Z", fill: "#43273B" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.9759 8.43827C14.8728 8.83632 14.4678 9.07754 14.068 8.97761C13.6662 8.87715 13.4219 8.46994 13.5223 8.0681L14.2499 8.25C13.5223 8.0681 13.5222 8.06844 13.5223 8.0681L13.5227 8.06669L13.5231 8.06513L13.524 8.06159L13.5263 8.05281L13.5329 8.0287C13.5383 8.00982 13.5455 7.98533 13.555 7.95604C13.5737 7.89761 13.6013 7.81913 13.6397 7.72716C13.7155 7.54522 13.8377 7.29959 14.0249 7.05C14.4085 6.53851 15.0803 6 16.1249 6C17.1696 6 17.8413 6.53851 18.2249 7.05C18.4121 7.29959 18.5344 7.54522 18.6102 7.72716C18.6485 7.81913 18.6761 7.89761 18.6949 7.95604C18.7043 7.98533 18.7116 8.00982 18.717 8.0287L18.7236 8.05281L18.7259 8.06159L18.7268 8.06513L18.7272 8.06669C18.7273 8.06703 18.7275 8.0681 17.9999 8.25L18.7275 8.0681C18.828 8.46994 18.5837 8.87715 18.1818 8.97761C17.7821 9.07754 17.3771 8.83632 17.2739 8.43827C17.2742 8.43903 17.2742 8.43923 17.2739 8.43827L17.2734 8.43623L17.2729 8.43432L17.2727 8.4332M17.2727 8.4332C17.2726 8.43314 17.2727 8.43327 17.2727 8.4332V8.4332ZM17.2739 8.43827C17.2742 8.43903 17.2742 8.43923 17.2739 8.43827C17.2731 8.43518 17.2706 8.42678 17.2669 8.41505C17.2593 8.39145 17.2459 8.35275 17.2256 8.30409C17.1842 8.20478 17.119 8.07541 17.0249 7.95C16.846 7.71149 16.5803 7.5 16.1249 7.5C15.6696 7.5 15.4038 7.71149 15.2249 7.95C15.1309 8.07541 15.0657 8.20478 15.0243 8.30409C15.004 8.35275 14.9906 8.39145 14.983 8.41505C14.9792 8.42678 14.9768 8.43518 14.9759 8.43827M14.9759 8.43827C14.9759 8.43827 14.9759 8.43826 14.9759 8.43827V8.43827Z", fill: "#43273B" }), _jsx("path", { d: "M12 18.75C5.25 18.75 5.25 12 5.25 12H18.75C18.75 12 18.75 18.75 12 18.75Z", fill: `url(#paint7_radial_${uniqueId})` }), _jsx("path", { d: "M6 12.125V12H18V12.125C18 12.6773 17.5523 13.125 17 13.125H7C6.44772 13.125 6 12.6773 6 12.125Z", fill: `url(#paint8_linear_${uniqueId})` }), _jsxs("defs", { children: [_jsxs("filter", Object.assign({ id: `filter0_f_${uniqueId}`, x: "3.125", y: "4.625", width: "8.75024", height: "6.50012", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.75", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("filter", Object.assign({ id: `filter1_f_${uniqueId}`, x: "11.3748", y: "4.625", width: "8.75049", height: "6.50024", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "0.75", result: `effect1_foregroundBlur_${uniqueId}` })] })), _jsxs("radialGradient", Object.assign({ id: `paint0_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(19.125 6.75) rotate(131.878) scale(29.2115)" }, { children: [_jsx("stop", { stopColor: "#FFF478" }), _jsx("stop", { offset: "0.474827", stopColor: "#FFB02E" }), _jsx("stop", { offset: "1", stopColor: "#F70A8D" })] })), _jsxs("radialGradient", Object.assign({ id: `paint1_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12 9.375) rotate(101.31) scale(13.3849 17.1435)" }, { children: [_jsx("stop", { offset: "0.787821", stopColor: "#F59639", stopOpacity: "0" }), _jsx("stop", { offset: "0.972509", stopColor: "#FF7DCE" })] })), _jsxs("radialGradient", Object.assign({ id: `paint2_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(13.5 10.5) rotate(135) scale(30.7591)" }, { children: [_jsx("stop", { offset: "0.314853", stopOpacity: "0" }), _jsx("stop", { offset: "1" })] })), _jsxs("radialGradient", Object.assign({ id: `paint3_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12 12.75) rotate(77.692) scale(21.1102)" }, { children: [_jsx("stop", { offset: "0.507903", stopColor: "#7D6133", stopOpacity: "0" }), _jsx("stop", { offset: "1", stopColor: "#715B32" })] })), _jsxs("radialGradient", Object.assign({ id: `paint4_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12.375 12.375) rotate(55.7131) scale(9.98515 7.23774)" }, { children: [_jsx("stop", { stopColor: "#FFB849" }), _jsx("stop", { offset: "1", stopColor: "#FFB847", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint5_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(15.375 13.5) rotate(9.86581) scale(8.75446)" }, { children: [_jsx("stop", { stopColor: "#FFA64B" }), _jsx("stop", { offset: "0.900412", stopColor: "#FFAE46", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint6_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(13.125 11.25) rotate(43.9708) scale(44.2897)" }, { children: [_jsx("stop", { offset: "0.185425", stopOpacity: "0" }), _jsx("stop", { offset: "1", stopOpacity: "0.4" })] })), _jsxs("radialGradient", Object.assign({ id: `paint7_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12 20.25) rotate(-90) scale(8.25 16.5)" }, { children: [_jsx("stop", { stopColor: "#F70A8D" }), _jsx("stop", { offset: "1", stopColor: "#89029C" })] })), _jsxs("linearGradient", Object.assign({ id: `paint8_linear_${uniqueId}`, x1: "12", y1: "12", x2: "12", y2: "13.125", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#ECCDFF" }), _jsx("stop", { offset: "1", stopColor: "white" })] }))] })] })));
|
|
326
|
+
});
|
|
327
|
+
import customEmoGoodSvgImport from "./custom/emo-good.svg";
|
|
328
|
+
export const customEmoGoodSvg = customEmoGoodSvgImport;
|
|
329
|
+
export const CustomEmoGoodIcon = forwardRef((props, ref) => {
|
|
330
|
+
const uniqueId = useMemo(uid, []);
|
|
331
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, { children: [_jsxs("g", Object.assign({ clipPath: `url(#clip0_${uniqueId})` }, { children: [_jsx("path", { d: "M8.25 11.25C9.49264 11.25 10.5 10.2426 10.5 9C10.5 7.75736 9.49264 6.75 8.25 6.75C7.00736 6.75 6 7.75736 6 9C6 10.2426 7.00736 11.25 8.25 11.25Z", fill: "currentColor" }), _jsx("path", { d: "M15.75 11.25C16.9926 11.25 18 10.2426 18 9C18 7.75736 16.9926 6.75 15.75 6.75C14.5074 6.75 13.5 7.75736 13.5 9C13.5 10.2426 14.5074 11.25 15.75 11.25Z", fill: "currentColor" }), _jsx("path", { d: "M8.85004 13.8C8.60152 13.4687 8.13141 13.4015 7.80004 13.65C7.46867 13.8986 7.40152 14.3687 7.65004 14.7C8.16802 15.3907 9.66621 16.5 12 16.5C14.3339 16.5 15.8321 15.3907 16.35 14.7C16.5986 14.3687 16.5314 13.8986 16.2 13.65C15.8687 13.4015 15.3986 13.4687 15.15 13.8C14.918 14.1094 13.8662 15 12 15C10.1339 15 9.08207 14.1094 8.85004 13.8Z", fill: "currentColor" }), _jsx("path", { d: "M3.57257 4.06707C5.48475 1.99064 8.3214 0.75 11.9992 0.75C15.6769 0.75 18.5136 1.99064 20.4258 4.06707C22.3286 6.13339 23.2483 8.95333 23.2483 11.9992C23.2483 15.045 22.3286 17.8649 20.4258 19.9313C18.5136 22.0077 15.6769 23.2483 11.9992 23.2483C8.3214 23.2483 5.48475 22.0077 3.57257 19.9313C1.6697 17.8649 0.75 15.045 0.75 11.9992C0.75 8.95333 1.6697 6.13339 3.57257 4.06707ZM4.67597 5.08319C3.07946 6.81683 2.25 9.24647 2.25 11.9992C2.25 14.7519 3.07946 17.1815 4.67597 18.9151C6.26316 20.6387 8.67609 21.7483 11.9992 21.7483C15.3222 21.7483 17.7352 20.6387 19.3224 18.9151C20.9189 17.1815 21.7483 14.7519 21.7483 11.9992C21.7483 9.24647 20.9189 6.81683 19.3224 5.08319C17.7352 3.35967 15.3222 2.25 11.9992 2.25C8.67609 2.25 6.26316 3.35967 4.67597 5.08319Z", fill: "currentColor" })] })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: `clip0_${uniqueId}` }, { children: _jsx("rect", { width: "24", height: "24", fill: "none" }) })) })] })));
|
|
332
|
+
});
|
|
333
|
+
import customEmoGoodColorSvgImport from "./custom/emo-good-color.svg";
|
|
334
|
+
export const customEmoGoodColorSvg = customEmoGoodColorSvgImport;
|
|
335
|
+
export const CustomEmoGoodColorIcon = forwardRef((props, ref) => {
|
|
336
|
+
const uniqueId = useMemo(uid, []);
|
|
337
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, { children: [_jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint0_radial_${uniqueId})` }), _jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint1_radial_${uniqueId})` }), _jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint2_radial_${uniqueId})`, fillOpacity: "0.6" }), _jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint3_radial_${uniqueId})` }), _jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint4_radial_${uniqueId})` }), _jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint5_radial_${uniqueId})` }), _jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint6_radial_${uniqueId})` }), _jsx("circle", { cx: "6.76278", cy: "10.0654", r: "3.50497", fill: `url(#paint7_radial_${uniqueId})` }), _jsx("circle", { cx: "14.4332", cy: "10.4574", r: "3.18323", fill: `url(#paint8_radial_${uniqueId})` }), _jsx("path", { d: "M7.81439 12.1683C9.55655 12.1683 10.9689 10.756 10.9689 9.01385C10.9689 7.27168 9.55655 5.85938 7.81439 5.85938C6.07222 5.85938 4.65991 7.27168 4.65991 9.01385C4.65991 10.756 6.07222 12.1683 7.81439 12.1683Z", fill: "white" }), _jsx("path", { d: "M16.1763 12.2258C17.9343 12.2258 19.3595 10.8007 19.3595 9.04261C19.3595 7.28456 17.9343 5.85938 16.1763 5.85938C14.4182 5.85938 12.993 7.28456 12.993 9.04261C12.993 10.8007 14.4182 12.2258 16.1763 12.2258Z", fill: "white" }), _jsx("path", { d: "M8.25 11.25C9.49264 11.25 10.5 10.2426 10.5 9C10.5 7.75736 9.49264 6.75 8.25 6.75C7.00736 6.75 6 7.75736 6 9C6 10.2426 7.00736 11.25 8.25 11.25Z", fill: `url(#paint9_linear_${uniqueId})` }), _jsx("path", { d: "M15.75 11.25C16.9926 11.25 18 10.2426 18 9C18 7.75736 16.9926 6.75 15.75 6.75C14.5074 6.75 13.5 7.75736 13.5 9C13.5 10.2426 14.5074 11.25 15.75 11.25Z", fill: `url(#paint10_linear_${uniqueId})` }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.80004 13.65C8.13142 13.4015 8.60152 13.4686 8.85004 13.8C9.08207 14.1094 10.1339 15 12 15C13.8662 15 14.918 14.1094 15.15 13.8C15.3986 13.4686 15.8687 13.4015 16.2 13.65C16.5314 13.8985 16.5986 14.3686 16.35 14.7C15.8321 15.3906 14.3339 16.5 12 16.5C9.66621 16.5 8.16802 15.3906 7.65004 14.7C7.40152 14.3686 7.46867 13.8985 7.80004 13.65Z", fill: `url(#paint11_radial_${uniqueId})` }), _jsxs("defs", { children: [_jsxs("radialGradient", Object.assign({ id: `paint0_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(19.125 6.75) rotate(131.878) scale(29.2115)" }, { children: [_jsx("stop", { stopColor: "#FFF478" }), _jsx("stop", { offset: "0.474827", stopColor: "#FFB02E" }), _jsx("stop", { offset: "1", stopColor: "#F70A8D" })] })), _jsxs("radialGradient", Object.assign({ id: `paint1_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12 9.375) rotate(101.31) scale(13.3849 17.1435)" }, { children: [_jsx("stop", { offset: "0.787821", stopColor: "#F59639", stopOpacity: "0" }), _jsx("stop", { offset: "0.972509", stopColor: "#FF7DCE" })] })), _jsxs("radialGradient", Object.assign({ id: `paint2_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(13.5 10.5) rotate(135) scale(30.7591)" }, { children: [_jsx("stop", { offset: "0.314853", stopOpacity: "0" }), _jsx("stop", { offset: "1" })] })), _jsxs("radialGradient", Object.assign({ id: `paint3_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12 12.75) rotate(77.692) scale(21.1102)" }, { children: [_jsx("stop", { offset: "0.507903", stopColor: "#7D6133", stopOpacity: "0" }), _jsx("stop", { offset: "1", stopColor: "#715B32" })] })), _jsxs("radialGradient", Object.assign({ id: `paint4_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12.375 12.375) rotate(55.7131) scale(9.98515 7.23774)" }, { children: [_jsx("stop", { stopColor: "#FFB849" }), _jsx("stop", { offset: "1", stopColor: "#FFB847", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint5_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(15.375 13.5) rotate(9.86581) scale(8.75446)" }, { children: [_jsx("stop", { stopColor: "#FFA64B" }), _jsx("stop", { offset: "0.900412", stopColor: "#FFAE46", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint6_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(13.125 11.25) rotate(43.9708) scale(44.2897)" }, { children: [_jsx("stop", { offset: "0.185425", stopOpacity: "0" }), _jsx("stop", { offset: "1", stopOpacity: "0.4" })] })), _jsxs("radialGradient", Object.assign({ id: `paint7_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(9.48887 7.33931) rotate(135) scale(6.82934 3.53464)" }, { children: [_jsx("stop", { stopColor: "#392108" }), _jsx("stop", { offset: "1", stopColor: "#C87928", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint8_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(16.9091 7.98155) rotate(135) scale(5.75226 3.24724)" }, { children: [_jsx("stop", { stopColor: "#392108" }), _jsx("stop", { offset: "1", stopColor: "#C87928", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint9_linear_${uniqueId}`, x1: "12.375", y1: "6", x2: "11.625", y2: "11.25", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#553B3E" }), _jsx("stop", { offset: "1", stopColor: "#3D2432" })] })), _jsxs("linearGradient", Object.assign({ id: `paint10_linear_${uniqueId}`, x1: "12.375", y1: "6", x2: "11.625", y2: "11.25", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#553B3E" }), _jsx("stop", { offset: "1", stopColor: "#3D2432" })] })), _jsxs("radialGradient", Object.assign({ id: `paint11_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12 12.75) rotate(90) scale(4.125 6.31391)" }, { children: [_jsx("stop", { offset: "0.34763", stopColor: "#241A1A" }), _jsx("stop", { offset: "0.628228", stopColor: "#57444A" }), _jsx("stop", { offset: "1", stopColor: "#4E2553" }), _jsx("stop", { offset: "1", stopColor: "#502A56" })] }))] })] })));
|
|
338
|
+
});
|
|
339
|
+
import customEmoNeutralSvgImport from "./custom/emo-neutral.svg";
|
|
340
|
+
export const customEmoNeutralSvg = customEmoNeutralSvgImport;
|
|
341
|
+
export const CustomEmoNeutralIcon = forwardRef((props, ref) => {
|
|
342
|
+
const uniqueId = useMemo(uid, []);
|
|
343
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, { children: [_jsxs("g", Object.assign({ clipPath: `url(#clip0_${uniqueId})` }, { children: [_jsx("path", { d: "M15.3056 6.204C15.13 6.31474 15.0186 6.45429 14.942 6.57544C14.8313 6.75048 14.5996 6.80264 14.4246 6.69193C14.2496 6.58123 14.1974 6.3496 14.3081 6.17456C14.4224 5.99393 14.6061 5.75848 14.9055 5.56966C15.2074 5.37922 15.6051 5.25 16.125 5.25C16.6495 5.25 17.0451 5.38737 17.3439 5.5807C17.6382 5.77112 17.8183 6.00319 17.9283 6.15441C18.0501 6.32189 18.0131 6.55643 17.8456 6.67826C17.6782 6.80009 17.4436 6.76307 17.3218 6.59559C17.2292 6.46826 17.1141 6.32533 16.9364 6.21039C16.7633 6.09835 16.5101 6 16.125 6C15.7355 6 15.4786 6.09489 15.3056 6.204Z", fill: "currentColor" }), _jsx("path", { d: "M8.25 12.75C9.49264 12.75 10.5 11.7426 10.5 10.5C10.5 9.25736 9.49264 8.25 8.25 8.25C7.00736 8.25 6 9.25736 6 10.5C6 11.7426 7.00736 12.75 8.25 12.75Z", fill: "currentColor" }), _jsx("path", { d: "M15.75 12.75C16.9926 12.75 18 11.7426 18 10.5C18 9.25736 16.9926 8.25 15.75 8.25C14.5074 8.25 13.5 9.25736 13.5 10.5C13.5 11.7426 14.5074 12.75 15.75 12.75Z", fill: "currentColor" }), _jsx("path", { d: "M6.69198 6.1746C6.76861 6.29576 6.88005 6.43531 7.0556 6.54604C7.22858 6.65516 7.48547 6.75005 7.87505 6.75005C8.26013 6.75005 8.51328 6.6517 8.68644 6.53966C8.86409 6.42472 8.97917 6.28179 9.07179 6.15445C9.19362 5.98697 9.42815 5.94996 9.59564 6.07179C9.76312 6.19362 9.80013 6.42815 9.6783 6.59564C9.56831 6.74686 9.38817 6.97892 9.09386 7.16935C8.79507 7.36267 8.39954 7.50005 7.87505 7.50005C7.35506 7.50005 6.95738 7.37083 6.65547 7.18039C6.35612 6.99157 6.17235 6.75612 6.05811 6.57549C5.94741 6.40045 5.99957 6.16881 6.17461 6.05811C6.34964 5.94741 6.58128 5.99956 6.69198 6.1746Z", fill: "currentColor" }), _jsx("path", { d: "M9 15.75C9 15.3358 9.33579 15 9.75 15H14.25C14.6642 15 15 15.3358 15 15.75C15 16.1642 14.6642 16.5 14.25 16.5H9.75C9.33579 16.5 9 16.1642 9 15.75Z", fill: "currentColor" }), _jsx("path", { d: "M11.9992 0.75C8.3214 0.75 5.48475 1.99064 3.57257 4.06707C1.6697 6.13339 0.75 8.95333 0.75 11.9992C0.75 15.045 1.6697 17.8649 3.57257 19.9313C5.48475 22.0077 8.3214 23.2483 11.9992 23.2483C15.6769 23.2483 18.5136 22.0077 20.4258 19.9313C22.3286 17.8649 23.2483 15.045 23.2483 11.9992C23.2483 8.95333 22.3286 6.13339 20.4258 4.06707C18.5136 1.99064 15.6769 0.75 11.9992 0.75ZM2.25 11.9992C2.25 9.24647 3.07946 6.81683 4.67597 5.08319C6.26316 3.35967 8.67609 2.25 11.9992 2.25C15.3222 2.25 17.7352 3.35967 19.3224 5.08319C20.9189 6.81683 21.7483 9.24647 21.7483 11.9992C21.7483 14.7519 20.9189 17.1815 19.3224 18.9151C17.7352 20.6387 15.3222 21.7483 11.9992 21.7483C8.67609 21.7483 6.26316 20.6387 4.67597 18.9151C3.07946 17.1815 2.25 14.7519 2.25 11.9992Z", fill: "currentColor" })] })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: `clip0_${uniqueId}` }, { children: _jsx("rect", { width: "24", height: "24", fill: "none" }) })) })] })));
|
|
344
|
+
});
|
|
345
|
+
import customEmoNeutralColorSvgImport from "./custom/emo-neutral-color.svg";
|
|
346
|
+
export const customEmoNeutralColorSvg = customEmoNeutralColorSvgImport;
|
|
347
|
+
export const CustomEmoNeutralColorIcon = forwardRef((props, ref) => {
|
|
348
|
+
const uniqueId = useMemo(uid, []);
|
|
349
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, { children: [_jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint0_radial_${uniqueId})` }), _jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint1_radial_${uniqueId})` }), _jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint2_radial_${uniqueId})`, fillOpacity: "0.6" }), _jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint3_radial_${uniqueId})` }), _jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint4_radial_${uniqueId})` }), _jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint5_radial_${uniqueId})` }), _jsx("path", { d: "M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z", fill: `url(#paint6_radial_${uniqueId})` }), _jsx("circle", { cx: "6.75", cy: "11.25", r: "3.75", fill: `url(#paint7_radial_${uniqueId})` }), _jsx("circle", { cx: "14.625", cy: "11.625", r: "3.375", fill: `url(#paint8_radial_${uniqueId})` }), _jsx("path", { d: "M7.875 13.5C9.73896 13.5 11.25 11.989 11.25 10.125C11.25 8.26104 9.73896 6.75 7.875 6.75C6.01104 6.75 4.5 8.26104 4.5 10.125C4.5 11.989 6.01104 13.5 7.875 13.5Z", fill: "white" }), _jsx("path", { d: "M16.125 13.5C17.989 13.5 19.5 11.989 19.5 10.125C19.5 8.26104 17.989 6.75 16.125 6.75C14.261 6.75 12.75 8.26104 12.75 10.125C12.75 11.989 14.261 13.5 16.125 13.5Z", fill: "white" }), _jsx("path", { d: "M8.25 12.75C9.49264 12.75 10.5 11.7426 10.5 10.5C10.5 9.25736 9.49264 8.25 8.25 8.25C7.00736 8.25 6 9.25736 6 10.5C6 11.7426 7.00736 12.75 8.25 12.75Z", fill: `url(#paint9_linear_${uniqueId})` }), _jsx("path", { d: "M15.75 12.75C16.9926 12.75 18 11.7426 18 10.5C18 9.25736 16.9926 8.25 15.75 8.25C14.5074 8.25 13.5 9.25736 13.5 10.5C13.5 11.7426 14.5074 12.75 15.75 12.75Z", fill: `url(#paint10_linear_${uniqueId})` }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 15.75C9 15.3358 9.33579 15 9.75 15H14.25C14.6642 15 15 15.3358 15 15.75C15 16.1642 14.6642 16.5 14.25 16.5H9.75C9.33579 16.5 9 16.1642 9 15.75Z", fill: `url(#paint11_linear_${uniqueId})` }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.0721 5.84912C15.0708 5.85163 15.0695 5.85412 15.0682 5.8566C15.0679 5.85723 15.0677 5.85757 15.0677 5.85761L15.0677 5.85754L15.0691 5.85499L15.0705 5.85229L15.0713 5.85058L15.0718 5.84962L15.0721 5.84912ZM17.182 5.8566C17.1815 5.85571 17.1806 5.85425 17.1794 5.85226C17.1747 5.84444 17.1647 5.8288 17.1489 5.80781C17.1173 5.76562 17.0639 5.70382 16.9846 5.64043C16.8325 5.51875 16.5662 5.375 16.1251 5.375C15.6841 5.375 15.4177 5.51875 15.2656 5.64043C15.1864 5.70382 15.1329 5.76562 15.1013 5.80781C15.0855 5.8288 15.0756 5.84444 15.0708 5.85226C15.0696 5.85425 15.0687 5.85572 15.0682 5.8566C14.9423 6.09774 14.6458 6.19437 14.4015 6.07221C14.1545 5.94872 14.0544 5.64838 14.1779 5.40139L14.6251 5.625C14.1779 5.40139 14.178 5.40113 14.1782 5.40086L14.1784 5.40031L14.179 5.39915L14.1803 5.39662L14.1834 5.39071L14.1915 5.37562C14.1978 5.36415 14.2059 5.3499 14.216 5.33328C14.2362 5.30009 14.2643 5.25714 14.3013 5.20781C14.3751 5.10938 14.4857 4.98368 14.6409 4.85957C14.9575 4.60625 15.4412 4.375 16.1251 4.375C16.8091 4.375 17.2927 4.60625 17.6093 4.85957C17.7645 4.98368 17.8751 5.10938 17.9489 5.20781C17.9859 5.25714 18.014 5.30009 18.0342 5.33328C18.0443 5.3499 18.0524 5.36415 18.0587 5.37562L18.0668 5.39071L18.0699 5.39662L18.0712 5.39915L18.0718 5.40031L18.0721 5.40086C18.0722 5.40113 18.0723 5.40139 17.6251 5.625L18.0723 5.40139C18.1958 5.64838 18.0957 5.94872 17.8487 6.07221C17.6044 6.19437 17.3079 6.09774 17.182 5.8566Z", fill: `url(#paint12_linear_${uniqueId})` }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.82206 6.15088C6.82081 6.14837 6.81953 6.14588 6.81824 6.1434C6.81788 6.14277 6.81769 6.14243 6.81766 6.14239L6.8177 6.14246L6.81907 6.14501L6.82046 6.14771L6.82133 6.14942L6.82181 6.15038L6.82206 6.15088ZM8.93198 6.1434C8.93147 6.14429 8.93061 6.14575 8.92941 6.14774C8.92466 6.15556 8.91468 6.1712 8.89894 6.19219C8.86729 6.23438 8.81386 6.29618 8.73464 6.35957C8.58253 6.48125 8.31615 6.625 7.87511 6.625C7.43407 6.625 7.16769 6.48125 7.01558 6.35957C6.93636 6.29618 6.88292 6.23438 6.85128 6.19219C6.83554 6.1712 6.82556 6.15556 6.82081 6.14774C6.8196 6.14575 6.81875 6.14428 6.81824 6.1434C6.69231 5.90226 6.39581 5.80563 6.1515 5.92779C5.90451 6.05128 5.8044 6.35162 5.9279 6.59861L6.37511 6.375C5.9279 6.59861 5.92803 6.59887 5.92816 6.59914L5.92844 6.59969L5.92902 6.60085L5.93031 6.60338L5.93337 6.60929L5.94149 6.62438C5.94779 6.63585 5.95594 6.6501 5.96603 6.66672C5.98618 6.69991 6.01429 6.74286 6.05128 6.79219C6.12511 6.89062 6.23574 7.01632 6.39089 7.14043C6.70753 7.39375 7.19115 7.625 7.87511 7.625C8.55907 7.625 9.04269 7.39375 9.35933 7.14043C9.51448 7.01632 9.62511 6.89062 9.69894 6.79219C9.73593 6.74286 9.76404 6.69991 9.78419 6.66672C9.79428 6.6501 9.80243 6.63585 9.80873 6.62438L9.81685 6.60929L9.81991 6.60338L9.8212 6.60085L9.82178 6.59969L9.82206 6.59914C9.82219 6.59887 9.82232 6.59861 9.37511 6.375L9.82232 6.59861C9.94582 6.35162 9.84571 6.05128 9.59872 5.92779C9.35441 5.80563 9.05791 5.90226 8.93198 6.1434Z", fill: `url(#paint13_linear_${uniqueId})` }), _jsxs("defs", { children: [_jsxs("radialGradient", Object.assign({ id: `paint0_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(19.125 6.75) rotate(131.878) scale(29.2115)" }, { children: [_jsx("stop", { stopColor: "#FFF478" }), _jsx("stop", { offset: "0.474827", stopColor: "#FFB02E" }), _jsx("stop", { offset: "1", stopColor: "#F70A8D" })] })), _jsxs("radialGradient", Object.assign({ id: `paint1_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12 9.375) rotate(101.31) scale(13.3849 17.1435)" }, { children: [_jsx("stop", { offset: "0.787821", stopColor: "#F59639", stopOpacity: "0" }), _jsx("stop", { offset: "0.972509", stopColor: "#FF7DCE" })] })), _jsxs("radialGradient", Object.assign({ id: `paint2_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(13.5 10.5) rotate(135) scale(30.7591)" }, { children: [_jsx("stop", { offset: "0.314853", stopOpacity: "0" }), _jsx("stop", { offset: "1" })] })), _jsxs("radialGradient", Object.assign({ id: `paint3_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12 12.75) rotate(77.692) scale(21.1102)" }, { children: [_jsx("stop", { offset: "0.507903", stopColor: "#7D6133", stopOpacity: "0" }), _jsx("stop", { offset: "1", stopColor: "#715B32" })] })), _jsxs("radialGradient", Object.assign({ id: `paint4_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12.375 12.375) rotate(55.7131) scale(9.98515 7.23774)" }, { children: [_jsx("stop", { stopColor: "#FFB849" }), _jsx("stop", { offset: "1", stopColor: "#FFB847", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint5_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(15.375 13.5) rotate(9.86581) scale(8.75446)" }, { children: [_jsx("stop", { stopColor: "#FFA64B" }), _jsx("stop", { offset: "0.900412", stopColor: "#FFAE46", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint6_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(13.125 11.25) rotate(43.9708) scale(44.2897)" }, { children: [_jsx("stop", { offset: "0.185425", stopOpacity: "0" }), _jsx("stop", { offset: "1", stopOpacity: "0.4" })] })), _jsxs("radialGradient", Object.assign({ id: `paint7_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(9.66667 8.33333) rotate(135) scale(7.30677 3.78174)" }, { children: [_jsx("stop", { stopColor: "#392108" }), _jsx("stop", { offset: "1", stopColor: "#C87928", stopOpacity: "0" })] })), _jsxs("radialGradient", Object.assign({ id: `paint8_radial_${uniqueId}`, cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(17.25 9) rotate(135) scale(6.0988 3.44287)" }, { children: [_jsx("stop", { stopColor: "#392108" }), _jsx("stop", { offset: "1", stopColor: "#C87928", stopOpacity: "0" })] })), _jsxs("linearGradient", Object.assign({ id: `paint9_linear_${uniqueId}`, x1: "16.6154", y1: "8.25", x2: "15.75", y2: "12.75", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#553B3E" }), _jsx("stop", { offset: "1", stopColor: "#3D2432" })] })), _jsxs("linearGradient", Object.assign({ id: `paint10_linear_${uniqueId}`, x1: "16.6154", y1: "8.25", x2: "15.75", y2: "12.75", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#553B3E" }), _jsx("stop", { offset: "1", stopColor: "#3D2432" })] })), _jsxs("linearGradient", Object.assign({ id: `paint11_linear_${uniqueId}`, x1: "12", y1: "15.25", x2: "12", y2: "16.25", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#4F3C43" }), _jsx("stop", { offset: "1", stopColor: "#512756" })] })), _jsxs("linearGradient", Object.assign({ id: `paint12_linear_${uniqueId}`, x1: "16.1251", y1: "4.875", x2: "16.1251", y2: "5.625", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: "0.0299084", stopColor: "#524049" }), _jsx("stop", { offset: "1", stopColor: "#4A2C42" })] })), _jsxs("linearGradient", Object.assign({ id: `paint13_linear_${uniqueId}`, x1: "7.87511", y1: "6", x2: "7.87511", y2: "7.125", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: "0.0299084", stopColor: "#524049" }), _jsx("stop", { offset: "1", stopColor: "#4A2C42" })] }))] })] })));
|
|
350
|
+
});
|
|
351
|
+
import customMakecodeSvgImport from "./custom/makecode.svg";
|
|
352
|
+
export const customMakecodeSvg = customMakecodeSvgImport;
|
|
353
|
+
export const CustomMakecodeIcon = forwardRef((props, ref) => {
|
|
354
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M14.599 6.46154C14.368 6.46154 14.2188 6.21672 14.2885 6.00491C14.3609 5.78494 14.4 5.5507 14.4 5.30769C14.4 4.03319 13.3255 3 12 3C10.6745 3 9.6 4.03319 9.6 5.30769C9.6 5.5507 9.63906 5.78494 9.71148 6.00491C9.78121 6.21672 9.63201 6.46154 9.40096 6.46154H7.2C6.53726 6.46154 6 6.97813 6 7.61538V16.8462C6 17.4834 6.53726 18 7.2 18H16.8C17.4627 18 18 17.4834 18 16.8462V14.7298C18 14.5077 17.7454 14.3642 17.5251 14.4313C17.2963 14.5009 17.0527 14.5385 16.8 14.5385C15.4745 14.5385 14.4 13.5053 14.4 12.2308C14.4 10.9563 15.4745 9.92308 16.8 9.92308C17.0527 9.92308 17.2963 9.96064 17.5251 10.0303C17.7454 10.0973 18 9.95386 18 9.73169V7.61539C18 6.97813 17.4627 6.46154 16.8 6.46154H14.599Z", fill: "currentColor" }), _jsx("path", { d: "M21.5 14.3V18C21.5 19.6569 20.1569 21 18.5 21H17.5V19H18.5C19.0523 19 19.5 18.5523 19.5 18V13.9C19.5 13.0142 20.0759 12.2628 20.8738 12C20.0759 11.7372 19.5 10.9858 19.5 10.1V6C19.5 5.44772 19.0523 5 18.5 5H17.5V3H18.5C20.1569 3 21.5 4.34315 21.5 6V9.7C21.5 10.5284 22.1716 11.2 23 11.2H23.5V12.8H23C22.1716 12.8 21.5 13.4716 21.5 14.3Z", fill: "currentColor" }), _jsx("path", { d: "M2.5 18V14.3C2.5 13.4716 1.82843 12.8 1 12.8H0.5V11.2H1C1.82843 11.2 2.5 10.5284 2.5 9.7V6C2.5 4.34315 3.84315 3 5.5 3H6.5V5H5.5C4.94772 5 4.5 5.44772 4.5 6V10.1C4.5 10.9858 3.92408 11.7372 3.12623 12C3.92408 12.2628 4.5 13.0142 4.5 13.9V18C4.5 18.5523 4.94772 19 5.5 19H6.5V21H5.5C3.84315 21 2.5 19.6569 2.5 18Z", fill: "currentColor" })] })));
|
|
355
|
+
});
|
|
356
|
+
import customMakecodeColorSvgImport from "./custom/makecode-color.svg";
|
|
357
|
+
export const customMakecodeColorSvg = customMakecodeColorSvgImport;
|
|
358
|
+
export const CustomMakecodeColorIcon = forwardRef((props, ref) => {
|
|
359
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M2.5 18V14.3C2.5 13.4716 1.82843 12.8 1 12.8H0.5V11.2H1C1.82843 11.2 2.5 10.5284 2.5 9.7V6C2.5 4.34315 3.84315 3 5.5 3H6.5V5H5.5C4.94772 5 4.5 5.44772 4.5 6V10.1C4.5 10.9858 3.92408 11.7372 3.12623 12C3.92408 12.2628 4.5 13.0142 4.5 13.9V18C4.5 18.5523 4.94772 19 5.5 19H6.5V21H5.5C3.84315 21 2.5 19.6569 2.5 18ZM21.5 14.3V18C21.5 19.6569 20.1569 21 18.5 21H17.5V19H18.5C19.0523 19 19.5 18.5523 19.5 18V13.9C19.5 13.0142 20.0759 12.2628 20.8738 12C20.0759 11.7372 19.5 10.9858 19.5 10.1V6C19.5 5.44772 19.0523 5 18.5 5H17.5V3H18.5C20.1569 3 21.5 4.34315 21.5 6V9.7C21.5 10.5284 22.1716 11.2 23 11.2H23.5V12.8H23C22.1716 12.8 21.5 13.4716 21.5 14.3Z", fill: "#FFE0F9" }), _jsx("path", { d: "M14.599 6.46154C14.368 6.46154 14.2188 6.21672 14.2885 6.00491C14.3609 5.78494 14.4 5.5507 14.4 5.30769C14.4 4.03319 13.3255 3 12 3C10.6745 3 9.6 4.03319 9.6 5.30769C9.6 5.5507 9.63906 5.78494 9.71148 6.00491C9.78121 6.21672 9.63201 6.46154 9.40096 6.46154H7.2C6.53726 6.46154 6 6.97813 6 7.61538V16.8462C6 17.4834 6.53726 18 7.2 18H16.8C17.4627 18 18 17.4834 18 16.8462V14.7298C18 14.5077 17.7454 14.3642 17.5251 14.4313C17.2963 14.5009 17.0527 14.5385 16.8 14.5385C15.4745 14.5385 14.4 13.5053 14.4 12.2308C14.4 10.9563 15.4745 9.92308 16.8 9.92308C17.0527 9.92308 17.2963 9.96064 17.5251 10.0303C17.7454 10.0973 18 9.95386 18 9.73169V7.61539C18 6.97813 17.4627 6.46154 16.8 6.46154H14.599Z", fill: "#AA278F" })] })));
|
|
360
|
+
});
|
|
361
|
+
import customBadgeGreenSvgImport from "./custom/badge-green.svg";
|
|
362
|
+
export const customBadgeGreenSvg = customBadgeGreenSvgImport;
|
|
363
|
+
export const CustomBadgeGreenIcon = forwardRef((props, ref) => {
|
|
364
|
+
const uniqueId = useMemo(uid, []);
|
|
365
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12Z", fill: `url(#paint0_linear_${uniqueId})` }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z", fill: "#363636", style: {
|
|
366
|
+
fill: "color(display-p3 0.2118 0.2118 0.2118)",
|
|
367
|
+
fillOpacity: 1,
|
|
368
|
+
} }), _jsx("path", { d: "M10.5 14.1177L17 8L18 8.94118L10.5 16L6 11.7647L7 10.8236L10.5 14.1177Z", fill: "#363636", style: {
|
|
369
|
+
fill: "color(display-p3 0.2118 0.2118 0.2118)",
|
|
370
|
+
fillOpacity: 1,
|
|
371
|
+
} }), _jsx("defs", { children: _jsxs("linearGradient", Object.assign({ id: `paint0_linear_${uniqueId}`, x1: "12", y1: "1", x2: "12", y2: "23", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#EBFF54", style: {
|
|
372
|
+
stopColor: "color(display-p3 0.9217 1.0000 0.3286)",
|
|
373
|
+
stopOpacity: 1,
|
|
374
|
+
} }), _jsx("stop", { offset: "1", stopColor: "#BFFF00", style: {
|
|
375
|
+
stopColor: "color(display-p3 0.7500 1.0000 0.0000)",
|
|
376
|
+
stopOpacity: 1,
|
|
377
|
+
} })] })) })] })));
|
|
378
|
+
});
|
|
379
|
+
import customBadgeSilverSvgImport from "./custom/badge-silver.svg";
|
|
380
|
+
export const customBadgeSilverSvg = customBadgeSilverSvgImport;
|
|
381
|
+
export const CustomBadgeSilverIcon = forwardRef((props, ref) => {
|
|
382
|
+
const uniqueId = useMemo(uid, []);
|
|
383
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M2 1V13.8215C2 18.8902 6.47651 23 12 23C17.5235 23 22 18.8912 22 13.8215V1H2Z", fill: `url(#paint0_linear_${uniqueId})` }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 3V13.8215C4 17.6278 7.41639 21 12 21C16.5838 21 20 17.6287 20 13.8215V3H4ZM2 13.8215C2 18.8902 6.47651 23 12 23C17.5235 23 22 18.8912 22 13.8215V1H2V13.8215Z", fill: "#363636", style: {
|
|
384
|
+
fill: "color(display-p3 0.2118 0.2118 0.2118)",
|
|
385
|
+
fillOpacity: 1,
|
|
386
|
+
} }), _jsx("path", { d: "M10.5 14.1178L17 8.00009L18 8.94127L10.5 16.0001L6 11.7648L7 10.8237L10.5 14.1178Z", fill: "#363636", style: {
|
|
387
|
+
fill: "color(display-p3 0.2118 0.2118 0.2118)",
|
|
388
|
+
fillOpacity: 1,
|
|
389
|
+
} }), _jsx("defs", { children: _jsxs("linearGradient", Object.assign({ id: `paint0_linear_${uniqueId}`, x1: "12", y1: "1", x2: "12", y2: "23", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#EFEFF8", style: {
|
|
390
|
+
stopColor: "color(display-p3 0.9362 0.9356 0.9710)",
|
|
391
|
+
stopOpacity: 1,
|
|
392
|
+
} }), _jsx("stop", { offset: "1", stopColor: "#D2EEF7", style: {
|
|
393
|
+
stopColor: "color(display-p3 0.8235 0.9333 0.9686)",
|
|
394
|
+
stopOpacity: 1,
|
|
395
|
+
} })] })) })] })));
|
|
396
|
+
});
|
|
397
|
+
import customBadgeGoldSvgImport from "./custom/badge-gold.svg";
|
|
398
|
+
export const customBadgeGoldSvg = customBadgeGoldSvgImport;
|
|
399
|
+
export const CustomBadgeGoldIcon = forwardRef((props, ref) => {
|
|
400
|
+
const uniqueId = useMemo(uid, []);
|
|
401
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M10.0723 2.06023C11.2727 1.40005 12.7273 1.40005 13.9277 2.06023L19.9277 5.36023C21.2059 6.06324 22 7.40633 22 8.86509V15.1349C22 16.5937 21.2059 17.9368 19.9277 18.6398L13.9277 21.9398C12.7273 22.6 11.2727 22.6 10.0723 21.9398L4.07232 18.6398C2.79413 17.9368 2 16.5937 2 15.1349V8.86509C2 7.40633 2.79413 6.06324 4.07232 5.36023L10.0723 2.06023Z", fill: `url(#paint0_linear_${uniqueId})` }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.9638 7.11266L12.9638 3.81266C12.3637 3.48257 11.6363 3.48257 11.0362 3.81266L5.03616 7.11266C4.39707 7.46417 4 8.13571 4 8.86509V15.1349C4 15.8643 4.39707 16.5359 5.03616 16.8874L11.0362 20.1874C11.6363 20.5174 12.3637 20.5174 12.9638 20.1874L18.9638 16.8874C19.6029 16.5359 20 15.8643 20 15.1349V8.86509C20 8.13571 19.6029 7.46417 18.9638 7.11266ZM13.9277 2.06023C12.7273 1.40005 11.2727 1.40005 10.0723 2.06023L4.07232 5.36023C2.79413 6.06324 2 7.40633 2 8.86509V15.1349C2 16.5937 2.79413 17.9368 4.07232 18.6398L10.0723 21.9398C11.2727 22.6 12.7273 22.6 13.9277 21.9398L19.9277 18.6398C21.2059 17.9368 22 16.5937 22 15.1349V8.86509C22 7.40633 21.2059 6.06324 19.9277 5.36023L13.9277 2.06023Z", fill: "#FFCC00", style: {
|
|
402
|
+
fill: "color(display-p3 1.0000 0.8000 0.0000)",
|
|
403
|
+
fillOpacity: 1,
|
|
404
|
+
} }), _jsx("path", { d: "M10.5 14.1177L17 8L18 8.94118L10.5 16L6 11.7647L7 10.8236L10.5 14.1177Z", fill: "#FFCC00", style: {
|
|
405
|
+
fill: "color(display-p3 1.0000 0.8000 0.0000)",
|
|
406
|
+
fillOpacity: 1,
|
|
407
|
+
} }), _jsx("defs", { children: _jsxs("linearGradient", Object.assign({ id: `paint0_linear_${uniqueId}`, x1: "12", y1: "1.00001", x2: "12", y2: "23", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#29335C", style: {
|
|
408
|
+
stopColor: "color(display-p3 0.1617 0.1985 0.3626)",
|
|
409
|
+
stopOpacity: 1,
|
|
410
|
+
} }), _jsx("stop", { offset: "1", stopColor: "#2C2F37", style: {
|
|
411
|
+
stopColor: "color(display-p3 0.1725 0.1843 0.2157)",
|
|
412
|
+
stopOpacity: 1,
|
|
413
|
+
} })] })) })] })));
|
|
414
|
+
});
|
|
415
|
+
import customMedalGoldSvgImport from "./custom/medal-gold.svg";
|
|
416
|
+
export const customMedalGoldSvg = customMedalGoldSvgImport;
|
|
417
|
+
export const CustomMedalGoldIcon = forwardRef((props, ref) => {
|
|
418
|
+
return (_jsxs("svg", Object.assign({}, props, { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ref: ref }, { children: [_jsx("path", { fill: "#EB423F", d: "m9.44 23-1.897-3.035-3.414 1.139 3.414-8.725 4.931 1.897L9.44 23Z", style: {
|
|
419
|
+
fill: "color(display-p3 .9216 .2588 .2471)",
|
|
420
|
+
fillOpacity: 1,
|
|
421
|
+
} }), _jsx("path", { fill: "#C7312E", d: "M10.623 19.599 9.44 23l-1.897-3.035-3.414 1.138 1.183-3.021 5.31 1.517Z", style: {
|
|
422
|
+
fill: "color(display-p3 .7804 .1922 .1804)",
|
|
423
|
+
fillOpacity: 1,
|
|
424
|
+
} }), _jsx("path", { fill: "#EB423F", d: "m14.75 23 1.897-3.035 3.413 1.139-3.413-8.725-4.931 1.897L14.75 23Z", style: {
|
|
425
|
+
fill: "color(display-p3 .9216 .2588 .2471)",
|
|
426
|
+
fillOpacity: 1,
|
|
427
|
+
} }), _jsx("path", { fill: "#C7312E", d: "m20.06 21.103-3.414-1.138L14.75 23l-1.183-3.401 5.31-1.517 1.183 3.021Z", style: {
|
|
428
|
+
fill: "color(display-p3 .7804 .1922 .1804)",
|
|
429
|
+
fillOpacity: 1,
|
|
430
|
+
} }), _jsx("path", { fill: "#FFD33A", d: "M12.095 17.69a8.345 8.345 0 1 0 0-16.69 8.345 8.345 0 0 0 0 16.69Z", style: {
|
|
431
|
+
fill: "color(display-p3 1 .8275 .2275)",
|
|
432
|
+
fillOpacity: 1,
|
|
433
|
+
} }), _jsx("path", { fill: "#FFB632", d: "M12.095 16.172a6.828 6.828 0 1 0 0-13.655 6.828 6.828 0 0 0 0 13.655Z", style: {
|
|
434
|
+
fill: "color(display-p3 1 .7137 .1961)",
|
|
435
|
+
fillOpacity: 1,
|
|
436
|
+
} }), _jsx("path", { fill: "#FFD33A", d: "m15.509 13.896-3.414-1.517-3.414 1.518.38-3.414-1.897-2.276 3.034-.759 1.897-2.655 1.896 2.655 3.035.759-1.897 2.276.38 3.413Z", style: {
|
|
437
|
+
fill: "color(display-p3 1 .8275 .2275)",
|
|
438
|
+
fillOpacity: 1,
|
|
439
|
+
} })] })));
|
|
440
|
+
});
|
|
441
|
+
import customMedalSilverSvgImport from "./custom/medal-silver.svg";
|
|
442
|
+
export const customMedalSilverSvg = customMedalSilverSvgImport;
|
|
443
|
+
export const CustomMedalSilverIcon = forwardRef((props, ref) => {
|
|
444
|
+
return (_jsxs("svg", Object.assign({}, props, { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ref: ref }, { children: [_jsx("path", { fill: "#EB423F", d: "m9.44 23-1.897-3.035-3.414 1.139 3.414-8.725 4.931 1.897L9.44 23Z", style: {
|
|
445
|
+
fill: "color(display-p3 .9216 .2588 .2471)",
|
|
446
|
+
fillOpacity: 1,
|
|
447
|
+
} }), _jsx("path", { fill: "#C7312E", d: "M10.623 19.599 9.44 23l-1.897-3.035-3.414 1.138 1.183-3.021 5.31 1.517Z", style: {
|
|
448
|
+
fill: "color(display-p3 .7804 .1922 .1804)",
|
|
449
|
+
fillOpacity: 1,
|
|
450
|
+
} }), _jsx("path", { fill: "#EB423F", d: "m14.75 23 1.897-3.035 3.413 1.139-3.413-8.725-4.931 1.897L14.75 23Z", style: {
|
|
451
|
+
fill: "color(display-p3 .9216 .2588 .2471)",
|
|
452
|
+
fillOpacity: 1,
|
|
453
|
+
} }), _jsx("path", { fill: "#C7312E", d: "m20.06 21.103-3.414-1.138L14.75 23l-1.183-3.401 5.31-1.517 1.183 3.021Z", style: {
|
|
454
|
+
fill: "color(display-p3 .7804 .1922 .1804)",
|
|
455
|
+
fillOpacity: 1,
|
|
456
|
+
} }), _jsx("path", { fill: "#DDEDEE", d: "M12.095 17.69a8.345 8.345 0 1 0 0-16.69 8.345 8.345 0 0 0 0 16.69Z", style: {
|
|
457
|
+
fill: "color(display-p3 .8686 .9294 .9332)",
|
|
458
|
+
fillOpacity: 1,
|
|
459
|
+
} }), _jsx("path", { fill: "#BACFD3", d: "M12.095 16.172a6.828 6.828 0 1 0 0-13.655 6.828 6.828 0 0 0 0 13.655Z", style: {
|
|
460
|
+
fill: "color(display-p3 .73 .8101 .8277)",
|
|
461
|
+
fillOpacity: 1,
|
|
462
|
+
} }), _jsx("path", { fill: "#DDEDEE", d: "m15.509 13.896-3.414-1.517-3.414 1.518.38-3.414-1.897-2.276 3.034-.759 1.897-2.655 1.896 2.655 3.035.759-1.897 2.276.38 3.413Z", style: {
|
|
463
|
+
fill: "color(display-p3 .8686 .9294 .9332)",
|
|
464
|
+
fillOpacity: 1,
|
|
465
|
+
} })] })));
|
|
466
|
+
});
|
|
467
|
+
import customMedalBronzeSvgImport from "./custom/medal-bronze.svg";
|
|
468
|
+
export const customMedalBronzeSvg = customMedalBronzeSvgImport;
|
|
469
|
+
export const CustomMedalBronzeIcon = forwardRef((props, ref) => {
|
|
470
|
+
return (_jsxs("svg", Object.assign({}, props, { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ref: ref }, { children: [_jsx("path", { fill: "#EB423F", d: "m9.34 23-1.897-3.035-3.414 1.139 3.414-8.725 4.931 1.897L9.34 23Z", style: {
|
|
471
|
+
fill: "color(display-p3 .9216 .2588 .2471)",
|
|
472
|
+
fillOpacity: 1,
|
|
473
|
+
} }), _jsx("path", { fill: "#C7312E", d: "M10.523 19.599 9.34 23l-1.897-3.035-3.414 1.138 1.183-3.021 5.31 1.517Z", style: {
|
|
474
|
+
fill: "color(display-p3 .7804 .1922 .1804)",
|
|
475
|
+
fillOpacity: 1,
|
|
476
|
+
} }), _jsx("path", { fill: "#EB423F", d: "m14.65 23 1.897-3.035 3.413 1.139-3.413-8.725-4.931 1.897L14.65 23Z", style: {
|
|
477
|
+
fill: "color(display-p3 .9216 .2588 .2471)",
|
|
478
|
+
fillOpacity: 1,
|
|
479
|
+
} }), _jsx("path", { fill: "#C7312E", d: "m19.96 21.103-3.414-1.138L14.65 23l-1.183-3.401 5.31-1.517 1.183 3.021Z", style: {
|
|
480
|
+
fill: "color(display-p3 .7804 .1922 .1804)",
|
|
481
|
+
fillOpacity: 1,
|
|
482
|
+
} }), _jsx("path", { fill: "#F2C8B7", d: "M11.995 17.69a8.345 8.345 0 1 0 0-16.69 8.345 8.345 0 0 0 0 16.69Z", style: {
|
|
483
|
+
fill: "color(display-p3 .9488 .7858 .7159)",
|
|
484
|
+
fillOpacity: 1,
|
|
485
|
+
} }), _jsx("path", { fill: "#DB915C", d: "M11.995 16.172a6.828 6.828 0 1 0 0-13.655 6.828 6.828 0 0 0 0 13.655Z", style: {
|
|
486
|
+
fill: "color(display-p3 .8577 .5685 .359)",
|
|
487
|
+
fillOpacity: 1,
|
|
488
|
+
} }), _jsx("path", { fill: "#F2C8B7", d: "m15.409 13.896-3.414-1.517-3.414 1.518.38-3.414-1.897-2.276 3.034-.759 1.897-2.655 1.896 2.655 3.035.759-1.897 2.276.38 3.413Z", style: {
|
|
489
|
+
fill: "color(display-p3 .9488 .7858 .7159)",
|
|
490
|
+
fillOpacity: 1,
|
|
491
|
+
} })] })));
|
|
492
|
+
});
|
|
493
|
+
import customClapGoldSvgImport from "./custom/clap-gold.svg";
|
|
494
|
+
export const customClapGoldSvg = customClapGoldSvgImport;
|
|
495
|
+
export const CustomClapGoldIcon = forwardRef((props, ref) => {
|
|
496
|
+
return (_jsxs("svg", Object.assign({}, props, { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ref: ref }, { children: [_jsx("path", { fill: "#FFB632", d: "m18.197 16.836-.116-7.042c-.075-.67-.44-1.567-1.694-1.567-1.463.07-1.52 1.567-1.52 1.567l-2.227-3.98c-.557-.847-1.47-.906-2.042-.557-.573.349-.697 1.056-.697 1.056l-.464-.604c-.35-.571-1.393-.637-1.926-.313-.884.54-1.012 1.657-.44 2.274-.038-.04-.475-.192-1.207.255-.572.349-.749 1.392-.43 1.984.32.592.366.685.366.685s-.493-.233-1.27.29c-.556.373-.756 1.482-.406 2.053l1.872 3.157 2.576 4.21c1.515 2.147 4.744 2.888 7.091 1.463 1.6-.973 2.686-3.026 2.534-4.931Z", style: {
|
|
497
|
+
fill: "color(display-p3 1 .7137 .1961)",
|
|
498
|
+
fillOpacity: 1,
|
|
499
|
+
} }), _jsx("path", { fill: "#EC8F0D", d: "m9.97 6.423-.068-.111c.002-.013.081-.443.388-.795l.317.51.946 1.521c.576.929 1.157 1.854 1.743 2.777a.375.375 0 1 1-.63.408 319.3 319.3 0 0 1-1.749-2.789L9.97 6.423ZM7.034 7.649a1.5 1.5 0 0 0-.17-.034.6.6 0 0 1 .17.034Z", style: {
|
|
500
|
+
fill: "color(display-p3 .9239 .561 .0513)",
|
|
501
|
+
fillOpacity: 1,
|
|
502
|
+
} }), _jsx("path", { fill: "#EC8F0D", d: "M7.057 7.656c.21.061.462.189.744.441.022.019.072.075.153.188.076.107.164.242.264.405.2.323.431.728.667 1.15.125.223.252.45.375.674.34.614.66 1.189.855 1.49a.375.375 0 0 0 .63-.407c-.18-.279-.478-.814-.811-1.416l-.394-.707c-.22-.397-.448-.79-.684-1.178-.092-.151-.19-.3-.291-.445a1.95 1.95 0 0 0-.265-.315c-.597-.53-1.147-.677-1.573-.681.02.297.132.58.33.801Zm-1.29 2.926a2.286 2.286 0 0 0-.235-.04.848.848 0 0 1 .235.039m.03.007.071.018c.244.065.47.168.621.303.077.068.19.207.339.417.144.203.302.45.466.714.134.215.272.444.407.668.191.316.376.621.527.855a.375.375 0 0 0 .63-.407 32.94 32.94 0 0 1-.503-.817 56.2 56.2 0 0 0-.423-.694c-.156-.255-.32-.505-.49-.751a3.37 3.37 0 0 0-.454-.546c-.27-.24-.618-.385-.927-.467a2.85 2.85 0 0 0-.685-.097c.017.043.037.084.058.125.278.515.35.652.363.679Z", style: {
|
|
503
|
+
fill: "color(display-p3 .9239 .561 .0513)",
|
|
504
|
+
fillOpacity: 1,
|
|
505
|
+
} }), _jsx("path", { fill: "#FFD33A", d: "M22.465 16.779V9.665c-.075-.675-.563-1.582-1.828-1.582-1.477.071-1.535 1.582-1.535 1.582l-2.25-4.02c-.563-.855-1.485-.915-2.063-.562-.577.352-.704 1.067-.704 1.067l-.469-.61c-.352-.577-1.407-.645-1.944-.316-.894.545-1.023 1.674-.446 2.297-.037-.041-.48-.193-1.219.258-.577.353-.756 1.406-.433 2.004.322.597.369.69.369.69s-.498-.233-1.283.294c-.562.377-.763 1.497-.41 2.075l1.89 3.187 2.603 4.253c1.53 2.169 4.792 2.917 7.162 1.477 1.616-.982 2.714-3.056 2.56-4.98Z", style: {
|
|
506
|
+
fill: "color(display-p3 1 .8275 .2275)",
|
|
507
|
+
fillOpacity: 1,
|
|
508
|
+
} }), _jsx("path", { fill: "#EC8F0D", d: "m14.089 6.137.009.016.947 1.523c.579.932 1.162 1.861 1.75 2.787a.376.376 0 0 0 .63-.407 726.534 726.534 0 0 1-2.69-4.299l-.255-.411c-.191.229-.325.5-.391.791Zm-2.922 1.356a1.5 1.5 0 0 0-.298-.027.804.804 0 0 1 .298.027Zm.965.492a2.024 2.024 0 0 0-.924-.485 1.35 1.35 0 0 1-.326-.784c.448-.005 1.122.152 1.748.708.154.138.35.412.544.705.204.31.437.692.67 1.08.174.29.347.584.508.857.277.47.521.885.682 1.133a.375.375 0 0 1-.63.407 42.55 42.55 0 0 1-.713-1.182c-.159-.271-.326-.555-.49-.83-.21-.354-.428-.705-.654-1.051-.205-.312-.348-.498-.415-.558Zm-2.101 2.504-.099-.037a58.993 58.993 0 0 0-.357-.67 1.199 1.199 0 0 1-.077-.175c.25-.003.55.08.815.187.321.128.619.307.881.531.152.135.312.354.462.583.156.239.323.523.49.813l.299.527c.197.359.404.712.62 1.06a.375.375 0 1 1-.63.407 24.005 24.005 0 0 1-.658-1.125l-.282-.496a16.297 16.297 0 0 0-.467-.775c-.151-.228-.261-.372-.332-.434a2.4 2.4 0 0 0-.665-.396Zm9.771.416c-.129-.223-.389-.687-.7-1.246.027-.34.14-.668.33-.951.448.808.85 1.53 1.02 1.82a.376.376 0 0 1-.65.377Z", style: {
|
|
509
|
+
fill: "color(display-p3 .9239 .561 .0513)",
|
|
510
|
+
fillOpacity: 1,
|
|
511
|
+
} }), _jsx("path", { fill: "#46A4FB", d: "m6.039 3.613-.915-1.238a.351.351 0 0 1 .173-.543l1.02-.317c.225-.07.45.116.435.356l-.105 1.556c-.03.318-.42.442-.608.186ZM4.269 4.83l-1.395-.585a.332.332 0 0 1-.112-.54l.727-.772a.337.337 0 0 1 .548.082l.667 1.358c.128.277-.15.577-.435.457ZM1.89 7.02l1.553-.203c.319-.04.42-.452.156-.638L2.3 5.307a.354.354 0 0 0-.535.21l-.257 1.074a.347.347 0 0 0 .381.428Z", style: {
|
|
512
|
+
fill: "color(display-p3 .2745 .6431 .9843)",
|
|
513
|
+
fillOpacity: 1,
|
|
514
|
+
} })] })));
|
|
515
|
+
});
|
|
516
|
+
import customClapSilverSvgImport from "./custom/clap-silver.svg";
|
|
517
|
+
export const customClapSilverSvg = customClapSilverSvgImport;
|
|
518
|
+
export const CustomClapSilverIcon = forwardRef((props, ref) => {
|
|
519
|
+
return (_jsxs("svg", Object.assign({}, props, { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ref: ref }, { children: [_jsx("path", { fill: "#BACFD3", d: "m18.197 16.836-.116-7.042c-.075-.67-.44-1.567-1.694-1.567-1.463.07-1.52 1.567-1.52 1.567l-2.227-3.98c-.557-.847-1.47-.906-2.042-.557-.573.349-.697 1.056-.697 1.056l-.464-.604c-.35-.571-1.393-.637-1.926-.313-.884.54-1.012 1.657-.44 2.274-.038-.04-.475-.192-1.207.255-.572.349-.749 1.392-.43 1.984.32.592.366.685.366.685s-.493-.233-1.27.29c-.556.373-.756 1.482-.406 2.053l1.872 3.157 2.576 4.21c1.515 2.147 4.744 2.888 7.091 1.463 1.6-.973 2.686-3.026 2.534-4.931Z", style: {
|
|
520
|
+
fill: "color(display-p3 .7294 .8118 .8275)",
|
|
521
|
+
fillOpacity: 1,
|
|
522
|
+
} }), _jsx("path", { fill: "#BACFD3", d: "m9.97 6.423-.068-.111c.002-.013.081-.443.388-.795l.317.51.946 1.521c.576.929 1.157 1.854 1.743 2.777a.375.375 0 1 1-.63.408 319.3 319.3 0 0 1-1.749-2.789L9.97 6.423ZM7.034 7.649a1.5 1.5 0 0 0-.17-.034.6.6 0 0 1 .17.034Z", style: {
|
|
523
|
+
fill: "color(display-p3 .7294 .8118 .8275)",
|
|
524
|
+
fillOpacity: 1,
|
|
525
|
+
} }), _jsx("path", { fill: "#96B2B8", d: "M7.057 7.656c.21.061.462.189.744.441.022.019.072.075.153.188.076.107.164.242.264.405.2.323.431.728.667 1.15.125.223.252.45.375.674.34.614.66 1.189.855 1.49a.375.375 0 0 0 .63-.407c-.18-.279-.478-.814-.811-1.416l-.394-.707c-.22-.397-.448-.79-.684-1.178-.092-.151-.19-.3-.291-.445a1.95 1.95 0 0 0-.265-.315c-.597-.53-1.147-.677-1.573-.681.02.297.132.58.33.801Zm-1.29 2.926a2.286 2.286 0 0 0-.235-.04.848.848 0 0 1 .235.039m.03.007.071.018c.244.065.47.168.621.303.077.068.19.207.339.417.144.203.302.45.466.714.134.215.272.444.407.668.191.316.376.621.527.855a.375.375 0 0 0 .63-.407 32.94 32.94 0 0 1-.503-.817 56.2 56.2 0 0 0-.423-.694c-.156-.255-.32-.505-.49-.751a3.37 3.37 0 0 0-.454-.546c-.27-.24-.618-.385-.927-.467a2.85 2.85 0 0 0-.685-.097c.017.043.037.084.058.125.278.515.35.652.363.679Z", style: {
|
|
526
|
+
fill: "color(display-p3 .5871 .6993 .7206)",
|
|
527
|
+
fillOpacity: 1,
|
|
528
|
+
} }), _jsx("path", { fill: "#DDEDEE", d: "M22.465 16.779V9.665c-.075-.675-.563-1.582-1.828-1.582-1.477.071-1.535 1.582-1.535 1.582l-2.25-4.02c-.563-.855-1.485-.915-2.063-.562-.577.352-.704 1.067-.704 1.067l-.469-.61c-.352-.577-1.407-.645-1.944-.316-.894.545-1.023 1.674-.446 2.297-.037-.041-.48-.193-1.219.258-.577.353-.756 1.406-.433 2.004.322.597.369.69.369.69s-.498-.233-1.283.294c-.562.377-.763 1.497-.41 2.075l1.89 3.187 2.603 4.253c1.53 2.169 4.792 2.917 7.162 1.477 1.616-.982 2.714-3.056 2.56-4.98Z", style: {
|
|
529
|
+
fill: "color(display-p3 .8686 .9294 .9332)",
|
|
530
|
+
fillOpacity: 1,
|
|
531
|
+
} }), _jsx("path", { fill: "#96B2B8", d: "m14.089 6.137.009.016.947 1.523c.579.932 1.162 1.861 1.75 2.787a.376.376 0 0 0 .63-.407 726.534 726.534 0 0 1-2.69-4.299l-.255-.411c-.191.229-.325.5-.391.791Zm-2.922 1.356a1.5 1.5 0 0 0-.298-.027.804.804 0 0 1 .298.027Zm.965.492a2.024 2.024 0 0 0-.924-.485 1.35 1.35 0 0 1-.326-.784c.448-.005 1.122.152 1.748.708.154.138.35.412.544.705.204.31.437.692.67 1.08.174.29.347.584.508.857.277.47.521.885.682 1.133a.375.375 0 0 1-.63.407 42.55 42.55 0 0 1-.713-1.182c-.159-.271-.326-.555-.49-.83-.21-.354-.428-.705-.654-1.051-.205-.312-.348-.498-.415-.558Zm-2.101 2.504-.099-.037a58.993 58.993 0 0 0-.357-.67 1.199 1.199 0 0 1-.077-.175c.25-.003.55.08.815.187.321.128.619.307.881.531.152.135.312.354.462.583.156.239.323.523.49.813l.299.527c.197.359.404.712.62 1.06a.375.375 0 1 1-.63.407 24.005 24.005 0 0 1-.658-1.125l-.282-.496a16.297 16.297 0 0 0-.467-.775c-.151-.228-.261-.372-.332-.434a2.4 2.4 0 0 0-.665-.396Zm9.771.416c-.129-.223-.389-.687-.7-1.246.027-.34.14-.668.33-.951.448.808.85 1.53 1.02 1.82a.376.376 0 0 1-.65.377Z", style: {
|
|
532
|
+
fill: "color(display-p3 .5871 .6993 .7206)",
|
|
533
|
+
fillOpacity: 1,
|
|
534
|
+
} }), _jsx("path", { fill: "#46A4FB", d: "m6.039 3.613-.915-1.238a.351.351 0 0 1 .173-.543l1.02-.317c.225-.07.45.116.435.356l-.105 1.556c-.03.318-.42.442-.608.186ZM4.269 4.83l-1.395-.585a.332.332 0 0 1-.112-.54l.727-.772a.337.337 0 0 1 .548.082l.667 1.358c.128.277-.15.577-.435.457ZM1.89 7.02l1.553-.203c.319-.04.42-.452.156-.638L2.3 5.307a.354.354 0 0 0-.535.21l-.257 1.074a.347.347 0 0 0 .381.428Z", style: {
|
|
535
|
+
fill: "color(display-p3 .2745 .6431 .9843)",
|
|
536
|
+
fillOpacity: 1,
|
|
537
|
+
} })] })));
|
|
538
|
+
});
|
|
539
|
+
import customClapBronzeSvgImport from "./custom/clap-bronze.svg";
|
|
540
|
+
export const customClapBronzeSvg = customClapBronzeSvgImport;
|
|
541
|
+
export const CustomClapBronzeIcon = forwardRef((props, ref) => {
|
|
542
|
+
return (_jsxs("svg", Object.assign({}, props, { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ref: ref }, { children: [_jsx("path", { fill: "#DB915C", d: "m18.197 16.836-.116-7.042c-.075-.67-.44-1.567-1.694-1.567-1.463.07-1.52 1.567-1.52 1.567l-2.227-3.98c-.557-.847-1.47-.906-2.042-.557-.573.349-.697 1.056-.697 1.056l-.464-.604c-.35-.571-1.393-.637-1.926-.313-.884.54-1.012 1.657-.44 2.274-.038-.04-.475-.192-1.207.255-.572.349-.749 1.392-.43 1.984.32.592.366.685.366.685s-.493-.233-1.27.29c-.556.373-.756 1.482-.406 2.053l1.872 3.157 2.576 4.21c1.515 2.147 4.744 2.888 7.091 1.463 1.6-.973 2.686-3.026 2.534-4.931Z", style: {
|
|
543
|
+
fill: "color(display-p3 .8577 .5685 .359)",
|
|
544
|
+
fillOpacity: 1,
|
|
545
|
+
} }), _jsx("path", { fill: "#AF754B", d: "m9.97 6.423-.068-.111c.002-.013.081-.443.388-.795l.317.51.946 1.521c.576.929 1.157 1.854 1.743 2.777a.375.375 0 1 1-.63.408 319.3 319.3 0 0 1-1.749-2.789L9.97 6.423ZM7.034 7.649a1.5 1.5 0 0 0-.17-.034.6.6 0 0 1 .17.034Z", style: {
|
|
546
|
+
fill: "color(display-p3 .6873 .4576 .2931)",
|
|
547
|
+
fillOpacity: 1,
|
|
548
|
+
} }), _jsx("path", { fill: "#AF754B", d: "M7.057 7.656c.21.061.462.189.744.441.022.019.072.075.153.188.076.107.164.242.264.405.2.323.431.728.667 1.15.125.223.252.45.375.674.34.614.66 1.189.855 1.49a.375.375 0 0 0 .63-.407c-.18-.279-.478-.814-.811-1.416l-.394-.707c-.22-.397-.448-.79-.684-1.178-.092-.151-.19-.3-.291-.445a1.95 1.95 0 0 0-.265-.315c-.597-.53-1.147-.677-1.573-.681.02.297.132.58.33.801Zm-1.29 2.926a2.286 2.286 0 0 0-.235-.04.848.848 0 0 1 .235.039m.03.007.071.018c.244.065.47.168.621.303.077.068.19.207.339.417.144.203.302.45.466.714.134.215.272.444.407.668.191.316.376.621.527.855a.375.375 0 0 0 .63-.407 32.94 32.94 0 0 1-.503-.817 56.2 56.2 0 0 0-.423-.694c-.156-.255-.32-.505-.49-.751a3.37 3.37 0 0 0-.454-.546c-.27-.24-.618-.385-.927-.467a2.85 2.85 0 0 0-.685-.097c.017.043.037.084.058.125.278.515.35.652.363.679Z", style: {
|
|
549
|
+
fill: "color(display-p3 .6873 .4576 .2931)",
|
|
550
|
+
fillOpacity: 1,
|
|
551
|
+
} }), _jsx("path", { fill: "#F2C8B7", d: "M22.465 16.779V9.665c-.075-.675-.563-1.582-1.828-1.582-1.477.071-1.535 1.582-1.535 1.582l-2.25-4.02c-.563-.855-1.485-.915-2.063-.562-.577.352-.704 1.067-.704 1.067l-.469-.61c-.352-.577-1.407-.645-1.944-.316-.894.545-1.023 1.674-.446 2.297-.037-.041-.48-.193-1.219.258-.577.353-.756 1.406-.433 2.004.322.597.369.69.369.69s-.498-.233-1.283.294c-.562.377-.763 1.497-.41 2.075l1.89 3.187 2.603 4.253c1.53 2.169 4.792 2.917 7.162 1.477 1.616-.982 2.714-3.056 2.56-4.98Z", style: {
|
|
552
|
+
fill: "color(display-p3 .949 .7843 .7176)",
|
|
553
|
+
fillOpacity: 1,
|
|
554
|
+
} }), _jsx("path", { fill: "#AF754B", d: "m14.089 6.137.009.016.947 1.523c.579.932 1.162 1.861 1.75 2.787a.376.376 0 0 0 .63-.407 726.534 726.534 0 0 1-2.69-4.299l-.255-.411c-.191.229-.325.5-.391.791Zm-2.922 1.356a1.5 1.5 0 0 0-.298-.027.804.804 0 0 1 .298.027Zm.965.492a2.024 2.024 0 0 0-.924-.485 1.35 1.35 0 0 1-.326-.784c.448-.005 1.122.152 1.748.708.154.138.35.412.544.705.204.31.437.692.67 1.08.174.29.347.584.508.857.277.47.521.885.682 1.133a.375.375 0 0 1-.63.407 42.55 42.55 0 0 1-.713-1.182c-.159-.271-.326-.555-.49-.83-.21-.354-.428-.705-.654-1.051-.205-.312-.348-.498-.415-.558Zm-2.101 2.504-.099-.037a58.993 58.993 0 0 0-.357-.67 1.199 1.199 0 0 1-.077-.175c.25-.003.55.08.815.187.321.128.619.307.881.531.152.135.312.354.462.583.156.239.323.523.49.813l.299.527c.197.359.404.712.62 1.06a.375.375 0 1 1-.63.407 24.005 24.005 0 0 1-.658-1.125l-.282-.496a16.297 16.297 0 0 0-.467-.775c-.151-.228-.261-.372-.332-.434a2.4 2.4 0 0 0-.665-.396Zm9.771.416c-.129-.223-.389-.687-.7-1.246.027-.34.14-.668.33-.951.448.808.85 1.53 1.02 1.82a.376.376 0 0 1-.65.377Z", style: {
|
|
555
|
+
fill: "color(display-p3 .6873 .4576 .2931)",
|
|
556
|
+
fillOpacity: 1,
|
|
557
|
+
} }), _jsx("path", { fill: "#46A4FB", d: "m6.039 3.613-.915-1.238a.351.351 0 0 1 .173-.543l1.02-.317c.225-.07.45.116.435.356l-.105 1.556c-.03.318-.42.442-.608.186ZM4.269 4.83l-1.395-.585a.332.332 0 0 1-.112-.54l.727-.772a.337.337 0 0 1 .548.082l.667 1.358c.128.277-.15.577-.435.457ZM1.89 7.02l1.553-.203c.319-.04.42-.452.156-.638L2.3 5.307a.354.354 0 0 0-.535.21l-.257 1.074a.347.347 0 0 0 .381.428Z", style: {
|
|
558
|
+
fill: "color(display-p3 .2745 .6431 .9843)",
|
|
559
|
+
fillOpacity: 1,
|
|
560
|
+
} })] })));
|
|
561
|
+
});
|