@particle-network/icons 0.1.2 → 0.1.3-beta.1

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.
Files changed (53) hide show
  1. package/dist/native/BookmarkXIcon.d.ts +7 -0
  2. package/dist/native/BookmarkXIcon.js +30 -0
  3. package/dist/native/CalendarIcon.d.ts +7 -0
  4. package/dist/native/CalendarIcon.js +30 -0
  5. package/dist/native/ColorPumpfunGreyIcon.d.ts +7 -0
  6. package/dist/native/ColorPumpfunGreyIcon.js +112 -0
  7. package/dist/native/Edit1Icon.d.ts +7 -0
  8. package/dist/native/Edit1Icon.js +27 -0
  9. package/dist/native/Flash1Icon.d.ts +7 -0
  10. package/dist/native/Flash1Icon.js +27 -0
  11. package/dist/native/KeyboardIcon.d.ts +7 -0
  12. package/dist/native/KeyboardIcon.js +24 -0
  13. package/dist/native/MenuIcon.d.ts +7 -0
  14. package/dist/native/MenuIcon.js +24 -0
  15. package/dist/native/OrderIcon.d.ts +7 -0
  16. package/dist/native/OrderIcon.js +30 -0
  17. package/dist/native/SlackIcon.d.ts +7 -0
  18. package/dist/native/SlackIcon.js +24 -0
  19. package/dist/native/SpaceIcon.d.ts +7 -0
  20. package/dist/native/SpaceIcon.js +27 -0
  21. package/dist/native/VideoIcon.d.ts +7 -0
  22. package/dist/native/VideoIcon.js +24 -0
  23. package/dist/native/Volume1Icon.d.ts +7 -0
  24. package/dist/native/Volume1Icon.js +27 -0
  25. package/dist/native/index.d.ts +12 -0
  26. package/dist/native/index.js +13 -1
  27. package/dist/web/BookmarkXIcon.d.ts +7 -0
  28. package/dist/web/BookmarkXIcon.js +28 -0
  29. package/dist/web/CalendarIcon.d.ts +7 -0
  30. package/dist/web/CalendarIcon.js +28 -0
  31. package/dist/web/ColorPumpfunGreyIcon.d.ts +7 -0
  32. package/dist/web/ColorPumpfunGreyIcon.js +110 -0
  33. package/dist/web/Edit1Icon.d.ts +7 -0
  34. package/dist/web/Edit1Icon.js +25 -0
  35. package/dist/web/Flash1Icon.d.ts +7 -0
  36. package/dist/web/Flash1Icon.js +25 -0
  37. package/dist/web/KeyboardIcon.d.ts +7 -0
  38. package/dist/web/KeyboardIcon.js +22 -0
  39. package/dist/web/MenuIcon.d.ts +7 -0
  40. package/dist/web/MenuIcon.js +22 -0
  41. package/dist/web/OrderIcon.d.ts +7 -0
  42. package/dist/web/OrderIcon.js +28 -0
  43. package/dist/web/SlackIcon.d.ts +7 -0
  44. package/dist/web/SlackIcon.js +22 -0
  45. package/dist/web/SpaceIcon.d.ts +7 -0
  46. package/dist/web/SpaceIcon.js +25 -0
  47. package/dist/web/VideoIcon.d.ts +7 -0
  48. package/dist/web/VideoIcon.js +22 -0
  49. package/dist/web/Volume1Icon.d.ts +7 -0
  50. package/dist/web/Volume1Icon.js +25 -0
  51. package/dist/web/index.d.ts +12 -0
  52. package/dist/web/index.js +13 -1
  53. package/package.json +1 -1
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const BookmarkXIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default BookmarkXIcon;
@@ -0,0 +1,30 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ import { ms } from "react-native-size-matters";
4
+ import external_react_native_svg_default, { Path } from "react-native-svg";
5
+ import { isThemeColor, useIconsContext } from "../core/index.js";
6
+ const BookmarkXIcon_BookmarkXIcon = ({ size = ms(16), width = ms(size), height = ms(size), color = 'default', ...props })=>{
7
+ const { getColor } = useIconsContext();
8
+ const _color = isThemeColor(color) ? getColor(color) : color;
9
+ const fill = props.fill || _color;
10
+ return /*#__PURE__*/ jsxs(external_react_native_svg_default, {
11
+ width: width,
12
+ height: height,
13
+ viewBox: "0 0 24 24",
14
+ fill: "none",
15
+ ...props,
16
+ children: [
17
+ /*#__PURE__*/ jsx(Path, {
18
+ d: "M18.1324 2.75C18.6889 2.75 19.2192 2.97521 19.6246 3.38477C20.0527 3.81914 20.2969 4.42345 20.2906 5.04395V19.4111C20.2906 20.133 19.9736 20.7478 19.442 21.0498C19.2063 21.1821 18.9479 21.2499 18.6813 21.25C18.3669 21.25 18.0415 21.1577 17.7291 20.9736L12.0309 17.6162L6.27014 20.9775C5.68478 21.3126 5.05545 21.3348 4.54456 21.0391C4.01327 20.7308 3.70959 20.1371 3.70959 19.4092V5.01953C3.70959 3.76811 4.68567 2.75 5.88538 2.75H18.1324ZM5.88538 3.99121C5.37033 3.99122 4.95081 4.45277 4.95081 5.01953V19.4092C4.95081 19.6781 5.03111 19.8872 5.1676 19.9658C5.28551 20.0341 5.46168 20.0089 5.65198 19.9014L12.0348 16.1787L18.3619 19.9062C18.544 20.0138 18.7141 20.0379 18.8258 19.9717C18.9643 19.893 19.0494 19.682 19.0494 19.4111V5.0332C19.0514 4.74169 18.9393 4.45836 18.7408 4.25781C18.5712 4.08619 18.3537 3.99121 18.1324 3.99121H5.88538ZM9.72424 7.56445C9.90311 7.56227 10.0755 7.62924 10.2057 7.75195L10.2135 7.75879L12.0074 9.56543L13.8141 7.77246L13.818 7.76855L13.9244 7.68555C14.037 7.61345 14.1688 7.57461 14.3043 7.57617C14.4851 7.57839 14.6583 7.65207 14.7858 7.78027C14.913 7.90861 14.986 8.08195 14.9869 8.2627C14.9878 8.44348 14.9167 8.61744 14.7906 8.74707L12.9801 10.5449L14.774 12.3516L14.778 12.3555C14.903 12.486 14.9725 12.6611 14.9703 12.8418C14.9681 13.0226 14.8946 13.1958 14.7662 13.3232C14.6379 13.4507 14.4637 13.5225 14.2828 13.5234C14.1023 13.5242 13.928 13.454 13.7985 13.3281L12.0006 11.5166L10.194 13.3105L10.193 13.3096C10.13 13.3732 10.0567 13.4258 9.97424 13.4609C9.88995 13.4968 9.79828 13.5161 9.70667 13.5166C9.61535 13.517 9.52446 13.4987 9.44006 13.4639C9.35568 13.429 9.27887 13.3772 9.21448 13.3125C9.14996 13.2475 9.09847 13.1698 9.06409 13.085C9.02973 13.0001 9.01316 12.9089 9.01428 12.8174C9.01542 12.7258 9.03447 12.6348 9.07092 12.5508C9.1067 12.4685 9.15897 12.3946 9.22327 12.332L11.028 10.5371L9.23596 8.73145L9.22815 8.72461C9.10597 8.59356 9.04016 8.41937 9.04358 8.24023C9.04701 8.06146 9.11909 7.89085 9.24573 7.76465C9.37279 7.6384 9.54514 7.56677 9.72424 7.56445Z",
19
+ fill: fill
20
+ }),
21
+ /*#__PURE__*/ jsx(Path, {
22
+ d: "M19.6246 3.38477L19.6955 3.31495L19.6953 3.31479L19.6246 3.38477ZM20.2906 5.04395L20.1912 5.04295V5.04395H20.2906ZM19.442 21.0498L19.4907 21.1365L19.4911 21.1363L19.442 21.0498ZM18.6813 21.25V21.3495H18.6813L18.6813 21.25ZM17.7291 20.9736L17.7796 20.8879L17.7796 20.8879L17.7291 20.9736ZM12.0309 17.6162L12.0814 17.5305L12.0311 17.5009L11.9808 17.5303L12.0309 17.6162ZM6.27014 20.9775L6.31955 21.0639L6.32027 21.0634L6.27014 20.9775ZM4.54456 21.0391L4.49464 21.1251L4.49472 21.1251L4.54456 21.0391ZM5.88538 2.75V2.65054H5.88538L5.88538 2.75ZM5.88538 3.99121V3.89175H5.88538L5.88538 3.99121ZM5.1676 19.9658L5.21744 19.8797L5.21725 19.8796L5.1676 19.9658ZM5.65198 19.9014L5.70092 19.988L5.70209 19.9873L5.65198 19.9014ZM12.0348 16.1787L12.0853 16.093L12.035 16.0634L11.9847 16.0928L12.0348 16.1787ZM18.3619 19.9062L18.4125 19.8206L18.4124 19.8206L18.3619 19.9062ZM18.8258 19.9717L18.7766 19.8852L18.7751 19.8861L18.8258 19.9717ZM19.0494 5.0332L18.95 5.03253V5.0332H19.0494ZM18.7408 4.25781L18.6701 4.32773L18.6701 4.32778L18.7408 4.25781ZM9.72424 7.56445L9.72303 7.465L9.72296 7.465L9.72424 7.56445ZM10.2057 7.75195L10.1374 7.82437L10.1402 7.82681L10.2057 7.75195ZM10.2135 7.75879L10.2843 7.68853L10.279 7.68393L10.2135 7.75879ZM12.0074 9.56543L11.9369 9.63551L12.0069 9.70607L12.0775 9.63603L12.0074 9.56543ZM13.8141 7.77246L13.8842 7.84306L13.8844 7.84279L13.8141 7.77246ZM13.818 7.76855L13.7564 7.68952L13.7477 7.69822L13.818 7.76855ZM13.9244 7.68555L13.8706 7.60143L13.8633 7.60711L13.9244 7.68555ZM14.3043 7.57617L14.3055 7.47672L14.3055 7.47671L14.3043 7.57617ZM14.7858 7.78027L14.8564 7.71024L14.8563 7.71015L14.7858 7.78027ZM14.9869 8.2627L15.0864 8.2622V8.26218L14.9869 8.2627ZM14.7906 8.74707L14.8607 8.81766L14.862 8.8164L14.7906 8.74707ZM12.9801 10.5449L12.91 10.4743L12.8394 10.5444L12.9095 10.615L12.9801 10.5449ZM14.774 12.3516L14.7035 12.4216L14.7037 12.4219L14.774 12.3516ZM14.778 12.3555L14.8498 12.2866L14.8483 12.2851L14.778 12.3555ZM14.9703 12.8418L15.0698 12.843L15.0698 12.843L14.9703 12.8418ZM14.7662 13.3232L14.8363 13.3938L14.8363 13.3938L14.7662 13.3232ZM14.2828 13.5234L14.2833 13.6229H14.2833L14.2828 13.5234ZM13.7985 13.3281L13.7279 13.3982L13.7291 13.3994L13.7985 13.3281ZM12.0006 11.5166L12.0712 11.4465L12.0011 11.3759L11.9305 11.446L12.0006 11.5166ZM10.194 13.3105L10.1236 13.3809L10.1937 13.451L10.2641 13.3811L10.194 13.3105ZM10.193 13.3096L10.2633 13.2392L10.1926 13.1685L10.1223 13.2396L10.193 13.3096ZM9.97424 13.4609L10.0132 13.5525L10.0132 13.5524L9.97424 13.4609ZM9.70667 13.5166L9.70708 13.6161H9.70717L9.70667 13.5166ZM9.44006 13.4639L9.40203 13.5558L9.40211 13.5558L9.44006 13.4639ZM9.21448 13.3125L9.14389 13.3826L9.14395 13.3826L9.21448 13.3125ZM9.06409 13.085L8.97189 13.1223L8.9719 13.1223L9.06409 13.085ZM9.01428 12.8174L8.91483 12.8161V12.8162L9.01428 12.8174ZM9.07092 12.5508L8.97971 12.5111L8.97968 12.5112L9.07092 12.5508ZM9.22327 12.332L9.29264 12.4033L9.29341 12.4026L9.22327 12.332ZM11.028 10.5371L11.0981 10.6076L11.1685 10.5376L11.0986 10.467L11.028 10.5371ZM9.23596 8.73145L9.30674 8.66121L9.30146 8.65659L9.23596 8.73145ZM9.22815 8.72461L9.15502 8.79279L9.16265 8.79946L9.22815 8.72461ZM9.04358 8.24023L8.94413 8.23832V8.23834L9.04358 8.24023ZM9.24573 7.76465L9.17562 7.69409L9.17552 7.6942L9.24573 7.76465ZM18.1324 2.75V2.84946C18.6613 2.84946 19.1665 3.06335 19.5539 3.45474L19.6246 3.38477L19.6953 3.31479C19.2719 2.88706 18.7164 2.65054 18.1324 2.65054V2.75ZM19.6246 3.38477L19.5538 3.45459C19.9631 3.86992 20.1971 4.44868 20.1912 5.04295L20.2906 5.04395L20.3901 5.04494C20.3966 4.39823 20.1423 3.76835 19.6955 3.31495L19.6246 3.38477ZM20.2906 5.04395H20.1912V19.4111H20.2906H20.3901V5.04395H20.2906ZM20.2906 19.4111H20.1912C20.1912 20.1052 19.887 20.6826 19.3929 20.9633L19.442 21.0498L19.4911 21.1363C20.0602 20.813 20.3901 20.1609 20.3901 19.4111H20.2906ZM19.442 21.0498L19.3933 20.9631C19.1724 21.0871 18.9307 21.1505 18.6813 21.1505L18.6813 21.25L18.6813 21.3495C18.9652 21.3494 19.2403 21.2771 19.4907 21.1365L19.442 21.0498ZM18.6813 21.25V21.1505C18.3866 21.1505 18.0784 21.0641 17.7796 20.8879L17.7291 20.9736L17.6786 21.0593C18.0045 21.2514 18.3471 21.3495 18.6813 21.3495V21.25ZM17.7291 20.9736L17.7796 20.8879L12.0814 17.5305L12.0309 17.6162L11.9804 17.7019L17.6786 21.0593L17.7291 20.9736ZM12.0309 17.6162L11.9808 17.5303L6.22001 20.8916L6.27014 20.9775L6.32027 21.0634L12.081 17.7021L12.0309 17.6162ZM6.27014 20.9775L6.22073 20.8912C5.66092 21.2117 5.06975 21.2282 4.59439 20.953L4.54456 21.0391L4.49472 21.1251C5.04116 21.4415 5.70864 21.4135 6.31955 21.0639L6.27014 20.9775ZM4.54456 21.0391L4.59448 20.953C4.1001 20.6662 3.80906 20.1095 3.80906 19.4092H3.70959H3.61013C3.61013 20.1647 3.92644 20.7954 4.49464 21.1251L4.54456 21.0391ZM3.70959 19.4092H3.80906V5.01953H3.70959H3.61013V19.4092H3.70959ZM3.70959 5.01953H3.80906C3.80906 3.81905 4.74451 2.84947 5.88538 2.84946L5.88538 2.75L5.88538 2.65054C4.62682 2.65054 3.61013 3.71717 3.61013 5.01953H3.70959ZM5.88538 2.75V2.84946H18.1324V2.75V2.65054H5.88538V2.75ZM5.88538 3.99121L5.88538 3.89175C5.30667 3.89175 4.85134 4.407 4.85134 5.01953H4.95081H5.05027C5.05027 4.49855 5.43399 4.09068 5.88538 4.09068L5.88538 3.99121ZM4.95081 5.01953H4.85134V19.4092H4.95081H5.05027V5.01953H4.95081ZM4.95081 19.4092H4.85134C4.85134 19.5528 4.8727 19.685 4.91529 19.7948C4.95761 19.9039 5.02384 19.9978 5.11796 20.052L5.1676 19.9658L5.21725 19.8796C5.17487 19.8552 5.1327 19.8052 5.10075 19.7229C5.06906 19.6412 5.05027 19.5344 5.05027 19.4092H4.95081ZM5.1676 19.9658L5.11777 20.0519C5.28237 20.1472 5.50077 20.1011 5.70092 19.988L5.65198 19.9014L5.60304 19.8148C5.42259 19.9168 5.28864 19.921 5.21744 19.8797L5.1676 19.9658ZM5.65198 19.9014L5.70209 19.9873L12.0849 16.2646L12.0348 16.1787L11.9847 16.0928L5.60187 19.8154L5.65198 19.9014ZM12.0348 16.1787L11.9843 16.2644L18.3115 19.9919L18.3619 19.9062L18.4124 19.8206L12.0853 16.093L12.0348 16.1787ZM18.3619 19.9062L18.3113 19.9919C18.5038 20.1056 18.7172 20.1517 18.8765 20.0572L18.8258 19.9717L18.7751 19.8861C18.711 19.9241 18.5842 19.922 18.4125 19.8206L18.3619 19.9062ZM18.8258 19.9717L18.875 20.0582C18.9698 20.0042 19.0379 19.9103 19.0819 19.8004C19.1262 19.6898 19.1489 19.5563 19.1489 19.4111H19.0494H18.95C18.95 19.5368 18.9301 19.6442 18.8972 19.7265C18.864 19.8095 18.8203 19.8604 18.7767 19.8852L18.8258 19.9717ZM19.0494 19.4111H19.1489V5.0332H19.0494H18.95V19.4111H19.0494ZM19.0494 5.0332L19.1489 5.03387C19.151 4.71716 19.0295 4.40805 18.8115 4.18785L18.7408 4.25781L18.6701 4.32778C18.8492 4.50868 18.9518 4.76621 18.95 5.03253L19.0494 5.0332ZM18.7408 4.25781L18.8116 4.1879C18.6251 3.99914 18.3827 3.89175 18.1324 3.89175V3.99121V4.09068C18.3248 4.09068 18.5174 4.17324 18.6701 4.32773L18.7408 4.25781ZM18.1324 3.99121V3.89175H5.88538V3.99121V4.09068H18.1324V3.99121ZM9.72424 7.56445L9.72546 7.66391C9.87865 7.66204 10.0262 7.71938 10.1375 7.82432L10.2057 7.75195L10.2739 7.67959C10.1249 7.5391 9.92757 7.4625 9.72303 7.465L9.72424 7.56445ZM10.2057 7.75195L10.1402 7.82681L10.148 7.83364L10.2135 7.75879L10.279 7.68393L10.2712 7.6771L10.2057 7.75195ZM10.2135 7.75879L10.1429 7.82887L11.9369 9.63551L12.0074 9.56543L12.078 9.49535L10.2841 7.68871L10.2135 7.75879ZM12.0074 9.56543L12.0775 9.63603L13.8842 7.84306L13.8141 7.77246L13.744 7.70186L11.9374 9.49483L12.0074 9.56543ZM13.8141 7.77246L13.8844 7.84279L13.8883 7.83889L13.818 7.76855L13.7477 7.69822L13.7438 7.70213L13.8141 7.77246ZM13.818 7.76855L13.8792 7.84699L13.9856 7.76398L13.9244 7.68555L13.8633 7.60711L13.7568 7.69012L13.818 7.76855ZM13.9244 7.68555L13.9781 7.7693C14.0746 7.70746 14.1874 7.67429 14.3032 7.67563L14.3043 7.57617L14.3055 7.47671C14.1501 7.47492 13.9993 7.51945 13.8708 7.60179L13.9244 7.68555ZM14.3043 7.57617L14.3031 7.67563C14.4577 7.67753 14.6061 7.74058 14.7152 7.85039L14.7858 7.78027L14.8563 7.71015C14.7106 7.56357 14.5125 7.47926 14.3055 7.47672L14.3043 7.57617ZM14.7858 7.78027L14.7151 7.85031C14.8243 7.96043 14.8867 8.10892 14.8875 8.26321L14.9869 8.2627L15.0864 8.26218C15.0853 8.05498 15.0017 7.85679 14.8564 7.71024L14.7858 7.78027ZM14.9869 8.2627L14.8875 8.26319C14.8882 8.41752 14.8275 8.56652 14.7193 8.67774L14.7906 8.74707L14.862 8.8164C15.0059 8.66837 15.0874 8.46944 15.0864 8.2622L14.9869 8.2627ZM14.7906 8.74707L14.7206 8.67649L12.91 10.4743L12.9801 10.5449L13.0502 10.6155L14.8607 8.81765L14.7906 8.74707ZM12.9801 10.5449L12.9095 10.615L14.7035 12.4216L14.774 12.3516L14.8446 12.2815L13.0507 10.4748L12.9801 10.5449ZM14.774 12.3516L14.7037 12.4219L14.7076 12.4258L14.778 12.3555L14.8483 12.2851L14.8444 12.2812L14.774 12.3516ZM14.778 12.3555L14.7061 12.4243C14.8133 12.536 14.8727 12.6861 14.8709 12.8406L14.9703 12.8418L15.0698 12.843C15.0722 12.6361 14.9928 12.4359 14.8498 12.2866L14.778 12.3555ZM14.9703 12.8418L14.8709 12.8406C14.869 12.9953 14.806 13.1436 14.6962 13.2527L14.7662 13.3232L14.8363 13.3938C14.9831 13.2481 15.0672 13.05 15.0698 12.843L14.9703 12.8418ZM14.7662 13.3232L14.6962 13.2527C14.5864 13.3616 14.4373 13.4232 14.2823 13.424L14.2828 13.5234L14.2833 13.6229C14.4901 13.6218 14.6893 13.5398 14.8363 13.3938L14.7662 13.3232ZM14.2828 13.5234L14.2824 13.424C14.1278 13.4246 13.9786 13.3645 13.8678 13.2568L13.7985 13.3281L13.7291 13.3994C13.8773 13.5435 14.0767 13.6238 14.2833 13.6229L14.2828 13.5234ZM13.7985 13.3281L13.8691 13.2581L12.0712 11.4465L12.0006 11.5166L11.93 11.5867L13.7279 13.3982L13.7985 13.3281ZM12.0006 11.5166L11.9305 11.446L10.1239 13.24L10.194 13.3105L10.2641 13.3811L12.0707 11.5872L12.0006 11.5166ZM10.194 13.3105L10.2643 13.2402L10.2633 13.2392L10.193 13.3096L10.1227 13.3799L10.1236 13.3809L10.194 13.3105ZM10.193 13.3096L10.1223 13.2396C10.0671 13.2954 10.0043 13.34 9.93526 13.3694L9.97424 13.4609L10.0132 13.5524C10.109 13.5116 10.1929 13.4511 10.2637 13.3795L10.193 13.3096ZM9.97424 13.4609L9.93531 13.3694C9.86289 13.4002 9.78427 13.4167 9.70616 13.4171L9.70667 13.5166L9.70717 13.6161C9.81229 13.6155 9.917 13.5934 10.0132 13.5525L9.97424 13.4609ZM9.70667 13.5166L9.70625 13.4171C9.62842 13.4175 9.55055 13.4019 9.47802 13.3719L9.44006 13.4639L9.40211 13.5558C9.49837 13.5955 9.60228 13.6165 9.70708 13.6161L9.70667 13.5166ZM9.44006 13.4639L9.47809 13.372C9.40602 13.3421 9.34022 13.2979 9.285 13.2424L9.21448 13.3125L9.14395 13.3826C9.21752 13.4566 9.30535 13.5158 9.40203 13.5558L9.44006 13.4639ZM9.21448 13.3125L9.28506 13.2424C9.22975 13.1867 9.18565 13.1201 9.15627 13.0476L9.06409 13.085L8.9719 13.1223C9.01129 13.2195 9.07017 13.3083 9.14389 13.3826L9.21448 13.3125ZM9.06409 13.085L9.15628 13.0476C9.12704 12.9754 9.11277 12.8974 9.11374 12.8186L9.01428 12.8174L8.91483 12.8162C8.91355 12.9205 8.93242 13.0248 8.97189 13.1223L9.06409 13.085ZM9.01428 12.8174L9.11374 12.8186C9.11471 12.7399 9.1311 12.662 9.16217 12.5904L9.07092 12.5508L8.97968 12.5112C8.93785 12.6076 8.91612 12.7117 8.91483 12.8161L9.01428 12.8174ZM9.07092 12.5508L9.16214 12.5904C9.19247 12.5207 9.23705 12.4574 9.29263 12.4033L9.22327 12.332L9.1539 12.2607C9.08088 12.3318 9.02094 12.4163 8.97971 12.5111L9.07092 12.5508ZM9.22327 12.332L9.29341 12.4026L11.0981 10.6076L11.028 10.5371L10.9578 10.4666L9.15313 12.2615L9.22327 12.332ZM11.028 10.5371L11.0986 10.467L9.30656 8.66138L9.23596 8.73145L9.16536 8.80151L10.9574 10.6072L11.028 10.5371ZM9.23596 8.73145L9.30146 8.65659L9.29365 8.64975L9.22815 8.72461L9.16265 8.79946L9.17046 8.8063L9.23596 8.73145ZM9.22815 8.72461L9.3009 8.65678C9.19657 8.54488 9.1401 8.39578 9.14303 8.24213L9.04358 8.24023L8.94413 8.23834C8.94023 8.44296 9.01538 8.64225 9.1554 8.79244L9.22815 8.72461ZM9.04358 8.24023L9.14303 8.24214C9.14597 8.08888 9.20774 7.94292 9.31594 7.8351L9.24573 7.76465L9.17552 7.6942C9.03044 7.83878 8.94806 8.03403 8.94413 8.23832L9.04358 8.24023ZM9.24573 7.76465L9.31583 7.83521C9.42439 7.72735 9.57197 7.66589 9.72553 7.66391L9.72424 7.56445L9.72296 7.465C9.51831 7.46764 9.3212 7.54945 9.17562 7.69409L9.24573 7.76465Z",
23
+ fill: fill
24
+ })
25
+ ]
26
+ });
27
+ };
28
+ BookmarkXIcon_BookmarkXIcon.displayName = 'BookmarkXIcon|bookmark-x';
29
+ const BookmarkXIcon = BookmarkXIcon_BookmarkXIcon;
30
+ export { BookmarkXIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const CalendarIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default CalendarIcon;
@@ -0,0 +1,30 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ import { ms } from "react-native-size-matters";
4
+ import external_react_native_svg_default, { Path } from "react-native-svg";
5
+ import { isThemeColor, useIconsContext } from "../core/index.js";
6
+ const CalendarIcon_CalendarIcon = ({ size = ms(16), width = ms(size), height = ms(size), color = 'default', ...props })=>{
7
+ const { getColor } = useIconsContext();
8
+ const _color = isThemeColor(color) ? getColor(color) : color;
9
+ const fill = props.fill || _color;
10
+ return /*#__PURE__*/ jsxs(external_react_native_svg_default, {
11
+ width: width,
12
+ height: height,
13
+ viewBox: "0 0 24 24",
14
+ fill: "none",
15
+ ...props,
16
+ children: [
17
+ /*#__PURE__*/ jsx(Path, {
18
+ d: "M16.5557 2C16.895 2 17.1698 2.28823 17.1699 2.64355V3.86914H19.0664C20.0829 3.86914 20.9099 4.73498 20.9102 5.7998V18.6689C20.9102 19.7338 20.0829 20.5996 19.0664 20.5996H4.93359C3.91709 20.5996 3.08984 19.7338 3.08984 18.6689V5.7998C3.08992 4.73498 3.91714 3.86914 4.93359 3.86914H6.83008V2.64355C6.83018 2.28823 7.10497 2 7.44434 2C7.78365 2.00007 8.05849 2.28828 8.05859 2.64355V3.86914H15.9414V2.64355C15.9415 2.28828 16.2164 2.00008 16.5557 2ZM4.31934 10.2148V18.6689C4.31944 19.0238 4.59468 19.3125 4.93359 19.3125H19.0664C19.4051 19.3125 19.6808 19.0238 19.6807 18.6689V10.2148H4.31934ZM15.0254 14.0654C15.3784 14.0655 15.6648 14.3652 15.665 14.7354C15.665 15.1056 15.3787 15.4061 15.0254 15.4062H8.97461C8.62121 15.4062 8.33496 15.1056 8.33496 14.7354C8.33516 14.3652 8.62133 14.0655 8.97461 14.0654H15.0254ZM4.93359 5.15625C4.59488 5.15625 4.31941 5.44468 4.31934 5.7998V8.92676H19.6807V5.7998C19.6806 5.44468 19.4053 5.15625 19.0664 5.15625H17.1699V6.2959C17.1699 6.65154 16.8951 6.94043 16.5557 6.94043C16.2163 6.94035 15.9414 6.65126 15.9414 6.2959V5.15625H8.05859V6.2959C8.05859 6.65149 7.78371 6.94036 7.44434 6.94043C7.1049 6.94043 6.83008 6.65131 6.83008 6.2959V5.15625H4.93359Z",
19
+ fill: fill
20
+ }),
21
+ /*#__PURE__*/ jsx(Path, {
22
+ d: "M16.5557 2V1.9H16.5556L16.5557 2ZM17.1699 2.64355H17.2699V2.64353L17.1699 2.64355ZM17.1699 3.86914H17.0699V3.96914H17.1699V3.86914ZM20.9102 5.7998H21.0102V5.79978L20.9102 5.7998ZM3.08984 5.7998L2.98984 5.7998V5.7998H3.08984ZM6.83008 3.86914V3.96914H6.93008V3.86914H6.83008ZM6.83008 2.64355L6.73008 2.64353V2.64355H6.83008ZM7.44434 2L7.44436 1.9H7.44434V2ZM8.05859 2.64355H8.15859V2.64353L8.05859 2.64355ZM8.05859 3.86914H7.95859V3.96914H8.05859V3.86914ZM15.9414 3.86914V3.96914H16.0414V3.86914H15.9414ZM15.9414 2.64355L15.8414 2.64353V2.64355H15.9414ZM4.31934 10.2148V10.1148H4.21934V10.2148H4.31934ZM4.31934 18.6689H4.21934V18.669L4.31934 18.6689ZM19.6807 18.6689H19.5807V18.669L19.6807 18.6689ZM19.6807 10.2148H19.7807V10.1148H19.6807V10.2148ZM15.0254 14.0654L15.0254 13.9654H15.0254V14.0654ZM15.665 14.7354H15.765V14.7353L15.665 14.7354ZM15.0254 15.4062V15.5063H15.0254L15.0254 15.4062ZM8.97461 15.4062L8.9746 15.5063H8.97461V15.4062ZM8.33496 14.7354L8.23496 14.7353V14.7354H8.33496ZM8.97461 14.0654V13.9654H8.9746L8.97461 14.0654ZM4.31934 5.7998L4.21934 5.79978V5.7998H4.31934ZM4.31934 8.92676H4.21934V9.02676H4.31934V8.92676ZM19.6807 8.92676V9.02676H19.7807V8.92676H19.6807ZM19.6807 5.7998H19.7807V5.79978L19.6807 5.7998ZM17.1699 5.15625V5.05625H17.0699V5.15625H17.1699ZM16.5557 6.94043L16.5556 7.04043H16.5557V6.94043ZM15.9414 5.15625H16.0414V5.05625H15.9414V5.15625ZM8.05859 5.15625V5.05625H7.95859V5.15625H8.05859ZM7.44434 6.94043V7.04043H7.44436L7.44434 6.94043ZM6.83008 5.15625H6.93008V5.05625H6.83008V5.15625ZM16.5557 2V2.1C16.8354 2.1 17.0698 2.33897 17.0699 2.64358L17.1699 2.64355L17.2699 2.64353C17.2698 2.23749 16.9547 1.9 16.5557 1.9V2ZM17.1699 2.64355H17.0699V3.86914H17.1699H17.2699V2.64355H17.1699ZM17.1699 3.86914V3.96914H19.0664V3.86914V3.76914H17.1699V3.86914ZM19.0664 3.86914V3.96914C20.0233 3.96914 20.8099 4.78581 20.8102 5.79983L20.9102 5.7998L21.0102 5.79978C21.0098 4.68414 20.1424 3.76914 19.0664 3.76914V3.86914ZM20.9102 5.7998H20.8102V18.6689H20.9102H21.0102V5.7998H20.9102ZM20.9102 18.6689H20.8102C20.8102 19.683 20.0234 20.4996 19.0664 20.4996V20.5996V20.6996C20.1424 20.6996 21.0102 19.7847 21.0102 18.6689H20.9102ZM19.0664 20.5996V20.4996H4.93359V20.5996V20.6996H19.0664V20.5996ZM4.93359 20.5996V20.4996C3.9766 20.4996 3.18984 19.683 3.18984 18.6689H3.08984H2.98984C2.98984 19.7847 3.85759 20.6996 4.93359 20.6996V20.5996ZM3.08984 18.6689H3.18984V5.7998H3.08984H2.98984V18.6689H3.08984ZM3.08984 5.7998L3.18984 5.79981C3.18992 4.78582 3.97665 3.96914 4.93359 3.96914V3.86914V3.76914C3.85763 3.76914 2.98992 4.68413 2.98984 5.7998L3.08984 5.7998ZM4.93359 3.86914V3.96914H6.83008V3.86914V3.76914H4.93359V3.86914ZM6.83008 3.86914H6.93008V2.64355H6.83008H6.73008V3.86914H6.83008ZM6.83008 2.64355L6.93008 2.64358C6.93017 2.33897 7.16458 2.1 7.44434 2.1V2V1.9C7.04535 1.9 6.7302 2.23749 6.73008 2.64353L6.83008 2.64355ZM7.44434 2L7.44431 2.1C7.72405 2.10006 7.95851 2.33904 7.95859 2.64358L8.05859 2.64355L8.15859 2.64353C8.15848 2.23751 7.84325 1.90008 7.44436 1.9L7.44434 2ZM8.05859 2.64355H7.95859V3.86914H8.05859H8.15859V2.64355H8.05859ZM8.05859 3.86914V3.96914H15.9414V3.86914V3.76914H8.05859V3.86914ZM15.9414 3.86914H16.0414V2.64355H15.9414H15.8414V3.86914H15.9414ZM15.9414 2.64355L16.0414 2.64358C16.0415 2.33905 16.276 2.10007 16.5557 2.1L16.5557 2L16.5556 1.9C16.1568 1.9001 15.8415 2.23751 15.8414 2.64353L15.9414 2.64355ZM4.31934 10.2148H4.21934V18.6689H4.31934H4.41934V10.2148H4.31934ZM4.31934 18.6689L4.21934 18.669C4.21946 19.0746 4.53506 19.4125 4.93359 19.4125V19.3125V19.2125C4.65429 19.2125 4.41943 18.9731 4.41934 18.6689L4.31934 18.6689ZM4.93359 19.3125V19.4125H19.0664V19.3125V19.2125H4.93359V19.3125ZM19.0664 19.3125V19.4125C19.4646 19.4125 19.7808 19.0746 19.7807 18.6689L19.6807 18.6689L19.5807 18.669C19.5808 18.973 19.3456 19.2125 19.0664 19.2125V19.3125ZM19.6807 18.6689H19.7807V10.2148H19.6807H19.5807V18.6689H19.6807ZM19.6807 10.2148V10.1148H4.31934V10.2148V10.3148H19.6807V10.2148ZM15.0254 14.0654L15.0254 14.1654C15.3189 14.1655 15.5649 14.4161 15.565 14.7354L15.665 14.7354L15.765 14.7353C15.7648 14.3144 15.438 13.9655 15.0254 13.9654L15.0254 14.0654ZM15.665 14.7354H15.565C15.565 15.0549 15.319 15.3061 15.0253 15.3062L15.0254 15.4062L15.0254 15.5063C15.4384 15.506 15.765 15.1562 15.765 14.7354H15.665ZM15.0254 15.4062V15.3062H8.97461V15.4062V15.5063H15.0254V15.4062ZM8.97461 15.4062L8.97462 15.3062C8.6809 15.3062 8.43496 15.055 8.43496 14.7354H8.33496H8.23496C8.23496 15.1563 8.56151 15.5062 8.9746 15.5063L8.97461 15.4062ZM8.33496 14.7354L8.43496 14.7354C8.43513 14.416 8.6809 14.1655 8.97462 14.1654L8.97461 14.0654L8.9746 13.9654C8.56176 13.9655 8.23519 14.3144 8.23496 14.7353L8.33496 14.7354ZM8.97461 14.0654V14.1654H15.0254V14.0654V13.9654H8.97461V14.0654ZM4.93359 5.15625V5.05625C4.53532 5.05625 4.21942 5.39388 4.21934 5.79978L4.31934 5.7998L4.41934 5.79983C4.4194 5.49548 4.65444 5.25625 4.93359 5.25625V5.15625ZM4.31934 5.7998H4.21934V8.92676H4.31934H4.41934V5.7998H4.31934ZM4.31934 8.92676V9.02676H19.6807V8.92676V8.82676H4.31934V8.92676ZM19.6807 8.92676H19.7807V5.7998H19.6807H19.5807V8.92676H19.6807ZM19.6807 5.7998L19.7807 5.79978C19.7806 5.39391 19.4649 5.05625 19.0664 5.05625V5.15625V5.25625C19.3458 5.25625 19.5806 5.49546 19.5807 5.79983L19.6807 5.7998ZM19.0664 5.15625V5.05625H17.1699V5.15625V5.25625H19.0664V5.15625ZM17.1699 5.15625H17.0699V6.2959H17.1699H17.2699V5.15625H17.1699ZM17.1699 6.2959H17.0699C17.0699 6.60095 16.8353 6.84043 16.5557 6.84043V6.94043V7.04043C16.9549 7.04043 17.2699 6.70213 17.2699 6.2959H17.1699ZM16.5557 6.94043L16.5557 6.84043C16.2761 6.84036 16.0414 6.60068 16.0414 6.2959H15.9414H15.8414C15.8414 6.70185 16.1565 7.04033 16.5556 7.04043L16.5557 6.94043ZM15.9414 6.2959H16.0414V5.15625H15.9414H15.8414V6.2959H15.9414ZM15.9414 5.15625V5.05625H8.05859V5.15625V5.25625H15.9414V5.15625ZM8.05859 5.15625H7.95859V6.2959H8.05859H8.15859V5.15625H8.05859ZM8.05859 6.2959H7.95859C7.95859 6.60089 7.72397 6.84037 7.44431 6.84043L7.44434 6.94043L7.44436 7.04043C7.84345 7.04035 8.15859 6.7021 8.15859 6.2959H8.05859ZM7.44434 6.94043V6.84043C7.16468 6.84043 6.93008 6.60075 6.93008 6.2959H6.83008H6.73008C6.73008 6.70188 7.04512 7.04043 7.44434 7.04043V6.94043ZM6.83008 6.2959H6.93008V5.15625H6.83008H6.73008V6.2959H6.83008ZM6.83008 5.15625V5.05625H4.93359V5.15625V5.25625H6.83008V5.15625Z",
23
+ fill: fill
24
+ })
25
+ ]
26
+ });
27
+ };
28
+ CalendarIcon_CalendarIcon.displayName = 'CalendarIcon|calendar';
29
+ const CalendarIcon = CalendarIcon_CalendarIcon;
30
+ export { CalendarIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const ColorPumpfunGreyIcon: {
4
+ <T extends string = IconColor>({ size, width, height, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default ColorPumpfunGreyIcon;
@@ -0,0 +1,112 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ import { ms } from "react-native-size-matters";
4
+ import external_react_native_svg_default, { Path } from "react-native-svg";
5
+ const ColorPumpfunGreyIcon_ColorPumpfunGreyIcon = ({ size = ms(16), width = ms(size), height = ms(size), ...props })=>/*#__PURE__*/ jsxs(external_react_native_svg_default, {
6
+ width: width,
7
+ height: height,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ ...props,
11
+ children: [
12
+ /*#__PURE__*/ jsx(Path, {
13
+ d: "M18.3272 2.08782C18.4901 2.18745 18.6481 2.27961 18.8002 2.38058C18.9459 2.47724 19.0934 2.57377 19.2259 2.68701C19.4326 2.86374 19.6337 3.04817 19.8256 3.24085C20.1055 3.52177 20.3387 3.84112 20.5493 4.17645C20.7283 4.46137 20.8791 4.76161 20.9982 5.07582C21.1145 5.38239 21.2162 5.69426 21.2699 6.01963C21.294 6.16615 21.3241 6.3117 21.3514 6.45772C21.3535 6.4687 21.3557 6.47984 21.3559 6.49095C21.3636 6.87142 21.381 7.25206 21.3751 7.63233C21.3711 7.88431 21.3452 8.13745 21.3085 8.38705C21.2559 8.74462 21.1683 9.09488 21.039 9.43408C20.9192 9.74863 20.7742 10.051 20.6046 10.341C20.4614 10.5859 20.2926 10.8134 20.1036 11.0257C19.8857 11.2706 19.6696 11.517 19.4524 11.7624C19.4301 11.7875 19.4052 11.8104 19.382 11.8347C19.2065 12.0181 19.03 12.2005 18.8562 12.3855C18.6673 12.5865 18.4803 12.7894 18.2935 12.9925C18.0461 13.2614 17.8 13.5314 17.553 13.8005C17.3816 13.9873 17.208 14.1721 17.0383 14.3604C16.8838 14.532 16.7345 14.7081 16.5807 14.8803C16.4793 14.9938 16.374 15.1039 16.2707 15.2157C16.086 15.4156 15.9007 15.615 15.717 15.8159C15.4931 16.0608 15.2709 16.3071 15.0474 16.5524C14.8841 16.7314 14.721 16.9107 14.556 17.0881C14.3301 17.331 14.1026 17.5725 13.8753 17.8142C13.63 18.0751 13.3868 18.3381 13.1379 18.5955C12.7953 18.95 12.4548 19.307 12.1009 19.6501C11.7898 19.9516 11.4416 20.2067 11.0606 20.4182C10.802 20.5617 10.5351 20.681 10.2561 20.7763C10.0237 20.8557 9.79411 20.9437 9.54974 20.9821C9.28934 21.023 9.03232 21.0861 8.76639 21.0895C8.59891 21.0916 8.43108 21.1143 8.26425 21.1073C8.012 21.0968 7.75828 21.1 7.50849 21.0477C7.35241 21.015 7.19115 21.0051 7.03668 20.967C6.82725 20.9152 6.62087 20.85 6.41534 20.7839C5.84015 20.5987 5.3289 20.2978 4.85694 19.9235C4.60715 19.7255 4.38111 19.5026 4.16699 19.2693C3.86137 18.9363 3.59945 18.5672 3.38445 18.1701C3.09958 17.644 2.87176 17.0927 2.74904 16.5039C2.71197 16.3261 2.69937 16.1434 2.66953 15.9639C2.61847 15.6567 2.61943 15.3473 2.6287 15.0381C2.63281 14.9011 2.65322 14.7644 2.66998 14.6281C2.69082 14.4586 2.70783 14.2881 2.74005 14.1206C2.83328 13.636 2.98472 13.1703 3.19219 12.7212C3.30999 12.4662 3.44458 12.2216 3.59255 11.9844C3.67902 11.8459 3.77735 11.7127 3.88429 11.5892C4.09893 11.3414 4.32298 11.1016 4.54345 10.8588C4.69631 10.6905 4.8483 10.5213 5.00321 10.3549C5.15067 10.1964 5.30345 10.043 5.45021 9.88391C5.66247 9.65386 5.87131 9.42065 6.08189 9.18904C6.10451 9.16417 6.12986 9.14179 6.1525 9.11693C6.35573 8.89371 6.55834 8.66991 6.76176 8.44685C6.87217 8.32577 6.98316 8.2052 7.095 8.08544C7.32923 7.83461 7.56596 7.58609 7.79833 7.33356C8.00019 7.11417 8.19689 6.89006 8.39692 6.66898C8.55449 6.49484 8.71343 6.32193 8.87218 6.14885C9.04353 5.96204 9.21485 5.7752 9.38712 5.58924C9.58987 5.37038 9.79367 5.15248 9.99693 4.9341C10.0858 4.83859 10.1737 4.74217 10.2635 4.64744C10.4995 4.39817 10.7325 4.14583 10.9738 3.90173C11.26 3.61227 11.5481 3.32435 11.8455 3.04659C12.0986 2.81022 12.3678 2.59116 12.6581 2.40067C12.9833 2.18722 13.3256 2.00619 13.6892 1.86531C14.0521 1.72469 14.4249 1.62381 14.8103 1.5713C14.9501 1.55226 15.0916 1.54619 15.231 1.52533C15.499 1.48524 15.768 1.50512 16.0362 1.50756C16.3522 1.51043 16.6694 1.53073 16.9783 1.60065C17.2905 1.67133 17.6002 1.75582 17.894 1.88772C18.0366 1.95173 18.1779 2.01862 18.3272 2.08782ZM14.7241 13.2747C14.7241 13.2747 14.7287 13.2776 14.733 13.291C15.0799 13.6176 15.4267 13.9442 15.7813 14.2782C15.8958 14.1593 16.0193 14.0354 16.1379 13.9071C16.5762 13.4329 17.0092 12.9538 17.451 12.4829C18.0433 11.8517 18.643 11.2272 19.2373 10.5978C19.4139 10.4108 19.5853 10.2191 19.7245 10.0006C19.9423 9.65866 20.11 9.29407 20.2331 8.90841C20.3146 8.65315 20.3742 8.39188 20.4061 8.12681C20.4385 7.85711 20.448 7.58465 20.4763 7.30297C20.4733 7.27724 20.4702 7.25151 20.4643 7.20873C20.465 7.19152 20.4658 7.17431 20.4727 7.15311C20.4766 7.14544 20.4746 7.13954 20.4627 7.11507C20.4454 6.91841 20.4303 6.72151 20.4101 6.52513C20.3741 6.17496 20.2898 5.83442 20.1657 5.50681C20.0215 5.12633 19.8425 4.76216 19.6136 4.4223C19.3056 3.96515 18.9302 3.57648 18.4875 3.25015C18.1728 3.01815 17.8261 2.84382 17.4696 2.68928C17.3272 2.62753 17.1739 2.59084 17.0072 2.53748C16.9169 2.54013 16.8388 2.49575 16.7551 2.47481C16.6061 2.43754 16.4513 2.42261 16.2985 2.40245C16.2074 2.39044 16.1136 2.39452 16.0239 2.37684C15.8425 2.34107 15.6619 2.35522 15.4659 2.36244C15.4407 2.36812 15.4155 2.3738 15.3703 2.37796C15.2653 2.37022 15.1665 2.41612 15.0655 2.42018C14.8929 2.42713 14.7299 2.47109 14.5661 2.51417C13.8581 2.70038 13.2178 3.01859 12.6645 3.5025C12.2562 3.85957 11.8957 4.26377 11.5277 4.66059C11.3682 4.8326 11.2028 4.99911 11.0329 5.15577C10.9516 5.14596 10.9401 5.22395 10.8917 5.25676C10.9075 5.27347 10.9171 5.28373 10.9203 5.30774C10.6114 5.63771 10.3018 5.96696 9.99387 6.29783C9.69881 6.61487 9.40542 6.93345 9.1116 7.25164C9.01887 7.35206 8.92715 7.45339 8.82609 7.56402C9.01478 7.75239 9.19545 7.93549 9.37911 8.11553C9.76341 8.49226 10.1471 8.86966 10.5353 9.24237C10.8047 9.50103 11.0845 9.74889 11.3537 10.0077C11.7254 10.365 12.0903 10.7296 12.4606 11.0884C12.7852 11.403 13.1153 11.7121 13.4395 12.0272C13.7477 12.3267 14.0508 12.6315 14.3574 12.9327C14.4318 13.0057 14.5111 13.0738 14.5935 13.1578C14.6361 13.1952 14.6787 13.2327 14.7241 13.2747ZM3.55237 15.1319C3.5555 15.1661 3.55864 15.2003 3.56324 15.2546C3.56285 15.3219 3.56247 15.3892 3.55203 15.4716C3.53016 15.7243 3.57992 15.9699 3.64644 16.2093C3.75582 16.6029 3.84718 17.0033 4.03125 17.3728C4.08927 17.4892 4.13468 17.6125 4.19962 17.7247C4.29465 17.889 4.40505 18.0442 4.50352 18.2065C4.64961 18.4474 4.83589 18.656 5.03055 18.8558C5.21487 19.0451 5.42341 19.2079 5.64033 19.3601C5.8788 19.5274 6.12498 19.6815 6.3897 19.8022C6.6884 19.9384 6.99953 20.0404 7.3216 20.1082C7.63189 20.1734 7.94381 20.2224 8.26206 20.2136C8.45564 20.2083 8.65013 20.209 8.84233 20.1889C9.04127 20.1682 9.23981 20.134 9.43501 20.0901C9.59028 20.0552 9.74312 20.0042 9.8919 19.947C10.1106 19.8628 10.3313 19.7794 10.5394 19.6729C10.8691 19.5042 11.1664 19.2811 11.4376 19.0317C11.7144 18.7773 11.9689 18.4983 12.2275 18.2246C12.4575 17.9812 12.6778 17.7288 12.9057 17.4834C13.0807 17.295 13.2606 17.1112 13.4388 16.9259C13.5085 16.8534 13.582 16.7845 13.6496 16.7102C13.7347 16.6166 13.8129 16.5166 13.8991 16.4241C14.026 16.2878 14.1592 16.1573 14.2865 16.0213C14.5286 15.7629 14.7689 15.5029 15.0085 15.2422C15.0503 15.1967 15.0851 15.1446 15.1187 15.1014C14.9958 14.9812 14.8826 14.8691 14.768 14.7585C14.58 14.577 14.3917 14.3959 14.2019 14.2163C14.1755 14.1913 14.1401 14.1759 14.1035 14.1423C14.0277 14.0651 13.9539 13.9859 13.8758 13.9111C13.4364 13.4902 12.996 13.0704 12.556 12.6501C12.2077 12.3174 11.8589 11.9852 11.5114 11.6516C11.3443 11.4913 11.1805 11.3275 11.0137 11.1668C10.6911 10.8561 10.3672 10.5465 10.0441 10.2362C9.71845 9.92345 9.39321 9.61022 9.06749 9.29751C8.95445 9.18899 8.8409 9.081 8.72692 8.97348C8.56143 8.81736 8.39577 8.66142 8.22907 8.5066C8.20279 8.48219 8.17068 8.46405 8.13681 8.43983C8.1013 8.47441 8.07096 8.50164 8.04327 8.53133C7.92876 8.65413 7.81583 8.77842 7.70089 8.90081C7.29726 9.33056 6.8958 9.7624 6.48828 10.1884C6.04702 10.6497 5.59819 11.1038 5.15611 11.5643C4.96494 11.7635 4.7784 11.9674 4.597 12.1755C4.36736 12.4389 4.19627 12.7407 4.04337 13.0535C3.90334 13.3401 3.80659 13.6413 3.72782 13.9493C3.64445 14.2752 3.58769 14.6053 3.55561 14.9499C3.55773 14.9701 3.55985 14.9904 3.56313 15.0287C3.56256 15.059 3.562 15.0893 3.55237 15.1319Z",
14
+ fill: "#4A4A4A"
15
+ }),
16
+ /*#__PURE__*/ jsx(Path, {
17
+ d: "M15.4742 22.4967C15.4689 22.4985 15.4645 22.4939 15.4592 22.4839C15.4629 22.4835 15.4684 22.4874 15.4742 22.4967Z",
18
+ fill: "#1D2B24"
19
+ }),
20
+ /*#__PURE__*/ jsx(Path, {
21
+ d: "M7.80249 22.4822C7.80528 22.4869 7.80191 22.4917 7.79369 22.4982C7.78835 22.493 7.79085 22.4872 7.80249 22.4822Z",
22
+ fill: "#121716"
23
+ }),
24
+ /*#__PURE__*/ jsx(Path, {
25
+ d: "M5.60402 22.4819C5.60688 22.4867 5.60351 22.4916 5.59522 22.4981C5.58986 22.4929 5.59236 22.487 5.60402 22.4819Z",
26
+ fill: "#121716"
27
+ }),
28
+ /*#__PURE__*/ jsx(Path, {
29
+ d: "M14.581 13.1363C14.581 13.1363 14.4316 13.0055 14.3573 12.9325C14.0506 12.6313 13.7475 12.3265 13.4393 12.027C13.1151 11.7119 12.7851 11.4028 12.4604 11.0882C12.0901 10.7294 11.7253 10.3649 11.3536 10.0075C11.0843 9.7487 10.8045 9.50084 10.5351 9.24217C10.1469 8.86947 9.76325 8.49206 9.37895 8.11534C9.19529 7.93529 9.01462 7.75219 8.82593 7.56383C8.92698 7.4532 9.01871 7.35186 9.11143 7.25145C9.40525 6.93326 9.69865 6.61468 9.99371 6.29764C10.3016 5.96677 10.6113 5.63752 10.9298 5.29766C10.973 5.24782 11.0064 5.20787 11.0399 5.16793C11.2026 4.99892 11.3681 4.83241 11.5276 4.6604C11.8956 4.26358 12.256 3.85938 12.6643 3.50231C13.2177 3.0184 13.858 2.70019 14.5659 2.51398C14.7297 2.4709 14.8928 2.42694 15.0654 2.41999C15.1663 2.41593 15.2651 2.37003 15.3878 2.38065C15.4304 2.3784 15.4554 2.37326 15.4804 2.36813C15.6617 2.35503 15.8423 2.34088 16.0238 2.37665C16.1135 2.39433 16.2072 2.39025 16.2983 2.40226C16.4512 2.42242 16.606 2.43735 16.7549 2.47462C16.8386 2.49556 16.9167 2.53994 17.018 2.54763C17.1283 2.60466 17.2287 2.64917 17.3266 2.69877C17.4053 2.73867 17.4828 2.78175 17.5573 2.82895C17.62 2.86864 17.6777 2.91618 17.7375 2.96042C17.8598 3.05095 17.984 3.13902 18.1037 3.23284C18.2541 3.3507 18.3618 3.50886 18.4797 3.65573C18.5867 3.78891 18.6865 3.9301 18.7717 4.07798C18.9969 4.4687 19.1445 4.88991 19.2424 5.32986C19.3163 5.66197 19.3587 5.99693 19.3594 6.33715C19.3597 6.4418 19.3648 6.54672 19.359 6.65104C19.3481 6.84777 19.3355 7.04466 19.3143 7.24047C19.3027 7.34728 19.267 7.45125 19.2506 7.5578C19.2107 7.81752 19.1286 8.06544 19.0292 8.306C18.8751 8.67923 18.6724 9.02688 18.4295 9.35024C18.3021 9.51976 18.1894 9.70046 18.0416 9.85439C17.8709 10.0321 17.7018 10.2113 17.5319 10.3897C17.4034 10.5246 17.2742 10.6589 17.1462 10.7943C16.8879 11.0676 16.6309 11.3422 16.372 11.615C16.2024 11.7938 16.0305 11.9704 15.8598 12.1482C15.8186 12.1911 15.778 12.2345 15.7375 12.278C15.4632 12.5729 15.1899 12.8751 14.9149 13.1694C14.8639 13.224 14.8058 13.2699 14.7291 13.2844L14.708 13.2632L14.581 13.1363Z",
30
+ fill: "white"
31
+ }),
32
+ /*#__PURE__*/ jsx(Path, {
33
+ d: "M3.56574 14.9411C3.58778 14.6052 3.64454 14.275 3.72791 13.9491C3.80668 13.6412 3.90343 13.34 4.04346 13.0534C4.19636 12.7405 4.36745 12.4388 4.59708 12.1754C4.77849 11.9673 4.96503 11.7633 5.1562 11.5642C5.59828 11.1037 6.04711 10.6496 6.48837 10.1883C6.89589 9.76227 7.29735 9.33043 7.70097 8.90068C7.81592 8.77829 7.92885 8.654 8.04336 8.53121C8.07105 8.50151 8.10139 8.47428 8.1369 8.4397C8.17076 8.46392 8.20288 8.48206 8.22916 8.50647C8.39586 8.6613 8.56152 8.81723 8.72701 8.97335C8.84099 9.08087 8.95454 9.18886 9.06758 9.29738C9.3933 9.61009 9.71854 9.92332 10.0442 10.2361C10.3673 10.5464 10.6912 10.8559 11.0138 11.1667C11.1806 11.3274 11.3444 11.4911 11.5115 11.6515C11.859 11.985 12.2077 12.3173 12.5561 12.65C12.9961 13.0702 13.4365 13.49 13.8759 13.9109C13.954 13.9857 14.0278 14.065 14.0997 14.1524C13.9798 14.2937 13.8649 14.426 13.7473 14.5557C13.6896 14.6194 13.6249 14.6766 13.5669 14.7399C13.3757 14.9491 13.1888 15.1621 12.9954 15.3692C12.7202 15.6638 12.4402 15.9539 12.1634 16.247C11.9174 16.5075 11.673 16.7694 11.4281 17.031C11.3465 17.1181 11.2661 17.2063 11.1848 17.2936C10.8049 17.701 10.4004 18.0797 9.92136 18.3706C9.83874 18.4208 9.75474 18.4699 9.66724 18.5106C9.34117 18.6623 8.99961 18.7666 8.64581 18.8301C8.39305 18.8755 8.13961 18.9226 7.88153 18.9113C7.68088 18.9025 7.48004 18.8869 7.28069 18.8627C7.11864 18.843 6.95796 18.8095 6.79805 18.7756C6.67822 18.7502 6.56017 18.7158 6.44215 18.6826C6.38139 18.6655 6.32138 18.6446 6.26278 18.621C5.97509 18.5054 5.70033 18.3654 5.43798 18.1988C5.20821 18.0529 4.97254 17.915 4.77492 17.7263C4.54021 17.5023 4.3011 17.2807 4.1228 17.0053C4.02156 16.849 3.90991 16.6971 3.82822 16.5308C3.67749 16.2239 3.59288 15.8965 3.58602 15.5516C3.58538 15.5197 3.57046 15.4881 3.56217 15.4563C3.56256 15.389 3.56294 15.3217 3.56703 15.238C3.56767 15.1876 3.5646 15.1535 3.56152 15.1194C3.56209 15.0892 3.56265 15.0589 3.56518 15.0111C3.56668 14.976 3.56621 14.9585 3.56574 14.9411ZM5.20051 15.6829C5.21001 15.9232 5.26312 16.1562 5.32322 16.3875C5.3361 16.4371 5.36182 16.4849 5.38938 16.5287C5.43764 16.6053 5.50384 16.6352 5.56635 16.6173C5.6545 16.5921 5.7245 16.5086 5.72007 16.4211C5.7167 16.3545 5.70825 16.2863 5.68923 16.2226C5.58607 15.8773 5.57722 15.5239 5.59712 15.1624C5.59798 15.1598 5.60012 15.1568 5.59944 15.1546C5.59782 15.1497 5.59487 15.1451 5.59371 15.1281C5.59428 15.1199 5.59485 15.1116 5.6022 15.0948C5.60568 15.0876 5.60539 15.0806 5.60351 15.054C5.60698 14.9689 5.61168 14.8839 5.61353 14.7987C5.61498 14.7317 5.58128 14.6886 5.51891 14.6629C5.38796 14.6089 5.28789 14.652 5.25619 14.7911C5.22999 14.9062 5.21992 15.0249 5.19267 15.1546C5.19235 15.1813 5.19202 15.208 5.18991 15.2507C5.19051 15.2667 5.19111 15.2826 5.18633 15.3173C5.18762 15.3495 5.18891 15.3816 5.1882 15.4319C5.18933 15.4623 5.19046 15.4926 5.18688 15.5407C5.19092 15.5815 5.19495 15.6222 5.20051 15.6829ZM6.36007 17.433C6.27923 17.3555 6.19914 17.2772 6.11726 17.2008C6.07328 17.1598 6.01963 17.1442 5.96154 17.1638C5.81711 17.2123 5.76737 17.3701 5.86231 17.4884C5.92032 17.5608 5.9858 17.6275 6.05127 17.6934C6.11164 17.7542 6.17304 17.8149 6.2402 17.8677C6.3301 17.9385 6.41577 17.9222 6.47829 17.8269C6.5026 17.7898 6.51819 17.747 6.53742 17.7067C6.56158 17.656 6.54958 17.6121 6.51043 17.5746C6.46457 17.5307 6.4178 17.4878 6.36007 17.433ZM6.03001 13.8926C6.09291 13.8244 6.15828 13.7582 6.21814 13.6873C6.30544 13.5839 6.30283 13.5387 6.21258 13.436C6.20034 13.4221 6.18679 13.4092 6.17286 13.3969C6.08941 13.3236 6.03782 13.3216 5.96127 13.3993C5.85979 13.5025 5.75967 13.6073 5.66484 13.7165C5.55662 13.8411 5.57188 13.9193 5.71179 14.0035C5.72763 14.0131 5.74535 14.0194 5.76148 14.0285C5.8139 14.0581 5.86281 14.0487 5.90591 14.0117C5.94531 13.9778 5.98114 13.9398 6.03001 13.8926Z",
34
+ fill: "#E7E7E7"
35
+ }),
36
+ /*#__PURE__*/ jsx(Path, {
37
+ d: "M3.557 15.4639C3.57031 15.4881 3.58523 15.5197 3.58587 15.5516C3.59273 15.8965 3.67735 16.2239 3.82808 16.5308C3.90976 16.6971 4.02141 16.8489 4.12266 17.0053C4.30095 17.2806 4.54006 17.5022 4.77478 17.7263C4.97239 17.915 5.20806 18.0529 5.43784 18.1988C5.70018 18.3654 5.97494 18.5053 6.26264 18.621C6.32124 18.6445 6.38124 18.6654 6.44201 18.6825C6.56003 18.7158 6.67807 18.7501 6.79791 18.7755C6.95781 18.8094 7.1185 18.8429 7.28055 18.8626C7.47989 18.8869 7.68073 18.9025 7.88139 18.9113C8.13946 18.9226 8.3929 18.8755 8.64567 18.8301C8.99946 18.7665 9.34102 18.6623 9.6671 18.5106C9.75459 18.4699 9.8386 18.4208 9.92122 18.3706C10.4003 18.0797 10.8048 17.701 11.1846 17.2935C11.266 17.2063 11.3464 17.1181 11.428 17.0309C11.6728 16.7694 11.9173 16.5075 12.1632 16.247C12.44 15.9538 12.7201 15.6638 12.9952 15.3692C13.1886 15.1621 13.3756 14.949 13.5668 14.7399C13.6247 14.6765 13.6895 14.6194 13.7471 14.5557C13.8647 14.4259 13.9796 14.2937 14.1022 14.1592C14.1401 14.1757 14.1755 14.1912 14.2019 14.2162C14.3916 14.3957 14.5799 14.5769 14.7679 14.7583C14.8825 14.869 14.9958 14.981 15.1186 15.1012C15.0851 15.1445 15.0503 15.1965 15.0084 15.2421C14.7688 15.5027 14.5285 15.7627 14.2865 16.0212C14.1591 16.1571 14.026 16.2876 13.899 16.4239C13.8128 16.5165 13.7347 16.6165 13.6495 16.71C13.5819 16.7843 13.5085 16.8533 13.4388 16.9257C13.2605 17.1111 13.0806 17.2949 12.9057 17.4832C12.6778 17.7286 12.4574 17.981 12.2274 18.2244C11.9689 18.4981 11.7144 18.7772 11.4376 19.0316C11.1663 19.2809 10.869 19.504 10.5394 19.6727C10.3312 19.7793 10.1106 19.8627 9.89185 19.9468C9.74306 20.004 9.59022 20.055 9.43495 20.09C9.23975 20.1339 9.04121 20.168 8.84227 20.1888C8.65007 20.2088 8.45558 20.2082 8.26201 20.2135C7.94375 20.2222 7.63183 20.1733 7.32154 20.108C6.99947 20.0403 6.68834 19.9383 6.38964 19.8021C6.12493 19.6814 5.87874 19.5272 5.64028 19.3599C5.42336 19.2077 5.21481 19.0449 5.0305 18.8557C4.83584 18.6558 4.64955 18.4472 4.50346 18.2064C4.405 18.044 4.29459 17.8888 4.19956 17.7246C4.13463 17.6124 4.08922 17.489 4.0312 17.3726C3.84712 17.0032 3.75576 16.6027 3.64639 16.2091C3.57987 15.9697 3.5301 15.7241 3.557 15.4639Z",
38
+ fill: "#838383"
39
+ }),
40
+ /*#__PURE__*/ jsx(Path, {
41
+ d: "M14.731 13.2841C14.8055 13.263 14.8636 13.2171 14.9146 13.1624C15.1895 12.8682 15.4634 12.5729 15.7377 12.2781C15.7782 12.2346 15.8189 12.1911 15.8601 12.1482C16.0307 11.9705 16.2026 11.7939 16.3723 11.6151C16.6311 11.3422 16.8882 11.0677 17.1465 10.7943C17.2744 10.6589 17.4037 10.5247 17.5321 10.3898C17.702 10.2113 17.8711 10.0321 18.0418 9.85442C18.1897 9.7005 18.3024 9.5198 18.4297 9.35027C18.6727 9.02692 18.8754 8.67926 19.0295 8.30603C19.1288 8.06548 19.2109 7.81756 19.2508 7.55784C19.2672 7.45128 19.3029 7.34731 19.3145 7.2405C19.3358 7.0447 19.3483 6.8478 19.3592 6.65108C19.3651 6.54676 19.3599 6.44183 19.3597 6.33718C19.3589 5.99697 19.3165 5.66201 19.2426 5.32989C19.1448 4.88994 18.9971 4.46873 18.772 4.07802C18.6867 3.93013 18.5869 3.78894 18.4799 3.65576C18.362 3.5089 18.2544 3.35073 18.104 3.23288C17.9843 3.13905 17.86 3.05098 17.7377 2.96046C17.6779 2.91621 17.6202 2.86867 17.5576 2.82899C17.483 2.78179 17.4055 2.7387 17.3268 2.6988C17.229 2.64921 17.1285 2.6047 17.0274 2.55029C17.1739 2.59069 17.3272 2.62738 17.4697 2.68912C17.8262 2.84366 18.1729 3.01799 18.4876 3.24999C18.9303 3.57632 19.3057 3.965 19.6136 4.42215C19.8426 4.762 20.0216 5.12618 20.1657 5.50665C20.2898 5.83427 20.3742 6.17481 20.4102 6.52497C20.4303 6.72135 20.4454 6.91825 20.4632 7.13049C20.4646 7.14968 20.4656 7.15332 20.4666 7.15695C20.4659 7.17416 20.4651 7.19137 20.4634 7.22568C20.4642 7.26627 20.4659 7.28975 20.4676 7.31323C20.4481 7.58449 20.4386 7.85695 20.4062 8.12666C20.3743 8.39172 20.3146 8.653 20.2332 8.90825C20.11 9.29391 19.9424 9.6585 19.7246 10.0004C19.5853 10.219 19.4139 10.4107 19.2374 10.5977C18.6431 11.2271 18.0434 11.8515 17.4511 12.4828C17.0093 12.9536 16.5763 13.4327 16.138 13.9069C16.0194 14.0353 15.8959 14.1592 15.7814 14.278C15.4268 13.9441 15.0799 13.6175 14.731 13.2841Z",
42
+ fill: "#D6D6D6"
43
+ }),
44
+ /*#__PURE__*/ jsx(Path, {
45
+ d: "M11.0363 5.16156C11.0065 5.20768 10.973 5.24762 10.9331 5.29059C10.917 5.28335 10.9073 5.27308 10.8916 5.25637C10.94 5.22356 10.9514 5.14557 11.0363 5.16156Z",
46
+ fill: "#1C8862"
47
+ }),
48
+ /*#__PURE__*/ jsx(Path, {
49
+ d: "M3.55696 15.1255C3.56457 15.1534 3.56764 15.1875 3.56628 15.2279C3.5587 15.2 3.55557 15.1658 3.55696 15.1255Z",
50
+ fill: "#1C8862"
51
+ }),
52
+ /*#__PURE__*/ jsx(Path, {
53
+ d: "M15.4732 2.36523C15.4555 2.37331 15.4306 2.37844 15.3979 2.38146C15.4155 2.37365 15.4407 2.36798 15.4732 2.36523Z",
54
+ fill: "#BAD0D1"
55
+ }),
56
+ /*#__PURE__*/ jsx(Path, {
57
+ d: "M20.4719 7.30795C20.4658 7.28968 20.4641 7.2662 20.4647 7.23413C20.4701 7.25128 20.4732 7.27701 20.4719 7.30795Z",
58
+ fill: "#466E4B"
59
+ }),
60
+ /*#__PURE__*/ jsx(Path, {
61
+ d: "M3.56065 14.9453C3.56614 14.9584 3.56661 14.9759 3.56453 15.0019C3.55987 14.9901 3.55775 14.9699 3.56065 14.9453Z",
62
+ fill: "#1C8862"
63
+ }),
64
+ /*#__PURE__*/ jsx(Path, {
65
+ d: "M20.4693 7.15415C20.4654 7.1526 20.4644 7.14914 20.465 7.14054C20.474 7.13933 20.4759 7.14494 20.4693 7.15415Z",
66
+ fill: "#466E4B"
67
+ }),
68
+ /*#__PURE__*/ jsx(Path, {
69
+ d: "M4.05559 22.481C4.06142 22.4886 4.0587 22.494 4.04914 22.4996C4.04634 22.4941 4.04793 22.487 4.05559 22.481Z",
70
+ fill: "#BAD0D1"
71
+ }),
72
+ /*#__PURE__*/ jsx(Path, {
73
+ d: "M4.41857 22.4725C4.41657 22.4769 4.41267 22.4779 4.40332 22.4763C4.40414 22.4722 4.41041 22.4706 4.41857 22.4725Z",
74
+ fill: "#24332C"
75
+ }),
76
+ /*#__PURE__*/ jsx(Path, {
77
+ d: "M5.19144 15.523C5.19031 15.4927 5.18918 15.4623 5.1937 15.4168C5.19675 15.3674 5.19415 15.333 5.19155 15.2986C5.19096 15.2827 5.19036 15.2667 5.19501 15.2361C5.20102 15.195 5.20179 15.1685 5.20256 15.1419C5.21977 15.0249 5.22983 14.9062 5.25603 14.7911C5.28774 14.652 5.38781 14.609 5.51875 14.6629C5.58113 14.6886 5.61483 14.7317 5.61337 14.7987C5.61153 14.8839 5.60683 14.9689 5.59888 15.0682C5.59101 15.0895 5.5913 15.0965 5.59527 15.1034C5.5947 15.1117 5.59413 15.1199 5.5912 15.1411C5.58959 15.1588 5.59035 15.1635 5.5911 15.1682C5.57707 15.524 5.58592 15.8773 5.68908 16.2226C5.7081 16.2863 5.71654 16.3545 5.71992 16.4211C5.72435 16.5086 5.65435 16.5921 5.5662 16.6173C5.50369 16.6353 5.43749 16.6053 5.38923 16.5287C5.36167 16.485 5.33594 16.4371 5.32306 16.3875C5.26296 16.1562 5.20986 15.9233 5.20196 15.664C5.19953 15.6044 5.19549 15.5637 5.19144 15.523Z",
78
+ fill: "#FCFEFD"
79
+ }),
80
+ /*#__PURE__*/ jsx(Path, {
81
+ d: "M6.36557 17.4386C6.41762 17.4876 6.46439 17.5306 6.51026 17.5745C6.5494 17.6119 6.5614 17.6559 6.53724 17.7066C6.51802 17.7469 6.50243 17.7897 6.47812 17.8268C6.41559 17.922 6.32993 17.9384 6.24003 17.8676C6.17287 17.8148 6.11147 17.754 6.0511 17.6933C5.98563 17.6274 5.92015 17.5607 5.86213 17.4883C5.7672 17.3699 5.81694 17.2122 5.96136 17.1637C6.01945 17.1441 6.0731 17.1597 6.11708 17.2007C6.19897 17.2771 6.27906 17.3554 6.36557 17.4386Z",
82
+ fill: "#FBFDFC"
83
+ }),
84
+ /*#__PURE__*/ jsx(Path, {
85
+ d: "M6.02422 13.898C5.98109 13.9397 5.94526 13.9777 5.90586 14.0115C5.86276 14.0485 5.81385 14.0579 5.76143 14.0284C5.7453 14.0193 5.72758 14.0129 5.71174 14.0034C5.57182 13.9192 5.55656 13.8409 5.66479 13.7163C5.75962 13.6071 5.85974 13.5023 5.96122 13.3992C6.03777 13.3214 6.08935 13.3234 6.17281 13.3968C6.18674 13.409 6.20029 13.4219 6.21253 13.4359C6.30278 13.5385 6.30539 13.5838 6.21808 13.6872C6.15823 13.758 6.09286 13.8242 6.02422 13.898Z",
86
+ fill: "#FBFDFC"
87
+ }),
88
+ /*#__PURE__*/ jsx(Path, {
89
+ d: "M5.18921 15.532C5.19561 15.5638 5.19965 15.6045 5.20133 15.6541C5.19492 15.6223 5.19089 15.5816 5.18921 15.532Z",
90
+ fill: "#BAD0D1"
91
+ }),
92
+ /*#__PURE__*/ jsx(Path, {
93
+ d: "M5.18899 15.3081C5.19428 15.3331 5.19688 15.3675 5.19483 15.4079C5.18889 15.3817 5.18759 15.3496 5.18899 15.3081Z",
94
+ fill: "#BAD0D1"
95
+ }),
96
+ /*#__PURE__*/ jsx(Path, {
97
+ d: "M5.19749 15.1482C5.20174 15.1684 5.20097 15.1949 5.19585 15.228C5.19182 15.208 5.19214 15.1812 5.19749 15.1482Z",
98
+ fill: "#BAD0D1"
99
+ }),
100
+ /*#__PURE__*/ jsx(Path, {
101
+ d: "M5.59876 15.099C5.5914 15.0964 5.59112 15.0893 5.59788 15.0779C5.60534 15.0805 5.60563 15.0875 5.59876 15.099Z",
102
+ fill: "#BAD0D1"
103
+ }),
104
+ /*#__PURE__*/ jsx(Path, {
105
+ d: "M5.594 15.1642C5.59049 15.1625 5.58977 15.158 5.5907 15.147C5.59465 15.145 5.59747 15.1493 5.59901 15.1541C5.59966 15.1561 5.59761 15.1589 5.594 15.1642Z",
106
+ fill: "#BAD0D1"
107
+ })
108
+ ]
109
+ });
110
+ ColorPumpfunGreyIcon_ColorPumpfunGreyIcon.displayName = 'ColorPumpfunGreyIcon|color-pumpfun-grey';
111
+ const ColorPumpfunGreyIcon = ColorPumpfunGreyIcon_ColorPumpfunGreyIcon;
112
+ export { ColorPumpfunGreyIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const Edit1Icon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Edit1Icon;
@@ -0,0 +1,27 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { ms } from "react-native-size-matters";
4
+ import external_react_native_svg_default, { Path } from "react-native-svg";
5
+ import { isThemeColor, useIconsContext } from "../core/index.js";
6
+ const Edit1Icon_Edit1Icon = ({ size = ms(16), width = ms(size), height = ms(size), color = 'default', ...props })=>{
7
+ const { getColor } = useIconsContext();
8
+ const _color = isThemeColor(color) ? getColor(color) : color;
9
+ const fill = props.fill || _color;
10
+ const stroke = props.stroke || _color;
11
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
12
+ width: width,
13
+ height: height,
14
+ viewBox: "0 0 24 24",
15
+ fill: "none",
16
+ ...props,
17
+ children: /*#__PURE__*/ jsx(Path, {
18
+ d: "M20.7116 4.42872L13.0236 12.6618C12.9639 12.7256 12.8813 12.763 12.794 12.7661C12.7067 12.7691 12.6218 12.7375 12.5577 12.6781C12.5261 12.6488 12.5006 12.6135 12.4826 12.5743C12.4647 12.5351 12.4546 12.4928 12.453 12.4497C12.4515 12.4066 12.4584 12.3636 12.4735 12.3232C12.4885 12.2828 12.5114 12.2458 12.5408 12.2142L20.2295 3.98115C20.2893 3.91757 20.3719 3.8802 20.4591 3.87715C20.5463 3.87411 20.6313 3.90565 20.6954 3.9649C20.727 3.99425 20.7524 4.02955 20.7703 4.06877C20.7882 4.10798 20.7982 4.15035 20.7998 4.19344C20.8013 4.23652 20.7943 4.27949 20.7791 4.31986C20.764 4.36023 20.7411 4.39723 20.7116 4.42872ZM5.86306 11.6448H10.9699C11.0525 11.6513 11.1295 11.6887 11.1857 11.7495C11.2419 11.8103 11.2731 11.89 11.2731 11.9729C11.2731 12.0557 11.2419 12.1354 11.1857 12.1962C11.1295 12.257 11.0525 12.2944 10.9699 12.3009H5.86306C5.81781 12.3045 5.77231 12.2986 5.72942 12.2838C5.68654 12.2689 5.64719 12.2453 5.61385 12.2145C5.58052 12.1837 5.55392 12.1463 5.53573 12.1047C5.51754 12.0631 5.50815 12.0182 5.50815 11.9729C5.50815 11.9275 5.51754 11.8826 5.53573 11.841C5.55392 11.7994 5.58052 11.762 5.61385 11.7312C5.64719 11.7004 5.68654 11.6768 5.72942 11.6619C5.77231 11.6471 5.81781 11.6412 5.86306 11.6448ZM5.86306 8.85506H13.0297C13.074 8.85304 13.1183 8.86003 13.1599 8.87561C13.2014 8.89119 13.2394 8.91503 13.2715 8.94569C13.3036 8.97635 13.3291 9.0132 13.3466 9.05401C13.364 9.09482 13.373 9.13874 13.373 9.18312C13.373 9.2275 13.364 9.27142 13.3466 9.31223C13.3291 9.35304 13.3036 9.38989 13.2715 9.42055C13.2394 9.45121 13.2014 9.47505 13.1599 9.49063C13.1183 9.50621 13.074 9.5132 13.0297 9.51119H5.86306C5.78051 9.50468 5.70345 9.4673 5.64724 9.40649C5.59104 9.34569 5.55982 9.26593 5.55982 9.18312C5.55982 9.10032 5.59104 9.02055 5.64724 8.95975C5.70345 8.89894 5.78051 8.86156 5.86306 8.85506ZM15.0888 5.764L4.10255 5.76333C4.02671 5.76333 3.92176 5.76197 3.85879 5.7701V17.1694C3.85879 17.3509 4.0064 17.4978 4.18787 17.4978H9.48769C9.56623 17.4978 9.64207 17.5263 9.70166 17.577L11.8143 19.3809L14.4334 17.5574C14.4888 17.5187 14.5547 17.4979 14.6223 17.4978H19.5368C19.58 17.4979 19.6228 17.4895 19.6628 17.473C19.7028 17.4566 19.7391 17.4324 19.7697 17.4019C19.8003 17.3714 19.8247 17.3352 19.8413 17.2953C19.8579 17.2554 19.8665 17.2126 19.8666 17.1694V8.99183C19.8666 8.90447 19.9013 8.82068 19.9631 8.7589C20.0248 8.69712 20.1086 8.66242 20.196 8.66242C20.2834 8.66242 20.3672 8.69712 20.4289 8.7589C20.4907 8.82068 20.5254 8.90447 20.5254 8.99183V17.1694C20.5245 17.431 20.42 17.6816 20.2347 17.8663C20.0494 18.0509 19.7984 18.1546 19.5368 18.1546H14.7259L11.9829 20.0648C11.9227 20.1061 11.8506 20.1265 11.7777 20.1228C11.7047 20.1191 11.6351 20.0916 11.5793 20.0445L9.36581 18.1546H4.18787C3.92633 18.1546 3.67545 18.0509 3.49026 17.8662C3.30507 17.6815 3.20067 17.431 3.19995 17.1694V5.764C3.19995 5.56899 3.25886 5.4119 3.37465 5.29747C3.57101 5.10313 3.84389 5.10381 4.10729 5.1072L4.18787 5.10787H15.0888C15.1341 5.10431 15.1796 5.11015 15.2225 5.12502C15.2654 5.13989 15.3047 5.16347 15.338 5.19428C15.3714 5.22509 15.398 5.26247 15.4162 5.30406C15.4343 5.34564 15.4437 5.39055 15.4437 5.43594C15.4437 5.48133 15.4343 5.52623 15.4162 5.56782C15.398 5.60941 15.3714 5.64678 15.338 5.6776C15.3047 5.70841 15.2654 5.73199 15.2225 5.74686C15.1796 5.76173 15.1341 5.76757 15.0888 5.764Z",
19
+ fill: fill,
20
+ stroke: stroke,
21
+ strokeWidth: 0.741053
22
+ })
23
+ });
24
+ };
25
+ Edit1Icon_Edit1Icon.displayName = 'Edit1Icon|edit-1';
26
+ const Edit1Icon = Edit1Icon_Edit1Icon;
27
+ export { Edit1Icon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const Flash1Icon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Flash1Icon;
@@ -0,0 +1,27 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { ms } from "react-native-size-matters";
4
+ import external_react_native_svg_default, { Path } from "react-native-svg";
5
+ import { isThemeColor, useIconsContext } from "../core/index.js";
6
+ const Flash1Icon_Flash1Icon = ({ size = ms(16), width = ms(size), height = ms(size), color = 'default', ...props })=>{
7
+ const { getColor } = useIconsContext();
8
+ const _color = isThemeColor(color) ? getColor(color) : color;
9
+ const fill = props.fill || _color;
10
+ const stroke = props.stroke || _color;
11
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
12
+ width: width,
13
+ height: height,
14
+ viewBox: "0 0 24 24",
15
+ fill: "none",
16
+ ...props,
17
+ children: /*#__PURE__*/ jsx(Path, {
18
+ d: "M10.2262 4.01446L15.7376 4.01678L13.2134 9.52819L13.2157 9.52935C13.1758 9.61132 13.1559 9.70159 13.1577 9.79274C13.1693 10.1054 13.4263 10.3462 13.7349 10.3497H13.7384C13.7477 10.3497 13.7552 10.3549 13.7639 10.3543C13.7691 10.3543 13.7738 10.3508 13.779 10.3508L17.1479 10.3857L10.2053 18.6481L11.4056 13.4297L11.3992 13.428C11.4103 13.3786 11.4253 13.3293 11.4236 13.2765C11.4176 13.1218 11.3503 12.9757 11.2366 12.8705C11.1229 12.7653 10.9721 12.7096 10.8173 12.7155C10.8115 12.7155 10.8069 12.719 10.8011 12.719H6.49871L10.2262 4.01446ZM5.64183 13.8828C5.64763 13.8828 5.65228 13.8799 5.65808 13.8793H10.1113L8.53445 20.7355L8.54026 20.7367C8.52981 20.7866 8.51473 20.8353 8.51647 20.8875C8.52923 21.2112 8.80074 21.4619 9.12273 21.4497C9.20379 21.446 9.28317 21.4252 9.35565 21.3887C9.42814 21.3522 9.49209 21.3008 9.54333 21.2379L18.8002 10.2232C18.8083 10.2151 18.8147 10.2058 18.8222 10.1971L18.8263 10.1913C18.9205 10.0815 18.9696 9.94029 18.9649 9.79564C18.9588 9.64648 18.8955 9.5054 18.7881 9.4017C18.6808 9.29799 18.5376 9.23962 18.3883 9.2387L18.3836 9.23812C18.3749 9.23812 18.368 9.23406 18.3593 9.23464C18.3535 9.23464 18.35 9.23754 18.3448 9.23754L14.6405 9.19925L17.1694 3.67855L17.1671 3.67739C17.207 3.59542 17.2269 3.50515 17.2251 3.414C17.2221 3.33731 17.204 3.26197 17.1719 3.19226C17.1398 3.12256 17.0943 3.05987 17.0379 3.00777C16.9815 2.95567 16.9155 2.91519 16.8435 2.88863C16.7715 2.86208 16.6949 2.84997 16.6182 2.853C16.6124 2.853 16.6078 2.85648 16.602 2.85648L9.84501 2.85416C9.83631 2.85416 9.82935 2.8501 9.82064 2.8501C9.7105 2.85483 9.60397 2.89084 9.51356 2.95393C9.42314 3.01702 9.35257 3.10456 9.31011 3.20631L9.30837 3.20979C9.30431 3.22023 9.29909 3.2301 9.29503 3.24112L5.08489 13.0712C5.04973 13.1501 5.03269 13.236 5.035 13.3224C5.04776 13.6449 5.31985 13.8956 5.64183 13.8828Z",
19
+ fill: fill,
20
+ stroke: stroke,
21
+ strokeWidth: 0.186
22
+ })
23
+ });
24
+ };
25
+ Flash1Icon_Flash1Icon.displayName = 'Flash1Icon|flash-1';
26
+ const Flash1Icon = Flash1Icon_Flash1Icon;
27
+ export { Flash1Icon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const KeyboardIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default KeyboardIcon;
@@ -0,0 +1,24 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { ms } from "react-native-size-matters";
4
+ import external_react_native_svg_default, { Path } from "react-native-svg";
5
+ import { isThemeColor, useIconsContext } from "../core/index.js";
6
+ const KeyboardIcon_KeyboardIcon = ({ size = ms(16), width = ms(size), height = ms(size), color = 'default', ...props })=>{
7
+ const { getColor } = useIconsContext();
8
+ const _color = isThemeColor(color) ? getColor(color) : color;
9
+ const fill = props.fill || _color;
10
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
11
+ width: width,
12
+ height: height,
13
+ viewBox: "0 0 24 24",
14
+ fill: "none",
15
+ ...props,
16
+ children: /*#__PURE__*/ jsx(Path, {
17
+ d: "M18.898 13.0816H16.6939C16.499 13.0816 16.3122 13.0042 16.1744 12.8664C16.0366 12.7287 15.9592 12.5418 15.9592 12.3469C15.9592 12.1521 16.0366 11.9652 16.1744 11.8274C16.3122 11.6897 16.499 11.6122 16.6939 11.6122H18.1633V8.67347C18.1633 8.47862 18.2407 8.29174 18.3785 8.15396C18.5162 8.01618 18.7031 7.93878 18.898 7.93878C19.0928 7.93878 19.2797 8.01618 19.4175 8.15396C19.5552 8.29174 19.6327 8.47862 19.6327 8.67347V12.3469C19.6327 12.5418 19.5552 12.7287 19.4175 12.8664C19.2797 13.0042 19.0928 13.0816 18.898 13.0816ZM3.46939 5H21.102C21.4917 5 21.8655 5.15481 22.1411 5.43037C22.4166 5.70594 22.5714 6.07968 22.5714 6.46939V18.2245C22.5714 18.6142 22.4166 18.9879 22.1411 19.2635C21.8655 19.5391 21.4917 19.6939 21.102 19.6939H3.46939C3.07968 19.6939 2.70594 19.5391 2.43037 19.2635C2.15481 18.9879 2 18.6142 2 18.2245V6.46939C2 6.07968 2.15481 5.70594 2.43037 5.43037C2.70594 5.15481 3.07968 5 3.46939 5ZM4.20408 6.46939C4.00923 6.46939 3.82236 6.54679 3.68457 6.68457C3.54679 6.82236 3.46939 7.00923 3.46939 7.20408V17.4898C3.46939 17.6846 3.54679 17.8715 3.68457 18.0093C3.82236 18.1471 4.00923 18.2245 4.20408 18.2245H20.3673C20.5622 18.2245 20.7491 18.1471 20.8869 18.0093C21.0246 17.8715 21.102 17.6846 21.102 17.4898V7.20408C21.102 7.00923 21.0246 6.82236 20.8869 6.68457C20.7491 6.54679 20.5622 6.46939 20.3673 6.46939H4.20408ZM5.67347 7.93878H7.14286C7.33771 7.93878 7.52458 8.01618 7.66236 8.15396C7.80015 8.29174 7.87755 8.47862 7.87755 8.67347C7.87755 8.86832 7.80015 9.05519 7.66236 9.19298C7.52458 9.33076 7.33771 9.40816 7.14286 9.40816H5.67347C5.47862 9.40816 5.29174 9.33076 5.15396 9.19298C5.01618 9.05519 4.93878 8.86832 4.93878 8.67347C4.93878 8.47862 5.01618 8.29174 5.15396 8.15396C5.29174 8.01618 5.47862 7.93878 5.67347 7.93878ZM10.0816 7.93878H11.551C11.7459 7.93878 11.9327 8.01618 12.0705 8.15396C12.2083 8.29174 12.2857 8.47862 12.2857 8.67347C12.2857 8.86832 12.2083 9.05519 12.0705 9.19298C11.9327 9.33076 11.7459 9.40816 11.551 9.40816H10.0816C9.88678 9.40816 9.69991 9.33076 9.56213 9.19298C9.42434 9.05519 9.34694 8.86832 9.34694 8.67347C9.34694 8.47862 9.42434 8.29174 9.56213 8.15396C9.69991 8.01618 9.88678 7.93878 10.0816 7.93878ZM14.4898 7.93878H15.9592C16.154 7.93878 16.3409 8.01618 16.4787 8.15396C16.6165 8.29174 16.6939 8.47862 16.6939 8.67347C16.6939 8.86832 16.6165 9.05519 16.4787 9.19298C16.3409 9.33076 16.154 9.40816 15.9592 9.40816H14.4898C14.2949 9.40816 14.1081 9.33076 13.9703 9.19298C13.8325 9.05519 13.7551 8.86832 13.7551 8.67347C13.7551 8.47862 13.8325 8.29174 13.9703 8.15396C14.1081 8.01618 14.2949 7.93878 14.4898 7.93878ZM5.67347 11.6122H6.40816C6.60302 11.6122 6.78989 11.6897 6.92767 11.8274C7.06545 11.9652 7.14286 12.1521 7.14286 12.3469C7.14286 12.5418 7.06545 12.7287 6.92767 12.8664C6.78989 13.0042 6.60302 13.0816 6.40816 13.0816H5.67347C5.47862 13.0816 5.29174 13.0042 5.15396 12.8664C5.01618 12.7287 4.93878 12.5418 4.93878 12.3469C4.93878 12.1521 5.01618 11.9652 5.15396 11.8274C5.29174 11.6897 5.47862 11.6122 5.67347 11.6122ZM9.34694 11.6122H10.0816C10.2765 11.6122 10.4634 11.6897 10.6011 11.8274C10.7389 11.9652 10.8163 12.1521 10.8163 12.3469C10.8163 12.5418 10.7389 12.7287 10.6011 12.8664C10.4634 13.0042 10.2765 13.0816 10.0816 13.0816H9.34694C9.15209 13.0816 8.96521 13.0042 8.82743 12.8664C8.68965 12.7287 8.61225 12.5418 8.61225 12.3469C8.61225 12.1521 8.68965 11.9652 8.82743 11.8274C8.96521 11.6897 9.15209 11.6122 9.34694 11.6122ZM13.0204 11.6122H13.7551C13.95 11.6122 14.1368 11.6897 14.2746 11.8274C14.4124 11.9652 14.4898 12.1521 14.4898 12.3469C14.4898 12.5418 14.4124 12.7287 14.2746 12.8664C14.1368 13.0042 13.95 13.0816 13.7551 13.0816H13.0204C12.8256 13.0816 12.6387 13.0042 12.5009 12.8664C12.3631 12.7287 12.2857 12.5418 12.2857 12.3469C12.2857 12.1521 12.3631 11.9652 12.5009 11.8274C12.6387 11.6897 12.8256 11.6122 13.0204 11.6122ZM5.67347 15.2857H6.40816C6.60302 15.2857 6.78989 15.3631 6.92767 15.5009C7.06545 15.6387 7.14286 15.8256 7.14286 16.0204C7.14286 16.2153 7.06545 16.4021 6.92767 16.5399C6.78989 16.6777 6.60302 16.7551 6.40816 16.7551H5.67347C5.47862 16.7551 5.29174 16.6777 5.15396 16.5399C5.01618 16.4021 4.93878 16.2153 4.93878 16.0204C4.93878 15.8256 5.01618 15.6387 5.15396 15.5009C5.29174 15.3631 5.47862 15.2857 5.67347 15.2857ZM9.34694 15.2857H15.2245C15.4193 15.2857 15.6062 15.3631 15.744 15.5009C15.8818 15.6387 15.9592 15.8256 15.9592 16.0204C15.9592 16.2153 15.8818 16.4021 15.744 16.5399C15.6062 16.6777 15.4193 16.7551 15.2245 16.7551H9.34694C9.15209 16.7551 8.96521 16.6777 8.82743 16.5399C8.68965 16.4021 8.61225 16.2153 8.61225 16.0204C8.61225 15.8256 8.68965 15.6387 8.82743 15.5009C8.96521 15.3631 9.15209 15.2857 9.34694 15.2857ZM18.1633 15.2857H18.898C19.0928 15.2857 19.2797 15.3631 19.4175 15.5009C19.5552 15.6387 19.6327 15.8256 19.6327 16.0204C19.6327 16.2153 19.5552 16.4021 19.4175 16.5399C19.2797 16.6777 19.0928 16.7551 18.898 16.7551H18.1633C17.9684 16.7551 17.7815 16.6777 17.6438 16.5399C17.506 16.4021 17.4286 16.2153 17.4286 16.0204C17.4286 15.8256 17.506 15.6387 17.6438 15.5009C17.7815 15.3631 17.9684 15.2857 18.1633 15.2857Z",
18
+ fill: fill
19
+ })
20
+ });
21
+ };
22
+ KeyboardIcon_KeyboardIcon.displayName = 'KeyboardIcon|keyboard';
23
+ const KeyboardIcon = KeyboardIcon_KeyboardIcon;
24
+ export { KeyboardIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const MenuIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default MenuIcon;
@@ -0,0 +1,24 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { ms } from "react-native-size-matters";
4
+ import external_react_native_svg_default, { Path } from "react-native-svg";
5
+ import { isThemeColor, useIconsContext } from "../core/index.js";
6
+ const MenuIcon = ({ size = ms(16), width = ms(size), height = ms(size), color = 'default', ...props })=>{
7
+ const { getColor } = useIconsContext();
8
+ const _color = isThemeColor(color) ? getColor(color) : color;
9
+ const fill = props.fill || _color;
10
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
11
+ width: width,
12
+ height: height,
13
+ viewBox: "0 0 24 24",
14
+ fill: "none",
15
+ ...props,
16
+ children: /*#__PURE__*/ jsx(Path, {
17
+ d: "M4.66667 17.5H19.3333C19.8375 17.5 20.25 17.0875 20.25 16.5833C20.25 16.0792 19.8375 15.6667 19.3333 15.6667H4.66667C4.1625 15.6667 3.75 16.0792 3.75 16.5833C3.75 17.0875 4.1625 17.5 4.66667 17.5ZM4.66667 12.9167H19.3333C19.8375 12.9167 20.25 12.5042 20.25 12C20.25 11.4958 19.8375 11.0833 19.3333 11.0833H4.66667C4.1625 11.0833 3.75 11.4958 3.75 12C3.75 12.5042 4.1625 12.9167 4.66667 12.9167ZM3.75 7.41667C3.75 7.92083 4.1625 8.33333 4.66667 8.33333H19.3333C19.8375 8.33333 20.25 7.92083 20.25 7.41667C20.25 6.9125 19.8375 6.5 19.3333 6.5H4.66667C4.1625 6.5 3.75 6.9125 3.75 7.41667Z",
18
+ fill: fill
19
+ })
20
+ });
21
+ };
22
+ MenuIcon.displayName = 'MenuIcon|menu';
23
+ const native_MenuIcon = MenuIcon;
24
+ export { native_MenuIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const OrderIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default OrderIcon;
@@ -0,0 +1,30 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ import { ms } from "react-native-size-matters";
4
+ import external_react_native_svg_default, { Path } from "react-native-svg";
5
+ import { isThemeColor, useIconsContext } from "../core/index.js";
6
+ const OrderIcon_OrderIcon = ({ size = ms(16), width = ms(size), height = ms(size), color = 'default', ...props })=>{
7
+ const { getColor } = useIconsContext();
8
+ const _color = isThemeColor(color) ? getColor(color) : color;
9
+ const fill = props.fill || _color;
10
+ return /*#__PURE__*/ jsxs(external_react_native_svg_default, {
11
+ width: width,
12
+ height: height,
13
+ viewBox: "0 0 24 24",
14
+ fill: "none",
15
+ ...props,
16
+ children: [
17
+ /*#__PURE__*/ jsx(Path, {
18
+ d: "M15.3745 3.57227C16.2833 3.57227 16.9956 4.06343 16.9956 5.18555V5.62012C16.9956 5.89295 16.7733 6.11426 16.5005 6.11426C16.2278 6.11409 16.0063 5.89285 16.0063 5.62012V5.18555C16.0063 4.58859 15.6739 4.56348 15.3765 4.56348H4.12061C3.82319 4.56348 3.4908 4.97738 3.49072 5.57422V7.15527C3.90509 6.83938 4.41607 6.64648 4.97607 6.64648H19.0239C20.3881 6.64648 21.5005 7.75682 21.5005 9.12305V18.3965C21.5004 19.7606 20.3901 20.8721 19.0239 20.8721H4.97607C3.61194 20.8721 2.49958 19.7627 2.49951 18.3965V5.57422C2.4996 4.4522 3.21189 3.57227 4.12061 3.57227H15.3745ZM4.97607 7.6377C4.15757 7.6377 3.49072 8.30454 3.49072 9.12305V18.3965C3.49079 19.2149 4.15761 19.8818 4.97607 19.8818H19.0239C19.8424 19.8818 20.5092 19.2149 20.5093 18.3965V9.12305C20.5093 8.30454 19.8424 7.6377 19.0239 7.6377H4.97607ZM12.1528 9.45801C12.3807 9.23015 12.7501 9.23017 12.978 9.45801L16.6919 13.1709C16.9197 13.3988 16.9197 13.7692 16.6919 13.9971L12.978 17.71C12.7502 17.9376 12.3806 17.9377 12.1528 17.71C11.9251 17.4822 11.9252 17.1126 12.1528 16.8848L14.8696 14.168H8.10986C7.78773 14.1679 7.52603 13.9061 7.52588 13.584C7.52588 13.2618 7.78764 13 8.10986 13H14.8696L12.1528 10.2832C11.9251 10.0554 11.9252 9.68589 12.1528 9.45801Z",
19
+ fill: fill
20
+ }),
21
+ /*#__PURE__*/ jsx(Path, {
22
+ d: "M16.5005 6.11426L16.5004 6.30414H16.5005V6.11426ZM3.49072 5.57422L3.30084 5.57419V5.57422H3.49072ZM3.49072 7.15527H3.30084V7.53879L3.60584 7.30628L3.49072 7.15527ZM21.5005 18.3965L21.6904 18.3965V18.3965H21.5005ZM2.49951 18.3965H2.30963V18.3965L2.49951 18.3965ZM2.49951 5.57422L2.30963 5.5742V5.57422H2.49951ZM3.49072 18.3965H3.30084V18.3965L3.49072 18.3965ZM20.5093 18.3965L20.6992 18.3965V18.3965H20.5093ZM12.1528 9.45801L12.0186 9.32374L12.0185 9.32383L12.1528 9.45801ZM12.978 9.45801L12.8438 9.59229L12.8438 9.59229L12.978 9.45801ZM16.6919 13.1709L16.8262 13.0367L16.8261 13.0366L16.6919 13.1709ZM16.6919 13.9971L16.8261 14.1314L16.8262 14.1313L16.6919 13.9971ZM12.978 17.71L13.1122 17.8443L13.1123 17.8442L12.978 17.71ZM12.1528 17.71L12.0185 17.8442L12.0186 17.8443L12.1528 17.71ZM12.1528 16.8848L12.0186 16.7505L12.0185 16.7506L12.1528 16.8848ZM14.8696 14.168L15.0039 14.3022L15.328 13.9781H14.8696V14.168ZM8.10986 14.168L8.10983 14.3578H8.10986V14.168ZM7.52588 13.584H7.336V13.5841L7.52588 13.584ZM8.10986 13V12.8101H8.10983L8.10986 13ZM14.8696 13V13.1899H15.328L15.0039 12.8657L14.8696 13ZM12.1528 10.2832L12.0186 10.4175L12.0186 10.4175L12.1528 10.2832ZM15.3745 3.57227V3.76215C15.7967 3.76215 16.1515 3.87618 16.3987 4.09912C16.6425 4.31903 16.8057 4.66657 16.8057 5.18555H16.9956H17.1855C17.1855 4.58241 16.9925 4.12331 16.653 3.81711C16.3169 3.51393 15.8611 3.38239 15.3745 3.38239V3.57227ZM16.9956 5.18555H16.8057V5.62012H16.9956H17.1855V5.18555H16.9956ZM16.9956 5.62012H16.8057C16.8057 5.7876 16.6689 5.92438 16.5005 5.92438V6.11426V6.30414C16.8777 6.30414 17.1855 5.99831 17.1855 5.62012H16.9956ZM16.5005 6.11426L16.5006 5.92438C16.3326 5.92428 16.1962 5.78787 16.1962 5.62012H16.0063H15.8165C15.8165 5.99783 16.123 6.30391 16.5004 6.30414L16.5005 6.11426ZM16.0063 5.62012H16.1962V5.18555H16.0063H15.8165V5.62012H16.0063ZM16.0063 5.18555H16.1962C16.1962 4.85384 16.1024 4.62323 15.9089 4.49309C15.734 4.37547 15.5185 4.3736 15.3765 4.3736V4.56348V4.75336C15.5318 4.75336 15.6313 4.76404 15.697 4.80821C15.7441 4.83987 15.8165 4.9203 15.8165 5.18555H16.0063ZM15.3765 4.56348V4.3736H4.12061V4.56348V4.75336H15.3765V4.56348ZM4.12061 4.56348V4.3736C3.88415 4.3736 3.6759 4.53284 3.53681 4.73875C3.39343 4.95103 3.30089 5.24145 3.30084 5.57419L3.49072 5.57422L3.6806 5.57424C3.68064 5.31014 3.75433 5.09519 3.85151 4.95131C3.95299 4.80107 4.05964 4.75336 4.12061 4.75336V4.56348ZM3.49072 5.57422H3.30084V7.15527H3.49072H3.6806V5.57422H3.49072ZM3.49072 7.15527L3.60584 7.30628C3.9898 7.01357 4.4609 6.83636 4.97607 6.83636V6.64648V6.4566C4.37124 6.4566 3.82039 6.6652 3.37561 7.00427L3.49072 7.15527ZM4.97607 6.64648V6.83636H19.0239V6.64648V6.4566H4.97607V6.64648ZM19.0239 6.64648V6.83636C20.2833 6.83636 21.3106 7.86179 21.3106 9.12305H21.5005H21.6904C21.6904 7.65185 20.4929 6.4566 19.0239 6.4566V6.64648ZM21.5005 9.12305H21.3106V18.3965H21.5005H21.6904V9.12305H21.5005ZM21.5005 18.3965L21.3106 18.3965C21.3105 19.6558 20.2852 20.6822 19.0239 20.6822V20.8721V21.062C20.495 21.062 21.6903 19.8655 21.6904 18.3965L21.5005 18.3965ZM19.0239 20.8721V20.6822H4.97607V20.8721V21.062H19.0239V20.8721ZM4.97607 20.8721V20.6822C3.71661 20.6822 2.68946 19.6576 2.68939 18.3965L2.49951 18.3965L2.30963 18.3965C2.30971 19.8677 3.50726 21.062 4.97607 21.062V20.8721ZM2.49951 18.3965H2.68939V5.57422H2.49951H2.30963V18.3965H2.49951ZM2.49951 5.57422L2.68939 5.57423C2.68948 4.51765 3.35225 3.76215 4.12061 3.76215V3.57227V3.38239C3.07153 3.38239 2.30973 4.38676 2.30963 5.5742L2.49951 5.57422ZM4.12061 3.57227V3.76215H15.3745V3.57227V3.38239H4.12061V3.57227ZM4.97607 7.6377V7.44782C4.0527 7.44782 3.30084 8.19967 3.30084 9.12305H3.49072H3.6806C3.6806 8.40941 4.26243 7.82757 4.97607 7.82757V7.6377ZM3.49072 9.12305H3.30084V18.3965H3.49072H3.6806V9.12305H3.49072ZM3.49072 18.3965L3.30084 18.3965C3.30092 19.3198 4.05273 20.0717 4.97607 20.0717V19.8818V19.692C4.26249 19.692 3.68066 19.1101 3.6806 18.3965L3.49072 18.3965ZM4.97607 19.8818V20.0717H19.0239V19.8818V19.692H4.97607V19.8818ZM19.0239 19.8818V20.0717C19.9473 20.0717 20.6991 19.3198 20.6992 18.3965L20.5093 18.3965L20.3194 18.3965C20.3193 19.1101 19.7375 19.692 19.0239 19.692V19.8818ZM20.5093 18.3965H20.6992V9.12305H20.5093H20.3194V18.3965H20.5093ZM20.5093 9.12305H20.6992C20.6992 8.19967 19.9473 7.44782 19.0239 7.44782V7.6377V7.82757C19.7376 7.82757 20.3194 8.40941 20.3194 9.12305H20.5093ZM19.0239 7.6377V7.44782H4.97607V7.6377V7.82757H19.0239V7.6377ZM12.1528 9.45801L12.2871 9.59227C12.4408 9.43858 12.69 9.43857 12.8438 9.59229L12.978 9.45801L13.1123 9.32373C12.8103 9.02177 12.3206 9.02172 12.0186 9.32374L12.1528 9.45801ZM12.978 9.45801L12.8438 9.59229L16.5576 13.3052L16.6919 13.1709L16.8261 13.0366L13.1123 9.32373L12.978 9.45801ZM16.6919 13.1709L16.5576 13.3051C16.7113 13.4589 16.7113 13.7091 16.5576 13.8628L16.6919 13.9971L16.8262 14.1313C17.1282 13.8293 17.1281 13.3387 16.8262 13.0367L16.6919 13.1709ZM16.6919 13.9971L16.5576 13.8628L12.8438 17.5757L12.978 17.71L13.1123 17.8442L16.8261 14.1314L16.6919 13.9971ZM12.978 17.71L12.8438 17.5756C12.6901 17.7292 12.4407 17.7292 12.2871 17.5757L12.1528 17.71L12.0186 17.8443C12.3206 18.1461 12.8103 18.1459 13.1122 17.8443L12.978 17.71ZM12.1528 17.71L12.2871 17.5757C12.1336 17.4221 12.1336 17.1727 12.2872 17.019L12.1528 16.8848L12.0185 16.7506C11.7169 17.0525 11.7167 17.5422 12.0185 17.8442L12.1528 17.71ZM12.1528 16.8848L12.2871 17.019L15.0039 14.3022L14.8696 14.168L14.7354 14.0337L12.0186 16.7505L12.1528 16.8848ZM14.8696 14.168V13.9781H8.10986V14.168V14.3578H14.8696V14.168ZM8.10986 14.168L8.10989 13.9781C7.89267 13.9781 7.71586 13.8013 7.71576 13.5839L7.52588 13.584L7.336 13.5841C7.3362 14.0109 7.6828 14.3578 8.10983 14.3578L8.10986 14.168ZM7.52588 13.584H7.71576C7.71576 13.3666 7.89249 13.1899 8.10989 13.1899L8.10986 13L8.10983 12.8101C7.6828 12.8102 7.336 13.1569 7.336 13.584H7.52588ZM8.10986 13V13.1899H14.8696V13V12.8101H8.10986V13ZM14.8696 13L15.0039 12.8657L12.2871 10.1489L12.1528 10.2832L12.0186 10.4175L14.7354 13.1343L14.8696 13ZM12.1528 10.2832L12.2871 10.149C12.1336 9.99539 12.1336 9.74601 12.2872 9.59219L12.1528 9.45801L12.0185 9.32383C11.7169 9.62577 11.7166 10.1154 12.0186 10.4175L12.1528 10.2832Z",
23
+ fill: fill
24
+ })
25
+ ]
26
+ });
27
+ };
28
+ OrderIcon_OrderIcon.displayName = 'OrderIcon|order';
29
+ const OrderIcon = OrderIcon_OrderIcon;
30
+ export { OrderIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const SlackIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default SlackIcon;
@@ -0,0 +1,24 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { ms } from "react-native-size-matters";
4
+ import external_react_native_svg_default, { Path } from "react-native-svg";
5
+ import { isThemeColor, useIconsContext } from "../core/index.js";
6
+ const SlackIcon_SlackIcon = ({ size = ms(16), width = ms(size), height = ms(size), color = 'default', ...props })=>{
7
+ const { getColor } = useIconsContext();
8
+ const _color = isThemeColor(color) ? getColor(color) : color;
9
+ const fill = props.fill || _color;
10
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
11
+ width: width,
12
+ height: height,
13
+ viewBox: "0 0 24 24",
14
+ fill: "none",
15
+ ...props,
16
+ children: /*#__PURE__*/ jsx(Path, {
17
+ d: "M9.66309 12.4985C10.6953 12.4986 11.5332 13.39 11.5332 14.4888V19.4663C11.5332 20.5659 10.6953 21.4574 9.66309 21.4575C8.62996 21.4575 7.792 20.5659 7.79199 19.4663V14.4888L7.80176 14.2856C7.89744 13.281 8.69445 12.4985 9.66309 12.4985ZM14.3379 17.4751C15.3702 17.4751 16.208 18.3667 16.208 19.4663C16.2079 20.5658 15.3702 21.4575 14.3379 21.4575C13.3049 21.4575 12.4679 20.5658 12.4678 19.4663V17.4751H14.3379ZM6.85742 14.4888C6.85742 15.5876 6.02043 16.479 4.9873 16.479C3.95499 16.479 3.11719 15.5876 3.11719 14.4888C3.11735 13.3901 3.95509 12.4986 4.9873 12.4985H6.85742V14.4888ZM19.0117 12.4976C20.0447 12.4976 20.8817 13.3891 20.8818 14.4878C20.8818 15.5882 20.0448 16.479 19.0117 16.479H14.3379C13.3048 16.4789 12.4678 15.5874 12.4678 14.4878C12.4679 13.3891 13.3049 12.4976 14.3379 12.4976H19.0117ZM9.66211 7.52002C10.6951 7.52002 11.533 8.41164 11.5332 9.51025C11.5332 10.6107 10.6952 11.5015 9.66211 11.5015H4.9873C3.95499 11.5014 3.11719 10.6099 3.11719 9.51025C3.11743 8.41165 3.95514 7.52004 4.9873 7.52002H9.66211ZM14.3369 2.54248C15.37 2.54248 16.208 3.43407 16.208 4.53369V9.51025C16.208 10.6107 15.37 11.5015 14.3369 11.5015C13.3047 11.5013 12.4678 10.6098 12.4678 9.51025V4.53369C12.4678 3.43417 13.3047 2.54265 14.3369 2.54248ZM19.0127 7.52002C20.0449 7.52002 20.8826 8.41164 20.8828 9.51025C20.8828 10.6107 20.045 11.5015 19.0127 11.5015H17.1426V9.51025C17.1428 8.41167 17.9798 7.52007 19.0127 7.52002ZM9.66211 2.54248C10.6952 2.54248 11.5332 3.43407 11.5332 4.53369V6.5249H9.66211C8.62984 6.52488 7.79208 5.63323 7.79199 4.53369C7.79199 3.43408 8.62979 2.5425 9.66211 2.54248Z",
18
+ fill: fill
19
+ })
20
+ });
21
+ };
22
+ SlackIcon_SlackIcon.displayName = 'SlackIcon|slack';
23
+ const SlackIcon = SlackIcon_SlackIcon;
24
+ export { SlackIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const SpaceIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default SpaceIcon;
@@ -0,0 +1,27 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { ms } from "react-native-size-matters";
4
+ import external_react_native_svg_default, { Path } from "react-native-svg";
5
+ import { isThemeColor, useIconsContext } from "../core/index.js";
6
+ const SpaceIcon_SpaceIcon = ({ size = ms(16), width = ms(size), height = ms(size), color = 'default', ...props })=>{
7
+ const { getColor } = useIconsContext();
8
+ const _color = isThemeColor(color) ? getColor(color) : color;
9
+ const fill = props.fill || _color;
10
+ const stroke = props.stroke || _color;
11
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
12
+ width: width,
13
+ height: height,
14
+ viewBox: "0 0 24 24",
15
+ fill: "none",
16
+ ...props,
17
+ children: /*#__PURE__*/ jsx(Path, {
18
+ d: "M4.20567 9.7373V12.2516C4.20567 12.8067 4.65623 13.2573 5.21138 13.2573H18.7885C19.3437 13.2573 19.7942 12.8067 19.7942 12.2516V9.7373H20.8V12.7544C20.8 13.5877 20.1241 14.263 19.2914 14.263H4.70852C3.87579 14.263 3.19995 13.5877 3.19995 12.7544V9.7373H4.20567Z",
19
+ fill: fill,
20
+ stroke: stroke,
21
+ strokeWidth: 0.4
22
+ })
23
+ });
24
+ };
25
+ SpaceIcon_SpaceIcon.displayName = 'SpaceIcon|space';
26
+ const SpaceIcon = SpaceIcon_SpaceIcon;
27
+ export { SpaceIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const VideoIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default VideoIcon;
@@ -0,0 +1,24 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { ms } from "react-native-size-matters";
4
+ import external_react_native_svg_default, { Path } from "react-native-svg";
5
+ import { isThemeColor, useIconsContext } from "../core/index.js";
6
+ const VideoIcon_VideoIcon = ({ size = ms(16), width = ms(size), height = ms(size), color = 'default', ...props })=>{
7
+ const { getColor } = useIconsContext();
8
+ const _color = isThemeColor(color) ? getColor(color) : color;
9
+ const fill = props.fill || _color;
10
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
11
+ width: width,
12
+ height: height,
13
+ viewBox: "0 0 24 24",
14
+ fill: "none",
15
+ ...props,
16
+ children: /*#__PURE__*/ jsx(Path, {
17
+ d: "M21.093 6.48815C20.6047 6.27884 20.0465 6.41838 19.6977 6.76721L17.1163 8.86024V7.81373C17.1163 6.62768 16.2093 5.7207 15.0233 5.7207H4.09302C2.90698 5.7207 2 6.62768 2 7.81373V16.1858C2 17.3719 2.90698 18.2788 4.09302 18.2788H15.0233C16.2093 18.2788 17.1163 17.3719 17.1163 16.1858V15.0695L19.6977 17.1626C20.1163 17.5114 20.6047 17.6509 21.093 17.4416C21.6512 17.2323 22 16.6742 22 15.9765V7.95326C22 7.32535 21.6512 6.76722 21.093 6.48815ZM15.7209 16.1858C15.7209 16.6044 15.4419 16.8835 15.0233 16.8835H4.09302C3.67442 16.8835 3.39535 16.6044 3.39535 16.1858V7.81373C3.39535 7.39512 3.67442 7.11605 4.09302 7.11605H15.0233C15.4419 7.11605 15.7209 7.39512 15.7209 7.81373V16.1858ZM20.6047 16.0463V16.1161L17.1163 13.2556V10.6742L20.6047 7.81373V16.0463Z",
18
+ fill: fill
19
+ })
20
+ });
21
+ };
22
+ VideoIcon_VideoIcon.displayName = 'VideoIcon|video';
23
+ const VideoIcon = VideoIcon_VideoIcon;
24
+ export { VideoIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const Volume1Icon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Volume1Icon;