@hugeicons/core-free-icons 1.0.12 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +196 -0
- package/dist/cjs/index.min.js +1 -1
- package/dist/esm/index.js +143 -1
- package/dist/esm/index.min.js +1 -1
- package/dist/types/index.d.ts +53 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -1145,6 +1145,17 @@ const AmieIcon = /*#__PURE__*/ [
|
|
|
1145
1145
|
["path", { d: "M10.5 9.5C10.5 8.67157 11.1716 8 12 8C12.8284 8 13.5 8.67157 13.5 9.5V14.5C13.5 15.3284 12.8284 16 12 16C11.1716 16 10.5 15.3284 10.5 14.5V9.5Z", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
|
|
1146
1146
|
];
|
|
1147
1147
|
|
|
1148
|
+
const AmmoIcon = /*#__PURE__*/ [
|
|
1149
|
+
["path", { d: "M9.5 8.5C9.5 5.5 8 2.5 8 2.5C8 2.5 6.5 5.5 6.5 8.5H9.5Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
1150
|
+
["path", { d: "M10 11L9.5 8.5H6.5L6 11H10Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
|
|
1151
|
+
["path", { d: "M10 11H6V18.5C6 19.0523 6.44772 19.5 7 19.5H9C9.55228 19.5 10 19.0523 10 18.5V11Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }],
|
|
1152
|
+
["path", { d: "M10 22.5H6V20.5C6 19.9477 6.44772 19.5 7 19.5H9C9.55228 19.5 10 19.9477 10 20.5V22.5Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "3" }],
|
|
1153
|
+
["path", { d: "M17.5 8.5C17.5 5.5 16 2.5 16 2.5C16 2.5 14.5 5.5 14.5 8.5H17.5Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "4" }],
|
|
1154
|
+
["path", { d: "M18 11L17.5 8.5H14.5L14 11H18Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "5" }],
|
|
1155
|
+
["path", { d: "M18 11H14V18.5C14 19.0523 14.4477 19.5 15 19.5H17C17.5523 19.5 18 19.0523 18 18.5V11Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "6" }],
|
|
1156
|
+
["path", { d: "M18 22.5H14V20.5C14 19.9477 14.4477 19.5 15 19.5H17C17.5523 19.5 18 19.9477 18 20.5V22.5Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "7" }]
|
|
1157
|
+
];
|
|
1158
|
+
|
|
1148
1159
|
const AmpouleIcon = /*#__PURE__*/ [
|
|
1149
1160
|
["path", { d: "M5.44572 2.99906C5.12985 5.87904 3.57993 7.06862 4.93752 9.6052C5.02451 9.76774 5.06801 9.84901 5.08406 9.88583C5.26967 10.3116 5.19094 10.6954 4.8527 11.0137C4.82345 11.0412 4.77395 11.0808 4.67498 11.16C4.50514 11.2959 4.42021 11.3638 4.34268 11.4327C3.54255 12.1439 3.06086 13.1461 3.00538 14.2152C3 14.3188 3 14.4275 3 14.645V18.5C3 19.9045 3 20.6067 3.33706 21.1111C3.48298 21.3295 3.67048 21.517 3.88886 21.6629C4.39331 22 5.09554 22 6.5 22C7.90446 22 8.60669 22 9.11114 21.6629C9.32952 21.517 9.51702 21.3295 9.66294 21.1111C10 20.6067 10 19.9045 10 18.5V14.645C10 14.4275 10 14.3188 9.99462 14.2152C9.93913 13.1461 9.45745 12.1439 8.65732 11.4327C8.57978 11.3638 8.49486 11.2959 8.32502 11.16C8.22604 11.0808 8.17655 11.0412 8.1473 11.0137C7.80905 10.6954 7.73032 10.3116 7.91593 9.88584C7.93198 9.84902 7.97548 9.76774 8.06248 9.60519C9.42003 7.06859 7.86981 5.87902 7.55369 2.99897C7.49343 2.44999 7.05198 2 6.49971 2C5.9474 2 5.50594 2.45004 5.44572 2.99906Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
1150
1161
|
["path", { d: "M10 16H3", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
|
|
@@ -1872,6 +1883,11 @@ const AssignmentsIcon = /*#__PURE__*/ [
|
|
|
1872
1883
|
["path", { d: "M2 7H5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "5" }]
|
|
1873
1884
|
];
|
|
1874
1885
|
|
|
1886
|
+
const AsteriskIcon = /*#__PURE__*/ [
|
|
1887
|
+
["path", { d: "M12 7.5V16.5M15.8971 9.75L8.10289 14.25M15.897 14.25L8.10275 9.75", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
1888
|
+
["path", { d: "M6.47867 6.76926C2.20958 10.8137 1.22078 16.4342 4.27013 19.323C6.87609 21.7918 11.5879 21.4667 15.5675 18.7956L20 20.5L18.0841 16.6688C21.8721 12.6801 22.6403 7.43426 19.7299 4.67697C16.6805 1.78811 10.7478 2.72486 6.47867 6.76926Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
|
|
1889
|
+
];
|
|
1890
|
+
|
|
1875
1891
|
const Asteroid01Icon = /*#__PURE__*/ [
|
|
1876
1892
|
["path", { d: "M2.17739 12.9793L3.49456 8.58065C3.81646 7.50568 4.55249 6.61291 5.5315 6.10993L7.12731 5.29006C8.37528 4.6489 9.89325 5.10311 10.6111 6.33247L12.1043 8.88966C12.4728 9.52075 12.6571 9.8363 12.8935 9.99873C13.2261 10.2272 13.6436 10.2803 14.0199 10.142C14.2875 10.0437 14.5404 9.78383 15.0463 9.264C16.2378 8.03972 18.2215 8.24155 19.1562 9.68215L20.3273 11.4872C20.9791 12.4918 21.1687 13.7398 20.8459 14.9007L20.5037 16.1314C20.1952 17.2407 19.4479 18.1659 18.4437 18.6818L12.8309 21.5655C11.504 22.2472 9.91895 22.1195 8.71171 21.2334L3.67752 17.5386C2.27465 16.5089 1.67039 14.6724 2.17739 12.9793Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
1877
1893
|
["path", { d: "M15.9998 14H16.0088", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", key: "1" }],
|
|
@@ -4012,6 +4028,10 @@ const BulbIcon = /*#__PURE__*/ [
|
|
|
4012
4028
|
["path", { d: "M12 15.5V11", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "4" }]
|
|
4013
4029
|
];
|
|
4014
4030
|
|
|
4031
|
+
const BulletIcon = /*#__PURE__*/ [
|
|
4032
|
+
["path", { d: "M17.6664 9.66667C19.4373 7.89583 20.4998 4 20.4998 4C20.4998 4 16.6039 5.0625 14.8331 6.83333M17.6664 9.66667L14.8331 6.83333M17.6664 9.66667L16.2498 11.7917M14.8331 6.83333L12.7081 8.25M16.2498 11.7917L12.7081 8.25M16.2498 11.7917L9.87476 18.1667C9.28795 18.7535 8.33656 18.7535 7.74976 18.1667M12.7081 8.25L6.33309 14.625C5.74629 15.2118 5.74629 16.1632 6.33309 16.75M7.74976 18.1667L6.33309 16.75M7.74976 18.1667C8.33656 18.7535 8.33656 19.7049 7.74976 20.2917L7.04142 21L3.49976 17.4583L4.20809 16.75C4.79489 16.1632 5.74629 16.1632 6.33309 16.75", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }]
|
|
4033
|
+
];
|
|
4034
|
+
|
|
4015
4035
|
const BulletproofVestIcon = /*#__PURE__*/ [
|
|
4016
4036
|
["path", { d: "M13.4975 2H10.5025C8.88452 2 8.07552 2 7.52387 2.48909C6.38066 3.50265 6.52582 6.17233 6.3215 7.63432C6.21198 8.41794 5.55547 9 4.78113 9C4.42436 9 4.11241 9.24911 4.02908 9.60373C3.32919 12.5822 1.93142 18.3709 4.41467 20.8575C5.55563 22 7.06507 22 10.0839 22H13.9161C16.9349 22 18.4444 22 19.5853 20.8575C22.0686 18.3709 20.6708 12.5822 19.9709 9.60372C19.8876 9.24911 19.5756 9 19.2189 9C18.4445 9 17.788 8.41793 17.6785 7.63431C17.4742 6.17232 17.6194 3.50267 16.4762 2.4891C15.9246 2 15.1156 2 13.4975 2Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
4017
4037
|
["path", { d: "M5 14H3.5M5 18H3.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
|
|
@@ -9053,6 +9073,16 @@ const EiffelTowerIcon = /*#__PURE__*/ [
|
|
|
9053
9073
|
["path", { d: "M2 22H9", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "6" }]
|
|
9054
9074
|
];
|
|
9055
9075
|
|
|
9076
|
+
const EightCircleIcon = /*#__PURE__*/ [
|
|
9077
|
+
["path", { d: "M12.5 12H11.5M12.5 12C13.8807 12 15 10.8807 15 9.5C15 8.11929 13.8807 7 12.5 7H11.5C10.1193 7 9 8.11929 9 9.5C9 10.8807 10.1193 12 11.5 12M12.5 12C13.8807 12 15 13.1193 15 14.5C15 15.8807 13.8807 17 12.5 17H11.5C10.1193 17 9 15.8807 9 14.5C9 13.1193 10.1193 12 11.5 12", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
9078
|
+
["path", { d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
|
|
9079
|
+
];
|
|
9080
|
+
|
|
9081
|
+
const EightSquareIcon = /*#__PURE__*/ [
|
|
9082
|
+
["path", { d: "M2.99707 12C2.99707 7.52166 2.99707 5.28249 4.38831 3.89124C5.77956 2.5 8.01873 2.5 12.4971 2.5C16.9754 2.5 19.2146 2.5 20.6058 3.89124C21.9971 5.28249 21.9971 7.52166 21.9971 12C21.9971 16.4783 21.9971 18.7175 20.6058 20.1088C19.2146 21.5 16.9754 21.5 12.4971 21.5C8.01873 21.5 5.77956 21.5 4.38831 20.1088C2.99707 18.7175 2.99707 16.4783 2.99707 12Z", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
9083
|
+
["path", { d: "M12.9971 12H11.9971M12.9971 12C14.3778 12 15.4971 10.8807 15.4971 9.5C15.4971 8.11929 14.3778 7 12.9971 7H11.9971C10.6164 7 9.49707 8.11929 9.49707 9.5C9.49707 10.8807 10.6164 12 11.9971 12M12.9971 12C14.3778 12 15.4971 13.1193 15.4971 14.5C15.4971 15.8807 14.3778 17 12.9971 17H11.9971C10.6164 17 9.49707 15.8807 9.49707 14.5C9.49707 13.1193 10.6164 12 11.9971 12", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
|
|
9084
|
+
];
|
|
9085
|
+
|
|
9056
9086
|
const ElearningExchangeIcon = /*#__PURE__*/ [
|
|
9057
9087
|
["path", { d: "M2.45898 9C3.7364 4.94289 7.53608 2 12.0248 2C17.223 2 21.4971 5.94668 22 11L20 10.5929", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
9058
9088
|
["path", { d: "M21.541 15C20.2636 19.0571 16.4639 22 11.9752 22C6.77707 22 2.50297 18.0533 2 13L4.00005 13.4071", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
|
|
@@ -9931,6 +9961,16 @@ const FitToScreenIcon = /*#__PURE__*/ [
|
|
|
9931
9961
|
["path", { d: "M15.6216 9L16.5002 9.87868C17.5002 10.8787 18.0002 11.3787 18.0002 12C18.0002 12.6213 17.5002 13.1213 16.5002 14.1213L15.6216 15M8.37892 9L7.50024 9.87868C6.50024 10.8787 6.00024 11.3787 6.00024 12C6.00024 12.6213 6.50024 13.1213 7.50024 14.1213L8.37892 15M6.37892 12H17.6216", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }]
|
|
9932
9962
|
];
|
|
9933
9963
|
|
|
9964
|
+
const FiveCircleIcon = /*#__PURE__*/ [
|
|
9965
|
+
["path", { d: "M9 15C9 15 9.5 17 12 17C13.6569 17 15 15.7949 15 14C15 12.2051 13.6569 11 12 11C10.3431 11 9 12 9 12L10 7H15", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
9966
|
+
["path", { d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
|
|
9967
|
+
];
|
|
9968
|
+
|
|
9969
|
+
const FiveSquareIcon = /*#__PURE__*/ [
|
|
9970
|
+
["path", { d: "M2.99707 12C2.99707 7.52166 2.99707 5.28249 4.38831 3.89124C5.77956 2.5 8.01873 2.5 12.4971 2.5C16.9754 2.5 19.2146 2.5 20.6058 3.89124C21.9971 5.28249 21.9971 7.52166 21.9971 12C21.9971 16.4783 21.9971 18.7175 20.6058 20.1088C19.2146 21.5 16.9754 21.5 12.4971 21.5C8.01873 21.5 5.77956 21.5 4.38831 20.1088C2.99707 18.7175 2.99707 16.4783 2.99707 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
9971
|
+
["path", { d: "M9.49707 15C9.49707 15 9.99707 17 12.4971 17C14.1539 17 15.4971 15.7949 15.4971 14C15.4971 12.2051 14.1539 11 12.4971 11C10.8402 11 9.49707 12 9.49707 12L10.4971 7H15.4971", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
|
|
9972
|
+
];
|
|
9973
|
+
|
|
9934
9974
|
const FiverrIcon = /*#__PURE__*/ [
|
|
9935
9975
|
["path", { d: "M15.3517 3C15.3517 2.5286 15.3517 2.29289 15.2052 2.14645C15.0588 2 14.8231 2 14.3517 2H11.6173C8.89563 2 6.52177 4.50923 6.68066 8.5H5C4.5286 8.5 4.29289 8.5 4.14645 8.64645C4 8.79289 4 9.0286 4 9.5V11C4 11.4714 4 11.7071 4.14645 11.8536C4.29289 12 4.5286 12 5 12H7V21C7 21.4714 7 21.7071 7.14645 21.8536C7.29289 22 7.5286 22 8 22H10C10.4714 22 10.7071 22 10.8536 21.8536C11 21.7071 11 21.4714 11 21V12H15.5306V21C15.5306 21.4714 15.5306 21.7071 15.677 21.8536C15.8235 22 16.0592 22 16.5306 22H19C19.4714 22 19.7071 22 19.8536 21.8536C20 21.7071 20 21.4714 20 21V10.5C20 9.55719 20 9.08579 19.7071 8.79289C19.4142 8.5 18.9428 8.5 18 8.5H11V7.22923C11 6.5 11.5 5.5 12.797 5.5H14.3517C14.8231 5.5 15.0588 5.5 15.2052 5.35355C15.3517 5.20711 15.3517 4.9714 15.3517 4.5V3Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }]
|
|
9936
9976
|
];
|
|
@@ -10376,6 +10416,11 @@ const Forward02Icon = /*#__PURE__*/ [
|
|
|
10376
10416
|
["path", { d: "M11.8371 12.9178C11.5547 13.6884 10.7014 14.3047 8.99482 15.5372C6.66769 17.218 5.50413 18.0583 4.5312 17.9969C3.78818 17.9499 3.09758 17.6007 2.62232 17.0315C2 16.2863 2 14.8575 2 12C2 9.14246 2 7.71369 2.62232 6.96846C3.09758 6.39933 3.78818 6.0501 4.5312 6.00315C5.50413 5.94167 6.66769 6.78203 8.99482 8.46275C10.7014 9.6953 11.5547 10.3116 11.8371 11.0822C12.0543 11.675 12.0543 12.325 11.8371 12.9178Z", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
|
|
10377
10417
|
];
|
|
10378
10418
|
|
|
10419
|
+
const FourCircleIcon = /*#__PURE__*/ [
|
|
10420
|
+
["path", { d: "M15 7V12.5M15 12.5V17M15 12.5H9.43601C9.19521 12.5 9 12.3048 9 12.064C9 12.0216 9.00619 11.9794 9.01839 11.9387L10.5 7", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
10421
|
+
["path", { d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
|
|
10422
|
+
];
|
|
10423
|
+
|
|
10379
10424
|
const FourFinger02Icon = /*#__PURE__*/ [
|
|
10380
10425
|
["path", { d: "M7.84051 13.4813V4.98823C7.84051 4.1585 8.50582 3.48586 9.32652 3.48586C10.1472 3.48586 10.8125 4.15828 10.8125 4.98802M10.8125 9.97422V3.50238C10.8125 2.67264 11.4778 2 12.2986 2C13.1193 2 13.7846 2.67264 13.7846 3.50238V11.0057M13.7846 5.47656C13.7846 4.64306 14.4836 3.9678 15.308 3.9678C16.1324 3.9678 16.8008 4.64348 16.8008 5.47699V11.9989M16.8008 7.51562C16.8008 6.69224 17.461 6.02157 18.2754 6.02157C19.0898 6.02157 19.75 6.68905 19.75 7.51243V16.1246C19.75 17.1574 19.3743 18.3101 18.2322 19.6845C17.9015 20.0825 17.6958 20.5766 17.6958 21.0964V22M7.84051 8.85627C7.00785 9.63725 4.99016 11.6991 4.43639 12.8432C3.88262 13.9873 4.7059 15.3388 5.05201 15.8682L7.84008 19.5755C8.10344 19.9257 8.24603 20.3535 8.24603 20.7935V22", stroke: "currentColor", strokeLinecap: "round", strokeWidth: "1.5", key: "0" }]
|
|
10381
10426
|
];
|
|
@@ -10384,6 +10429,11 @@ const FourFinger03Icon = /*#__PURE__*/ [
|
|
|
10384
10429
|
["path", { d: "M7.89205 9.35707L5.4741 11.9595C5.15171 12.2914 4.57635 13.1576 4.50692 13.951C4.4339 14.7853 5.18562 15.9822 5.4741 16.4404C6.22604 17.6346 6.52881 18.2973 7.40846 19.4276C7.88617 20.0414 9.17658 21.2649 11.2772 21.4191C12.8453 21.5341 14.4062 21.5234 15.1459 21.4191C15.6538 21.3474 16.8868 21.1203 18.0474 19.9254C19.2081 18.7306 19.4982 16.7723 19.4982 15.9425V7.97657C19.4982 7.4787 19.2081 6.48296 18.0474 6.48296C16.8868 6.48296 16.5967 7.4787 16.5967 7.97657V11.4617M7.89205 13.951V5.98509C7.89205 5.48722 8.1822 4.49148 9.34282 4.49148C10.5034 4.49148 10.7936 5.48722 10.7936 5.98509M10.7936 5.98509V10.4659M10.7936 5.98509V3.99361C10.7936 3.49574 11.0837 2.5 12.2444 2.5C13.405 2.5 13.6951 3.49574 13.6951 3.99361V5.98509M13.6951 5.98509V10.4659M13.6951 5.98509C13.6951 5.48722 13.9853 4.49148 15.1459 4.49148C16.3065 4.49148 16.5967 5.48722 16.5967 5.98509V8.47444", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }]
|
|
10385
10430
|
];
|
|
10386
10431
|
|
|
10432
|
+
const FoursquareIcon$1 = [
|
|
10433
|
+
["path", { d: "M15.8989 2H7.71957C6.43755 2 5.79654 2 5.39827 2.4282C5 2.8564 5 3.54557 5 4.92392V16.7262C5 19.9619 5 21.5797 5.87654 21.938C6.75308 22.2963 7.75279 21.0872 9.75219 18.6688L11.7113 16.2992C11.9776 15.9771 12.1107 15.816 12.2879 15.7305C12.4651 15.645 12.6655 15.645 13.0664 15.645H13.1431C14.4596 15.645 15.1178 15.645 15.6025 15.2519C16.0872 14.8588 16.268 14.1784 16.6297 12.8174L18.5139 5.72719C18.9681 4.01783 19.1952 3.16315 18.7872 2.58158C18.3792 2 17.5524 2 15.8989 2Z", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
10434
|
+
["path", { d: "M17.5 9L12 9", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
|
|
10435
|
+
];
|
|
10436
|
+
|
|
10387
10437
|
const FoursquareIcon = /*#__PURE__*/ [
|
|
10388
10438
|
["path", { d: "M15.8989 2H7.71957C6.43755 2 5.79654 2 5.39827 2.4282C5 2.8564 5 3.54557 5 4.92392V16.7262C5 19.9619 5 21.5797 5.87654 21.938C6.75308 22.2963 7.75279 21.0872 9.75219 18.6688L11.7113 16.2992C11.9776 15.9771 12.1107 15.816 12.2879 15.7305C12.4651 15.645 12.6655 15.645 13.0664 15.645H13.1431C14.4596 15.645 15.1178 15.645 15.6025 15.2519C16.0872 14.8588 16.268 14.1784 16.6297 12.8174L18.5139 5.72719C18.9681 4.01783 19.1952 3.16315 18.7872 2.58158C18.3792 2 17.5524 2 15.8989 2Z", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
10389
10439
|
["path", { d: "M17.5 9L12 9", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
|
|
@@ -10810,6 +10860,12 @@ const GloveIcon = /*#__PURE__*/ [
|
|
|
10810
10860
|
["path", { d: "M19.5 17H12.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
|
|
10811
10861
|
];
|
|
10812
10862
|
|
|
10863
|
+
const GnomeIcon = /*#__PURE__*/ [
|
|
10864
|
+
["path", { d: "M12 12.5C14.5827 12.5 16.9032 12.8863 18.5 13.5C18.5 12.5201 18.2223 11.5603 17.699 10.7318L12.767 2.92274C12.6008 2.65958 12.3113 2.5 12 2.5C11.6887 2.5 11.3992 2.65958 11.233 2.92274L6.30099 10.7318C5.77773 11.5603 5.5 12.5201 5.5 13.5C7.09679 12.8863 9.41727 12.5 12 12.5Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
10865
|
+
["path", { d: "M16 13C16 13 16.5 13.8 16.5 15C16.5 15 16.5 17 15 17C13.5 17 13.5 15.5 12 15.5C10.5 15.5 10.5 17 9 17C7.5 17 7.5 15 7.5 15C7.5 13.8 8 13 8 13", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
|
|
10866
|
+
["path", { d: "M18.5 13.5C18.5 13.5 19 14.4 19 16C19 18 17.7385 19.1308 16 20C14.5895 20.7053 13.4277 21.6592 12.8653 22.1603C12.6263 22.3733 12.3201 22.5 12 22.5C11.6799 22.5 11.3737 22.3733 11.1347 22.1603C10.5723 21.6592 9.41051 20.7053 8 20C6.26155 19.1308 5 18 5 16C5 14.4 5.5 13.5 5.5 13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }]
|
|
10867
|
+
];
|
|
10868
|
+
|
|
10813
10869
|
const GoBackward10SecIcon = /*#__PURE__*/ [
|
|
10814
10870
|
["path", { d: "M12 5L10.8961 3.45459C10.4851 2.87911 10.2795 2.59137 10.4093 2.32411C10.5391 2.05684 10.8689 2.04153 11.5286 2.01092C11.6848 2.00367 11.842 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 8.72836 3.57111 5.82368 6 3.99927", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
10815
10871
|
["path", { d: "M7.99219 11.004C8.52019 10.584 9.00019 9.89143 9.30019 10.02C9.60019 10.1486 9.50419 10.572 9.50419 11.232C9.50419 11.892 9.50419 14.6847 9.50419 16.008", stroke: "currentColor", strokeLinecap: "round", strokeWidth: "1.5", key: "1" }],
|
|
@@ -15034,6 +15090,18 @@ const MaskIcon = /*#__PURE__*/ [
|
|
|
15034
15090
|
["path", { d: "M21 15C19.2035 17.989 15.8458 20 12 20C8.15423 20 4.79648 17.989 3 15", stroke: "currentColor", strokeLinecap: "round", strokeWidth: "1.5", key: "5" }]
|
|
15035
15091
|
];
|
|
15036
15092
|
|
|
15093
|
+
const MaskTheater01Icon = /*#__PURE__*/ [
|
|
15094
|
+
["path", { d: "M12 5C15.0776 5 17.8526 4.27588 19.8097 3.11579C19.9349 3.04155 20.0772 3 20.2228 3C20.652 3 21 3.34797 21 3.77722V10C21 17 16.5 22 12 22C7.5 22 3 17 3 10V3.77722C3 3.34797 3.34797 3 3.77722 3C3.92281 3 4.06506 3.04155 4.1903 3.11579C6.14736 4.27588 8.92241 5 12 5Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
15095
|
+
["path", { d: "M6.5 10C6.86849 9.69313 7.40399 9.5 8 9.5C8.59601 9.5 9.13151 9.69313 9.5 10", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
|
|
15096
|
+
["path", { d: "M12 15.7C13.192 15.7 14.263 15.4296 15 15C15 15 14.5 18 12 18C9.5 18 9 15 9 15C9.73698 15.4296 10.808 15.7 12 15.7Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }],
|
|
15097
|
+
["path", { d: "M14.5 10C14.8685 9.69313 15.404 9.5 16 9.5C16.596 9.5 17.1315 9.69313 17.5 10", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "3" }]
|
|
15098
|
+
];
|
|
15099
|
+
|
|
15100
|
+
const MaskTheater02Icon = /*#__PURE__*/ [
|
|
15101
|
+
["path", { d: "M5.44505 14.7749C5.60832 14.4695 5.88358 14.2462 6.22227 14.1851C6.56095 14.124 6.89427 14.2375 7.14978 14.4674M11.2356 17.7768C10.909 18.3876 10.3585 18.8342 9.68113 18.9564C9.00377 19.0786 8.33713 18.8516 7.82611 18.3919M10.5592 13.8523C10.7225 13.5469 10.9978 13.3235 11.3365 13.2624C11.6751 13.2013 12.0085 13.3149 12.264 13.5447M13.0697 7.64205C11.9191 8.7281 10.171 9.59181 8.13072 9.95991C6.09043 10.328 4.15906 10.1281 2.7148 9.51019C2.62237 9.47065 2.52281 9.45715 2.42629 9.47456C2.14172 9.5259 1.95507 9.82308 2.0094 10.1383L2.94728 15.5805C3.64672 19.6391 7.04654 21.5881 8.62355 22.2854C9.14604 22.5165 9.72177 22.546 10.2823 22.4449C10.8429 22.3437 11.374 22.1145 11.7877 21.7146C13.0366 20.5074 15.5798 17.4863 14.8804 13.4276L13.9425 7.98545C13.8882 7.6702 13.6135 7.45627 13.3289 7.50761C13.2324 7.52502 13.1433 7.57255 13.0697 7.64205Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
15102
|
+
["path", { d: "M14.3157 17.5C14.6792 17.4998 15.039 17.4347 15.3764 17.2854C16.9535 16.5881 20.3533 14.6391 21.0527 10.5805L21.9906 5.13832C22.0449 4.82308 21.8583 4.5259 21.5737 4.47456C21.4772 4.45715 21.3776 4.47065 21.2852 4.51019C19.8409 5.1281 17.9096 5.328 15.8693 4.95991C13.829 4.59181 12.0809 3.7281 10.9303 2.64205C10.8567 2.57255 10.7676 2.52502 10.6711 2.50761C10.3865 2.45627 10.1118 2.6702 10.0575 2.98545L9.1196 8.42763C9.0374 8.90465 8.99998 9.36734 9 9.81444", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
|
|
15103
|
+
];
|
|
15104
|
+
|
|
15037
15105
|
const MasterCardIcon = /*#__PURE__*/ [
|
|
15038
15106
|
["path", { d: "M2 12C2 8.46252 2 6.69377 3.0528 5.5129C3.22119 5.32403 3.40678 5.14935 3.60746 4.99087C4.86213 4 6.74142 4 10.5 4H13.5C17.2586 4 19.1379 4 20.3925 4.99087C20.5932 5.14935 20.7788 5.32403 20.9472 5.5129C22 6.69377 22 8.46252 22 12C22 15.5375 22 17.3062 20.9472 18.4871C20.7788 18.676 20.5932 18.8506 20.3925 19.0091C19.1379 20 17.2586 20 13.5 20H10.5C6.74142 20 4.86213 20 3.60746 19.0091C3.40678 18.8506 3.22119 18.676 3.0528 18.4871C2 17.3062 2 15.5375 2 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
15039
15107
|
["path", { d: "M13.0002 12C13.0002 13.6569 11.6571 15 10.0002 15C8.34339 15 7.00025 13.6569 7.00025 12C7.00025 10.3431 8.34339 9 10.0002 9C11.6571 9 13.0002 10.3431 13.0002 12Z", stroke: "currentColor", strokeWidth: "1.5", key: "1" }],
|
|
@@ -17134,6 +17202,18 @@ const NikeIcon = /*#__PURE__*/ [
|
|
|
17134
17202
|
["path", { d: "M7.50294 16.2667C-0.781018 19.7417 1.80815 9.89584 5.43252 7C4.45502 9.66667 3.97993 14.0077 10.5 11.5L22 7C22 7 16.7212 12.3998 7.50294 16.2667Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }]
|
|
17135
17203
|
];
|
|
17136
17204
|
|
|
17205
|
+
const NineCircleIcon = /*#__PURE__*/ [
|
|
17206
|
+
["path", { d: "M11 12H13C14.1046 12 15 11.1046 15 10V9C15 7.89543 14.1046 7 13 7H11C9.89543 7 9 7.89543 9 9V10C9 11.1046 9.89543 12 11 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
17207
|
+
["path", { d: "M15 9.5V15C15 16.1046 14.1046 17 13 17H11C9.89543 17 9 16.1046 9 15", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
|
|
17208
|
+
["path", { d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }]
|
|
17209
|
+
];
|
|
17210
|
+
|
|
17211
|
+
const NineSquareIcon = /*#__PURE__*/ [
|
|
17212
|
+
["path", { d: "M2.99707 12C2.99707 7.52166 2.99707 5.28249 4.38831 3.89124C5.77956 2.5 8.01873 2.5 12.4971 2.5C16.9754 2.5 19.2146 2.5 20.6058 3.89124C21.9971 5.28249 21.9971 7.52166 21.9971 12C21.9971 16.4783 21.9971 18.7175 20.6058 20.1088C19.2146 21.5 16.9754 21.5 12.4971 21.5C8.01873 21.5 5.77956 21.5 4.38831 20.1088C2.99707 18.7175 2.99707 16.4783 2.99707 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
17213
|
+
["path", { d: "M11.4971 12H13.4971C14.6016 12 15.4971 11.1046 15.4971 10V9C15.4971 7.89543 14.6016 7 13.4971 7H11.4971C10.3925 7 9.49707 7.89543 9.49707 9V10C9.49707 11.1046 10.3925 12 11.4971 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
|
|
17214
|
+
["path", { d: "M15.4971 9.5V15C15.4971 16.1046 14.6016 17 13.4971 17H11.4971C10.3925 17 9.49707 16.1046 9.49707 15", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }]
|
|
17215
|
+
];
|
|
17216
|
+
|
|
17137
17217
|
const NintendoIcon = /*#__PURE__*/ [
|
|
17138
17218
|
["path", { d: "M16 19.5H8C5.17157 19.5 3.75736 19.5 2.87868 18.5586C2 17.6171 2 16.1019 2 13.0714V10.9286C2 7.89811 2 6.38288 2.87868 5.44144C3.75736 4.5 5.17157 4.5 8 4.5H16C18.8284 4.5 20.2426 4.5 21.1213 5.44144C22 6.38288 22 7.89811 22 10.9286V13.0714C22 16.1019 22 17.6171 21.1213 18.5586C20.2426 19.5 18.8284 19.5 16 19.5Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
17139
17219
|
["path", { d: "M17 4.5V19.5", stroke: "currentColor", strokeLinecap: "round", strokeWidth: "1.5", key: "1" }],
|
|
@@ -17507,6 +17587,16 @@ const OlympicTorchIcon = /*#__PURE__*/ [
|
|
|
17507
17587
|
["path", { d: "M7 10L14 17", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "3" }]
|
|
17508
17588
|
];
|
|
17509
17589
|
|
|
17590
|
+
const OneCircleIcon = /*#__PURE__*/ [
|
|
17591
|
+
["path", { d: "M10.5 8.5L12.5 7V17", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
17592
|
+
["path", { d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
|
|
17593
|
+
];
|
|
17594
|
+
|
|
17595
|
+
const OneSquareIcon = /*#__PURE__*/ [
|
|
17596
|
+
["path", { d: "M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
17597
|
+
["path", { d: "M10.5 8.5L12.5 7V17", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
|
|
17598
|
+
];
|
|
17599
|
+
|
|
17510
17600
|
const OnlineLearning01Icon = /*#__PURE__*/ [
|
|
17511
17601
|
["path", { d: "M6.5825 7.23786C9.58958 7.768 11.3818 8.87693 12 9.51357C12.6182 8.87693 14.4104 7.768 17.4175 7.23786C18.9409 6.96929 19.7026 6.83501 20.3513 7.3497C21 7.8644 21 8.70019 21 10.3718V16.3791C21 17.9076 21 18.6718 20.5837 19.1489C20.1673 19.626 19.2507 19.7876 17.4175 20.1108C15.7833 20.3989 14.5079 20.8579 13.5847 21.3192C12.6765 21.7731 12.2223 22 12 22C11.7777 22 11.3235 21.7731 10.4153 21.3192C9.4921 20.8579 8.2167 20.3989 6.5825 20.1108C4.74929 19.7876 3.83268 19.626 3.41634 19.1489C3 18.6718 3 17.9076 3 16.3791V10.3718C3 8.70019 3 7.8644 3.6487 7.3497C4.29741 6.83501 5.05911 6.96929 6.5825 7.23786Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
17512
17602
|
["path", { d: "M12 9L12 22", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
|
|
@@ -21390,6 +21480,16 @@ const Setup02Icon = /*#__PURE__*/ [
|
|
|
21390
21480
|
["path", { d: "M19 2V4.85857C17.1962 3.09032 14.7255 2 12 2C6.47715 2 2 6.47715 2 12C2 13.4222 2.29689 14.7751 2.83209 16M5 22V19.1414C6.80375 20.9097 9.27455 22 12 22C17.5228 22 22 17.5228 22 12C22 10.5778 21.7031 9.22492 21.1679 8", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }]
|
|
21391
21481
|
];
|
|
21392
21482
|
|
|
21483
|
+
const SevenCircleIcon = /*#__PURE__*/ [
|
|
21484
|
+
["path", { d: "M9 7H14.584C14.8138 7 15 7.18625 15 7.41599C15 7.47144 14.9889 7.52632 14.9674 7.57742L11 17", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
21485
|
+
["path", { d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
|
|
21486
|
+
];
|
|
21487
|
+
|
|
21488
|
+
const SevenSquareIcon = /*#__PURE__*/ [
|
|
21489
|
+
["path", { d: "M2.99707 12C2.99707 7.52166 2.99707 5.28249 4.38831 3.89124C5.77956 2.5 8.01873 2.5 12.4971 2.5C16.9754 2.5 19.2146 2.5 20.6058 3.89124C21.9971 5.28249 21.9971 7.52166 21.9971 12C21.9971 16.4783 21.9971 18.7175 20.6058 20.1088C19.2146 21.5 16.9754 21.5 12.4971 21.5C8.01873 21.5 5.77956 21.5 4.38831 20.1088C2.99707 18.7175 2.99707 16.4783 2.99707 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
21490
|
+
["path", { d: "M9.49707 7H15.0811C15.3108 7 15.4971 7.18625 15.4971 7.41599C15.4971 7.47144 15.486 7.52632 15.4645 7.57742L11.4971 17", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
|
|
21491
|
+
];
|
|
21492
|
+
|
|
21393
21493
|
const Shaka01Icon = /*#__PURE__*/ [
|
|
21394
21494
|
["path", { d: "M12.329 5.95241L10.5 8.14663C11.8897 8.14663 12.5845 8.14663 13.1133 8.36021C14.0353 8.73264 14.7191 9.5491 14.9405 10.542C15.0675 11.1113 14.9644 11.8179 14.7583 13.2311L14 17.4011H19.25C20.2165 17.4011 21 18.2067 21 19.2005C21 20.1943 20.2165 21 19.25 21H11.0505C8.20258 21 6.7786 21 5.69477 20.4208C4.78184 19.9329 4.03745 19.1673 3.56312 18.2282C3 17.1134 3 15.6488 3 12.7195C3 11.1625 3 10.384 3.25654 9.68332C3.33566 9.46725 3.43232 9.25841 3.54552 9.05902C3.91257 8.41248 4.50018 7.92155 5.67536 6.93972L9.91166 3.40042C10.5469 2.86973 11.4559 2.86619 12.095 3.39191C12.8631 4.02379 12.9692 5.18442 12.329 5.95241Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }]
|
|
21395
21495
|
];
|
|
@@ -22194,6 +22294,18 @@ const SiriIcon = /*#__PURE__*/ [
|
|
|
22194
22294
|
["path", { d: "M4 18C10.5 18 14.6857 10 21 10", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "4" }]
|
|
22195
22295
|
];
|
|
22196
22296
|
|
|
22297
|
+
const SixCircleIcon = /*#__PURE__*/ [
|
|
22298
|
+
["path", { d: "M11 12H13C14.1046 12 15 12.8954 15 14V15C15 16.1046 14.1046 17 13 17H11C9.89543 17 9 16.1046 9 15V14C9 12.8954 9.89543 12 11 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
22299
|
+
["path", { d: "M9 14.5V9C9 7.89543 9.89543 7 11 7H13C14.1046 7 15 7.89543 15 9", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
|
|
22300
|
+
["path", { d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }]
|
|
22301
|
+
];
|
|
22302
|
+
|
|
22303
|
+
const SixSquareIcon = /*#__PURE__*/ [
|
|
22304
|
+
["path", { d: "M2.99707 12C2.99707 7.52166 2.99707 5.28249 4.38831 3.89124C5.77956 2.5 8.01873 2.5 12.4971 2.5C16.9754 2.5 19.2146 2.5 20.6058 3.89124C21.9971 5.28249 21.9971 7.52166 21.9971 12C21.9971 16.4783 21.9971 18.7175 20.6058 20.1088C19.2146 21.5 16.9754 21.5 12.4971 21.5C8.01873 21.5 5.77956 21.5 4.38831 20.1088C2.99707 18.7175 2.99707 16.4783 2.99707 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
22305
|
+
["path", { d: "M11.4971 12H13.4971C14.6016 12 15.4971 12.8954 15.4971 14V15C15.4971 16.1046 14.6016 17 13.4971 17H11.4971C10.3925 17 9.49707 16.1046 9.49707 15V14C9.49707 12.8954 10.3925 12 11.4971 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
|
|
22306
|
+
["path", { d: "M9.49707 14.5V9C9.49707 7.89543 10.3925 7 11.4971 7H13.4971C14.6016 7 15.4971 7.89543 15.4971 9", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }]
|
|
22307
|
+
];
|
|
22308
|
+
|
|
22197
22309
|
const SketchIcon = /*#__PURE__*/ [
|
|
22198
22310
|
["path", { d: "M17 9.5L12 3L7 9.5L12 21L17 9.5Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
22199
22311
|
["path", { d: "M17.5 4L22 9.5H17M17.5 4L17 9.5M17.5 4L12 3L6.5 4M17 9.5H7M6.5 4L2 9.5H7M6.5 4L7 9.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
|
|
@@ -25164,6 +25276,11 @@ const ThreadsIcon = /*#__PURE__*/ [
|
|
|
25164
25276
|
["path", { d: "M19.25 8.50488C17.6729 2.63804 12.25 3.00452 12.25 3.00452C12.25 3.00452 4.75 2.50512 4.75 12C4.75 21.4949 12.25 20.9955 12.25 20.9955C12.25 20.9955 16.7077 21.2924 18.75 17.0782C19.4167 15.2204 19.25 11.5049 12.75 11.5049C12.75 11.5049 9.75 11.5049 9.75 14.0049C9.75 14.9812 10.75 16.0049 12.25 16.0049C13.75 16.0049 15.4212 14.9777 15.75 13.0049C16.75 7.00488 11.25 6.50488 9.75 9.00488", stroke: "currentColor", strokeLinecap: "round", strokeWidth: "1.5", key: "0" }]
|
|
25165
25277
|
];
|
|
25166
25278
|
|
|
25279
|
+
const ThreeCircleIcon = /*#__PURE__*/ [
|
|
25280
|
+
["path", { d: "M12.5 12H11.5M12.5 12C13.8807 12 15 10.8807 15 9.5C15 8.11929 13.8807 7 12.5 7H11.5C10.1193 7 9 8.11929 9 9.5M12.5 12C13.8807 12 15 13.1193 15 14.5C15 15.8807 13.8807 17 12.5 17H11.5C10.1193 17 9 15.8807 9 14.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
25281
|
+
["path", { d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
|
|
25282
|
+
];
|
|
25283
|
+
|
|
25167
25284
|
const ThreeFinger01Icon = /*#__PURE__*/ [
|
|
25168
25285
|
["path", { d: "M14.1816 5.49997C14.1816 4.67155 14.8328 3.99998 15.6361 3.99998C16.4394 3.99998 17.0906 4.67155 17.0906 5.49997L17.091 10.9999M14.1816 10.9999V3.49999C14.1816 2.67157 13.5304 2 12.7271 2C11.9237 2 11.2725 2.67157 11.2725 3.49999L11.2727 4.99998M17.0906 11.9999L17.091 10.9999M17.091 10.9999C17.091 10.4765 17.5468 10.0783 18.0475 10.1643L18.3795 10.2214C19.3146 10.3821 20 11.2165 20 12.1942L19.9996 13.6667C19.9996 15.84 19.9996 16.9267 19.6786 17.7919C19.4924 18.2937 19.0011 18.9337 18.6083 19.3962C18.2685 19.7963 18.0603 20.3037 18.0603 20.8354V22M11.2727 4.99998C11.2724 4.17185 10.6213 3.50063 9.81824 3.50063C9.01493 3.50063 8.36373 4.1722 8.36373 5.00062L8.36353 13.4623L6.79236 11.837C6.103 11.1238 4.96746 11.1889 4.35844 11.9764C3.89244 12.579 3.87957 13.4314 4.32715 14.0488L7.81767 18.647C8.4855 19.5267 8.84836 20.8827 8.84836 22M11.2727 4.99998V9.99993", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }]
|
|
25169
25286
|
];
|
|
@@ -25184,6 +25301,11 @@ const ThreeFinger05Icon = /*#__PURE__*/ [
|
|
|
25184
25301
|
["path", { d: "M12.8101 5.70939C12.9539 4.89355 12.4092 4.11556 11.5933 3.97171C10.7775 3.82786 9.99949 4.37261 9.85564 5.18845L9.07422 9.62008L8.14704 14.6982L5.88875 12.3369C5.17559 11.6238 4.00086 11.6888 3.37081 12.4764C2.88873 13.079 2.87541 13.9314 3.33844 14.5488L6.35188 18.5667C7.03576 19.4786 7.3777 19.9345 7.7892 20.2889C8.41699 20.8295 9.16928 21.2056 9.97845 21.3835C10.5088 21.5001 11.0787 21.5001 12.2185 21.5001H14.7006C17.043 21.5001 19.0715 19.8739 19.5809 17.5875L20.8919 11.7039L20.9787 11.2115C21.1226 10.3956 20.5778 9.61763 19.762 9.47377C18.9462 9.32992 18.1682 9.87467 18.0243 10.6905M12.8101 5.70939L13.1574 3.73978C13.3012 2.92394 14.0792 2.37918 14.895 2.52304C15.7109 2.66689 16.2556 3.44488 16.1118 4.26072L15.7645 6.23034M12.8101 5.70939L12.0286 10.141M15.7645 6.23034L14.9831 10.662M15.7645 6.23034C15.9083 5.4145 16.6863 4.86974 17.5022 5.0136C18.318 5.15745 18.8628 5.93544 18.7189 6.75128L18.0243 10.6905M18.0243 10.6905L17.9375 11.1829", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }]
|
|
25185
25302
|
];
|
|
25186
25303
|
|
|
25304
|
+
const ThreeSquareIcon = /*#__PURE__*/ [
|
|
25305
|
+
["path", { d: "M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
25306
|
+
["path", { d: "M12.5 12H11.5M12.5 12C13.8807 12 15 10.8807 15 9.5C15 8.11929 13.8807 7 12.5 7H11.5C10.1193 7 9 8.11929 9 9.5M12.5 12C13.8807 12 15 13.1193 15 14.5C15 15.8807 13.8807 17 12.5 17H11.5C10.1193 17 9 15.8807 9 14.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
|
|
25307
|
+
];
|
|
25308
|
+
|
|
25187
25309
|
const ThumbsDownEllipseIcon = /*#__PURE__*/ [
|
|
25188
25310
|
["path", { d: "M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z", stroke: "currentColor", strokeWidth: "1.5", key: "0" }],
|
|
25189
25311
|
["path", { d: "M13.1525 15.2136L12.975 14.6571C12.8295 14.201 12.7567 13.973 12.8127 13.793C12.8579 13.6473 12.9573 13.5217 13.0927 13.4391C13.26 13.3369 13.5131 13.3369 14.0194 13.3369H14.2887C16.0021 13.3369 16.8588 13.3369 17.2634 12.8447C17.3097 12.7884 17.3508 12.7286 17.3864 12.6659C17.6977 12.1168 17.3438 11.3773 16.636 9.89811C15.9865 8.54072 15.6617 7.86203 15.0587 7.46255C15.0003 7.42387 14.9403 7.3874 14.8789 7.3532C14.244 7 13.4574 7 11.8843 7H11.5431C9.63715 7 8.68419 7 8.09209 7.55681C7.5 8.11363 7.5 9.00981 7.5 10.8022V11.4321C7.5 12.3741 7.5 12.845 7.67223 13.2761C7.84445 13.7071 8.17424 14.0616 8.8338 14.7705L11.5614 17.702C11.6298 17.7755 11.664 17.8123 11.6942 17.8378C11.9757 18.0755 12.4102 18.0488 12.6563 17.7785C12.6826 17.7495 12.7115 17.7089 12.7691 17.6276C12.8592 17.5004 12.9043 17.4369 12.9436 17.3739C13.2952 16.81 13.4016 16.1401 13.2405 15.5042C13.2225 15.4332 13.1992 15.3599 13.1525 15.2136Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
|
|
@@ -26117,6 +26239,11 @@ const TwitterIcon = /*#__PURE__*/ [
|
|
|
26117
26239
|
["path", { d: "M2 18.5C3.76504 19.521 5.81428 20 8 20C14.4808 20 19.7617 14.8625 19.9922 8.43797L22 4.5L18.6458 5C17.9407 4.37764 17.0144 4 16 4C13.4276 4 11.5007 6.51734 12.1209 8.98003C8.56784 9.20927 5.34867 7.0213 3.48693 4.10523C2.25147 8.30185 3.39629 13.3561 6.5 16.4705C6.5 17.647 3.5 18.3488 2 18.5Z", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }]
|
|
26118
26240
|
];
|
|
26119
26241
|
|
|
26242
|
+
const TwoCircleIcon = /*#__PURE__*/ [
|
|
26243
|
+
["path", { d: "M9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10C15 12.0786 12.1196 13.9172 10.3503 14.8505C9.54685 15.2743 9 16.0917 9 17H15", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
26244
|
+
["path", { d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
|
|
26245
|
+
];
|
|
26246
|
+
|
|
26120
26247
|
const TwoFactorAccessIcon = /*#__PURE__*/ [
|
|
26121
26248
|
["path", { d: "M9.5 9.5H7.5C5.15442 9.5 3.98164 9.5 3.17372 10.1199C2.96572 10.2795 2.77954 10.4657 2.61994 10.6737C2 11.4816 2 12.6544 2 15C2 17.3456 2 18.5184 2.61994 19.3263C2.77954 19.5343 2.96572 19.7205 3.17372 19.8801C3.98164 20.5 5.15442 20.5 7.5 20.5H9.5C11.8456 20.5 13.0184 20.5 13.8263 19.8801C14.0343 19.7205 14.2205 19.5343 14.3801 19.3263C15 18.5184 15 17.3456 15 15C15 12.6544 15 11.4816 14.3801 10.6737C14.2205 10.4657 14.0343 10.2795 13.8263 10.1199C13.0184 9.5 11.8456 9.5 9.5 9.5Z", stroke: "currentColor", strokeWidth: "1.5", key: "0" }],
|
|
26122
26249
|
["path", { d: "M11.75 9.5V6.75C11.75 4.95507 10.2949 3.5 8.5 3.5C6.70507 3.5 5.25 4.95507 5.25 6.75V9.5", stroke: "currentColor", strokeLinecap: "round", strokeWidth: "1.5", key: "1" }],
|
|
@@ -26144,6 +26271,11 @@ const TwoFinger05Icon = /*#__PURE__*/ [
|
|
|
26144
26271
|
["path", { d: "M12.8111 5.70939C12.955 4.89355 12.4102 4.11556 11.5944 3.97171C10.7785 3.82786 10.0006 4.37261 9.8567 5.18845L9.07528 9.62008L8.14704 14.6982L5.88875 12.3369C5.17559 11.6238 4.00086 11.6888 3.37081 12.4764C2.88873 13.079 2.87541 13.9314 3.33844 14.5488L6.35188 18.5667C7.03576 19.4786 7.3777 19.9345 7.7892 20.2889C8.41699 20.8295 9.16928 21.2056 9.97845 21.3835C10.5088 21.5001 11.0787 21.5001 12.2185 21.5001H14.701C17.0433 21.5001 19.0716 19.8741 19.5812 17.588L20.893 11.7039L20.9798 11.2115C21.1237 10.3956 20.5789 9.61763 19.7631 9.47377C18.9472 9.32992 18.1692 9.87467 18.0254 10.6905M12.8111 5.70939L13.1584 3.73978C13.3023 2.92394 14.0803 2.37918 14.8961 2.52304C15.7119 2.66689 16.2567 3.44488 16.1128 4.26072L15.2446 9.18476M12.8111 5.70939L12.0297 10.141M15.2446 9.18476L14.9841 10.662M15.2446 9.18476C15.3885 8.36892 16.1664 7.82417 16.9823 7.96802C17.7981 8.11188 18.3429 8.88986 18.199 9.70571L18.0254 10.6905M18.0254 10.6905L17.9385 11.1829", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }]
|
|
26145
26272
|
];
|
|
26146
26273
|
|
|
26274
|
+
const TwoSquareIcon = /*#__PURE__*/ [
|
|
26275
|
+
["path", { d: "M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
26276
|
+
["path", { d: "M9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10C15 12.0786 12.1196 13.9172 10.3503 14.8505C9.54685 15.2743 9 16.0917 9 17H15", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
|
|
26277
|
+
];
|
|
26278
|
+
|
|
26147
26279
|
const Txt01Icon = /*#__PURE__*/ [
|
|
26148
26280
|
["path", { d: "M3.5 13V12.1963C3.5 9.22892 3.5 7.74523 3.96894 6.56024C4.72281 4.65521 6.31714 3.15255 8.33836 2.44201C9.59563 2.00003 11.1698 2.00003 14.3182 2.00003C16.1173 2.00003 17.0168 2.00003 17.7352 2.25259C18.8902 2.65861 19.8012 3.51728 20.232 4.60587C20.5 5.283 20.5 6.13082 20.5 7.82646V12.0142V13", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
26149
26281
|
["path", { d: "M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
|
|
@@ -28265,6 +28397,16 @@ const ZeppelinIcon = /*#__PURE__*/ [
|
|
|
28265
28397
|
["path", { d: "M7.5 15.997C6.74487 16.8439 5.54147 18.1392 4.36683 17.9811C4.02163 17.9347 3.68109 17.7437 3 17.3617L4 13.9971", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "4" }]
|
|
28266
28398
|
];
|
|
28267
28399
|
|
|
28400
|
+
const ZeroCircleIcon = /*#__PURE__*/ [
|
|
28401
|
+
["path", { d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
28402
|
+
["path", { d: "M15 14V10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10V14C9 15.6569 10.3431 17 12 17C13.6569 17 15 15.6569 15 14Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
|
|
28403
|
+
];
|
|
28404
|
+
|
|
28405
|
+
const ZeroSquareIcon = /*#__PURE__*/ [
|
|
28406
|
+
["path", { d: "M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
28407
|
+
["path", { d: "M15 14V10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10V14C9 15.6569 10.3431 17 12 17C13.6569 17 15 15.6569 15 14Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
|
|
28408
|
+
];
|
|
28409
|
+
|
|
28268
28410
|
const Zip01Icon = /*#__PURE__*/ [
|
|
28269
28411
|
["path", { d: "M3.5 13V12.1963C3.5 9.22889 3.5 7.7452 3.96894 6.56021C4.72281 4.65518 6.31714 3.15252 8.33836 2.44198C9.59563 2 11.1698 2 14.3182 2C16.1173 2 17.0168 2 17.7352 2.25256C18.8902 2.65858 19.8012 3.51725 20.232 4.60584C20.5 5.28297 20.5 6.13079 20.5 7.82643V12.0142V13", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
|
|
28270
28412
|
["path", { d: "M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
|
|
@@ -28696,6 +28838,8 @@ exports.AmericanFootballFreeIcons = AmericanFootballIcon;
|
|
|
28696
28838
|
exports.AmericanFootballIcon = AmericanFootballIcon;
|
|
28697
28839
|
exports.AmieFreeIcons = AmieIcon;
|
|
28698
28840
|
exports.AmieIcon = AmieIcon;
|
|
28841
|
+
exports.AmmoFreeIcons = AmmoIcon;
|
|
28842
|
+
exports.AmmoIcon = AmmoIcon;
|
|
28699
28843
|
exports.AmpouleFreeIcons = AmpouleIcon;
|
|
28700
28844
|
exports.AmpouleIcon = AmpouleIcon;
|
|
28701
28845
|
exports.AnalysisTextLinkFreeIcons = AnalysisTextLinkIcon;
|
|
@@ -28960,6 +29104,8 @@ exports.AspectRatioFreeIcons = AspectRatioIcon;
|
|
|
28960
29104
|
exports.AspectRatioIcon = AspectRatioIcon;
|
|
28961
29105
|
exports.AssignmentsFreeIcons = AssignmentsIcon;
|
|
28962
29106
|
exports.AssignmentsIcon = AssignmentsIcon;
|
|
29107
|
+
exports.AsteriskFreeIcons = AsteriskIcon;
|
|
29108
|
+
exports.AsteriskIcon = AsteriskIcon;
|
|
28963
29109
|
exports.Asteroid01FreeIcons = Asteroid01Icon;
|
|
28964
29110
|
exports.Asteroid01Icon = Asteroid01Icon;
|
|
28965
29111
|
exports.Asteroid02FreeIcons = Asteroid02Icon;
|
|
@@ -29710,6 +29856,8 @@ exports.BulbChargingFreeIcons = BulbChargingIcon;
|
|
|
29710
29856
|
exports.BulbChargingIcon = BulbChargingIcon;
|
|
29711
29857
|
exports.BulbFreeIcons = BulbIcon;
|
|
29712
29858
|
exports.BulbIcon = BulbIcon;
|
|
29859
|
+
exports.BulletFreeIcons = BulletIcon;
|
|
29860
|
+
exports.BulletIcon = BulletIcon;
|
|
29713
29861
|
exports.BulletproofVestFreeIcons = BulletproofVestIcon;
|
|
29714
29862
|
exports.BulletproofVestIcon = BulletproofVestIcon;
|
|
29715
29863
|
exports.BurjAlArabFreeIcons = BurjAlArabIcon;
|
|
@@ -31548,6 +31696,10 @@ exports.EidMubarakFreeIcons = EidMubarakIcon;
|
|
|
31548
31696
|
exports.EidMubarakIcon = EidMubarakIcon;
|
|
31549
31697
|
exports.EiffelTowerFreeIcons = EiffelTowerIcon;
|
|
31550
31698
|
exports.EiffelTowerIcon = EiffelTowerIcon;
|
|
31699
|
+
exports.EightCircleFreeIcons = EightCircleIcon;
|
|
31700
|
+
exports.EightCircleIcon = EightCircleIcon;
|
|
31701
|
+
exports.EightSquareFreeIcons = EightSquareIcon;
|
|
31702
|
+
exports.EightSquareIcon = EightSquareIcon;
|
|
31551
31703
|
exports.ElearningExchangeFreeIcons = ElearningExchangeIcon;
|
|
31552
31704
|
exports.ElearningExchangeIcon = ElearningExchangeIcon;
|
|
31553
31705
|
exports.ElectricHome01FreeIcons = ElectricHome01Icon;
|
|
@@ -31864,6 +32016,10 @@ exports.FishFoodFreeIcons = FishFoodIcon;
|
|
|
31864
32016
|
exports.FishFoodIcon = FishFoodIcon;
|
|
31865
32017
|
exports.FitToScreenFreeIcons = FitToScreenIcon;
|
|
31866
32018
|
exports.FitToScreenIcon = FitToScreenIcon;
|
|
32019
|
+
exports.FiveCircleFreeIcons = FiveCircleIcon;
|
|
32020
|
+
exports.FiveCircleIcon = FiveCircleIcon;
|
|
32021
|
+
exports.FiveSquareFreeIcons = FiveSquareIcon;
|
|
32022
|
+
exports.FiveSquareIcon = FiveSquareIcon;
|
|
31867
32023
|
exports.FiverrFreeIcons = FiverrIcon;
|
|
31868
32024
|
exports.FiverrIcon = FiverrIcon;
|
|
31869
32025
|
exports.Flag01FreeIcons = Flag01Icon;
|
|
@@ -32032,12 +32188,16 @@ exports.Forward02FreeIcons = Forward02Icon;
|
|
|
32032
32188
|
exports.Forward02Icon = Forward02Icon;
|
|
32033
32189
|
exports.ForwardIcon = Forward01Icon;
|
|
32034
32190
|
exports.ForwardIconFreeIcons = Forward01Icon;
|
|
32191
|
+
exports.FourCircleFreeIcons = FourCircleIcon;
|
|
32192
|
+
exports.FourCircleIcon = FourCircleIcon;
|
|
32035
32193
|
exports.FourFinger02FreeIcons = FourFinger02Icon;
|
|
32036
32194
|
exports.FourFinger02Icon = FourFinger02Icon;
|
|
32037
32195
|
exports.FourFinger03FreeIcons = FourFinger03Icon;
|
|
32038
32196
|
exports.FourFinger03Icon = FourFinger03Icon;
|
|
32039
32197
|
exports.FourKFreeIcons = FourKIcon;
|
|
32040
32198
|
exports.FourKIcon = FourKIcon;
|
|
32199
|
+
exports.FourSquareFreeIcons = FoursquareIcon$1;
|
|
32200
|
+
exports.FourSquareIcon = FoursquareIcon$1;
|
|
32041
32201
|
exports.FoursquareFreeIcons = FoursquareIcon;
|
|
32042
32202
|
exports.FoursquareIcon = FoursquareIcon;
|
|
32043
32203
|
exports.FramerFreeIcons = FramerIcon;
|
|
@@ -32172,6 +32332,8 @@ exports.GlobeFreeIcons = GlobeIcon;
|
|
|
32172
32332
|
exports.GlobeIcon = GlobeIcon;
|
|
32173
32333
|
exports.GloveFreeIcons = GloveIcon;
|
|
32174
32334
|
exports.GloveIcon = GloveIcon;
|
|
32335
|
+
exports.GnomeFreeIcons = GnomeIcon;
|
|
32336
|
+
exports.GnomeIcon = GnomeIcon;
|
|
32175
32337
|
exports.GoBackward10SecFreeIcons = GoBackward10SecIcon;
|
|
32176
32338
|
exports.GoBackward10SecIcon = GoBackward10SecIcon;
|
|
32177
32339
|
exports.GoBackward15SecFreeIcons = GoBackward15SecIcon;
|
|
@@ -33701,6 +33863,12 @@ exports.MaskFreeIcons = MaskIcon;
|
|
|
33701
33863
|
exports.MaskIcon = MaskIcon;
|
|
33702
33864
|
exports.MaskLoveFreeIcons = MaskLoveIcon;
|
|
33703
33865
|
exports.MaskLoveIcon = MaskLoveIcon;
|
|
33866
|
+
exports.MaskTheater01FreeIcons = MaskTheater01Icon;
|
|
33867
|
+
exports.MaskTheater01Icon = MaskTheater01Icon;
|
|
33868
|
+
exports.MaskTheater02FreeIcons = MaskTheater02Icon;
|
|
33869
|
+
exports.MaskTheater02Icon = MaskTheater02Icon;
|
|
33870
|
+
exports.MaskTheaterIcon = MaskTheater01Icon;
|
|
33871
|
+
exports.MaskTheaterIconFreeIcons = MaskTheater01Icon;
|
|
33704
33872
|
exports.MasterCardFreeIcons = MasterCardIcon;
|
|
33705
33873
|
exports.MasterCardIcon = MasterCardIcon;
|
|
33706
33874
|
exports.MastodonFreeIcons = MastodonIcon;
|
|
@@ -34479,6 +34647,10 @@ exports.NextFreeIcons = NextIcon;
|
|
|
34479
34647
|
exports.NextIcon = NextIcon;
|
|
34480
34648
|
exports.NikeFreeIcons = NikeIcon;
|
|
34481
34649
|
exports.NikeIcon = NikeIcon;
|
|
34650
|
+
exports.NineCircleFreeIcons = NineCircleIcon;
|
|
34651
|
+
exports.NineCircleIcon = NineCircleIcon;
|
|
34652
|
+
exports.NineSquareFreeIcons = NineSquareIcon;
|
|
34653
|
+
exports.NineSquareIcon = NineSquareIcon;
|
|
34482
34654
|
exports.NintendoFreeIcons = NintendoIcon;
|
|
34483
34655
|
exports.NintendoIcon = NintendoIcon;
|
|
34484
34656
|
exports.NintendoSwitchFreeIcons = NintendoSwitchIcon;
|
|
@@ -34605,6 +34777,10 @@ exports.OkFingerFreeIcons = OkFingerIcon;
|
|
|
34605
34777
|
exports.OkFingerIcon = OkFingerIcon;
|
|
34606
34778
|
exports.OlympicTorchFreeIcons = OlympicTorchIcon;
|
|
34607
34779
|
exports.OlympicTorchIcon = OlympicTorchIcon;
|
|
34780
|
+
exports.OneCircleFreeIcons = OneCircleIcon;
|
|
34781
|
+
exports.OneCircleIcon = OneCircleIcon;
|
|
34782
|
+
exports.OneSquareFreeIcons = OneSquareIcon;
|
|
34783
|
+
exports.OneSquareIcon = OneSquareIcon;
|
|
34608
34784
|
exports.OnlineLearning01FreeIcons = OnlineLearning01Icon;
|
|
34609
34785
|
exports.OnlineLearning01Icon = OnlineLearning01Icon;
|
|
34610
34786
|
exports.OnlineLearning02FreeIcons = OnlineLearning02Icon;
|
|
@@ -35977,6 +36153,10 @@ exports.Setup02FreeIcons = Setup02Icon;
|
|
|
35977
36153
|
exports.Setup02Icon = Setup02Icon;
|
|
35978
36154
|
exports.SetupIcon = Setup01Icon;
|
|
35979
36155
|
exports.SetupIconFreeIcons = Setup01Icon;
|
|
36156
|
+
exports.SevenCircleFreeIcons = SevenCircleIcon;
|
|
36157
|
+
exports.SevenCircleIcon = SevenCircleIcon;
|
|
36158
|
+
exports.SevenSquareFreeIcons = SevenSquareIcon;
|
|
36159
|
+
exports.SevenSquareIcon = SevenSquareIcon;
|
|
35980
36160
|
exports.SevenZ01FreeIcons = SevenZ01Icon;
|
|
35981
36161
|
exports.SevenZ01Icon = SevenZ01Icon;
|
|
35982
36162
|
exports.SevenZ02FreeIcons = SevenZ02Icon;
|
|
@@ -36285,6 +36465,10 @@ exports.SiriFreeIcons = SiriIcon;
|
|
|
36285
36465
|
exports.SiriIcon = SiriIcon;
|
|
36286
36466
|
exports.SiriNewFreeIcons = SiriNewIcon;
|
|
36287
36467
|
exports.SiriNewIcon = SiriNewIcon;
|
|
36468
|
+
exports.SixCircleFreeIcons = SixCircleIcon;
|
|
36469
|
+
exports.SixCircleIcon = SixCircleIcon;
|
|
36470
|
+
exports.SixSquareFreeIcons = SixSquareIcon;
|
|
36471
|
+
exports.SixSquareIcon = SixSquareIcon;
|
|
36288
36472
|
exports.SketchFreeIcons = SketchIcon;
|
|
36289
36473
|
exports.SketchIcon = SketchIcon;
|
|
36290
36474
|
exports.SkewFreeIcons = SkewIcon;
|
|
@@ -37359,6 +37543,8 @@ exports.ThreadsFreeIcons = ThreadsIcon;
|
|
|
37359
37543
|
exports.ThreadsIcon = ThreadsIcon;
|
|
37360
37544
|
exports.ThreadsRectangleFreeIcons = ThreadsRectangleIcon;
|
|
37361
37545
|
exports.ThreadsRectangleIcon = ThreadsRectangleIcon;
|
|
37546
|
+
exports.ThreeCircleFreeIcons = ThreeCircleIcon;
|
|
37547
|
+
exports.ThreeCircleIcon = ThreeCircleIcon;
|
|
37362
37548
|
exports.ThreeDMoveFreeIcons = ThreeDMoveIcon;
|
|
37363
37549
|
exports.ThreeDMoveIcon = ThreeDMoveIcon;
|
|
37364
37550
|
exports.ThreeDRotateFreeIcons = ThreeDRotateIcon;
|
|
@@ -37379,6 +37565,8 @@ exports.ThreeFinger05FreeIcons = ThreeFinger05Icon;
|
|
|
37379
37565
|
exports.ThreeFinger05Icon = ThreeFinger05Icon;
|
|
37380
37566
|
exports.ThreeFingerIcon = ThreeFinger01Icon;
|
|
37381
37567
|
exports.ThreeFingerIconFreeIcons = ThreeFinger01Icon;
|
|
37568
|
+
exports.ThreeSquareFreeIcons = ThreeSquareIcon;
|
|
37569
|
+
exports.ThreeSquareIcon = ThreeSquareIcon;
|
|
37382
37570
|
exports.ThumbsDownEllipseFreeIcons = ThumbsDownEllipseIcon;
|
|
37383
37571
|
exports.ThumbsDownEllipseIcon = ThumbsDownEllipseIcon;
|
|
37384
37572
|
exports.ThumbsDownFreeIcons = ThumbsDownIcon;
|
|
@@ -37717,6 +37905,8 @@ exports.TwitterFreeIcons = TwitterIcon;
|
|
|
37717
37905
|
exports.TwitterIcon = TwitterIcon;
|
|
37718
37906
|
exports.TwitterSquareFreeIcons = TwitterSquareIcon;
|
|
37719
37907
|
exports.TwitterSquareIcon = TwitterSquareIcon;
|
|
37908
|
+
exports.TwoCircleFreeIcons = TwoCircleIcon;
|
|
37909
|
+
exports.TwoCircleIcon = TwoCircleIcon;
|
|
37720
37910
|
exports.TwoFactorAccessFreeIcons = TwoFactorAccessIcon;
|
|
37721
37911
|
exports.TwoFactorAccessIcon = TwoFactorAccessIcon;
|
|
37722
37912
|
exports.TwoFinger01FreeIcons = TwoFinger01Icon;
|
|
@@ -37731,6 +37921,8 @@ exports.TwoFinger05FreeIcons = TwoFinger05Icon;
|
|
|
37731
37921
|
exports.TwoFinger05Icon = TwoFinger05Icon;
|
|
37732
37922
|
exports.TwoFingerIcon = TwoFinger01Icon;
|
|
37733
37923
|
exports.TwoFingerIconFreeIcons = TwoFinger01Icon;
|
|
37924
|
+
exports.TwoSquareFreeIcons = TwoSquareIcon;
|
|
37925
|
+
exports.TwoSquareIcon = TwoSquareIcon;
|
|
37734
37926
|
exports.Txt01FreeIcons = Txt01Icon;
|
|
37735
37927
|
exports.Txt01Icon = Txt01Icon;
|
|
37736
37928
|
exports.Txt02FreeIcons = Txt02Icon;
|
|
@@ -38491,6 +38683,10 @@ exports.ZapFreeIcons = ZapIcon;
|
|
|
38491
38683
|
exports.ZapIcon = ZapIcon;
|
|
38492
38684
|
exports.ZeppelinFreeIcons = ZeppelinIcon;
|
|
38493
38685
|
exports.ZeppelinIcon = ZeppelinIcon;
|
|
38686
|
+
exports.ZeroCircleFreeIcons = ZeroCircleIcon;
|
|
38687
|
+
exports.ZeroCircleIcon = ZeroCircleIcon;
|
|
38688
|
+
exports.ZeroSquareFreeIcons = ZeroSquareIcon;
|
|
38689
|
+
exports.ZeroSquareIcon = ZeroSquareIcon;
|
|
38494
38690
|
exports.Zip01FreeIcons = Zip01Icon;
|
|
38495
38691
|
exports.Zip01Icon = Zip01Icon;
|
|
38496
38692
|
exports.Zip02FreeIcons = Zip02Icon;
|