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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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 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 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 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 };
@@ -13,6 +13,7 @@ export { default as AssetsIcon } from './AssetsIcon';
13
13
  export { default as AxiomIcon } from './AxiomIcon';
14
14
  export { default as BallIcon } from './BallIcon';
15
15
  export { default as BanIcon } from './BanIcon';
16
+ export { default as BookmarkXIcon } from './BookmarkXIcon';
16
17
  export { default as BookmarkIcon } from './BookmarkIcon';
17
18
  export { default as Bot2Icon } from './Bot2Icon';
18
19
  export { default as BotIcon } from './BotIcon';
@@ -26,6 +27,7 @@ export { default as CaIcon } from './CaIcon';
26
27
  export { default as CabalLeaderIcon } from './CabalLeaderIcon';
27
28
  export { default as CabalIcon } from './CabalIcon';
28
29
  export { default as CalendarCheckIcon } from './CalendarCheckIcon';
30
+ export { default as CalendarIcon } from './CalendarIcon';
29
31
  export { default as CameraIcon } from './CameraIcon';
30
32
  export { default as Candle2Icon } from './Candle2Icon';
31
33
  export { default as CandleIcon } from './CandleIcon';
@@ -144,6 +146,7 @@ export { default as InternetIcon } from './InternetIcon';
144
146
  export { default as InviteIcon } from './InviteIcon';
145
147
  export { default as JackpotIcon } from './JackpotIcon';
146
148
  export { default as JoinCommunityIcon } from './JoinCommunityIcon';
149
+ export { default as KeyboardIcon } from './KeyboardIcon';
147
150
  export { default as KolInfluencersIcon } from './KolInfluencersIcon';
148
151
  export { default as LanguagesIcon } from './LanguagesIcon';
149
152
  export { default as Layers2Icon } from './Layers2Icon';
@@ -186,6 +189,7 @@ export { default as NavMarketIcon } from './NavMarketIcon';
186
189
  export { default as NavStockUxIcon } from './NavStockUxIcon';
187
190
  export { default as NavTradeIcon } from './NavTradeIcon';
188
191
  export { default as NavWalletIcon } from './NavWalletIcon';
192
+ export { default as OrderIcon } from './OrderIcon';
189
193
  export { default as OrientationSwitchIcon } from './OrientationSwitchIcon';
190
194
  export { default as OwnerAddressIcon } from './OwnerAddressIcon';
191
195
  export { default as PaperHandIcon } from './PaperHandIcon';
@@ -248,6 +252,7 @@ export { default as SortDownIcon } from './SortDownIcon';
248
252
  export { default as SortUp1Icon } from './SortUp1Icon';
249
253
  export { default as SortUpIcon } from './SortUpIcon';
250
254
  export { default as SortIcon } from './SortIcon';
255
+ export { default as SpaceIcon } from './SpaceIcon';
251
256
  export { default as SproutIcon } from './SproutIcon';
252
257
  export { default as StakeIcon } from './StakeIcon';
253
258
  export { default as StarOnIcon } from './StarOnIcon';
@@ -293,6 +298,7 @@ export { default as UserStarIcon } from './UserStarIcon';
293
298
  export { default as UserTieIcon } from './UserTieIcon';
294
299
  export { default as UserIcon } from './UserIcon';
295
300
  export { default as UsersIcon } from './UsersIcon';
301
+ export { default as VideoIcon } from './VideoIcon';
296
302
  export { default as VolumeIcon } from './VolumeIcon';
297
303
  export { default as WalletBackupIcon } from './WalletBackupIcon';
298
304
  export { default as WalletCreateIcon } from './WalletCreateIcon';
@@ -13,6 +13,7 @@ import external_AssetsIcon_js_default from "./AssetsIcon.js";
13
13
  import external_AxiomIcon_js_default from "./AxiomIcon.js";
14
14
  import external_BallIcon_js_default from "./BallIcon.js";
15
15
  import external_BanIcon_js_default from "./BanIcon.js";
16
+ import external_BookmarkXIcon_js_default from "./BookmarkXIcon.js";
16
17
  import external_BookmarkIcon_js_default from "./BookmarkIcon.js";
17
18
  import external_Bot2Icon_js_default from "./Bot2Icon.js";
18
19
  import external_BotIcon_js_default from "./BotIcon.js";
@@ -26,6 +27,7 @@ import external_CaIcon_js_default from "./CaIcon.js";
26
27
  import external_CabalLeaderIcon_js_default from "./CabalLeaderIcon.js";
27
28
  import external_CabalIcon_js_default from "./CabalIcon.js";
28
29
  import external_CalendarCheckIcon_js_default from "./CalendarCheckIcon.js";
30
+ import external_CalendarIcon_js_default from "./CalendarIcon.js";
29
31
  import external_CameraIcon_js_default from "./CameraIcon.js";
30
32
  import external_Candle2Icon_js_default from "./Candle2Icon.js";
31
33
  import external_CandleIcon_js_default from "./CandleIcon.js";
@@ -144,6 +146,7 @@ import external_InternetIcon_js_default from "./InternetIcon.js";
144
146
  import external_InviteIcon_js_default from "./InviteIcon.js";
145
147
  import external_JackpotIcon_js_default from "./JackpotIcon.js";
146
148
  import external_JoinCommunityIcon_js_default from "./JoinCommunityIcon.js";
149
+ import external_KeyboardIcon_js_default from "./KeyboardIcon.js";
147
150
  import external_KolInfluencersIcon_js_default from "./KolInfluencersIcon.js";
148
151
  import external_LanguagesIcon_js_default from "./LanguagesIcon.js";
149
152
  import external_Layers2Icon_js_default from "./Layers2Icon.js";
@@ -186,6 +189,7 @@ import external_NavMarketIcon_js_default from "./NavMarketIcon.js";
186
189
  import external_NavStockUxIcon_js_default from "./NavStockUxIcon.js";
187
190
  import external_NavTradeIcon_js_default from "./NavTradeIcon.js";
188
191
  import external_NavWalletIcon_js_default from "./NavWalletIcon.js";
192
+ import external_OrderIcon_js_default from "./OrderIcon.js";
189
193
  import external_OrientationSwitchIcon_js_default from "./OrientationSwitchIcon.js";
190
194
  import external_OwnerAddressIcon_js_default from "./OwnerAddressIcon.js";
191
195
  import external_PaperHandIcon_js_default from "./PaperHandIcon.js";
@@ -248,6 +252,7 @@ import external_SortDownIcon_js_default from "./SortDownIcon.js";
248
252
  import external_SortUp1Icon_js_default from "./SortUp1Icon.js";
249
253
  import external_SortUpIcon_js_default from "./SortUpIcon.js";
250
254
  import external_SortIcon_js_default from "./SortIcon.js";
255
+ import external_SpaceIcon_js_default from "./SpaceIcon.js";
251
256
  import external_SproutIcon_js_default from "./SproutIcon.js";
252
257
  import external_StakeIcon_js_default from "./StakeIcon.js";
253
258
  import external_StarOnIcon_js_default from "./StarOnIcon.js";
@@ -293,6 +298,7 @@ import external_UserStarIcon_js_default from "./UserStarIcon.js";
293
298
  import external_UserTieIcon_js_default from "./UserTieIcon.js";
294
299
  import external_UserIcon_js_default from "./UserIcon.js";
295
300
  import external_UsersIcon_js_default from "./UsersIcon.js";
301
+ import external_VideoIcon_js_default from "./VideoIcon.js";
296
302
  import external_VolumeIcon_js_default from "./VolumeIcon.js";
297
303
  import external_WalletBackupIcon_js_default from "./WalletBackupIcon.js";
298
304
  import external_WalletCreateIcon_js_default from "./WalletCreateIcon.js";
@@ -302,4 +308,4 @@ import external_WishlistIcon_js_default from "./WishlistIcon.js";
302
308
  import external_WrenchIcon_js_default from "./WrenchIcon.js";
303
309
  import external_YapsIcon_js_default from "./YapsIcon.js";
304
310
  import external_YoutubeIcon_js_default from "./YoutubeIcon.js";
305
- export { external_ActivityIcon_js_default as ActivityIcon, external_AlertIcon_js_default as AlertIcon, external_AlertOnIcon_js_default as AlertOnIcon, external_AllTokensIcon_js_default as AllTokensIcon, external_AppLockIcon_js_default as AppLockIcon, external_AppleIcon_js_default as AppleIcon, external_ArrowDownIcon_js_default as ArrowDownIcon, external_ArrowDownToLineIcon_js_default as ArrowDownToLineIcon, external_ArrowRightLeftIcon_js_default as ArrowRightLeftIcon, external_ArrowUpIcon_js_default as ArrowUpIcon, external_Assets2Icon_js_default as Assets2Icon, external_AssetsIcon_js_default as AssetsIcon, external_AxiomIcon_js_default as AxiomIcon, external_BallIcon_js_default as BallIcon, external_BanIcon_js_default as BanIcon, external_BookmarkIcon_js_default as BookmarkIcon, external_Bot2Icon_js_default as Bot2Icon, external_BotIcon_js_default as BotIcon, external_Boxes2Icon_js_default as Boxes2Icon, external_BoxesIcon_js_default as BoxesIcon, external_BrushCleaningIcon_js_default as BrushCleaningIcon, external_BubbleIcon_js_default as BubbleIcon, external_BullBearIcon_js_default as BullBearIcon, external_BurgerIcon_js_default as BurgerIcon, external_CaIcon_js_default as CaIcon, external_CabalIcon_js_default as CabalIcon, external_CabalLeaderIcon_js_default as CabalLeaderIcon, external_CalendarCheckIcon_js_default as CalendarCheckIcon, external_CameraIcon_js_default as CameraIcon, external_Candle2Icon_js_default as Candle2Icon, external_CandleIcon_js_default as CandleIcon, external_CarIcon_js_default as CarIcon, external_CashBagIcon_js_default as CashBagIcon, external_CashInIcon_js_default as CashInIcon, external_CashOutIcon_js_default as CashOutIcon, external_CashRewardsIcon_js_default as CashRewardsIcon, external_CatIcon_js_default as CatIcon, external_CexWalletIcon_js_default as CexWalletIcon, external_ChartColorSwitchIcon_js_default as ChartColorSwitchIcon, external_ChartLine2Icon_js_default as ChartLine2Icon, external_ChartLineCheckedIcon_js_default as ChartLineCheckedIcon, external_ChartLineIcon_js_default as ChartLineIcon, external_ChartPieIcon_js_default as ChartPieIcon, external_ChartUpIcon_js_default as ChartUpIcon, external_CheckIcon_js_default as CheckIcon, external_ChefIcon_js_default as ChefIcon, external_ChevronDownIcon_js_default as ChevronDownIcon, external_ChevronDownSmallIcon_js_default as ChevronDownSmallIcon, external_ChevronLeftIcon_js_default as ChevronLeftIcon, external_ChevronLeftSmallIcon_js_default as ChevronLeftSmallIcon, external_ChevronRightIcon_js_default as ChevronRightIcon, external_ChevronRightSmallIcon_js_default as ChevronRightSmallIcon, external_ChevronUpIcon_js_default as ChevronUpIcon, external_ChevronUpSmallIcon_js_default as ChevronUpSmallIcon, external_ChevronsLeftIcon_js_default as ChevronsLeftIcon, external_ChevronsUpIcon_js_default as ChevronsUpIcon, external_CircleAlertIcon_js_default as CircleAlertIcon, external_CircleCheckFadedIcon_js_default as CircleCheckFadedIcon, external_CircleCheckFilledIcon_js_default as CircleCheckFilledIcon, external_CircleCloseFadedIcon_js_default as CircleCloseFadedIcon, external_CircleCloseFilledIcon_js_default as CircleCloseFilledIcon, external_CircleDollarIcon_js_default as CircleDollarIcon, external_CircleFilledIcon_js_default as CircleFilledIcon, external_CircleFlameIcon_js_default as CircleFlameIcon, external_CircleMinusFadedIcon_js_default as CircleMinusFadedIcon, external_CircleMinusIcon_js_default as CircleMinusIcon, external_CirclePendingIcon_js_default as CirclePendingIcon, external_CirclePlusIcon_js_default as CirclePlusIcon, external_CircleQuestionIcon_js_default as CircleQuestionIcon, external_ClipboardListIcon_js_default as ClipboardListIcon, external_Clock1Icon_js_default as Clock1Icon, external_ClockIcon_js_default as ClockIcon, external_CloseIcon_js_default as CloseIcon, external_ClothesIcon_js_default as ClothesIcon, external_ColorBullxIcon_js_default as ColorBullxIcon, external_ColorCoingeckoIcon_js_default as ColorCoingeckoIcon, external_ColorDiceIcon_js_default as ColorDiceIcon, external_ColorGmgnIcon_js_default as ColorGmgnIcon, external_ColorGoogleIcon_js_default as ColorGoogleIcon, external_ColorInstagramIcon_js_default as ColorInstagramIcon, external_ColorMedalIcon_js_default as ColorMedalIcon, external_ColorPauseIcon_js_default as ColorPauseIcon, external_ColorPepeboostIcon_js_default as ColorPepeboostIcon, external_ColorPhotonIcon_js_default as ColorPhotonIcon, external_ColorPlayIcon_js_default as ColorPlayIcon, external_ColorPumpfunIcon_js_default as ColorPumpfunIcon, external_ColorTgUserIcon_js_default as ColorTgUserIcon, external_ColorTiktokIcon_js_default as ColorTiktokIcon, external_ColorTrojanIcon_js_default as ColorTrojanIcon, external_ColorTruthSocialIcon_js_default as ColorTruthSocialIcon, external_ColorTwitchAppIcon_js_default as ColorTwitchAppIcon, external_ColorYoutubeIcon_js_default as ColorYoutubeIcon, external_ConceptIcon_js_default as ConceptIcon, external_ConvertFlashIcon_js_default as ConvertFlashIcon, external_ConvertIcon_js_default as ConvertIcon, external_CopyIcon_js_default as CopyIcon, external_CopyXIcon_js_default as CopyXIcon, external_CreatorTeamIcon_js_default as CreatorTeamIcon, external_CrownIcon_js_default as CrownIcon, external_CurrencyExchangeIcon_js_default as CurrencyExchangeIcon, external_DiamondHandIcon_js_default as DiamondHandIcon, external_DiamondIcon_js_default as DiamondIcon, external_DiscordIcon_js_default as DiscordIcon, external_DocumentTermsIcon_js_default as DocumentTermsIcon, external_DownloadIcon_js_default as DownloadIcon, external_Draggable2Icon_js_default as Draggable2Icon, external_DraggableIcon_js_default as DraggableIcon, external_DraggableVerticalIcon_js_default as DraggableVerticalIcon, external_EagleIcon_js_default as EagleIcon, external_EarthIcon_js_default as EarthIcon, external_EditIcon_js_default as EditIcon, external_EllipsisIcon_js_default as EllipsisIcon, external_EllipsisVerticalIcon_js_default as EllipsisVerticalIcon, external_EmptyIcon_js_default as EmptyIcon, external_ExpandIcon_js_default as ExpandIcon, external_ExternalLinkIcon_js_default as ExternalLinkIcon, external_EyeIcon_js_default as EyeIcon, external_EyeOffIcon_js_default as EyeOffIcon, external_FaceIcon_js_default as FaceIcon, external_FaceSadIcon_js_default as FaceSadIcon, external_FaqIcon_js_default as FaqIcon, external_FileTextIcon_js_default as FileTextIcon, external_FilterIcon_js_default as FilterIcon, external_FingerprintIcon_js_default as FingerprintIcon, external_FlagIcon_js_default as FlagIcon, external_FlameFilledIcon_js_default as FlameFilledIcon, external_FlameIcon_js_default as FlameIcon, external_FlashIcon_js_default as FlashIcon, external_FolderIcon_js_default as FolderIcon, external_FullscreenIcon_js_default as FullscreenIcon, external_GasFeeIcon_js_default as GasFeeIcon, external_GhostIcon_js_default as GhostIcon, external_GiftIcon_js_default as GiftIcon, external_GithubIcon_js_default as GithubIcon, external_GrassIcon_js_default as GrassIcon, external_HeadsetIcon_js_default as HeadsetIcon, external_HeartIcon_js_default as HeartIcon, external_HexagonDollarIcon_js_default as HexagonDollarIcon, external_HoneyPotIcon_js_default as HoneyPotIcon, external_ImageFallbackIcon_js_default as ImageFallbackIcon, external_ImportExportIcon_js_default as ImportExportIcon, external_InstagramIcon_js_default as InstagramIcon, external_InternetIcon_js_default as InternetIcon, external_InviteIcon_js_default as InviteIcon, external_JackpotIcon_js_default as JackpotIcon, external_JoinCommunityIcon_js_default as JoinCommunityIcon, external_KolInfluencersIcon_js_default as KolInfluencersIcon, external_LanguagesIcon_js_default as LanguagesIcon, external_Layers2Icon_js_default as Layers2Icon, external_LayersIcon_js_default as LayersIcon, external_LayoutBottomIcon_js_default as LayoutBottomIcon, external_LayoutFloatIcon_js_default as LayoutFloatIcon, external_LayoutIcon_js_default as LayoutIcon, external_LayoutLeftIcon_js_default as LayoutLeftIcon, external_LayoutRightIcon_js_default as LayoutRightIcon, external_LeaderboardIcon_js_default as LeaderboardIcon, external_LeafIcon_js_default as LeafIcon, external_LinkIcon_js_default as LinkIcon, external_LiquidityAddIcon_js_default as LiquidityAddIcon, external_LiquidityPoolIcon_js_default as LiquidityPoolIcon, external_LiquidityRemoveIcon_js_default as LiquidityRemoveIcon, external_List2Icon_js_default as List2Icon, external_ListCheckIcon_js_default as ListCheckIcon, external_ListCopyDownIcon_js_default as ListCopyDownIcon, external_ListCopyUpIcon_js_default as ListCopyUpIcon, external_ListHistoryIcon_js_default as ListHistoryIcon, external_ListIcon_js_default as ListIcon, external_ListSettingIcon_js_default as ListSettingIcon, external_ListSettingsIcon_js_default as ListSettingsIcon, external_Lock2Icon_js_default as Lock2Icon, external_LockIcon_js_default as LockIcon, external_MailHeartIcon_js_default as MailHeartIcon, external_MailIcon_js_default as MailIcon, external_ManualIcon_js_default as ManualIcon, external_MarketStatsIcon_js_default as MarketStatsIcon, external_MarketTrendIcon_js_default as MarketTrendIcon, external_MoonIcon_js_default as MoonIcon, external_MoveUpRightIcon_js_default as MoveUpRightIcon, external_MusicIcon_js_default as MusicIcon, external_NavAccountUxIcon_js_default as NavAccountUxIcon, external_NavCryptoUxIcon_js_default as NavCryptoUxIcon, external_NavEarnIcon_js_default as NavEarnIcon, external_NavHomeIcon_js_default as NavHomeIcon, external_NavHomeUxIcon_js_default as NavHomeUxIcon, external_NavMarketIcon_js_default as NavMarketIcon, external_NavStockUxIcon_js_default as NavStockUxIcon, external_NavTradeIcon_js_default as NavTradeIcon, external_NavWalletIcon_js_default as NavWalletIcon, external_OrientationSwitchIcon_js_default as OrientationSwitchIcon, external_OwnerAddressIcon_js_default as OwnerAddressIcon, external_PaperHandIcon_js_default as PaperHandIcon, external_ParticleTwitterIcon_js_default as ParticleTwitterIcon, external_PartyPopperIcon_js_default as PartyPopperIcon, external_PasswordIcon_js_default as PasswordIcon, external_PauseIcon_js_default as PauseIcon, external_PercentIcon_js_default as PercentIcon, external_PinIcon_js_default as PinIcon, external_PinOnIcon_js_default as PinOnIcon, external_PlayCircleIcon_js_default as PlayCircleIcon, external_PlayIcon_js_default as PlayIcon, external_PlayLeftIcon_js_default as PlayLeftIcon, external_PlusIcon_js_default as PlusIcon, external_PriorityFeeIcon_js_default as PriorityFeeIcon, external_PrivacyPolicyIcon_js_default as PrivacyPolicyIcon, external_ProcessingIcon_js_default as ProcessingIcon, external_PumpfunIcon_js_default as PumpfunIcon, external_QrcodeIcon_js_default as QrcodeIcon, external_QuestionIcon_js_default as QuestionIcon, external_RadarIcon_js_default as RadarIcon, external_RadioOffIcon_js_default as RadioOffIcon, external_RadioOnIcon_js_default as RadioOnIcon, external_ReceiveIcon_js_default as ReceiveIcon, external_RecordBuyIcon_js_default as RecordBuyIcon, external_RecordSellIcon_js_default as RecordSellIcon, external_RedPacketIcon_js_default as RedPacketIcon, external_RedditIcon_js_default as RedditIcon, external_RefreshCwIcon_js_default as RefreshCwIcon, external_RocketIcon_js_default as RocketIcon, external_RotateCwIcon_js_default as RotateCwIcon, external_ScanFaceIcon_js_default as ScanFaceIcon, external_SearchIcon_js_default as SearchIcon, external_SearchListIcon_js_default as SearchListIcon, external_SearchPlusIcon_js_default as SearchPlusIcon, external_SecureTips1Icon_js_default as SecureTips1Icon, external_SecureTips2Icon_js_default as SecureTips2Icon, external_SendIcon_js_default as SendIcon, external_SettingsIcon_js_default as SettingsIcon, external_ShareIcon_js_default as ShareIcon, external_ShieldAlertFilledIcon_js_default as ShieldAlertFilledIcon, external_ShieldAlertIcon_js_default as ShieldAlertIcon, external_ShieldBanIcon_js_default as ShieldBanIcon, external_ShieldCheckFilledIcon_js_default as ShieldCheckFilledIcon, external_ShieldCheckIcon_js_default as ShieldCheckIcon, external_ShieldPlusIcon_js_default as ShieldPlusIcon, external_ShieldXFilledIcon_js_default as ShieldXFilledIcon, external_ShieldXIcon_js_default as ShieldXIcon, external_ShipIcon_js_default as ShipIcon, external_ShoppingCartInIcon_js_default as ShoppingCartInIcon, external_ShoppingCartOutIcon_js_default as ShoppingCartOutIcon, external_SlidersHorizontalIcon_js_default as SlidersHorizontalIcon, external_SlidersVerticalIcon_js_default as SlidersVerticalIcon, external_SlippageIcon_js_default as SlippageIcon, external_SnowflakeIcon_js_default as SnowflakeIcon, external_SortAscIcon_js_default as SortAscIcon, external_SortDescIcon_js_default as SortDescIcon, external_SortDown1Icon_js_default as SortDown1Icon, external_SortDownIcon_js_default as SortDownIcon, external_SortIcon_js_default as SortIcon, external_SortUp1Icon_js_default as SortUp1Icon, external_SortUpIcon_js_default as SortUpIcon, external_SproutIcon_js_default as SproutIcon, external_StakeIcon_js_default as StakeIcon, external_StarIcon_js_default as StarIcon, external_StarOnIcon_js_default as StarOnIcon, external_SunIcon_js_default as SunIcon, external_Switch2Icon_js_default as Switch2Icon, external_SwitchIcon_js_default as SwitchIcon, external_TargetIcon_js_default as TargetIcon, external_TelegramIcon_js_default as TelegramIcon, external_TestnetsIcon_js_default as TestnetsIcon, external_TgChatGroupIcon_js_default as TgChatGroupIcon, external_ThemeSwitchIcon_js_default as ThemeSwitchIcon, external_TicketIcon_js_default as TicketIcon, external_TiktokIcon_js_default as TiktokIcon, external_TimeEndIcon_js_default as TimeEndIcon, external_TokenExchangeIcon_js_default as TokenExchangeIcon, external_Top10HoldersIcon_js_default as Top10HoldersIcon, external_TrackIcon_js_default as TrackIcon, external_TradeIcon_js_default as TradeIcon, external_TradeMainIcon_js_default as TradeMainIcon, external_TrainIcon_js_default as TrainIcon, external_TrashIcon_js_default as TrashIcon, external_TreeIcon_js_default as TreeIcon, external_TrenchIcon_js_default as TrenchIcon, external_TriangleAlertIcon_js_default as TriangleAlertIcon, external_TriangleDownIcon_js_default as TriangleDownIcon, external_TriangleUpIcon_js_default as TriangleUpIcon, external_TrophyIcon_js_default as TrophyIcon, external_TruthSocialIcon_js_default as TruthSocialIcon, external_TweetIcon_js_default as TweetIcon, external_TweetQuoteIcon_js_default as TweetQuoteIcon, external_TwinklingStarsIcon_js_default as TwinklingStarsIcon, external_TwitchAppIcon_js_default as TwitchAppIcon, external_TwitterIcon_js_default as TwitterIcon, external_TwitterSearchIcon_js_default as TwitterSearchIcon, external_UniversalXTwitterIcon_js_default as UniversalXTwitterIcon, external_UnlinkIcon_js_default as UnlinkIcon, external_UpdateIcon_js_default as UpdateIcon, external_UploadIcon_js_default as UploadIcon, external_UserBanIcon_js_default as UserBanIcon, external_UserFollowIcon_js_default as UserFollowIcon, external_UserIcon_js_default as UserIcon, external_UserStarIcon_js_default as UserStarIcon, external_UserTieIcon_js_default as UserTieIcon, external_UsersIcon_js_default as UsersIcon, external_VolumeIcon_js_default as VolumeIcon, external_WalletBackupIcon_js_default as WalletBackupIcon, external_WalletCreateIcon_js_default as WalletCreateIcon, external_WalletIcon_js_default as WalletIcon, external_WalletPasswordIcon_js_default as WalletPasswordIcon, external_WishlistIcon_js_default as WishlistIcon, external_WrenchIcon_js_default as WrenchIcon, external_YapsIcon_js_default as YapsIcon, external_YoutubeIcon_js_default as YoutubeIcon };
311
+ export { external_ActivityIcon_js_default as ActivityIcon, external_AlertIcon_js_default as AlertIcon, external_AlertOnIcon_js_default as AlertOnIcon, external_AllTokensIcon_js_default as AllTokensIcon, external_AppLockIcon_js_default as AppLockIcon, external_AppleIcon_js_default as AppleIcon, external_ArrowDownIcon_js_default as ArrowDownIcon, external_ArrowDownToLineIcon_js_default as ArrowDownToLineIcon, external_ArrowRightLeftIcon_js_default as ArrowRightLeftIcon, external_ArrowUpIcon_js_default as ArrowUpIcon, external_Assets2Icon_js_default as Assets2Icon, external_AssetsIcon_js_default as AssetsIcon, external_AxiomIcon_js_default as AxiomIcon, external_BallIcon_js_default as BallIcon, external_BanIcon_js_default as BanIcon, external_BookmarkIcon_js_default as BookmarkIcon, external_BookmarkXIcon_js_default as BookmarkXIcon, external_Bot2Icon_js_default as Bot2Icon, external_BotIcon_js_default as BotIcon, external_Boxes2Icon_js_default as Boxes2Icon, external_BoxesIcon_js_default as BoxesIcon, external_BrushCleaningIcon_js_default as BrushCleaningIcon, external_BubbleIcon_js_default as BubbleIcon, external_BullBearIcon_js_default as BullBearIcon, external_BurgerIcon_js_default as BurgerIcon, external_CaIcon_js_default as CaIcon, external_CabalIcon_js_default as CabalIcon, external_CabalLeaderIcon_js_default as CabalLeaderIcon, external_CalendarCheckIcon_js_default as CalendarCheckIcon, external_CalendarIcon_js_default as CalendarIcon, external_CameraIcon_js_default as CameraIcon, external_Candle2Icon_js_default as Candle2Icon, external_CandleIcon_js_default as CandleIcon, external_CarIcon_js_default as CarIcon, external_CashBagIcon_js_default as CashBagIcon, external_CashInIcon_js_default as CashInIcon, external_CashOutIcon_js_default as CashOutIcon, external_CashRewardsIcon_js_default as CashRewardsIcon, external_CatIcon_js_default as CatIcon, external_CexWalletIcon_js_default as CexWalletIcon, external_ChartColorSwitchIcon_js_default as ChartColorSwitchIcon, external_ChartLine2Icon_js_default as ChartLine2Icon, external_ChartLineCheckedIcon_js_default as ChartLineCheckedIcon, external_ChartLineIcon_js_default as ChartLineIcon, external_ChartPieIcon_js_default as ChartPieIcon, external_ChartUpIcon_js_default as ChartUpIcon, external_CheckIcon_js_default as CheckIcon, external_ChefIcon_js_default as ChefIcon, external_ChevronDownIcon_js_default as ChevronDownIcon, external_ChevronDownSmallIcon_js_default as ChevronDownSmallIcon, external_ChevronLeftIcon_js_default as ChevronLeftIcon, external_ChevronLeftSmallIcon_js_default as ChevronLeftSmallIcon, external_ChevronRightIcon_js_default as ChevronRightIcon, external_ChevronRightSmallIcon_js_default as ChevronRightSmallIcon, external_ChevronUpIcon_js_default as ChevronUpIcon, external_ChevronUpSmallIcon_js_default as ChevronUpSmallIcon, external_ChevronsLeftIcon_js_default as ChevronsLeftIcon, external_ChevronsUpIcon_js_default as ChevronsUpIcon, external_CircleAlertIcon_js_default as CircleAlertIcon, external_CircleCheckFadedIcon_js_default as CircleCheckFadedIcon, external_CircleCheckFilledIcon_js_default as CircleCheckFilledIcon, external_CircleCloseFadedIcon_js_default as CircleCloseFadedIcon, external_CircleCloseFilledIcon_js_default as CircleCloseFilledIcon, external_CircleDollarIcon_js_default as CircleDollarIcon, external_CircleFilledIcon_js_default as CircleFilledIcon, external_CircleFlameIcon_js_default as CircleFlameIcon, external_CircleMinusFadedIcon_js_default as CircleMinusFadedIcon, external_CircleMinusIcon_js_default as CircleMinusIcon, external_CirclePendingIcon_js_default as CirclePendingIcon, external_CirclePlusIcon_js_default as CirclePlusIcon, external_CircleQuestionIcon_js_default as CircleQuestionIcon, external_ClipboardListIcon_js_default as ClipboardListIcon, external_Clock1Icon_js_default as Clock1Icon, external_ClockIcon_js_default as ClockIcon, external_CloseIcon_js_default as CloseIcon, external_ClothesIcon_js_default as ClothesIcon, external_ColorBullxIcon_js_default as ColorBullxIcon, external_ColorCoingeckoIcon_js_default as ColorCoingeckoIcon, external_ColorDiceIcon_js_default as ColorDiceIcon, external_ColorGmgnIcon_js_default as ColorGmgnIcon, external_ColorGoogleIcon_js_default as ColorGoogleIcon, external_ColorInstagramIcon_js_default as ColorInstagramIcon, external_ColorMedalIcon_js_default as ColorMedalIcon, external_ColorPauseIcon_js_default as ColorPauseIcon, external_ColorPepeboostIcon_js_default as ColorPepeboostIcon, external_ColorPhotonIcon_js_default as ColorPhotonIcon, external_ColorPlayIcon_js_default as ColorPlayIcon, external_ColorPumpfunIcon_js_default as ColorPumpfunIcon, external_ColorTgUserIcon_js_default as ColorTgUserIcon, external_ColorTiktokIcon_js_default as ColorTiktokIcon, external_ColorTrojanIcon_js_default as ColorTrojanIcon, external_ColorTruthSocialIcon_js_default as ColorTruthSocialIcon, external_ColorTwitchAppIcon_js_default as ColorTwitchAppIcon, external_ColorYoutubeIcon_js_default as ColorYoutubeIcon, external_ConceptIcon_js_default as ConceptIcon, external_ConvertFlashIcon_js_default as ConvertFlashIcon, external_ConvertIcon_js_default as ConvertIcon, external_CopyIcon_js_default as CopyIcon, external_CopyXIcon_js_default as CopyXIcon, external_CreatorTeamIcon_js_default as CreatorTeamIcon, external_CrownIcon_js_default as CrownIcon, external_CurrencyExchangeIcon_js_default as CurrencyExchangeIcon, external_DiamondHandIcon_js_default as DiamondHandIcon, external_DiamondIcon_js_default as DiamondIcon, external_DiscordIcon_js_default as DiscordIcon, external_DocumentTermsIcon_js_default as DocumentTermsIcon, external_DownloadIcon_js_default as DownloadIcon, external_Draggable2Icon_js_default as Draggable2Icon, external_DraggableIcon_js_default as DraggableIcon, external_DraggableVerticalIcon_js_default as DraggableVerticalIcon, external_EagleIcon_js_default as EagleIcon, external_EarthIcon_js_default as EarthIcon, external_EditIcon_js_default as EditIcon, external_EllipsisIcon_js_default as EllipsisIcon, external_EllipsisVerticalIcon_js_default as EllipsisVerticalIcon, external_EmptyIcon_js_default as EmptyIcon, external_ExpandIcon_js_default as ExpandIcon, external_ExternalLinkIcon_js_default as ExternalLinkIcon, external_EyeIcon_js_default as EyeIcon, external_EyeOffIcon_js_default as EyeOffIcon, external_FaceIcon_js_default as FaceIcon, external_FaceSadIcon_js_default as FaceSadIcon, external_FaqIcon_js_default as FaqIcon, external_FileTextIcon_js_default as FileTextIcon, external_FilterIcon_js_default as FilterIcon, external_FingerprintIcon_js_default as FingerprintIcon, external_FlagIcon_js_default as FlagIcon, external_FlameFilledIcon_js_default as FlameFilledIcon, external_FlameIcon_js_default as FlameIcon, external_FlashIcon_js_default as FlashIcon, external_FolderIcon_js_default as FolderIcon, external_FullscreenIcon_js_default as FullscreenIcon, external_GasFeeIcon_js_default as GasFeeIcon, external_GhostIcon_js_default as GhostIcon, external_GiftIcon_js_default as GiftIcon, external_GithubIcon_js_default as GithubIcon, external_GrassIcon_js_default as GrassIcon, external_HeadsetIcon_js_default as HeadsetIcon, external_HeartIcon_js_default as HeartIcon, external_HexagonDollarIcon_js_default as HexagonDollarIcon, external_HoneyPotIcon_js_default as HoneyPotIcon, external_ImageFallbackIcon_js_default as ImageFallbackIcon, external_ImportExportIcon_js_default as ImportExportIcon, external_InstagramIcon_js_default as InstagramIcon, external_InternetIcon_js_default as InternetIcon, external_InviteIcon_js_default as InviteIcon, external_JackpotIcon_js_default as JackpotIcon, external_JoinCommunityIcon_js_default as JoinCommunityIcon, external_KeyboardIcon_js_default as KeyboardIcon, external_KolInfluencersIcon_js_default as KolInfluencersIcon, external_LanguagesIcon_js_default as LanguagesIcon, external_Layers2Icon_js_default as Layers2Icon, external_LayersIcon_js_default as LayersIcon, external_LayoutBottomIcon_js_default as LayoutBottomIcon, external_LayoutFloatIcon_js_default as LayoutFloatIcon, external_LayoutIcon_js_default as LayoutIcon, external_LayoutLeftIcon_js_default as LayoutLeftIcon, external_LayoutRightIcon_js_default as LayoutRightIcon, external_LeaderboardIcon_js_default as LeaderboardIcon, external_LeafIcon_js_default as LeafIcon, external_LinkIcon_js_default as LinkIcon, external_LiquidityAddIcon_js_default as LiquidityAddIcon, external_LiquidityPoolIcon_js_default as LiquidityPoolIcon, external_LiquidityRemoveIcon_js_default as LiquidityRemoveIcon, external_List2Icon_js_default as List2Icon, external_ListCheckIcon_js_default as ListCheckIcon, external_ListCopyDownIcon_js_default as ListCopyDownIcon, external_ListCopyUpIcon_js_default as ListCopyUpIcon, external_ListHistoryIcon_js_default as ListHistoryIcon, external_ListIcon_js_default as ListIcon, external_ListSettingIcon_js_default as ListSettingIcon, external_ListSettingsIcon_js_default as ListSettingsIcon, external_Lock2Icon_js_default as Lock2Icon, external_LockIcon_js_default as LockIcon, external_MailHeartIcon_js_default as MailHeartIcon, external_MailIcon_js_default as MailIcon, external_ManualIcon_js_default as ManualIcon, external_MarketStatsIcon_js_default as MarketStatsIcon, external_MarketTrendIcon_js_default as MarketTrendIcon, external_MoonIcon_js_default as MoonIcon, external_MoveUpRightIcon_js_default as MoveUpRightIcon, external_MusicIcon_js_default as MusicIcon, external_NavAccountUxIcon_js_default as NavAccountUxIcon, external_NavCryptoUxIcon_js_default as NavCryptoUxIcon, external_NavEarnIcon_js_default as NavEarnIcon, external_NavHomeIcon_js_default as NavHomeIcon, external_NavHomeUxIcon_js_default as NavHomeUxIcon, external_NavMarketIcon_js_default as NavMarketIcon, external_NavStockUxIcon_js_default as NavStockUxIcon, external_NavTradeIcon_js_default as NavTradeIcon, external_NavWalletIcon_js_default as NavWalletIcon, external_OrderIcon_js_default as OrderIcon, external_OrientationSwitchIcon_js_default as OrientationSwitchIcon, external_OwnerAddressIcon_js_default as OwnerAddressIcon, external_PaperHandIcon_js_default as PaperHandIcon, external_ParticleTwitterIcon_js_default as ParticleTwitterIcon, external_PartyPopperIcon_js_default as PartyPopperIcon, external_PasswordIcon_js_default as PasswordIcon, external_PauseIcon_js_default as PauseIcon, external_PercentIcon_js_default as PercentIcon, external_PinIcon_js_default as PinIcon, external_PinOnIcon_js_default as PinOnIcon, external_PlayCircleIcon_js_default as PlayCircleIcon, external_PlayIcon_js_default as PlayIcon, external_PlayLeftIcon_js_default as PlayLeftIcon, external_PlusIcon_js_default as PlusIcon, external_PriorityFeeIcon_js_default as PriorityFeeIcon, external_PrivacyPolicyIcon_js_default as PrivacyPolicyIcon, external_ProcessingIcon_js_default as ProcessingIcon, external_PumpfunIcon_js_default as PumpfunIcon, external_QrcodeIcon_js_default as QrcodeIcon, external_QuestionIcon_js_default as QuestionIcon, external_RadarIcon_js_default as RadarIcon, external_RadioOffIcon_js_default as RadioOffIcon, external_RadioOnIcon_js_default as RadioOnIcon, external_ReceiveIcon_js_default as ReceiveIcon, external_RecordBuyIcon_js_default as RecordBuyIcon, external_RecordSellIcon_js_default as RecordSellIcon, external_RedPacketIcon_js_default as RedPacketIcon, external_RedditIcon_js_default as RedditIcon, external_RefreshCwIcon_js_default as RefreshCwIcon, external_RocketIcon_js_default as RocketIcon, external_RotateCwIcon_js_default as RotateCwIcon, external_ScanFaceIcon_js_default as ScanFaceIcon, external_SearchIcon_js_default as SearchIcon, external_SearchListIcon_js_default as SearchListIcon, external_SearchPlusIcon_js_default as SearchPlusIcon, external_SecureTips1Icon_js_default as SecureTips1Icon, external_SecureTips2Icon_js_default as SecureTips2Icon, external_SendIcon_js_default as SendIcon, external_SettingsIcon_js_default as SettingsIcon, external_ShareIcon_js_default as ShareIcon, external_ShieldAlertFilledIcon_js_default as ShieldAlertFilledIcon, external_ShieldAlertIcon_js_default as ShieldAlertIcon, external_ShieldBanIcon_js_default as ShieldBanIcon, external_ShieldCheckFilledIcon_js_default as ShieldCheckFilledIcon, external_ShieldCheckIcon_js_default as ShieldCheckIcon, external_ShieldPlusIcon_js_default as ShieldPlusIcon, external_ShieldXFilledIcon_js_default as ShieldXFilledIcon, external_ShieldXIcon_js_default as ShieldXIcon, external_ShipIcon_js_default as ShipIcon, external_ShoppingCartInIcon_js_default as ShoppingCartInIcon, external_ShoppingCartOutIcon_js_default as ShoppingCartOutIcon, external_SlidersHorizontalIcon_js_default as SlidersHorizontalIcon, external_SlidersVerticalIcon_js_default as SlidersVerticalIcon, external_SlippageIcon_js_default as SlippageIcon, external_SnowflakeIcon_js_default as SnowflakeIcon, external_SortAscIcon_js_default as SortAscIcon, external_SortDescIcon_js_default as SortDescIcon, external_SortDown1Icon_js_default as SortDown1Icon, external_SortDownIcon_js_default as SortDownIcon, external_SortIcon_js_default as SortIcon, external_SortUp1Icon_js_default as SortUp1Icon, external_SortUpIcon_js_default as SortUpIcon, external_SpaceIcon_js_default as SpaceIcon, external_SproutIcon_js_default as SproutIcon, external_StakeIcon_js_default as StakeIcon, external_StarIcon_js_default as StarIcon, external_StarOnIcon_js_default as StarOnIcon, external_SunIcon_js_default as SunIcon, external_Switch2Icon_js_default as Switch2Icon, external_SwitchIcon_js_default as SwitchIcon, external_TargetIcon_js_default as TargetIcon, external_TelegramIcon_js_default as TelegramIcon, external_TestnetsIcon_js_default as TestnetsIcon, external_TgChatGroupIcon_js_default as TgChatGroupIcon, external_ThemeSwitchIcon_js_default as ThemeSwitchIcon, external_TicketIcon_js_default as TicketIcon, external_TiktokIcon_js_default as TiktokIcon, external_TimeEndIcon_js_default as TimeEndIcon, external_TokenExchangeIcon_js_default as TokenExchangeIcon, external_Top10HoldersIcon_js_default as Top10HoldersIcon, external_TrackIcon_js_default as TrackIcon, external_TradeIcon_js_default as TradeIcon, external_TradeMainIcon_js_default as TradeMainIcon, external_TrainIcon_js_default as TrainIcon, external_TrashIcon_js_default as TrashIcon, external_TreeIcon_js_default as TreeIcon, external_TrenchIcon_js_default as TrenchIcon, external_TriangleAlertIcon_js_default as TriangleAlertIcon, external_TriangleDownIcon_js_default as TriangleDownIcon, external_TriangleUpIcon_js_default as TriangleUpIcon, external_TrophyIcon_js_default as TrophyIcon, external_TruthSocialIcon_js_default as TruthSocialIcon, external_TweetIcon_js_default as TweetIcon, external_TweetQuoteIcon_js_default as TweetQuoteIcon, external_TwinklingStarsIcon_js_default as TwinklingStarsIcon, external_TwitchAppIcon_js_default as TwitchAppIcon, external_TwitterIcon_js_default as TwitterIcon, external_TwitterSearchIcon_js_default as TwitterSearchIcon, external_UniversalXTwitterIcon_js_default as UniversalXTwitterIcon, external_UnlinkIcon_js_default as UnlinkIcon, external_UpdateIcon_js_default as UpdateIcon, external_UploadIcon_js_default as UploadIcon, external_UserBanIcon_js_default as UserBanIcon, external_UserFollowIcon_js_default as UserFollowIcon, external_UserIcon_js_default as UserIcon, external_UserStarIcon_js_default as UserStarIcon, external_UserTieIcon_js_default as UserTieIcon, external_UsersIcon_js_default as UsersIcon, external_VideoIcon_js_default as VideoIcon, external_VolumeIcon_js_default as VolumeIcon, external_WalletBackupIcon_js_default as WalletBackupIcon, external_WalletCreateIcon_js_default as WalletCreateIcon, external_WalletIcon_js_default as WalletIcon, external_WalletPasswordIcon_js_default as WalletPasswordIcon, external_WishlistIcon_js_default as WishlistIcon, external_WrenchIcon_js_default as WrenchIcon, external_YapsIcon_js_default as YapsIcon, external_YoutubeIcon_js_default as YoutubeIcon };
@@ -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,28 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ import { isThemeColor, useIconsContext } from "../core/index.js";
4
+ const BookmarkXIcon_BookmarkXIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
5
+ const { getColor } = useIconsContext();
6
+ const _color = isThemeColor(color) ? getColor(color) : color;
7
+ const fill = props.fill || _color;
8
+ return /*#__PURE__*/ jsxs("svg", {
9
+ width: width,
10
+ height: height,
11
+ viewBox: "0 0 24 24",
12
+ fill: "none",
13
+ ...props,
14
+ children: [
15
+ /*#__PURE__*/ jsx("path", {
16
+ 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",
17
+ fill: fill
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ 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",
21
+ fill: fill
22
+ })
23
+ ]
24
+ });
25
+ };
26
+ BookmarkXIcon_BookmarkXIcon.displayName = 'BookmarkXIcon|bookmark-x';
27
+ const BookmarkXIcon = BookmarkXIcon_BookmarkXIcon;
28
+ 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,28 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ import { isThemeColor, useIconsContext } from "../core/index.js";
4
+ const CalendarIcon_CalendarIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
5
+ const { getColor } = useIconsContext();
6
+ const _color = isThemeColor(color) ? getColor(color) : color;
7
+ const fill = props.fill || _color;
8
+ return /*#__PURE__*/ jsxs("svg", {
9
+ width: width,
10
+ height: height,
11
+ viewBox: "0 0 24 24",
12
+ fill: "none",
13
+ ...props,
14
+ children: [
15
+ /*#__PURE__*/ jsx("path", {
16
+ 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",
17
+ fill: fill
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ 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",
21
+ fill: fill
22
+ })
23
+ ]
24
+ });
25
+ };
26
+ CalendarIcon_CalendarIcon.displayName = 'CalendarIcon|calendar';
27
+ const CalendarIcon = CalendarIcon_CalendarIcon;
28
+ export { CalendarIcon 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,22 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { isThemeColor, useIconsContext } from "../core/index.js";
4
+ const KeyboardIcon_KeyboardIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
5
+ const { getColor } = useIconsContext();
6
+ const _color = isThemeColor(color) ? getColor(color) : color;
7
+ const fill = props.fill || _color;
8
+ return /*#__PURE__*/ jsx("svg", {
9
+ width: width,
10
+ height: height,
11
+ viewBox: "0 0 24 24",
12
+ fill: "none",
13
+ ...props,
14
+ children: /*#__PURE__*/ jsx("path", {
15
+ 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",
16
+ fill: fill
17
+ })
18
+ });
19
+ };
20
+ KeyboardIcon_KeyboardIcon.displayName = 'KeyboardIcon|keyboard';
21
+ const KeyboardIcon = KeyboardIcon_KeyboardIcon;
22
+ export { KeyboardIcon 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,28 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ import { isThemeColor, useIconsContext } from "../core/index.js";
4
+ const OrderIcon_OrderIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
5
+ const { getColor } = useIconsContext();
6
+ const _color = isThemeColor(color) ? getColor(color) : color;
7
+ const fill = props.fill || _color;
8
+ return /*#__PURE__*/ jsxs("svg", {
9
+ width: width,
10
+ height: height,
11
+ viewBox: "0 0 24 24",
12
+ fill: "none",
13
+ ...props,
14
+ children: [
15
+ /*#__PURE__*/ jsx("path", {
16
+ 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",
17
+ fill: fill
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ 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",
21
+ fill: fill
22
+ })
23
+ ]
24
+ });
25
+ };
26
+ OrderIcon_OrderIcon.displayName = 'OrderIcon|order';
27
+ const OrderIcon = OrderIcon_OrderIcon;
28
+ export { OrderIcon 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,25 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { isThemeColor, useIconsContext } from "../core/index.js";
4
+ const SpaceIcon_SpaceIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
5
+ const { getColor } = useIconsContext();
6
+ const _color = isThemeColor(color) ? getColor(color) : color;
7
+ const fill = props.fill || _color;
8
+ const stroke = props.stroke || _color;
9
+ return /*#__PURE__*/ jsx("svg", {
10
+ width: width,
11
+ height: height,
12
+ viewBox: "0 0 24 24",
13
+ fill: "none",
14
+ ...props,
15
+ children: /*#__PURE__*/ jsx("path", {
16
+ 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",
17
+ fill: fill,
18
+ stroke: stroke,
19
+ strokeWidth: 0.4
20
+ })
21
+ });
22
+ };
23
+ SpaceIcon_SpaceIcon.displayName = 'SpaceIcon|space';
24
+ const SpaceIcon = SpaceIcon_SpaceIcon;
25
+ 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,22 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { isThemeColor, useIconsContext } from "../core/index.js";
4
+ const VideoIcon_VideoIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
5
+ const { getColor } = useIconsContext();
6
+ const _color = isThemeColor(color) ? getColor(color) : color;
7
+ const fill = props.fill || _color;
8
+ return /*#__PURE__*/ jsx("svg", {
9
+ width: width,
10
+ height: height,
11
+ viewBox: "0 0 24 24",
12
+ fill: "none",
13
+ ...props,
14
+ children: /*#__PURE__*/ jsx("path", {
15
+ 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",
16
+ fill: fill
17
+ })
18
+ });
19
+ };
20
+ VideoIcon_VideoIcon.displayName = 'VideoIcon|video';
21
+ const VideoIcon = VideoIcon_VideoIcon;
22
+ export { VideoIcon as default };
@@ -13,6 +13,7 @@ export { default as AssetsIcon } from './AssetsIcon';
13
13
  export { default as AxiomIcon } from './AxiomIcon';
14
14
  export { default as BallIcon } from './BallIcon';
15
15
  export { default as BanIcon } from './BanIcon';
16
+ export { default as BookmarkXIcon } from './BookmarkXIcon';
16
17
  export { default as BookmarkIcon } from './BookmarkIcon';
17
18
  export { default as Bot2Icon } from './Bot2Icon';
18
19
  export { default as BotIcon } from './BotIcon';
@@ -26,6 +27,7 @@ export { default as CaIcon } from './CaIcon';
26
27
  export { default as CabalLeaderIcon } from './CabalLeaderIcon';
27
28
  export { default as CabalIcon } from './CabalIcon';
28
29
  export { default as CalendarCheckIcon } from './CalendarCheckIcon';
30
+ export { default as CalendarIcon } from './CalendarIcon';
29
31
  export { default as CameraIcon } from './CameraIcon';
30
32
  export { default as Candle2Icon } from './Candle2Icon';
31
33
  export { default as CandleIcon } from './CandleIcon';
@@ -144,6 +146,7 @@ export { default as InternetIcon } from './InternetIcon';
144
146
  export { default as InviteIcon } from './InviteIcon';
145
147
  export { default as JackpotIcon } from './JackpotIcon';
146
148
  export { default as JoinCommunityIcon } from './JoinCommunityIcon';
149
+ export { default as KeyboardIcon } from './KeyboardIcon';
147
150
  export { default as KolInfluencersIcon } from './KolInfluencersIcon';
148
151
  export { default as LanguagesIcon } from './LanguagesIcon';
149
152
  export { default as Layers2Icon } from './Layers2Icon';
@@ -186,6 +189,7 @@ export { default as NavMarketIcon } from './NavMarketIcon';
186
189
  export { default as NavStockUxIcon } from './NavStockUxIcon';
187
190
  export { default as NavTradeIcon } from './NavTradeIcon';
188
191
  export { default as NavWalletIcon } from './NavWalletIcon';
192
+ export { default as OrderIcon } from './OrderIcon';
189
193
  export { default as OrientationSwitchIcon } from './OrientationSwitchIcon';
190
194
  export { default as OwnerAddressIcon } from './OwnerAddressIcon';
191
195
  export { default as PaperHandIcon } from './PaperHandIcon';
@@ -248,6 +252,7 @@ export { default as SortDownIcon } from './SortDownIcon';
248
252
  export { default as SortUp1Icon } from './SortUp1Icon';
249
253
  export { default as SortUpIcon } from './SortUpIcon';
250
254
  export { default as SortIcon } from './SortIcon';
255
+ export { default as SpaceIcon } from './SpaceIcon';
251
256
  export { default as SproutIcon } from './SproutIcon';
252
257
  export { default as StakeIcon } from './StakeIcon';
253
258
  export { default as StarOnIcon } from './StarOnIcon';
@@ -293,6 +298,7 @@ export { default as UserStarIcon } from './UserStarIcon';
293
298
  export { default as UserTieIcon } from './UserTieIcon';
294
299
  export { default as UserIcon } from './UserIcon';
295
300
  export { default as UsersIcon } from './UsersIcon';
301
+ export { default as VideoIcon } from './VideoIcon';
296
302
  export { default as VolumeIcon } from './VolumeIcon';
297
303
  export { default as WalletBackupIcon } from './WalletBackupIcon';
298
304
  export { default as WalletCreateIcon } from './WalletCreateIcon';
package/dist/web/index.js CHANGED
@@ -13,6 +13,7 @@ import external_AssetsIcon_js_default from "./AssetsIcon.js";
13
13
  import external_AxiomIcon_js_default from "./AxiomIcon.js";
14
14
  import external_BallIcon_js_default from "./BallIcon.js";
15
15
  import external_BanIcon_js_default from "./BanIcon.js";
16
+ import external_BookmarkXIcon_js_default from "./BookmarkXIcon.js";
16
17
  import external_BookmarkIcon_js_default from "./BookmarkIcon.js";
17
18
  import external_Bot2Icon_js_default from "./Bot2Icon.js";
18
19
  import external_BotIcon_js_default from "./BotIcon.js";
@@ -26,6 +27,7 @@ import external_CaIcon_js_default from "./CaIcon.js";
26
27
  import external_CabalLeaderIcon_js_default from "./CabalLeaderIcon.js";
27
28
  import external_CabalIcon_js_default from "./CabalIcon.js";
28
29
  import external_CalendarCheckIcon_js_default from "./CalendarCheckIcon.js";
30
+ import external_CalendarIcon_js_default from "./CalendarIcon.js";
29
31
  import external_CameraIcon_js_default from "./CameraIcon.js";
30
32
  import external_Candle2Icon_js_default from "./Candle2Icon.js";
31
33
  import external_CandleIcon_js_default from "./CandleIcon.js";
@@ -144,6 +146,7 @@ import external_InternetIcon_js_default from "./InternetIcon.js";
144
146
  import external_InviteIcon_js_default from "./InviteIcon.js";
145
147
  import external_JackpotIcon_js_default from "./JackpotIcon.js";
146
148
  import external_JoinCommunityIcon_js_default from "./JoinCommunityIcon.js";
149
+ import external_KeyboardIcon_js_default from "./KeyboardIcon.js";
147
150
  import external_KolInfluencersIcon_js_default from "./KolInfluencersIcon.js";
148
151
  import external_LanguagesIcon_js_default from "./LanguagesIcon.js";
149
152
  import external_Layers2Icon_js_default from "./Layers2Icon.js";
@@ -186,6 +189,7 @@ import external_NavMarketIcon_js_default from "./NavMarketIcon.js";
186
189
  import external_NavStockUxIcon_js_default from "./NavStockUxIcon.js";
187
190
  import external_NavTradeIcon_js_default from "./NavTradeIcon.js";
188
191
  import external_NavWalletIcon_js_default from "./NavWalletIcon.js";
192
+ import external_OrderIcon_js_default from "./OrderIcon.js";
189
193
  import external_OrientationSwitchIcon_js_default from "./OrientationSwitchIcon.js";
190
194
  import external_OwnerAddressIcon_js_default from "./OwnerAddressIcon.js";
191
195
  import external_PaperHandIcon_js_default from "./PaperHandIcon.js";
@@ -248,6 +252,7 @@ import external_SortDownIcon_js_default from "./SortDownIcon.js";
248
252
  import external_SortUp1Icon_js_default from "./SortUp1Icon.js";
249
253
  import external_SortUpIcon_js_default from "./SortUpIcon.js";
250
254
  import external_SortIcon_js_default from "./SortIcon.js";
255
+ import external_SpaceIcon_js_default from "./SpaceIcon.js";
251
256
  import external_SproutIcon_js_default from "./SproutIcon.js";
252
257
  import external_StakeIcon_js_default from "./StakeIcon.js";
253
258
  import external_StarOnIcon_js_default from "./StarOnIcon.js";
@@ -293,6 +298,7 @@ import external_UserStarIcon_js_default from "./UserStarIcon.js";
293
298
  import external_UserTieIcon_js_default from "./UserTieIcon.js";
294
299
  import external_UserIcon_js_default from "./UserIcon.js";
295
300
  import external_UsersIcon_js_default from "./UsersIcon.js";
301
+ import external_VideoIcon_js_default from "./VideoIcon.js";
296
302
  import external_VolumeIcon_js_default from "./VolumeIcon.js";
297
303
  import external_WalletBackupIcon_js_default from "./WalletBackupIcon.js";
298
304
  import external_WalletCreateIcon_js_default from "./WalletCreateIcon.js";
@@ -302,4 +308,4 @@ import external_WishlistIcon_js_default from "./WishlistIcon.js";
302
308
  import external_WrenchIcon_js_default from "./WrenchIcon.js";
303
309
  import external_YapsIcon_js_default from "./YapsIcon.js";
304
310
  import external_YoutubeIcon_js_default from "./YoutubeIcon.js";
305
- export { external_ActivityIcon_js_default as ActivityIcon, external_AlertIcon_js_default as AlertIcon, external_AlertOnIcon_js_default as AlertOnIcon, external_AllTokensIcon_js_default as AllTokensIcon, external_AppLockIcon_js_default as AppLockIcon, external_AppleIcon_js_default as AppleIcon, external_ArrowDownIcon_js_default as ArrowDownIcon, external_ArrowDownToLineIcon_js_default as ArrowDownToLineIcon, external_ArrowRightLeftIcon_js_default as ArrowRightLeftIcon, external_ArrowUpIcon_js_default as ArrowUpIcon, external_Assets2Icon_js_default as Assets2Icon, external_AssetsIcon_js_default as AssetsIcon, external_AxiomIcon_js_default as AxiomIcon, external_BallIcon_js_default as BallIcon, external_BanIcon_js_default as BanIcon, external_BookmarkIcon_js_default as BookmarkIcon, external_Bot2Icon_js_default as Bot2Icon, external_BotIcon_js_default as BotIcon, external_Boxes2Icon_js_default as Boxes2Icon, external_BoxesIcon_js_default as BoxesIcon, external_BrushCleaningIcon_js_default as BrushCleaningIcon, external_BubbleIcon_js_default as BubbleIcon, external_BullBearIcon_js_default as BullBearIcon, external_BurgerIcon_js_default as BurgerIcon, external_CaIcon_js_default as CaIcon, external_CabalIcon_js_default as CabalIcon, external_CabalLeaderIcon_js_default as CabalLeaderIcon, external_CalendarCheckIcon_js_default as CalendarCheckIcon, external_CameraIcon_js_default as CameraIcon, external_Candle2Icon_js_default as Candle2Icon, external_CandleIcon_js_default as CandleIcon, external_CarIcon_js_default as CarIcon, external_CashBagIcon_js_default as CashBagIcon, external_CashInIcon_js_default as CashInIcon, external_CashOutIcon_js_default as CashOutIcon, external_CashRewardsIcon_js_default as CashRewardsIcon, external_CatIcon_js_default as CatIcon, external_CexWalletIcon_js_default as CexWalletIcon, external_ChartColorSwitchIcon_js_default as ChartColorSwitchIcon, external_ChartLine2Icon_js_default as ChartLine2Icon, external_ChartLineCheckedIcon_js_default as ChartLineCheckedIcon, external_ChartLineIcon_js_default as ChartLineIcon, external_ChartPieIcon_js_default as ChartPieIcon, external_ChartUpIcon_js_default as ChartUpIcon, external_CheckIcon_js_default as CheckIcon, external_ChefIcon_js_default as ChefIcon, external_ChevronDownIcon_js_default as ChevronDownIcon, external_ChevronDownSmallIcon_js_default as ChevronDownSmallIcon, external_ChevronLeftIcon_js_default as ChevronLeftIcon, external_ChevronLeftSmallIcon_js_default as ChevronLeftSmallIcon, external_ChevronRightIcon_js_default as ChevronRightIcon, external_ChevronRightSmallIcon_js_default as ChevronRightSmallIcon, external_ChevronUpIcon_js_default as ChevronUpIcon, external_ChevronUpSmallIcon_js_default as ChevronUpSmallIcon, external_ChevronsLeftIcon_js_default as ChevronsLeftIcon, external_ChevronsUpIcon_js_default as ChevronsUpIcon, external_CircleAlertIcon_js_default as CircleAlertIcon, external_CircleCheckFadedIcon_js_default as CircleCheckFadedIcon, external_CircleCheckFilledIcon_js_default as CircleCheckFilledIcon, external_CircleCloseFadedIcon_js_default as CircleCloseFadedIcon, external_CircleCloseFilledIcon_js_default as CircleCloseFilledIcon, external_CircleDollarIcon_js_default as CircleDollarIcon, external_CircleFilledIcon_js_default as CircleFilledIcon, external_CircleFlameIcon_js_default as CircleFlameIcon, external_CircleMinusFadedIcon_js_default as CircleMinusFadedIcon, external_CircleMinusIcon_js_default as CircleMinusIcon, external_CirclePendingIcon_js_default as CirclePendingIcon, external_CirclePlusIcon_js_default as CirclePlusIcon, external_CircleQuestionIcon_js_default as CircleQuestionIcon, external_ClipboardListIcon_js_default as ClipboardListIcon, external_Clock1Icon_js_default as Clock1Icon, external_ClockIcon_js_default as ClockIcon, external_CloseIcon_js_default as CloseIcon, external_ClothesIcon_js_default as ClothesIcon, external_ColorBullxIcon_js_default as ColorBullxIcon, external_ColorCoingeckoIcon_js_default as ColorCoingeckoIcon, external_ColorDiceIcon_js_default as ColorDiceIcon, external_ColorGmgnIcon_js_default as ColorGmgnIcon, external_ColorGoogleIcon_js_default as ColorGoogleIcon, external_ColorInstagramIcon_js_default as ColorInstagramIcon, external_ColorMedalIcon_js_default as ColorMedalIcon, external_ColorPauseIcon_js_default as ColorPauseIcon, external_ColorPepeboostIcon_js_default as ColorPepeboostIcon, external_ColorPhotonIcon_js_default as ColorPhotonIcon, external_ColorPlayIcon_js_default as ColorPlayIcon, external_ColorPumpfunIcon_js_default as ColorPumpfunIcon, external_ColorTgUserIcon_js_default as ColorTgUserIcon, external_ColorTiktokIcon_js_default as ColorTiktokIcon, external_ColorTrojanIcon_js_default as ColorTrojanIcon, external_ColorTruthSocialIcon_js_default as ColorTruthSocialIcon, external_ColorTwitchAppIcon_js_default as ColorTwitchAppIcon, external_ColorYoutubeIcon_js_default as ColorYoutubeIcon, external_ConceptIcon_js_default as ConceptIcon, external_ConvertFlashIcon_js_default as ConvertFlashIcon, external_ConvertIcon_js_default as ConvertIcon, external_CopyIcon_js_default as CopyIcon, external_CopyXIcon_js_default as CopyXIcon, external_CreatorTeamIcon_js_default as CreatorTeamIcon, external_CrownIcon_js_default as CrownIcon, external_CurrencyExchangeIcon_js_default as CurrencyExchangeIcon, external_DiamondHandIcon_js_default as DiamondHandIcon, external_DiamondIcon_js_default as DiamondIcon, external_DiscordIcon_js_default as DiscordIcon, external_DocumentTermsIcon_js_default as DocumentTermsIcon, external_DownloadIcon_js_default as DownloadIcon, external_Draggable2Icon_js_default as Draggable2Icon, external_DraggableIcon_js_default as DraggableIcon, external_DraggableVerticalIcon_js_default as DraggableVerticalIcon, external_EagleIcon_js_default as EagleIcon, external_EarthIcon_js_default as EarthIcon, external_EditIcon_js_default as EditIcon, external_EllipsisIcon_js_default as EllipsisIcon, external_EllipsisVerticalIcon_js_default as EllipsisVerticalIcon, external_EmptyIcon_js_default as EmptyIcon, external_ExpandIcon_js_default as ExpandIcon, external_ExternalLinkIcon_js_default as ExternalLinkIcon, external_EyeIcon_js_default as EyeIcon, external_EyeOffIcon_js_default as EyeOffIcon, external_FaceIcon_js_default as FaceIcon, external_FaceSadIcon_js_default as FaceSadIcon, external_FaqIcon_js_default as FaqIcon, external_FileTextIcon_js_default as FileTextIcon, external_FilterIcon_js_default as FilterIcon, external_FingerprintIcon_js_default as FingerprintIcon, external_FlagIcon_js_default as FlagIcon, external_FlameFilledIcon_js_default as FlameFilledIcon, external_FlameIcon_js_default as FlameIcon, external_FlashIcon_js_default as FlashIcon, external_FolderIcon_js_default as FolderIcon, external_FullscreenIcon_js_default as FullscreenIcon, external_GasFeeIcon_js_default as GasFeeIcon, external_GhostIcon_js_default as GhostIcon, external_GiftIcon_js_default as GiftIcon, external_GithubIcon_js_default as GithubIcon, external_GrassIcon_js_default as GrassIcon, external_HeadsetIcon_js_default as HeadsetIcon, external_HeartIcon_js_default as HeartIcon, external_HexagonDollarIcon_js_default as HexagonDollarIcon, external_HoneyPotIcon_js_default as HoneyPotIcon, external_ImageFallbackIcon_js_default as ImageFallbackIcon, external_ImportExportIcon_js_default as ImportExportIcon, external_InstagramIcon_js_default as InstagramIcon, external_InternetIcon_js_default as InternetIcon, external_InviteIcon_js_default as InviteIcon, external_JackpotIcon_js_default as JackpotIcon, external_JoinCommunityIcon_js_default as JoinCommunityIcon, external_KolInfluencersIcon_js_default as KolInfluencersIcon, external_LanguagesIcon_js_default as LanguagesIcon, external_Layers2Icon_js_default as Layers2Icon, external_LayersIcon_js_default as LayersIcon, external_LayoutBottomIcon_js_default as LayoutBottomIcon, external_LayoutFloatIcon_js_default as LayoutFloatIcon, external_LayoutIcon_js_default as LayoutIcon, external_LayoutLeftIcon_js_default as LayoutLeftIcon, external_LayoutRightIcon_js_default as LayoutRightIcon, external_LeaderboardIcon_js_default as LeaderboardIcon, external_LeafIcon_js_default as LeafIcon, external_LinkIcon_js_default as LinkIcon, external_LiquidityAddIcon_js_default as LiquidityAddIcon, external_LiquidityPoolIcon_js_default as LiquidityPoolIcon, external_LiquidityRemoveIcon_js_default as LiquidityRemoveIcon, external_List2Icon_js_default as List2Icon, external_ListCheckIcon_js_default as ListCheckIcon, external_ListCopyDownIcon_js_default as ListCopyDownIcon, external_ListCopyUpIcon_js_default as ListCopyUpIcon, external_ListHistoryIcon_js_default as ListHistoryIcon, external_ListIcon_js_default as ListIcon, external_ListSettingIcon_js_default as ListSettingIcon, external_ListSettingsIcon_js_default as ListSettingsIcon, external_Lock2Icon_js_default as Lock2Icon, external_LockIcon_js_default as LockIcon, external_MailHeartIcon_js_default as MailHeartIcon, external_MailIcon_js_default as MailIcon, external_ManualIcon_js_default as ManualIcon, external_MarketStatsIcon_js_default as MarketStatsIcon, external_MarketTrendIcon_js_default as MarketTrendIcon, external_MoonIcon_js_default as MoonIcon, external_MoveUpRightIcon_js_default as MoveUpRightIcon, external_MusicIcon_js_default as MusicIcon, external_NavAccountUxIcon_js_default as NavAccountUxIcon, external_NavCryptoUxIcon_js_default as NavCryptoUxIcon, external_NavEarnIcon_js_default as NavEarnIcon, external_NavHomeIcon_js_default as NavHomeIcon, external_NavHomeUxIcon_js_default as NavHomeUxIcon, external_NavMarketIcon_js_default as NavMarketIcon, external_NavStockUxIcon_js_default as NavStockUxIcon, external_NavTradeIcon_js_default as NavTradeIcon, external_NavWalletIcon_js_default as NavWalletIcon, external_OrientationSwitchIcon_js_default as OrientationSwitchIcon, external_OwnerAddressIcon_js_default as OwnerAddressIcon, external_PaperHandIcon_js_default as PaperHandIcon, external_ParticleTwitterIcon_js_default as ParticleTwitterIcon, external_PartyPopperIcon_js_default as PartyPopperIcon, external_PasswordIcon_js_default as PasswordIcon, external_PauseIcon_js_default as PauseIcon, external_PercentIcon_js_default as PercentIcon, external_PinIcon_js_default as PinIcon, external_PinOnIcon_js_default as PinOnIcon, external_PlayCircleIcon_js_default as PlayCircleIcon, external_PlayIcon_js_default as PlayIcon, external_PlayLeftIcon_js_default as PlayLeftIcon, external_PlusIcon_js_default as PlusIcon, external_PriorityFeeIcon_js_default as PriorityFeeIcon, external_PrivacyPolicyIcon_js_default as PrivacyPolicyIcon, external_ProcessingIcon_js_default as ProcessingIcon, external_PumpfunIcon_js_default as PumpfunIcon, external_QrcodeIcon_js_default as QrcodeIcon, external_QuestionIcon_js_default as QuestionIcon, external_RadarIcon_js_default as RadarIcon, external_RadioOffIcon_js_default as RadioOffIcon, external_RadioOnIcon_js_default as RadioOnIcon, external_ReceiveIcon_js_default as ReceiveIcon, external_RecordBuyIcon_js_default as RecordBuyIcon, external_RecordSellIcon_js_default as RecordSellIcon, external_RedPacketIcon_js_default as RedPacketIcon, external_RedditIcon_js_default as RedditIcon, external_RefreshCwIcon_js_default as RefreshCwIcon, external_RocketIcon_js_default as RocketIcon, external_RotateCwIcon_js_default as RotateCwIcon, external_ScanFaceIcon_js_default as ScanFaceIcon, external_SearchIcon_js_default as SearchIcon, external_SearchListIcon_js_default as SearchListIcon, external_SearchPlusIcon_js_default as SearchPlusIcon, external_SecureTips1Icon_js_default as SecureTips1Icon, external_SecureTips2Icon_js_default as SecureTips2Icon, external_SendIcon_js_default as SendIcon, external_SettingsIcon_js_default as SettingsIcon, external_ShareIcon_js_default as ShareIcon, external_ShieldAlertFilledIcon_js_default as ShieldAlertFilledIcon, external_ShieldAlertIcon_js_default as ShieldAlertIcon, external_ShieldBanIcon_js_default as ShieldBanIcon, external_ShieldCheckFilledIcon_js_default as ShieldCheckFilledIcon, external_ShieldCheckIcon_js_default as ShieldCheckIcon, external_ShieldPlusIcon_js_default as ShieldPlusIcon, external_ShieldXFilledIcon_js_default as ShieldXFilledIcon, external_ShieldXIcon_js_default as ShieldXIcon, external_ShipIcon_js_default as ShipIcon, external_ShoppingCartInIcon_js_default as ShoppingCartInIcon, external_ShoppingCartOutIcon_js_default as ShoppingCartOutIcon, external_SlidersHorizontalIcon_js_default as SlidersHorizontalIcon, external_SlidersVerticalIcon_js_default as SlidersVerticalIcon, external_SlippageIcon_js_default as SlippageIcon, external_SnowflakeIcon_js_default as SnowflakeIcon, external_SortAscIcon_js_default as SortAscIcon, external_SortDescIcon_js_default as SortDescIcon, external_SortDown1Icon_js_default as SortDown1Icon, external_SortDownIcon_js_default as SortDownIcon, external_SortIcon_js_default as SortIcon, external_SortUp1Icon_js_default as SortUp1Icon, external_SortUpIcon_js_default as SortUpIcon, external_SproutIcon_js_default as SproutIcon, external_StakeIcon_js_default as StakeIcon, external_StarIcon_js_default as StarIcon, external_StarOnIcon_js_default as StarOnIcon, external_SunIcon_js_default as SunIcon, external_Switch2Icon_js_default as Switch2Icon, external_SwitchIcon_js_default as SwitchIcon, external_TargetIcon_js_default as TargetIcon, external_TelegramIcon_js_default as TelegramIcon, external_TestnetsIcon_js_default as TestnetsIcon, external_TgChatGroupIcon_js_default as TgChatGroupIcon, external_ThemeSwitchIcon_js_default as ThemeSwitchIcon, external_TicketIcon_js_default as TicketIcon, external_TiktokIcon_js_default as TiktokIcon, external_TimeEndIcon_js_default as TimeEndIcon, external_TokenExchangeIcon_js_default as TokenExchangeIcon, external_Top10HoldersIcon_js_default as Top10HoldersIcon, external_TrackIcon_js_default as TrackIcon, external_TradeIcon_js_default as TradeIcon, external_TradeMainIcon_js_default as TradeMainIcon, external_TrainIcon_js_default as TrainIcon, external_TrashIcon_js_default as TrashIcon, external_TreeIcon_js_default as TreeIcon, external_TrenchIcon_js_default as TrenchIcon, external_TriangleAlertIcon_js_default as TriangleAlertIcon, external_TriangleDownIcon_js_default as TriangleDownIcon, external_TriangleUpIcon_js_default as TriangleUpIcon, external_TrophyIcon_js_default as TrophyIcon, external_TruthSocialIcon_js_default as TruthSocialIcon, external_TweetIcon_js_default as TweetIcon, external_TweetQuoteIcon_js_default as TweetQuoteIcon, external_TwinklingStarsIcon_js_default as TwinklingStarsIcon, external_TwitchAppIcon_js_default as TwitchAppIcon, external_TwitterIcon_js_default as TwitterIcon, external_TwitterSearchIcon_js_default as TwitterSearchIcon, external_UniversalXTwitterIcon_js_default as UniversalXTwitterIcon, external_UnlinkIcon_js_default as UnlinkIcon, external_UpdateIcon_js_default as UpdateIcon, external_UploadIcon_js_default as UploadIcon, external_UserBanIcon_js_default as UserBanIcon, external_UserFollowIcon_js_default as UserFollowIcon, external_UserIcon_js_default as UserIcon, external_UserStarIcon_js_default as UserStarIcon, external_UserTieIcon_js_default as UserTieIcon, external_UsersIcon_js_default as UsersIcon, external_VolumeIcon_js_default as VolumeIcon, external_WalletBackupIcon_js_default as WalletBackupIcon, external_WalletCreateIcon_js_default as WalletCreateIcon, external_WalletIcon_js_default as WalletIcon, external_WalletPasswordIcon_js_default as WalletPasswordIcon, external_WishlistIcon_js_default as WishlistIcon, external_WrenchIcon_js_default as WrenchIcon, external_YapsIcon_js_default as YapsIcon, external_YoutubeIcon_js_default as YoutubeIcon };
311
+ export { external_ActivityIcon_js_default as ActivityIcon, external_AlertIcon_js_default as AlertIcon, external_AlertOnIcon_js_default as AlertOnIcon, external_AllTokensIcon_js_default as AllTokensIcon, external_AppLockIcon_js_default as AppLockIcon, external_AppleIcon_js_default as AppleIcon, external_ArrowDownIcon_js_default as ArrowDownIcon, external_ArrowDownToLineIcon_js_default as ArrowDownToLineIcon, external_ArrowRightLeftIcon_js_default as ArrowRightLeftIcon, external_ArrowUpIcon_js_default as ArrowUpIcon, external_Assets2Icon_js_default as Assets2Icon, external_AssetsIcon_js_default as AssetsIcon, external_AxiomIcon_js_default as AxiomIcon, external_BallIcon_js_default as BallIcon, external_BanIcon_js_default as BanIcon, external_BookmarkIcon_js_default as BookmarkIcon, external_BookmarkXIcon_js_default as BookmarkXIcon, external_Bot2Icon_js_default as Bot2Icon, external_BotIcon_js_default as BotIcon, external_Boxes2Icon_js_default as Boxes2Icon, external_BoxesIcon_js_default as BoxesIcon, external_BrushCleaningIcon_js_default as BrushCleaningIcon, external_BubbleIcon_js_default as BubbleIcon, external_BullBearIcon_js_default as BullBearIcon, external_BurgerIcon_js_default as BurgerIcon, external_CaIcon_js_default as CaIcon, external_CabalIcon_js_default as CabalIcon, external_CabalLeaderIcon_js_default as CabalLeaderIcon, external_CalendarCheckIcon_js_default as CalendarCheckIcon, external_CalendarIcon_js_default as CalendarIcon, external_CameraIcon_js_default as CameraIcon, external_Candle2Icon_js_default as Candle2Icon, external_CandleIcon_js_default as CandleIcon, external_CarIcon_js_default as CarIcon, external_CashBagIcon_js_default as CashBagIcon, external_CashInIcon_js_default as CashInIcon, external_CashOutIcon_js_default as CashOutIcon, external_CashRewardsIcon_js_default as CashRewardsIcon, external_CatIcon_js_default as CatIcon, external_CexWalletIcon_js_default as CexWalletIcon, external_ChartColorSwitchIcon_js_default as ChartColorSwitchIcon, external_ChartLine2Icon_js_default as ChartLine2Icon, external_ChartLineCheckedIcon_js_default as ChartLineCheckedIcon, external_ChartLineIcon_js_default as ChartLineIcon, external_ChartPieIcon_js_default as ChartPieIcon, external_ChartUpIcon_js_default as ChartUpIcon, external_CheckIcon_js_default as CheckIcon, external_ChefIcon_js_default as ChefIcon, external_ChevronDownIcon_js_default as ChevronDownIcon, external_ChevronDownSmallIcon_js_default as ChevronDownSmallIcon, external_ChevronLeftIcon_js_default as ChevronLeftIcon, external_ChevronLeftSmallIcon_js_default as ChevronLeftSmallIcon, external_ChevronRightIcon_js_default as ChevronRightIcon, external_ChevronRightSmallIcon_js_default as ChevronRightSmallIcon, external_ChevronUpIcon_js_default as ChevronUpIcon, external_ChevronUpSmallIcon_js_default as ChevronUpSmallIcon, external_ChevronsLeftIcon_js_default as ChevronsLeftIcon, external_ChevronsUpIcon_js_default as ChevronsUpIcon, external_CircleAlertIcon_js_default as CircleAlertIcon, external_CircleCheckFadedIcon_js_default as CircleCheckFadedIcon, external_CircleCheckFilledIcon_js_default as CircleCheckFilledIcon, external_CircleCloseFadedIcon_js_default as CircleCloseFadedIcon, external_CircleCloseFilledIcon_js_default as CircleCloseFilledIcon, external_CircleDollarIcon_js_default as CircleDollarIcon, external_CircleFilledIcon_js_default as CircleFilledIcon, external_CircleFlameIcon_js_default as CircleFlameIcon, external_CircleMinusFadedIcon_js_default as CircleMinusFadedIcon, external_CircleMinusIcon_js_default as CircleMinusIcon, external_CirclePendingIcon_js_default as CirclePendingIcon, external_CirclePlusIcon_js_default as CirclePlusIcon, external_CircleQuestionIcon_js_default as CircleQuestionIcon, external_ClipboardListIcon_js_default as ClipboardListIcon, external_Clock1Icon_js_default as Clock1Icon, external_ClockIcon_js_default as ClockIcon, external_CloseIcon_js_default as CloseIcon, external_ClothesIcon_js_default as ClothesIcon, external_ColorBullxIcon_js_default as ColorBullxIcon, external_ColorCoingeckoIcon_js_default as ColorCoingeckoIcon, external_ColorDiceIcon_js_default as ColorDiceIcon, external_ColorGmgnIcon_js_default as ColorGmgnIcon, external_ColorGoogleIcon_js_default as ColorGoogleIcon, external_ColorInstagramIcon_js_default as ColorInstagramIcon, external_ColorMedalIcon_js_default as ColorMedalIcon, external_ColorPauseIcon_js_default as ColorPauseIcon, external_ColorPepeboostIcon_js_default as ColorPepeboostIcon, external_ColorPhotonIcon_js_default as ColorPhotonIcon, external_ColorPlayIcon_js_default as ColorPlayIcon, external_ColorPumpfunIcon_js_default as ColorPumpfunIcon, external_ColorTgUserIcon_js_default as ColorTgUserIcon, external_ColorTiktokIcon_js_default as ColorTiktokIcon, external_ColorTrojanIcon_js_default as ColorTrojanIcon, external_ColorTruthSocialIcon_js_default as ColorTruthSocialIcon, external_ColorTwitchAppIcon_js_default as ColorTwitchAppIcon, external_ColorYoutubeIcon_js_default as ColorYoutubeIcon, external_ConceptIcon_js_default as ConceptIcon, external_ConvertFlashIcon_js_default as ConvertFlashIcon, external_ConvertIcon_js_default as ConvertIcon, external_CopyIcon_js_default as CopyIcon, external_CopyXIcon_js_default as CopyXIcon, external_CreatorTeamIcon_js_default as CreatorTeamIcon, external_CrownIcon_js_default as CrownIcon, external_CurrencyExchangeIcon_js_default as CurrencyExchangeIcon, external_DiamondHandIcon_js_default as DiamondHandIcon, external_DiamondIcon_js_default as DiamondIcon, external_DiscordIcon_js_default as DiscordIcon, external_DocumentTermsIcon_js_default as DocumentTermsIcon, external_DownloadIcon_js_default as DownloadIcon, external_Draggable2Icon_js_default as Draggable2Icon, external_DraggableIcon_js_default as DraggableIcon, external_DraggableVerticalIcon_js_default as DraggableVerticalIcon, external_EagleIcon_js_default as EagleIcon, external_EarthIcon_js_default as EarthIcon, external_EditIcon_js_default as EditIcon, external_EllipsisIcon_js_default as EllipsisIcon, external_EllipsisVerticalIcon_js_default as EllipsisVerticalIcon, external_EmptyIcon_js_default as EmptyIcon, external_ExpandIcon_js_default as ExpandIcon, external_ExternalLinkIcon_js_default as ExternalLinkIcon, external_EyeIcon_js_default as EyeIcon, external_EyeOffIcon_js_default as EyeOffIcon, external_FaceIcon_js_default as FaceIcon, external_FaceSadIcon_js_default as FaceSadIcon, external_FaqIcon_js_default as FaqIcon, external_FileTextIcon_js_default as FileTextIcon, external_FilterIcon_js_default as FilterIcon, external_FingerprintIcon_js_default as FingerprintIcon, external_FlagIcon_js_default as FlagIcon, external_FlameFilledIcon_js_default as FlameFilledIcon, external_FlameIcon_js_default as FlameIcon, external_FlashIcon_js_default as FlashIcon, external_FolderIcon_js_default as FolderIcon, external_FullscreenIcon_js_default as FullscreenIcon, external_GasFeeIcon_js_default as GasFeeIcon, external_GhostIcon_js_default as GhostIcon, external_GiftIcon_js_default as GiftIcon, external_GithubIcon_js_default as GithubIcon, external_GrassIcon_js_default as GrassIcon, external_HeadsetIcon_js_default as HeadsetIcon, external_HeartIcon_js_default as HeartIcon, external_HexagonDollarIcon_js_default as HexagonDollarIcon, external_HoneyPotIcon_js_default as HoneyPotIcon, external_ImageFallbackIcon_js_default as ImageFallbackIcon, external_ImportExportIcon_js_default as ImportExportIcon, external_InstagramIcon_js_default as InstagramIcon, external_InternetIcon_js_default as InternetIcon, external_InviteIcon_js_default as InviteIcon, external_JackpotIcon_js_default as JackpotIcon, external_JoinCommunityIcon_js_default as JoinCommunityIcon, external_KeyboardIcon_js_default as KeyboardIcon, external_KolInfluencersIcon_js_default as KolInfluencersIcon, external_LanguagesIcon_js_default as LanguagesIcon, external_Layers2Icon_js_default as Layers2Icon, external_LayersIcon_js_default as LayersIcon, external_LayoutBottomIcon_js_default as LayoutBottomIcon, external_LayoutFloatIcon_js_default as LayoutFloatIcon, external_LayoutIcon_js_default as LayoutIcon, external_LayoutLeftIcon_js_default as LayoutLeftIcon, external_LayoutRightIcon_js_default as LayoutRightIcon, external_LeaderboardIcon_js_default as LeaderboardIcon, external_LeafIcon_js_default as LeafIcon, external_LinkIcon_js_default as LinkIcon, external_LiquidityAddIcon_js_default as LiquidityAddIcon, external_LiquidityPoolIcon_js_default as LiquidityPoolIcon, external_LiquidityRemoveIcon_js_default as LiquidityRemoveIcon, external_List2Icon_js_default as List2Icon, external_ListCheckIcon_js_default as ListCheckIcon, external_ListCopyDownIcon_js_default as ListCopyDownIcon, external_ListCopyUpIcon_js_default as ListCopyUpIcon, external_ListHistoryIcon_js_default as ListHistoryIcon, external_ListIcon_js_default as ListIcon, external_ListSettingIcon_js_default as ListSettingIcon, external_ListSettingsIcon_js_default as ListSettingsIcon, external_Lock2Icon_js_default as Lock2Icon, external_LockIcon_js_default as LockIcon, external_MailHeartIcon_js_default as MailHeartIcon, external_MailIcon_js_default as MailIcon, external_ManualIcon_js_default as ManualIcon, external_MarketStatsIcon_js_default as MarketStatsIcon, external_MarketTrendIcon_js_default as MarketTrendIcon, external_MoonIcon_js_default as MoonIcon, external_MoveUpRightIcon_js_default as MoveUpRightIcon, external_MusicIcon_js_default as MusicIcon, external_NavAccountUxIcon_js_default as NavAccountUxIcon, external_NavCryptoUxIcon_js_default as NavCryptoUxIcon, external_NavEarnIcon_js_default as NavEarnIcon, external_NavHomeIcon_js_default as NavHomeIcon, external_NavHomeUxIcon_js_default as NavHomeUxIcon, external_NavMarketIcon_js_default as NavMarketIcon, external_NavStockUxIcon_js_default as NavStockUxIcon, external_NavTradeIcon_js_default as NavTradeIcon, external_NavWalletIcon_js_default as NavWalletIcon, external_OrderIcon_js_default as OrderIcon, external_OrientationSwitchIcon_js_default as OrientationSwitchIcon, external_OwnerAddressIcon_js_default as OwnerAddressIcon, external_PaperHandIcon_js_default as PaperHandIcon, external_ParticleTwitterIcon_js_default as ParticleTwitterIcon, external_PartyPopperIcon_js_default as PartyPopperIcon, external_PasswordIcon_js_default as PasswordIcon, external_PauseIcon_js_default as PauseIcon, external_PercentIcon_js_default as PercentIcon, external_PinIcon_js_default as PinIcon, external_PinOnIcon_js_default as PinOnIcon, external_PlayCircleIcon_js_default as PlayCircleIcon, external_PlayIcon_js_default as PlayIcon, external_PlayLeftIcon_js_default as PlayLeftIcon, external_PlusIcon_js_default as PlusIcon, external_PriorityFeeIcon_js_default as PriorityFeeIcon, external_PrivacyPolicyIcon_js_default as PrivacyPolicyIcon, external_ProcessingIcon_js_default as ProcessingIcon, external_PumpfunIcon_js_default as PumpfunIcon, external_QrcodeIcon_js_default as QrcodeIcon, external_QuestionIcon_js_default as QuestionIcon, external_RadarIcon_js_default as RadarIcon, external_RadioOffIcon_js_default as RadioOffIcon, external_RadioOnIcon_js_default as RadioOnIcon, external_ReceiveIcon_js_default as ReceiveIcon, external_RecordBuyIcon_js_default as RecordBuyIcon, external_RecordSellIcon_js_default as RecordSellIcon, external_RedPacketIcon_js_default as RedPacketIcon, external_RedditIcon_js_default as RedditIcon, external_RefreshCwIcon_js_default as RefreshCwIcon, external_RocketIcon_js_default as RocketIcon, external_RotateCwIcon_js_default as RotateCwIcon, external_ScanFaceIcon_js_default as ScanFaceIcon, external_SearchIcon_js_default as SearchIcon, external_SearchListIcon_js_default as SearchListIcon, external_SearchPlusIcon_js_default as SearchPlusIcon, external_SecureTips1Icon_js_default as SecureTips1Icon, external_SecureTips2Icon_js_default as SecureTips2Icon, external_SendIcon_js_default as SendIcon, external_SettingsIcon_js_default as SettingsIcon, external_ShareIcon_js_default as ShareIcon, external_ShieldAlertFilledIcon_js_default as ShieldAlertFilledIcon, external_ShieldAlertIcon_js_default as ShieldAlertIcon, external_ShieldBanIcon_js_default as ShieldBanIcon, external_ShieldCheckFilledIcon_js_default as ShieldCheckFilledIcon, external_ShieldCheckIcon_js_default as ShieldCheckIcon, external_ShieldPlusIcon_js_default as ShieldPlusIcon, external_ShieldXFilledIcon_js_default as ShieldXFilledIcon, external_ShieldXIcon_js_default as ShieldXIcon, external_ShipIcon_js_default as ShipIcon, external_ShoppingCartInIcon_js_default as ShoppingCartInIcon, external_ShoppingCartOutIcon_js_default as ShoppingCartOutIcon, external_SlidersHorizontalIcon_js_default as SlidersHorizontalIcon, external_SlidersVerticalIcon_js_default as SlidersVerticalIcon, external_SlippageIcon_js_default as SlippageIcon, external_SnowflakeIcon_js_default as SnowflakeIcon, external_SortAscIcon_js_default as SortAscIcon, external_SortDescIcon_js_default as SortDescIcon, external_SortDown1Icon_js_default as SortDown1Icon, external_SortDownIcon_js_default as SortDownIcon, external_SortIcon_js_default as SortIcon, external_SortUp1Icon_js_default as SortUp1Icon, external_SortUpIcon_js_default as SortUpIcon, external_SpaceIcon_js_default as SpaceIcon, external_SproutIcon_js_default as SproutIcon, external_StakeIcon_js_default as StakeIcon, external_StarIcon_js_default as StarIcon, external_StarOnIcon_js_default as StarOnIcon, external_SunIcon_js_default as SunIcon, external_Switch2Icon_js_default as Switch2Icon, external_SwitchIcon_js_default as SwitchIcon, external_TargetIcon_js_default as TargetIcon, external_TelegramIcon_js_default as TelegramIcon, external_TestnetsIcon_js_default as TestnetsIcon, external_TgChatGroupIcon_js_default as TgChatGroupIcon, external_ThemeSwitchIcon_js_default as ThemeSwitchIcon, external_TicketIcon_js_default as TicketIcon, external_TiktokIcon_js_default as TiktokIcon, external_TimeEndIcon_js_default as TimeEndIcon, external_TokenExchangeIcon_js_default as TokenExchangeIcon, external_Top10HoldersIcon_js_default as Top10HoldersIcon, external_TrackIcon_js_default as TrackIcon, external_TradeIcon_js_default as TradeIcon, external_TradeMainIcon_js_default as TradeMainIcon, external_TrainIcon_js_default as TrainIcon, external_TrashIcon_js_default as TrashIcon, external_TreeIcon_js_default as TreeIcon, external_TrenchIcon_js_default as TrenchIcon, external_TriangleAlertIcon_js_default as TriangleAlertIcon, external_TriangleDownIcon_js_default as TriangleDownIcon, external_TriangleUpIcon_js_default as TriangleUpIcon, external_TrophyIcon_js_default as TrophyIcon, external_TruthSocialIcon_js_default as TruthSocialIcon, external_TweetIcon_js_default as TweetIcon, external_TweetQuoteIcon_js_default as TweetQuoteIcon, external_TwinklingStarsIcon_js_default as TwinklingStarsIcon, external_TwitchAppIcon_js_default as TwitchAppIcon, external_TwitterIcon_js_default as TwitterIcon, external_TwitterSearchIcon_js_default as TwitterSearchIcon, external_UniversalXTwitterIcon_js_default as UniversalXTwitterIcon, external_UnlinkIcon_js_default as UnlinkIcon, external_UpdateIcon_js_default as UpdateIcon, external_UploadIcon_js_default as UploadIcon, external_UserBanIcon_js_default as UserBanIcon, external_UserFollowIcon_js_default as UserFollowIcon, external_UserIcon_js_default as UserIcon, external_UserStarIcon_js_default as UserStarIcon, external_UserTieIcon_js_default as UserTieIcon, external_UsersIcon_js_default as UsersIcon, external_VideoIcon_js_default as VideoIcon, external_VolumeIcon_js_default as VolumeIcon, external_WalletBackupIcon_js_default as WalletBackupIcon, external_WalletCreateIcon_js_default as WalletCreateIcon, external_WalletIcon_js_default as WalletIcon, external_WalletPasswordIcon_js_default as WalletPasswordIcon, external_WishlistIcon_js_default as WishlistIcon, external_WrenchIcon_js_default as WrenchIcon, external_YapsIcon_js_default as YapsIcon, external_YoutubeIcon_js_default as YoutubeIcon };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@particle-network/icons",
3
3
  "type": "module",
4
- "version": "0.1.2",
4
+ "version": "0.1.3-beta.0",
5
5
  "description": "Icon library for Particle Network design system",
6
6
  "exports": {
7
7
  "./core": "./dist/core/index.js",