huspy-icons 0.3.10 → 0.3.12
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/fonts/HuspyIcons.css +107 -98
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +97 -94
- package/dist/fonts/HuspyIcons.ts +103 -94
- package/dist/fonts/HuspyIcons.ttf +0 -0
- package/dist/fonts/HuspyIcons.woff +0 -0
- package/dist/fonts/HuspyIcons.woff2 +0 -0
- package/dist/native/index.d.ts +1 -1
- package/dist/native/index.js +97 -94
- package/dist/native/index.js.map +1 -1
- package/dist/react/index.d.mts +8 -2
- package/dist/react/index.d.ts +8 -2
- package/dist/react/index.js +636 -469
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +564 -397
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +98 -95
- package/src/react/CircleOff.tsx +24 -0
- package/src/react/Icon.tsx +10 -1
- package/src/react/StatusDot.tsx +24 -0
- package/src/react/Tasks.tsx +56 -0
- package/src/react/index.ts +3 -0
- package/src/react/index.tsx +3 -0
package/dist/react/index.mjs
CHANGED
|
@@ -1633,12 +1633,48 @@ var init_ChevronUp = __esm({
|
|
|
1633
1633
|
}
|
|
1634
1634
|
});
|
|
1635
1635
|
|
|
1636
|
+
// src/react/CircleOff.tsx
|
|
1637
|
+
var CircleOff_exports = {};
|
|
1638
|
+
__export(CircleOff_exports, {
|
|
1639
|
+
default: () => CircleOff_default
|
|
1640
|
+
});
|
|
1641
|
+
import * as React31 from "react";
|
|
1642
|
+
var SvgCircleOff, CircleOff_default;
|
|
1643
|
+
var init_CircleOff = __esm({
|
|
1644
|
+
"src/react/CircleOff.tsx"() {
|
|
1645
|
+
"use strict";
|
|
1646
|
+
init_types();
|
|
1647
|
+
SvgCircleOff = ({ size = 16, ...props }) => {
|
|
1648
|
+
const sizeValue = resolveSize(size);
|
|
1649
|
+
return /* @__PURE__ */ React31.createElement(
|
|
1650
|
+
"svg",
|
|
1651
|
+
{
|
|
1652
|
+
width: sizeValue,
|
|
1653
|
+
height: sizeValue,
|
|
1654
|
+
viewBox: "0 0 24 24",
|
|
1655
|
+
fill: "none",
|
|
1656
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1657
|
+
...props
|
|
1658
|
+
},
|
|
1659
|
+
/* @__PURE__ */ React31.createElement(
|
|
1660
|
+
"path",
|
|
1661
|
+
{
|
|
1662
|
+
d: "M1.29297 1.29288C1.6835 0.902385 2.31652 0.902364 2.70703 1.29288L22.707 21.2929C23.0975 21.6834 23.0975 22.3164 22.707 22.7069C22.3165 23.0975 21.6835 23.0974 21.293 22.7069L19.0459 20.4599C18.1946 21.1689 17.241 21.7493 16.2139 22.1747C14.8779 22.728 13.446 23.0126 12 23.0126C10.5538 23.0126 9.12127 22.7281 7.78516 22.1747C6.44914 21.6213 5.23545 20.8096 4.21289 19.787C3.19027 18.7644 2.37863 17.5499 1.8252 16.2138C1.27191 14.8778 0.987305 13.4459 0.987305 11.9999C0.987305 10.5539 1.27191 9.122 1.8252 7.78604C2.25065 6.75889 2.82999 5.80438 3.53906 4.95303L1.29297 2.70694C0.902444 2.31642 0.902444 1.6834 1.29297 1.29288ZM7.98633 1.7587C9.97799 0.980831 12.1534 0.800311 14.2461 1.23917C16.3386 1.67808 18.2583 2.71698 19.7695 4.2294C21.2807 5.74181 22.3186 7.66198 22.7559 9.75479C23.1931 11.8478 23.0109 14.0235 22.2314 16.0146C22.0301 16.5288 21.4498 16.7822 20.9355 16.581C20.4213 16.3796 20.1678 15.7993 20.3691 15.2851C21.0067 13.6561 21.1556 11.8763 20.7979 10.164C20.4401 8.45168 19.5909 6.8809 18.3545 5.64346C17.1179 4.40594 15.5472 3.55527 13.835 3.1962C12.1229 2.83722 10.3433 2.98466 8.71387 3.621C8.19945 3.82192 7.6199 3.568 7.41895 3.05362C7.21802 2.53918 7.47189 1.95962 7.98633 1.7587ZM2.9873 11.9999C2.9873 13.1835 3.2209 14.3557 3.67383 15.4491C4.12675 16.5424 4.79015 17.5361 5.62695 18.373C6.46377 19.2098 7.45745 19.8732 8.55078 20.3261C9.64425 20.779 10.8164 21.0126 12 21.0126C13.1835 21.0126 14.3558 20.779 15.4492 20.3261C16.2332 20.0013 16.9646 19.5667 17.625 19.039L4.95996 6.37393C4.43221 7.03432 3.99864 7.76663 3.67383 8.55069C3.2209 9.64415 2.9873 10.8164 2.9873 11.9999Z",
|
|
1663
|
+
fill: "currentColor"
|
|
1664
|
+
}
|
|
1665
|
+
)
|
|
1666
|
+
);
|
|
1667
|
+
};
|
|
1668
|
+
CircleOff_default = SvgCircleOff;
|
|
1669
|
+
}
|
|
1670
|
+
});
|
|
1671
|
+
|
|
1636
1672
|
// src/react/Closet.tsx
|
|
1637
1673
|
var Closet_exports = {};
|
|
1638
1674
|
__export(Closet_exports, {
|
|
1639
1675
|
default: () => Closet_default
|
|
1640
1676
|
});
|
|
1641
|
-
import * as
|
|
1677
|
+
import * as React32 from "react";
|
|
1642
1678
|
var SvgCloset, Closet_default;
|
|
1643
1679
|
var init_Closet = __esm({
|
|
1644
1680
|
"src/react/Closet.tsx"() {
|
|
@@ -1646,7 +1682,7 @@ var init_Closet = __esm({
|
|
|
1646
1682
|
init_types();
|
|
1647
1683
|
SvgCloset = ({ size = 16, ...props }) => {
|
|
1648
1684
|
const sizeValue = resolveSize(size);
|
|
1649
|
-
return /* @__PURE__ */
|
|
1685
|
+
return /* @__PURE__ */ React32.createElement(
|
|
1650
1686
|
"svg",
|
|
1651
1687
|
{
|
|
1652
1688
|
width: sizeValue,
|
|
@@ -1656,7 +1692,7 @@ var init_Closet = __esm({
|
|
|
1656
1692
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1657
1693
|
...props
|
|
1658
1694
|
},
|
|
1659
|
-
/* @__PURE__ */
|
|
1695
|
+
/* @__PURE__ */ React32.createElement(
|
|
1660
1696
|
"path",
|
|
1661
1697
|
{
|
|
1662
1698
|
d: "M20.2002 3.33301C20.2001 3.22408 20.1521 3.09745 20.0293 2.98828C19.9033 2.87628 19.7141 2.7998 19.5 2.7998H12.7998V19.8662H19.5C19.7141 19.8662 19.9033 19.7897 20.0293 19.6777C20.152 19.5685 20.2002 19.4419 20.2002 19.333V3.33301ZM15.4248 11.25C15.4248 11.1656 15.3996 11.0839 15.3535 11.0146L15.3008 10.9492L15.2354 10.8965C15.1891 10.8657 15.1375 10.8439 15.083 10.833L15 10.8252C14.8873 10.8252 14.7789 10.8695 14.6992 10.9492C14.6195 11.0289 14.5752 11.1373 14.5752 11.25L14.583 11.333C14.5993 11.4148 14.6394 11.4909 14.6992 11.5508C14.7789 11.6305 14.8873 11.6748 15 11.6748C15.1127 11.6748 15.2211 11.6305 15.3008 11.5508C15.3805 11.4711 15.4248 11.3627 15.4248 11.25ZM9.4248 11.25C9.4248 11.1656 9.39962 11.0839 9.35352 11.0146L9.30078 10.9492L9.23535 10.8965C9.18912 10.8657 9.13748 10.8439 9.08301 10.833L9 10.8252C8.88729 10.8252 8.77892 10.8695 8.69922 10.9492C8.61951 11.0289 8.5752 11.1373 8.5752 11.25L8.58301 11.333C8.5993 11.4148 8.63936 11.4909 8.69922 11.5508C8.77892 11.6305 8.88729 11.6748 9 11.6748C9.11271 11.6748 9.22108 11.6305 9.30078 11.5508C9.38049 11.4711 9.4248 11.3627 9.4248 11.25ZM10.1748 11.25C10.1748 11.5616 10.0514 11.8607 9.83105 12.0811C9.6107 12.3014 9.31163 12.4248 9 12.4248C8.68837 12.4248 8.3893 12.3014 8.16895 12.0811C7.97616 11.8883 7.85778 11.6352 7.83105 11.3662L7.8252 11.25L7.83105 11.1338C7.85778 10.8648 7.97616 10.6117 8.16895 10.4189C8.3893 10.1986 8.68837 10.0752 9 10.0752L9.11621 10.0811C9.34679 10.104 9.5659 10.1939 9.74512 10.3408L9.83105 10.4189L9.90918 10.5049C10.0806 10.714 10.1748 10.9773 10.1748 11.25ZM16.1748 11.25C16.1748 11.5616 16.0514 11.8607 15.8311 12.0811C15.6107 12.3014 15.3116 12.4248 15 12.4248C14.6884 12.4248 14.3893 12.3014 14.1689 12.0811C13.9762 11.8883 13.8578 11.6352 13.8311 11.3662L13.8252 11.25L13.8311 11.1338C13.8578 10.8648 13.9762 10.6117 14.1689 10.4189C14.3893 10.1986 14.6884 10.0752 15 10.0752L15.1162 10.0811C15.3468 10.104 15.5659 10.1939 15.7451 10.3408L15.8311 10.4189L15.9092 10.5049C16.0806 10.714 16.1748 10.9773 16.1748 11.25ZM3.7998 19.333C3.7998 19.4419 3.848 19.5685 3.9707 19.6777C4.09671 19.7897 4.28592 19.8662 4.5 19.8662H11.2002V2.7998H4.5C4.28593 2.7998 4.09671 2.87628 3.9707 2.98828C3.84789 3.09745 3.7999 3.22408 3.7998 3.33301V19.333ZM21.7998 19.333C21.7998 19.9312 21.5315 20.4832 21.0918 20.874C20.8602 21.0798 20.5893 21.2317 20.2998 21.3311V22C20.2998 22.4418 19.9418 22.7998 19.5 22.7998C19.0582 22.7998 18.7002 22.4418 18.7002 22V21.4668H5.2998V22C5.2998 22.4418 4.94183 22.7998 4.5 22.7998C4.05817 22.7998 3.7002 22.4418 3.7002 22V21.3311C3.4107 21.2317 3.13979 21.0798 2.9082 20.874C2.46853 20.4832 2.2002 19.9312 2.2002 19.333V3.33301C2.20029 2.73489 2.46861 2.18372 2.9082 1.79297C3.34481 1.40488 3.91844 1.2002 4.5 1.2002H19.5C20.0816 1.2002 20.6552 1.40488 21.0918 1.79297C21.5314 2.18372 21.7997 2.73489 21.7998 3.33301V19.333Z",
|
|
@@ -1674,7 +1710,7 @@ var Collections_exports = {};
|
|
|
1674
1710
|
__export(Collections_exports, {
|
|
1675
1711
|
default: () => Collections_default
|
|
1676
1712
|
});
|
|
1677
|
-
import * as
|
|
1713
|
+
import * as React33 from "react";
|
|
1678
1714
|
var SvgCollections, Collections_default;
|
|
1679
1715
|
var init_Collections = __esm({
|
|
1680
1716
|
"src/react/Collections.tsx"() {
|
|
@@ -1682,7 +1718,7 @@ var init_Collections = __esm({
|
|
|
1682
1718
|
init_types();
|
|
1683
1719
|
SvgCollections = ({ size = 16, ...props }) => {
|
|
1684
1720
|
const sizeValue = resolveSize(size);
|
|
1685
|
-
return /* @__PURE__ */
|
|
1721
|
+
return /* @__PURE__ */ React33.createElement(
|
|
1686
1722
|
"svg",
|
|
1687
1723
|
{
|
|
1688
1724
|
width: sizeValue,
|
|
@@ -1692,7 +1728,7 @@ var init_Collections = __esm({
|
|
|
1692
1728
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1693
1729
|
...props
|
|
1694
1730
|
},
|
|
1695
|
-
/* @__PURE__ */
|
|
1731
|
+
/* @__PURE__ */ React33.createElement(
|
|
1696
1732
|
"path",
|
|
1697
1733
|
{
|
|
1698
1734
|
fillRule: "evenodd",
|
|
@@ -1712,7 +1748,7 @@ var DoorOpen_exports = {};
|
|
|
1712
1748
|
__export(DoorOpen_exports, {
|
|
1713
1749
|
default: () => DoorOpen_default
|
|
1714
1750
|
});
|
|
1715
|
-
import * as
|
|
1751
|
+
import * as React34 from "react";
|
|
1716
1752
|
var SvgDoorOpen, DoorOpen_default;
|
|
1717
1753
|
var init_DoorOpen = __esm({
|
|
1718
1754
|
"src/react/DoorOpen.tsx"() {
|
|
@@ -1720,7 +1756,7 @@ var init_DoorOpen = __esm({
|
|
|
1720
1756
|
init_types();
|
|
1721
1757
|
SvgDoorOpen = ({ size = 16, ...props }) => {
|
|
1722
1758
|
const sizeValue = resolveSize(size);
|
|
1723
|
-
return /* @__PURE__ */
|
|
1759
|
+
return /* @__PURE__ */ React34.createElement(
|
|
1724
1760
|
"svg",
|
|
1725
1761
|
{
|
|
1726
1762
|
width: sizeValue,
|
|
@@ -1730,7 +1766,7 @@ var init_DoorOpen = __esm({
|
|
|
1730
1766
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1731
1767
|
...props
|
|
1732
1768
|
},
|
|
1733
|
-
/* @__PURE__ */
|
|
1769
|
+
/* @__PURE__ */ React34.createElement(
|
|
1734
1770
|
"path",
|
|
1735
1771
|
{
|
|
1736
1772
|
fillRule: "evenodd",
|
|
@@ -1739,7 +1775,7 @@ var init_DoorOpen = __esm({
|
|
|
1739
1775
|
fill: "currentColor"
|
|
1740
1776
|
}
|
|
1741
1777
|
),
|
|
1742
|
-
/* @__PURE__ */
|
|
1778
|
+
/* @__PURE__ */ React34.createElement(
|
|
1743
1779
|
"path",
|
|
1744
1780
|
{
|
|
1745
1781
|
fillRule: "evenodd",
|
|
@@ -1748,7 +1784,7 @@ var init_DoorOpen = __esm({
|
|
|
1748
1784
|
fill: "currentColor"
|
|
1749
1785
|
}
|
|
1750
1786
|
),
|
|
1751
|
-
/* @__PURE__ */
|
|
1787
|
+
/* @__PURE__ */ React34.createElement(
|
|
1752
1788
|
"path",
|
|
1753
1789
|
{
|
|
1754
1790
|
fillRule: "evenodd",
|
|
@@ -1757,7 +1793,7 @@ var init_DoorOpen = __esm({
|
|
|
1757
1793
|
fill: "currentColor"
|
|
1758
1794
|
}
|
|
1759
1795
|
),
|
|
1760
|
-
/* @__PURE__ */
|
|
1796
|
+
/* @__PURE__ */ React34.createElement(
|
|
1761
1797
|
"path",
|
|
1762
1798
|
{
|
|
1763
1799
|
fillRule: "evenodd",
|
|
@@ -1766,7 +1802,7 @@ var init_DoorOpen = __esm({
|
|
|
1766
1802
|
fill: "currentColor"
|
|
1767
1803
|
}
|
|
1768
1804
|
),
|
|
1769
|
-
/* @__PURE__ */
|
|
1805
|
+
/* @__PURE__ */ React34.createElement(
|
|
1770
1806
|
"path",
|
|
1771
1807
|
{
|
|
1772
1808
|
fillRule: "evenodd",
|
|
@@ -1786,7 +1822,7 @@ var Edit_exports = {};
|
|
|
1786
1822
|
__export(Edit_exports, {
|
|
1787
1823
|
default: () => Edit_default
|
|
1788
1824
|
});
|
|
1789
|
-
import * as
|
|
1825
|
+
import * as React35 from "react";
|
|
1790
1826
|
var SvgEdit, Edit_default;
|
|
1791
1827
|
var init_Edit = __esm({
|
|
1792
1828
|
"src/react/Edit.tsx"() {
|
|
@@ -1794,7 +1830,7 @@ var init_Edit = __esm({
|
|
|
1794
1830
|
init_types();
|
|
1795
1831
|
SvgEdit = ({ size = 16, ...props }) => {
|
|
1796
1832
|
const sizeValue = resolveSize(size);
|
|
1797
|
-
return /* @__PURE__ */
|
|
1833
|
+
return /* @__PURE__ */ React35.createElement(
|
|
1798
1834
|
"svg",
|
|
1799
1835
|
{
|
|
1800
1836
|
width: sizeValue,
|
|
@@ -1804,7 +1840,7 @@ var init_Edit = __esm({
|
|
|
1804
1840
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1805
1841
|
...props
|
|
1806
1842
|
},
|
|
1807
|
-
/* @__PURE__ */
|
|
1843
|
+
/* @__PURE__ */ React35.createElement(
|
|
1808
1844
|
"path",
|
|
1809
1845
|
{
|
|
1810
1846
|
fillRule: "evenodd",
|
|
@@ -1813,7 +1849,7 @@ var init_Edit = __esm({
|
|
|
1813
1849
|
fill: "currentColor"
|
|
1814
1850
|
}
|
|
1815
1851
|
),
|
|
1816
|
-
/* @__PURE__ */
|
|
1852
|
+
/* @__PURE__ */ React35.createElement(
|
|
1817
1853
|
"path",
|
|
1818
1854
|
{
|
|
1819
1855
|
fillRule: "evenodd",
|
|
@@ -1833,7 +1869,7 @@ var Electric_exports = {};
|
|
|
1833
1869
|
__export(Electric_exports, {
|
|
1834
1870
|
default: () => Electric_default
|
|
1835
1871
|
});
|
|
1836
|
-
import * as
|
|
1872
|
+
import * as React36 from "react";
|
|
1837
1873
|
var SvgElectric, Electric_default;
|
|
1838
1874
|
var init_Electric = __esm({
|
|
1839
1875
|
"src/react/Electric.tsx"() {
|
|
@@ -1841,7 +1877,7 @@ var init_Electric = __esm({
|
|
|
1841
1877
|
init_types();
|
|
1842
1878
|
SvgElectric = ({ size = 16, ...props }) => {
|
|
1843
1879
|
const sizeValue = resolveSize(size);
|
|
1844
|
-
return /* @__PURE__ */
|
|
1880
|
+
return /* @__PURE__ */ React36.createElement(
|
|
1845
1881
|
"svg",
|
|
1846
1882
|
{
|
|
1847
1883
|
width: sizeValue,
|
|
@@ -1851,7 +1887,7 @@ var init_Electric = __esm({
|
|
|
1851
1887
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1852
1888
|
...props
|
|
1853
1889
|
},
|
|
1854
|
-
/* @__PURE__ */
|
|
1890
|
+
/* @__PURE__ */ React36.createElement(
|
|
1855
1891
|
"path",
|
|
1856
1892
|
{
|
|
1857
1893
|
fillRule: "evenodd",
|
|
@@ -1860,7 +1896,7 @@ var init_Electric = __esm({
|
|
|
1860
1896
|
fill: "currentColor"
|
|
1861
1897
|
}
|
|
1862
1898
|
),
|
|
1863
|
-
/* @__PURE__ */
|
|
1899
|
+
/* @__PURE__ */ React36.createElement(
|
|
1864
1900
|
"path",
|
|
1865
1901
|
{
|
|
1866
1902
|
fillRule: "evenodd",
|
|
@@ -1869,7 +1905,7 @@ var init_Electric = __esm({
|
|
|
1869
1905
|
fill: "currentColor"
|
|
1870
1906
|
}
|
|
1871
1907
|
),
|
|
1872
|
-
/* @__PURE__ */
|
|
1908
|
+
/* @__PURE__ */ React36.createElement(
|
|
1873
1909
|
"path",
|
|
1874
1910
|
{
|
|
1875
1911
|
fillRule: "evenodd",
|
|
@@ -1878,7 +1914,7 @@ var init_Electric = __esm({
|
|
|
1878
1914
|
fill: "currentColor"
|
|
1879
1915
|
}
|
|
1880
1916
|
),
|
|
1881
|
-
/* @__PURE__ */
|
|
1917
|
+
/* @__PURE__ */ React36.createElement(
|
|
1882
1918
|
"path",
|
|
1883
1919
|
{
|
|
1884
1920
|
fillRule: "evenodd",
|
|
@@ -1887,7 +1923,7 @@ var init_Electric = __esm({
|
|
|
1887
1923
|
fill: "currentColor"
|
|
1888
1924
|
}
|
|
1889
1925
|
),
|
|
1890
|
-
/* @__PURE__ */
|
|
1926
|
+
/* @__PURE__ */ React36.createElement(
|
|
1891
1927
|
"path",
|
|
1892
1928
|
{
|
|
1893
1929
|
fillRule: "evenodd",
|
|
@@ -1896,7 +1932,7 @@ var init_Electric = __esm({
|
|
|
1896
1932
|
fill: "currentColor"
|
|
1897
1933
|
}
|
|
1898
1934
|
),
|
|
1899
|
-
/* @__PURE__ */
|
|
1935
|
+
/* @__PURE__ */ React36.createElement(
|
|
1900
1936
|
"path",
|
|
1901
1937
|
{
|
|
1902
1938
|
fillRule: "evenodd",
|
|
@@ -1916,7 +1952,7 @@ var ExploreFilled_exports = {};
|
|
|
1916
1952
|
__export(ExploreFilled_exports, {
|
|
1917
1953
|
default: () => ExploreFilled_default
|
|
1918
1954
|
});
|
|
1919
|
-
import * as
|
|
1955
|
+
import * as React37 from "react";
|
|
1920
1956
|
var SvgExploreFilled, ExploreFilled_default;
|
|
1921
1957
|
var init_ExploreFilled = __esm({
|
|
1922
1958
|
"src/react/ExploreFilled.tsx"() {
|
|
@@ -1924,7 +1960,7 @@ var init_ExploreFilled = __esm({
|
|
|
1924
1960
|
init_types();
|
|
1925
1961
|
SvgExploreFilled = ({ size = 16, ...props }) => {
|
|
1926
1962
|
const sizeValue = resolveSize(size);
|
|
1927
|
-
return /* @__PURE__ */
|
|
1963
|
+
return /* @__PURE__ */ React37.createElement(
|
|
1928
1964
|
"svg",
|
|
1929
1965
|
{
|
|
1930
1966
|
width: sizeValue,
|
|
@@ -1934,7 +1970,7 @@ var init_ExploreFilled = __esm({
|
|
|
1934
1970
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1935
1971
|
...props
|
|
1936
1972
|
},
|
|
1937
|
-
/* @__PURE__ */
|
|
1973
|
+
/* @__PURE__ */ React37.createElement(
|
|
1938
1974
|
"path",
|
|
1939
1975
|
{
|
|
1940
1976
|
fillRule: "evenodd",
|
|
@@ -1943,7 +1979,7 @@ var init_ExploreFilled = __esm({
|
|
|
1943
1979
|
fill: "currentColor"
|
|
1944
1980
|
}
|
|
1945
1981
|
),
|
|
1946
|
-
/* @__PURE__ */
|
|
1982
|
+
/* @__PURE__ */ React37.createElement(
|
|
1947
1983
|
"path",
|
|
1948
1984
|
{
|
|
1949
1985
|
fillRule: "evenodd",
|
|
@@ -1952,7 +1988,7 @@ var init_ExploreFilled = __esm({
|
|
|
1952
1988
|
fill: "currentColor"
|
|
1953
1989
|
}
|
|
1954
1990
|
),
|
|
1955
|
-
/* @__PURE__ */
|
|
1991
|
+
/* @__PURE__ */ React37.createElement(
|
|
1956
1992
|
"path",
|
|
1957
1993
|
{
|
|
1958
1994
|
d: "M16.1046 11.1024C16.1046 13.9203 13.8202 16.2047 11.0022 16.2047C8.1843 16.2047 5.8999 13.9203 5.8999 11.1024C5.8999 8.28445 8.1843 6.00005 11.0022 6.00005C13.8202 6.00005 16.1046 8.28445 16.1046 11.1024Z",
|
|
@@ -1970,7 +2006,7 @@ var ExploreLinear_exports = {};
|
|
|
1970
2006
|
__export(ExploreLinear_exports, {
|
|
1971
2007
|
default: () => ExploreLinear_default
|
|
1972
2008
|
});
|
|
1973
|
-
import * as
|
|
2009
|
+
import * as React38 from "react";
|
|
1974
2010
|
var SvgExploreLinear, ExploreLinear_default;
|
|
1975
2011
|
var init_ExploreLinear = __esm({
|
|
1976
2012
|
"src/react/ExploreLinear.tsx"() {
|
|
@@ -1978,7 +2014,7 @@ var init_ExploreLinear = __esm({
|
|
|
1978
2014
|
init_types();
|
|
1979
2015
|
SvgExploreLinear = ({ size = 16, ...props }) => {
|
|
1980
2016
|
const sizeValue = resolveSize(size);
|
|
1981
|
-
return /* @__PURE__ */
|
|
2017
|
+
return /* @__PURE__ */ React38.createElement(
|
|
1982
2018
|
"svg",
|
|
1983
2019
|
{
|
|
1984
2020
|
width: sizeValue,
|
|
@@ -1988,7 +2024,7 @@ var init_ExploreLinear = __esm({
|
|
|
1988
2024
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1989
2025
|
...props
|
|
1990
2026
|
},
|
|
1991
|
-
/* @__PURE__ */
|
|
2027
|
+
/* @__PURE__ */ React38.createElement(
|
|
1992
2028
|
"path",
|
|
1993
2029
|
{
|
|
1994
2030
|
fillRule: "evenodd",
|
|
@@ -1997,7 +2033,7 @@ var init_ExploreLinear = __esm({
|
|
|
1997
2033
|
fill: "currentColor"
|
|
1998
2034
|
}
|
|
1999
2035
|
),
|
|
2000
|
-
/* @__PURE__ */
|
|
2036
|
+
/* @__PURE__ */ React38.createElement(
|
|
2001
2037
|
"path",
|
|
2002
2038
|
{
|
|
2003
2039
|
fillRule: "evenodd",
|
|
@@ -2017,7 +2053,7 @@ var EyeHidden_exports = {};
|
|
|
2017
2053
|
__export(EyeHidden_exports, {
|
|
2018
2054
|
default: () => EyeHidden_default
|
|
2019
2055
|
});
|
|
2020
|
-
import * as
|
|
2056
|
+
import * as React39 from "react";
|
|
2021
2057
|
var SvgEyeHidden, EyeHidden_default;
|
|
2022
2058
|
var init_EyeHidden = __esm({
|
|
2023
2059
|
"src/react/EyeHidden.tsx"() {
|
|
@@ -2025,7 +2061,7 @@ var init_EyeHidden = __esm({
|
|
|
2025
2061
|
init_types();
|
|
2026
2062
|
SvgEyeHidden = ({ size = 16, ...props }) => {
|
|
2027
2063
|
const sizeValue = resolveSize(size);
|
|
2028
|
-
return /* @__PURE__ */
|
|
2064
|
+
return /* @__PURE__ */ React39.createElement(
|
|
2029
2065
|
"svg",
|
|
2030
2066
|
{
|
|
2031
2067
|
width: sizeValue,
|
|
@@ -2035,7 +2071,7 @@ var init_EyeHidden = __esm({
|
|
|
2035
2071
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2036
2072
|
...props
|
|
2037
2073
|
},
|
|
2038
|
-
/* @__PURE__ */
|
|
2074
|
+
/* @__PURE__ */ React39.createElement(
|
|
2039
2075
|
"path",
|
|
2040
2076
|
{
|
|
2041
2077
|
fillRule: "evenodd",
|
|
@@ -2044,7 +2080,7 @@ var init_EyeHidden = __esm({
|
|
|
2044
2080
|
fill: "currentColor"
|
|
2045
2081
|
}
|
|
2046
2082
|
),
|
|
2047
|
-
/* @__PURE__ */
|
|
2083
|
+
/* @__PURE__ */ React39.createElement(
|
|
2048
2084
|
"path",
|
|
2049
2085
|
{
|
|
2050
2086
|
fillRule: "evenodd",
|
|
@@ -2053,7 +2089,7 @@ var init_EyeHidden = __esm({
|
|
|
2053
2089
|
fill: "currentColor"
|
|
2054
2090
|
}
|
|
2055
2091
|
),
|
|
2056
|
-
/* @__PURE__ */
|
|
2092
|
+
/* @__PURE__ */ React39.createElement(
|
|
2057
2093
|
"path",
|
|
2058
2094
|
{
|
|
2059
2095
|
fillRule: "evenodd",
|
|
@@ -2073,7 +2109,7 @@ var EyeVisible_exports = {};
|
|
|
2073
2109
|
__export(EyeVisible_exports, {
|
|
2074
2110
|
default: () => EyeVisible_default
|
|
2075
2111
|
});
|
|
2076
|
-
import * as
|
|
2112
|
+
import * as React40 from "react";
|
|
2077
2113
|
var SvgEyeVisible, EyeVisible_default;
|
|
2078
2114
|
var init_EyeVisible = __esm({
|
|
2079
2115
|
"src/react/EyeVisible.tsx"() {
|
|
@@ -2081,7 +2117,7 @@ var init_EyeVisible = __esm({
|
|
|
2081
2117
|
init_types();
|
|
2082
2118
|
SvgEyeVisible = ({ size = 16, ...props }) => {
|
|
2083
2119
|
const sizeValue = resolveSize(size);
|
|
2084
|
-
return /* @__PURE__ */
|
|
2120
|
+
return /* @__PURE__ */ React40.createElement(
|
|
2085
2121
|
"svg",
|
|
2086
2122
|
{
|
|
2087
2123
|
width: sizeValue,
|
|
@@ -2091,7 +2127,7 @@ var init_EyeVisible = __esm({
|
|
|
2091
2127
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2092
2128
|
...props
|
|
2093
2129
|
},
|
|
2094
|
-
/* @__PURE__ */
|
|
2130
|
+
/* @__PURE__ */ React40.createElement(
|
|
2095
2131
|
"path",
|
|
2096
2132
|
{
|
|
2097
2133
|
fillRule: "evenodd",
|
|
@@ -2100,7 +2136,7 @@ var init_EyeVisible = __esm({
|
|
|
2100
2136
|
fill: "currentColor"
|
|
2101
2137
|
}
|
|
2102
2138
|
),
|
|
2103
|
-
/* @__PURE__ */
|
|
2139
|
+
/* @__PURE__ */ React40.createElement(
|
|
2104
2140
|
"path",
|
|
2105
2141
|
{
|
|
2106
2142
|
fillRule: "evenodd",
|
|
@@ -2120,7 +2156,7 @@ var FaceAndroid_exports = {};
|
|
|
2120
2156
|
__export(FaceAndroid_exports, {
|
|
2121
2157
|
default: () => FaceAndroid_default
|
|
2122
2158
|
});
|
|
2123
|
-
import * as
|
|
2159
|
+
import * as React41 from "react";
|
|
2124
2160
|
var SvgFaceAndroid, FaceAndroid_default;
|
|
2125
2161
|
var init_FaceAndroid = __esm({
|
|
2126
2162
|
"src/react/FaceAndroid.tsx"() {
|
|
@@ -2128,7 +2164,7 @@ var init_FaceAndroid = __esm({
|
|
|
2128
2164
|
init_types();
|
|
2129
2165
|
SvgFaceAndroid = ({ size = 16, ...props }) => {
|
|
2130
2166
|
const sizeValue = resolveSize(size);
|
|
2131
|
-
return /* @__PURE__ */
|
|
2167
|
+
return /* @__PURE__ */ React41.createElement(
|
|
2132
2168
|
"svg",
|
|
2133
2169
|
{
|
|
2134
2170
|
width: sizeValue,
|
|
@@ -2138,7 +2174,7 @@ var init_FaceAndroid = __esm({
|
|
|
2138
2174
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2139
2175
|
...props
|
|
2140
2176
|
},
|
|
2141
|
-
/* @__PURE__ */
|
|
2177
|
+
/* @__PURE__ */ React41.createElement(
|
|
2142
2178
|
"path",
|
|
2143
2179
|
{
|
|
2144
2180
|
fillRule: "evenodd",
|
|
@@ -2147,7 +2183,7 @@ var init_FaceAndroid = __esm({
|
|
|
2147
2183
|
fill: "currentColor"
|
|
2148
2184
|
}
|
|
2149
2185
|
),
|
|
2150
|
-
/* @__PURE__ */
|
|
2186
|
+
/* @__PURE__ */ React41.createElement(
|
|
2151
2187
|
"path",
|
|
2152
2188
|
{
|
|
2153
2189
|
fillRule: "evenodd",
|
|
@@ -2156,7 +2192,7 @@ var init_FaceAndroid = __esm({
|
|
|
2156
2192
|
fill: "currentColor"
|
|
2157
2193
|
}
|
|
2158
2194
|
),
|
|
2159
|
-
/* @__PURE__ */
|
|
2195
|
+
/* @__PURE__ */ React41.createElement(
|
|
2160
2196
|
"path",
|
|
2161
2197
|
{
|
|
2162
2198
|
fillRule: "evenodd",
|
|
@@ -2165,14 +2201,14 @@ var init_FaceAndroid = __esm({
|
|
|
2165
2201
|
fill: "currentColor"
|
|
2166
2202
|
}
|
|
2167
2203
|
),
|
|
2168
|
-
/* @__PURE__ */
|
|
2204
|
+
/* @__PURE__ */ React41.createElement(
|
|
2169
2205
|
"path",
|
|
2170
2206
|
{
|
|
2171
2207
|
d: "M18.265 9.02a0.902 0.902 0 1 1 -1.804 0 0.902 0.902 0 0 1 1.804 0",
|
|
2172
2208
|
fill: "currentColor"
|
|
2173
2209
|
}
|
|
2174
2210
|
),
|
|
2175
|
-
/* @__PURE__ */
|
|
2211
|
+
/* @__PURE__ */ React41.createElement(
|
|
2176
2212
|
"path",
|
|
2177
2213
|
{
|
|
2178
2214
|
d: "M7.441 9.02a0.902 0.902 0 1 1 -1.804 0 0.902 0.902 0 0 1 1.804 0",
|
|
@@ -2190,7 +2226,7 @@ var FaceIosBold_exports = {};
|
|
|
2190
2226
|
__export(FaceIosBold_exports, {
|
|
2191
2227
|
default: () => FaceIosBold_default
|
|
2192
2228
|
});
|
|
2193
|
-
import * as
|
|
2229
|
+
import * as React42 from "react";
|
|
2194
2230
|
var SvgFaceIosBold, FaceIosBold_default;
|
|
2195
2231
|
var init_FaceIosBold = __esm({
|
|
2196
2232
|
"src/react/FaceIosBold.tsx"() {
|
|
@@ -2198,7 +2234,7 @@ var init_FaceIosBold = __esm({
|
|
|
2198
2234
|
init_types();
|
|
2199
2235
|
SvgFaceIosBold = ({ size = 16, ...props }) => {
|
|
2200
2236
|
const sizeValue = resolveSize(size);
|
|
2201
|
-
return /* @__PURE__ */
|
|
2237
|
+
return /* @__PURE__ */ React42.createElement(
|
|
2202
2238
|
"svg",
|
|
2203
2239
|
{
|
|
2204
2240
|
width: sizeValue,
|
|
@@ -2208,56 +2244,56 @@ var init_FaceIosBold = __esm({
|
|
|
2208
2244
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2209
2245
|
...props
|
|
2210
2246
|
},
|
|
2211
|
-
/* @__PURE__ */
|
|
2247
|
+
/* @__PURE__ */ React42.createElement(
|
|
2212
2248
|
"path",
|
|
2213
2249
|
{
|
|
2214
2250
|
d: "M13.9145 15.5719C14.3166 15.2798 14.8797 15.3692 15.1719 15.7713C15.464 16.1734 15.3745 16.7365 14.9725 17.0287C14.2541 17.5507 13.1722 18.1007 11.7994 18.1007C10.4266 18.1006 9.34461 17.5507 8.62624 17.0287C8.22423 16.7365 8.13483 16.1734 8.42684 15.7713C8.719 15.3693 9.28216 15.2799 9.68423 15.5719C10.2042 15.9498 10.9224 16.3003 11.7994 16.3003C12.6764 16.3003 13.3945 15.9498 13.9145 15.5719Z",
|
|
2215
2251
|
fill: "currentColor"
|
|
2216
2252
|
}
|
|
2217
2253
|
),
|
|
2218
|
-
/* @__PURE__ */
|
|
2254
|
+
/* @__PURE__ */ React42.createElement(
|
|
2219
2255
|
"path",
|
|
2220
2256
|
{
|
|
2221
2257
|
d: "M15.3999 10.9008V9.10037C15.3999 8.60331 15.8026 8.20059 16.2997 8.20059C16.7967 8.20059 17.1994 8.60331 17.1994 9.10037V10.9008C17.1992 11.3976 16.7966 11.8005 16.2997 11.8005C15.8027 11.8005 15.4001 11.3976 15.3999 10.9008Z",
|
|
2222
2258
|
fill: "currentColor"
|
|
2223
2259
|
}
|
|
2224
2260
|
),
|
|
2225
|
-
/* @__PURE__ */
|
|
2261
|
+
/* @__PURE__ */ React42.createElement(
|
|
2226
2262
|
"path",
|
|
2227
2263
|
{
|
|
2228
2264
|
d: "M6.39986 10.9008V9.10037C6.39986 8.60331 6.80258 8.20059 7.29964 8.20059C7.7967 8.20059 8.19942 8.60331 8.19942 9.10037V10.9008C8.19922 11.3976 7.79657 11.8005 7.29964 11.8005C6.80271 11.8005 6.40007 11.3976 6.39986 10.9008Z",
|
|
2229
2265
|
fill: "currentColor"
|
|
2230
2266
|
}
|
|
2231
2267
|
),
|
|
2232
|
-
/* @__PURE__ */
|
|
2268
|
+
/* @__PURE__ */ React42.createElement(
|
|
2233
2269
|
"path",
|
|
2234
2270
|
{
|
|
2235
2271
|
d: "M10.8999 9.10037C10.8999 8.60339 11.3027 8.20071 11.7997 8.20059C12.2967 8.20059 12.7003 8.60331 12.7003 9.10037V12.7003C12.7003 13.6942 11.8937 14.5007 10.8999 14.5007C10.4028 14.5007 10.0001 14.0972 10.0001 13.6001C10.0002 13.1032 10.4029 12.7003 10.8999 12.7003V9.10037Z",
|
|
2236
2272
|
fill: "currentColor"
|
|
2237
2273
|
}
|
|
2238
2274
|
),
|
|
2239
|
-
/* @__PURE__ */
|
|
2275
|
+
/* @__PURE__ */ React42.createElement(
|
|
2240
2276
|
"path",
|
|
2241
2277
|
{
|
|
2242
2278
|
d: "M20.7999 6.39952V3.70017C20.7999 3.20278 20.3975 2.79965 19.9001 2.79956H17.1999C16.7029 2.79956 16.3001 2.39684 16.3001 1.89978C16.3001 1.40272 16.7029 1 17.1999 1H19.9001C21.3916 1.00009 22.6003 2.20867 22.6003 3.70017V6.39952C22.6003 6.89657 22.1967 7.30012 21.6997 7.30012C21.2027 7.29997 20.7999 6.89648 20.7999 6.39952Z",
|
|
2243
2279
|
fill: "currentColor"
|
|
2244
2280
|
}
|
|
2245
2281
|
),
|
|
2246
|
-
/* @__PURE__ */
|
|
2282
|
+
/* @__PURE__ */ React42.createElement(
|
|
2247
2283
|
"path",
|
|
2248
2284
|
{
|
|
2249
2285
|
d: "M1.00014 6.39979V3.70044C1.00014 2.20889 2.20875 1.00027 3.70031 1.00027H6.39965C6.89671 1.00027 7.30026 1.403 7.30026 1.90006C7.30026 2.39711 6.89671 2.79984 6.39965 2.79984H3.70031C3.20286 2.79984 2.7997 3.203 2.7997 3.70044V6.39979C2.7997 6.89685 2.39698 7.3004 1.89992 7.3004C1.40286 7.3004 1.00014 6.89685 1.00014 6.39979Z",
|
|
2250
2286
|
fill: "currentColor"
|
|
2251
2287
|
}
|
|
2252
2288
|
),
|
|
2253
|
-
/* @__PURE__ */
|
|
2289
|
+
/* @__PURE__ */ React42.createElement(
|
|
2254
2290
|
"path",
|
|
2255
2291
|
{
|
|
2256
2292
|
d: "M20.7999 19.9001V17.1999C20.7999 16.703 21.2027 16.3003 21.6997 16.3001C22.1967 16.3001 22.6003 16.7029 22.6003 17.1999V19.9001C22.6002 21.3915 21.3915 22.6002 19.9001 22.6003H17.1999C16.7029 22.6003 16.3001 22.1967 16.3001 21.6997C16.3003 21.2027 16.703 20.7999 17.1999 20.7999H19.9001C20.3974 20.7998 20.7998 20.3974 20.7999 19.9001Z",
|
|
2257
2293
|
fill: "currentColor"
|
|
2258
2294
|
}
|
|
2259
2295
|
),
|
|
2260
|
-
/* @__PURE__ */
|
|
2296
|
+
/* @__PURE__ */ React42.createElement(
|
|
2261
2297
|
"path",
|
|
2262
2298
|
{
|
|
2263
2299
|
d: "M1 19.9001V17.1999C1 16.7029 1.40272 16.3001 1.89978 16.3001C2.39684 16.3001 2.79956 16.7029 2.79956 17.1999V19.9001C2.79965 20.3975 3.20278 20.7999 3.70017 20.7999H6.39952C6.89648 20.7999 7.29997 21.2027 7.30012 21.6997C7.30012 22.1967 6.89657 22.6003 6.39952 22.6003H3.70017C2.20867 22.6003 1.00009 21.3916 1 19.9001Z",
|
|
@@ -2275,7 +2311,7 @@ var FaceIosLight_exports = {};
|
|
|
2275
2311
|
__export(FaceIosLight_exports, {
|
|
2276
2312
|
default: () => FaceIosLight_default
|
|
2277
2313
|
});
|
|
2278
|
-
import * as
|
|
2314
|
+
import * as React43 from "react";
|
|
2279
2315
|
var SvgFaceIosLight, FaceIosLight_default;
|
|
2280
2316
|
var init_FaceIosLight = __esm({
|
|
2281
2317
|
"src/react/FaceIosLight.tsx"() {
|
|
@@ -2283,7 +2319,7 @@ var init_FaceIosLight = __esm({
|
|
|
2283
2319
|
init_types();
|
|
2284
2320
|
SvgFaceIosLight = ({ size = 16, ...props }) => {
|
|
2285
2321
|
const sizeValue = resolveSize(size);
|
|
2286
|
-
return /* @__PURE__ */
|
|
2322
|
+
return /* @__PURE__ */ React43.createElement(
|
|
2287
2323
|
"svg",
|
|
2288
2324
|
{
|
|
2289
2325
|
width: sizeValue,
|
|
@@ -2293,7 +2329,7 @@ var init_FaceIosLight = __esm({
|
|
|
2293
2329
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2294
2330
|
...props
|
|
2295
2331
|
},
|
|
2296
|
-
/* @__PURE__ */
|
|
2332
|
+
/* @__PURE__ */ React43.createElement(
|
|
2297
2333
|
"path",
|
|
2298
2334
|
{
|
|
2299
2335
|
d: "M0.609 16.805a0.609 0.609 0 0 1 0.609 0.609v2.695c0 1.473 1.199 2.672 2.672 2.672H6.586a0.609 0.609 0 1 1 0 1.219H3.891C1.745 24 0 22.255 0 20.109V17.414a0.609 0.609 0 0 1 0.609 -0.609m22.781 0A0.609 0.609 0 0 1 24 17.414v2.695c0 2.145 -1.745 3.891 -3.891 3.891H17.414a0.609 0.609 0 1 1 0 -1.219h2.695c1.473 0 2.672 -1.199 2.672 -2.672V17.414a0.609 0.609 0 0 1 0.609 -0.609m-8.044 0.004a0.633 0.633 0 0 1 0.859 0.93A6.18 6.18 0 0 1 12 19.383c-1.564 0 -3.057 -0.584 -4.205 -1.645a0.633 0.633 0 0 1 0.859 -0.93A4.92 4.92 0 0 0 12 18.117a4.92 4.92 0 0 0 3.346 -1.309M12.633 8.414a0.633 0.633 0 0 1 0.633 0.633v4.5c0 0.892 -0.725 1.617 -1.617 1.617h-0.516a0.633 0.633 0 1 1 0 -1.266h0.516A0.352 0.352 0 0 0 12 13.547v-4.5a0.633 0.633 0 0 1 0.633 -0.633m-5.52 0a0.598 0.598 0 0 1 0.598 0.598v1.805a0.598 0.598 0 1 1 -1.195 0v-1.805a0.598 0.598 0 0 1 0.598 -0.598m9.914 0a0.598 0.598 0 0 1 0.598 0.598v1.805a0.598 0.598 0 1 1 -1.195 0v-1.805a0.598 0.598 0 0 1 0.598 -0.598M6.586 0a0.609 0.609 0 0 1 0 1.219H3.891c-1.473 0 -2.672 1.199 -2.672 2.672V6.586a0.609 0.609 0 0 1 -1.219 0V3.891C0 1.745 1.745 0 3.891 0zm13.523 0C22.255 0 24 1.745 24 3.891V6.586a0.609 0.609 0 1 1 -1.219 0V3.891c0 -1.473 -1.199 -2.672 -2.672 -2.672H17.414a0.609 0.609 0 0 1 0 -1.219z",
|
|
@@ -2311,7 +2347,7 @@ var FileCheck_exports = {};
|
|
|
2311
2347
|
__export(FileCheck_exports, {
|
|
2312
2348
|
default: () => FileCheck_default
|
|
2313
2349
|
});
|
|
2314
|
-
import * as
|
|
2350
|
+
import * as React44 from "react";
|
|
2315
2351
|
var SvgFileCheck, FileCheck_default;
|
|
2316
2352
|
var init_FileCheck = __esm({
|
|
2317
2353
|
"src/react/FileCheck.tsx"() {
|
|
@@ -2319,7 +2355,7 @@ var init_FileCheck = __esm({
|
|
|
2319
2355
|
init_types();
|
|
2320
2356
|
SvgFileCheck = ({ size = 16, ...props }) => {
|
|
2321
2357
|
const sizeValue = resolveSize(size);
|
|
2322
|
-
return /* @__PURE__ */
|
|
2358
|
+
return /* @__PURE__ */ React44.createElement(
|
|
2323
2359
|
"svg",
|
|
2324
2360
|
{
|
|
2325
2361
|
width: sizeValue,
|
|
@@ -2329,7 +2365,7 @@ var init_FileCheck = __esm({
|
|
|
2329
2365
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2330
2366
|
...props
|
|
2331
2367
|
},
|
|
2332
|
-
/* @__PURE__ */
|
|
2368
|
+
/* @__PURE__ */ React44.createElement(
|
|
2333
2369
|
"path",
|
|
2334
2370
|
{
|
|
2335
2371
|
fillRule: "evenodd",
|
|
@@ -2338,7 +2374,7 @@ var init_FileCheck = __esm({
|
|
|
2338
2374
|
fill: "currentColor"
|
|
2339
2375
|
}
|
|
2340
2376
|
),
|
|
2341
|
-
/* @__PURE__ */
|
|
2377
|
+
/* @__PURE__ */ React44.createElement(
|
|
2342
2378
|
"path",
|
|
2343
2379
|
{
|
|
2344
2380
|
fillRule: "evenodd",
|
|
@@ -2347,7 +2383,7 @@ var init_FileCheck = __esm({
|
|
|
2347
2383
|
fill: "currentColor"
|
|
2348
2384
|
}
|
|
2349
2385
|
),
|
|
2350
|
-
/* @__PURE__ */
|
|
2386
|
+
/* @__PURE__ */ React44.createElement(
|
|
2351
2387
|
"path",
|
|
2352
2388
|
{
|
|
2353
2389
|
fillRule: "evenodd",
|
|
@@ -2367,7 +2403,7 @@ var FileInput_exports = {};
|
|
|
2367
2403
|
__export(FileInput_exports, {
|
|
2368
2404
|
default: () => FileInput_default
|
|
2369
2405
|
});
|
|
2370
|
-
import * as
|
|
2406
|
+
import * as React45 from "react";
|
|
2371
2407
|
var SvgFileInput, FileInput_default;
|
|
2372
2408
|
var init_FileInput = __esm({
|
|
2373
2409
|
"src/react/FileInput.tsx"() {
|
|
@@ -2375,7 +2411,7 @@ var init_FileInput = __esm({
|
|
|
2375
2411
|
init_types();
|
|
2376
2412
|
SvgFileInput = ({ size = 16, ...props }) => {
|
|
2377
2413
|
const sizeValue = resolveSize(size);
|
|
2378
|
-
return /* @__PURE__ */
|
|
2414
|
+
return /* @__PURE__ */ React45.createElement(
|
|
2379
2415
|
"svg",
|
|
2380
2416
|
{
|
|
2381
2417
|
width: sizeValue,
|
|
@@ -2385,7 +2421,7 @@ var init_FileInput = __esm({
|
|
|
2385
2421
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2386
2422
|
...props
|
|
2387
2423
|
},
|
|
2388
|
-
/* @__PURE__ */
|
|
2424
|
+
/* @__PURE__ */ React45.createElement(
|
|
2389
2425
|
"path",
|
|
2390
2426
|
{
|
|
2391
2427
|
fillRule: "evenodd",
|
|
@@ -2394,7 +2430,7 @@ var init_FileInput = __esm({
|
|
|
2394
2430
|
fill: "currentColor"
|
|
2395
2431
|
}
|
|
2396
2432
|
),
|
|
2397
|
-
/* @__PURE__ */
|
|
2433
|
+
/* @__PURE__ */ React45.createElement(
|
|
2398
2434
|
"path",
|
|
2399
2435
|
{
|
|
2400
2436
|
fillRule: "evenodd",
|
|
@@ -2403,7 +2439,7 @@ var init_FileInput = __esm({
|
|
|
2403
2439
|
fill: "currentColor"
|
|
2404
2440
|
}
|
|
2405
2441
|
),
|
|
2406
|
-
/* @__PURE__ */
|
|
2442
|
+
/* @__PURE__ */ React45.createElement(
|
|
2407
2443
|
"path",
|
|
2408
2444
|
{
|
|
2409
2445
|
fillRule: "evenodd",
|
|
@@ -2412,7 +2448,7 @@ var init_FileInput = __esm({
|
|
|
2412
2448
|
fill: "currentColor"
|
|
2413
2449
|
}
|
|
2414
2450
|
),
|
|
2415
|
-
/* @__PURE__ */
|
|
2451
|
+
/* @__PURE__ */ React45.createElement(
|
|
2416
2452
|
"path",
|
|
2417
2453
|
{
|
|
2418
2454
|
fillRule: "evenodd",
|
|
@@ -2432,7 +2468,7 @@ var FileKey_exports = {};
|
|
|
2432
2468
|
__export(FileKey_exports, {
|
|
2433
2469
|
default: () => FileKey_default
|
|
2434
2470
|
});
|
|
2435
|
-
import * as
|
|
2471
|
+
import * as React46 from "react";
|
|
2436
2472
|
var SvgFileKey, FileKey_default;
|
|
2437
2473
|
var init_FileKey = __esm({
|
|
2438
2474
|
"src/react/FileKey.tsx"() {
|
|
@@ -2440,7 +2476,7 @@ var init_FileKey = __esm({
|
|
|
2440
2476
|
init_types();
|
|
2441
2477
|
SvgFileKey = ({ size = 16, ...props }) => {
|
|
2442
2478
|
const sizeValue = resolveSize(size);
|
|
2443
|
-
return /* @__PURE__ */
|
|
2479
|
+
return /* @__PURE__ */ React46.createElement(
|
|
2444
2480
|
"svg",
|
|
2445
2481
|
{
|
|
2446
2482
|
width: sizeValue,
|
|
@@ -2450,7 +2486,7 @@ var init_FileKey = __esm({
|
|
|
2450
2486
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2451
2487
|
...props
|
|
2452
2488
|
},
|
|
2453
|
-
/* @__PURE__ */
|
|
2489
|
+
/* @__PURE__ */ React46.createElement(
|
|
2454
2490
|
"path",
|
|
2455
2491
|
{
|
|
2456
2492
|
fillRule: "evenodd",
|
|
@@ -2459,7 +2495,7 @@ var init_FileKey = __esm({
|
|
|
2459
2495
|
fill: "currentColor"
|
|
2460
2496
|
}
|
|
2461
2497
|
),
|
|
2462
|
-
/* @__PURE__ */
|
|
2498
|
+
/* @__PURE__ */ React46.createElement(
|
|
2463
2499
|
"path",
|
|
2464
2500
|
{
|
|
2465
2501
|
fillRule: "evenodd",
|
|
@@ -2468,7 +2504,7 @@ var init_FileKey = __esm({
|
|
|
2468
2504
|
fill: "currentColor"
|
|
2469
2505
|
}
|
|
2470
2506
|
),
|
|
2471
|
-
/* @__PURE__ */
|
|
2507
|
+
/* @__PURE__ */ React46.createElement(
|
|
2472
2508
|
"path",
|
|
2473
2509
|
{
|
|
2474
2510
|
fillRule: "evenodd",
|
|
@@ -2477,7 +2513,7 @@ var init_FileKey = __esm({
|
|
|
2477
2513
|
fill: "currentColor"
|
|
2478
2514
|
}
|
|
2479
2515
|
),
|
|
2480
|
-
/* @__PURE__ */
|
|
2516
|
+
/* @__PURE__ */ React46.createElement(
|
|
2481
2517
|
"path",
|
|
2482
2518
|
{
|
|
2483
2519
|
fillRule: "evenodd",
|
|
@@ -2497,7 +2533,7 @@ var FileLock_exports = {};
|
|
|
2497
2533
|
__export(FileLock_exports, {
|
|
2498
2534
|
default: () => FileLock_default
|
|
2499
2535
|
});
|
|
2500
|
-
import * as
|
|
2536
|
+
import * as React47 from "react";
|
|
2501
2537
|
var SvgFileLock, FileLock_default;
|
|
2502
2538
|
var init_FileLock = __esm({
|
|
2503
2539
|
"src/react/FileLock.tsx"() {
|
|
@@ -2505,7 +2541,7 @@ var init_FileLock = __esm({
|
|
|
2505
2541
|
init_types();
|
|
2506
2542
|
SvgFileLock = ({ size = 16, ...props }) => {
|
|
2507
2543
|
const sizeValue = resolveSize(size);
|
|
2508
|
-
return /* @__PURE__ */
|
|
2544
|
+
return /* @__PURE__ */ React47.createElement(
|
|
2509
2545
|
"svg",
|
|
2510
2546
|
{
|
|
2511
2547
|
width: sizeValue,
|
|
@@ -2515,7 +2551,7 @@ var init_FileLock = __esm({
|
|
|
2515
2551
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2516
2552
|
...props
|
|
2517
2553
|
},
|
|
2518
|
-
/* @__PURE__ */
|
|
2554
|
+
/* @__PURE__ */ React47.createElement(
|
|
2519
2555
|
"path",
|
|
2520
2556
|
{
|
|
2521
2557
|
fillRule: "evenodd",
|
|
@@ -2524,7 +2560,7 @@ var init_FileLock = __esm({
|
|
|
2524
2560
|
fill: "currentColor"
|
|
2525
2561
|
}
|
|
2526
2562
|
),
|
|
2527
|
-
/* @__PURE__ */
|
|
2563
|
+
/* @__PURE__ */ React47.createElement(
|
|
2528
2564
|
"path",
|
|
2529
2565
|
{
|
|
2530
2566
|
fillRule: "evenodd",
|
|
@@ -2533,7 +2569,7 @@ var init_FileLock = __esm({
|
|
|
2533
2569
|
fill: "currentColor"
|
|
2534
2570
|
}
|
|
2535
2571
|
),
|
|
2536
|
-
/* @__PURE__ */
|
|
2572
|
+
/* @__PURE__ */ React47.createElement(
|
|
2537
2573
|
"path",
|
|
2538
2574
|
{
|
|
2539
2575
|
fillRule: "evenodd",
|
|
@@ -2553,7 +2589,7 @@ var FileSignature_exports = {};
|
|
|
2553
2589
|
__export(FileSignature_exports, {
|
|
2554
2590
|
default: () => FileSignature_default
|
|
2555
2591
|
});
|
|
2556
|
-
import * as
|
|
2592
|
+
import * as React48 from "react";
|
|
2557
2593
|
var SvgFileSignature, FileSignature_default;
|
|
2558
2594
|
var init_FileSignature = __esm({
|
|
2559
2595
|
"src/react/FileSignature.tsx"() {
|
|
@@ -2561,7 +2597,7 @@ var init_FileSignature = __esm({
|
|
|
2561
2597
|
init_types();
|
|
2562
2598
|
SvgFileSignature = ({ size = 16, ...props }) => {
|
|
2563
2599
|
const sizeValue = resolveSize(size);
|
|
2564
|
-
return /* @__PURE__ */
|
|
2600
|
+
return /* @__PURE__ */ React48.createElement(
|
|
2565
2601
|
"svg",
|
|
2566
2602
|
{
|
|
2567
2603
|
width: sizeValue,
|
|
@@ -2571,7 +2607,7 @@ var init_FileSignature = __esm({
|
|
|
2571
2607
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2572
2608
|
...props
|
|
2573
2609
|
},
|
|
2574
|
-
/* @__PURE__ */
|
|
2610
|
+
/* @__PURE__ */ React48.createElement(
|
|
2575
2611
|
"path",
|
|
2576
2612
|
{
|
|
2577
2613
|
fillRule: "evenodd",
|
|
@@ -2580,7 +2616,7 @@ var init_FileSignature = __esm({
|
|
|
2580
2616
|
fill: "currentColor"
|
|
2581
2617
|
}
|
|
2582
2618
|
),
|
|
2583
|
-
/* @__PURE__ */
|
|
2619
|
+
/* @__PURE__ */ React48.createElement(
|
|
2584
2620
|
"path",
|
|
2585
2621
|
{
|
|
2586
2622
|
fillRule: "evenodd",
|
|
@@ -2589,7 +2625,7 @@ var init_FileSignature = __esm({
|
|
|
2589
2625
|
fill: "currentColor"
|
|
2590
2626
|
}
|
|
2591
2627
|
),
|
|
2592
|
-
/* @__PURE__ */
|
|
2628
|
+
/* @__PURE__ */ React48.createElement(
|
|
2593
2629
|
"path",
|
|
2594
2630
|
{
|
|
2595
2631
|
fillRule: "evenodd",
|
|
@@ -2609,7 +2645,7 @@ var FileSpreadsheet_exports = {};
|
|
|
2609
2645
|
__export(FileSpreadsheet_exports, {
|
|
2610
2646
|
default: () => FileSpreadsheet_default
|
|
2611
2647
|
});
|
|
2612
|
-
import * as
|
|
2648
|
+
import * as React49 from "react";
|
|
2613
2649
|
var SvgFileSpreadsheet, FileSpreadsheet_default;
|
|
2614
2650
|
var init_FileSpreadsheet = __esm({
|
|
2615
2651
|
"src/react/FileSpreadsheet.tsx"() {
|
|
@@ -2617,7 +2653,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
2617
2653
|
init_types();
|
|
2618
2654
|
SvgFileSpreadsheet = ({ size = 16, ...props }) => {
|
|
2619
2655
|
const sizeValue = resolveSize(size);
|
|
2620
|
-
return /* @__PURE__ */
|
|
2656
|
+
return /* @__PURE__ */ React49.createElement(
|
|
2621
2657
|
"svg",
|
|
2622
2658
|
{
|
|
2623
2659
|
width: sizeValue,
|
|
@@ -2627,7 +2663,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
2627
2663
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2628
2664
|
...props
|
|
2629
2665
|
},
|
|
2630
|
-
/* @__PURE__ */
|
|
2666
|
+
/* @__PURE__ */ React49.createElement(
|
|
2631
2667
|
"path",
|
|
2632
2668
|
{
|
|
2633
2669
|
fillRule: "evenodd",
|
|
@@ -2636,7 +2672,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
2636
2672
|
fill: "currentColor"
|
|
2637
2673
|
}
|
|
2638
2674
|
),
|
|
2639
|
-
/* @__PURE__ */
|
|
2675
|
+
/* @__PURE__ */ React49.createElement(
|
|
2640
2676
|
"path",
|
|
2641
2677
|
{
|
|
2642
2678
|
fillRule: "evenodd",
|
|
@@ -2645,7 +2681,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
2645
2681
|
fill: "currentColor"
|
|
2646
2682
|
}
|
|
2647
2683
|
),
|
|
2648
|
-
/* @__PURE__ */
|
|
2684
|
+
/* @__PURE__ */ React49.createElement(
|
|
2649
2685
|
"path",
|
|
2650
2686
|
{
|
|
2651
2687
|
fillRule: "evenodd",
|
|
@@ -2654,7 +2690,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
2654
2690
|
fill: "currentColor"
|
|
2655
2691
|
}
|
|
2656
2692
|
),
|
|
2657
|
-
/* @__PURE__ */
|
|
2693
|
+
/* @__PURE__ */ React49.createElement(
|
|
2658
2694
|
"path",
|
|
2659
2695
|
{
|
|
2660
2696
|
fillRule: "evenodd",
|
|
@@ -2663,7 +2699,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
2663
2699
|
fill: "currentColor"
|
|
2664
2700
|
}
|
|
2665
2701
|
),
|
|
2666
|
-
/* @__PURE__ */
|
|
2702
|
+
/* @__PURE__ */ React49.createElement(
|
|
2667
2703
|
"path",
|
|
2668
2704
|
{
|
|
2669
2705
|
fillRule: "evenodd",
|
|
@@ -2672,7 +2708,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
2672
2708
|
fill: "currentColor"
|
|
2673
2709
|
}
|
|
2674
2710
|
),
|
|
2675
|
-
/* @__PURE__ */
|
|
2711
|
+
/* @__PURE__ */ React49.createElement(
|
|
2676
2712
|
"path",
|
|
2677
2713
|
{
|
|
2678
2714
|
fillRule: "evenodd",
|
|
@@ -2692,7 +2728,7 @@ var FileText_exports = {};
|
|
|
2692
2728
|
__export(FileText_exports, {
|
|
2693
2729
|
default: () => FileText_default
|
|
2694
2730
|
});
|
|
2695
|
-
import * as
|
|
2731
|
+
import * as React50 from "react";
|
|
2696
2732
|
var SvgFileText, FileText_default;
|
|
2697
2733
|
var init_FileText = __esm({
|
|
2698
2734
|
"src/react/FileText.tsx"() {
|
|
@@ -2700,7 +2736,7 @@ var init_FileText = __esm({
|
|
|
2700
2736
|
init_types();
|
|
2701
2737
|
SvgFileText = ({ size = 16, ...props }) => {
|
|
2702
2738
|
const sizeValue = resolveSize(size);
|
|
2703
|
-
return /* @__PURE__ */
|
|
2739
|
+
return /* @__PURE__ */ React50.createElement(
|
|
2704
2740
|
"svg",
|
|
2705
2741
|
{
|
|
2706
2742
|
width: sizeValue,
|
|
@@ -2710,7 +2746,7 @@ var init_FileText = __esm({
|
|
|
2710
2746
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2711
2747
|
...props
|
|
2712
2748
|
},
|
|
2713
|
-
/* @__PURE__ */
|
|
2749
|
+
/* @__PURE__ */ React50.createElement(
|
|
2714
2750
|
"path",
|
|
2715
2751
|
{
|
|
2716
2752
|
fillRule: "evenodd",
|
|
@@ -2719,7 +2755,7 @@ var init_FileText = __esm({
|
|
|
2719
2755
|
fill: "currentColor"
|
|
2720
2756
|
}
|
|
2721
2757
|
),
|
|
2722
|
-
/* @__PURE__ */
|
|
2758
|
+
/* @__PURE__ */ React50.createElement(
|
|
2723
2759
|
"path",
|
|
2724
2760
|
{
|
|
2725
2761
|
fillRule: "evenodd",
|
|
@@ -2728,7 +2764,7 @@ var init_FileText = __esm({
|
|
|
2728
2764
|
fill: "currentColor"
|
|
2729
2765
|
}
|
|
2730
2766
|
),
|
|
2731
|
-
/* @__PURE__ */
|
|
2767
|
+
/* @__PURE__ */ React50.createElement(
|
|
2732
2768
|
"path",
|
|
2733
2769
|
{
|
|
2734
2770
|
fillRule: "evenodd",
|
|
@@ -2737,7 +2773,7 @@ var init_FileText = __esm({
|
|
|
2737
2773
|
fill: "currentColor"
|
|
2738
2774
|
}
|
|
2739
2775
|
),
|
|
2740
|
-
/* @__PURE__ */
|
|
2776
|
+
/* @__PURE__ */ React50.createElement(
|
|
2741
2777
|
"path",
|
|
2742
2778
|
{
|
|
2743
2779
|
fillRule: "evenodd",
|
|
@@ -2746,7 +2782,7 @@ var init_FileText = __esm({
|
|
|
2746
2782
|
fill: "currentColor"
|
|
2747
2783
|
}
|
|
2748
2784
|
),
|
|
2749
|
-
/* @__PURE__ */
|
|
2785
|
+
/* @__PURE__ */ React50.createElement(
|
|
2750
2786
|
"path",
|
|
2751
2787
|
{
|
|
2752
2788
|
fillRule: "evenodd",
|
|
@@ -2766,7 +2802,7 @@ var Filter_exports = {};
|
|
|
2766
2802
|
__export(Filter_exports, {
|
|
2767
2803
|
default: () => Filter_default
|
|
2768
2804
|
});
|
|
2769
|
-
import * as
|
|
2805
|
+
import * as React51 from "react";
|
|
2770
2806
|
var SvgFilter, Filter_default;
|
|
2771
2807
|
var init_Filter = __esm({
|
|
2772
2808
|
"src/react/Filter.tsx"() {
|
|
@@ -2774,7 +2810,7 @@ var init_Filter = __esm({
|
|
|
2774
2810
|
init_types();
|
|
2775
2811
|
SvgFilter = ({ size = 16, ...props }) => {
|
|
2776
2812
|
const sizeValue = resolveSize(size);
|
|
2777
|
-
return /* @__PURE__ */
|
|
2813
|
+
return /* @__PURE__ */ React51.createElement(
|
|
2778
2814
|
"svg",
|
|
2779
2815
|
{
|
|
2780
2816
|
width: sizeValue,
|
|
@@ -2784,7 +2820,7 @@ var init_Filter = __esm({
|
|
|
2784
2820
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2785
2821
|
...props
|
|
2786
2822
|
},
|
|
2787
|
-
/* @__PURE__ */
|
|
2823
|
+
/* @__PURE__ */ React51.createElement(
|
|
2788
2824
|
"path",
|
|
2789
2825
|
{
|
|
2790
2826
|
fillRule: "evenodd",
|
|
@@ -2793,7 +2829,7 @@ var init_Filter = __esm({
|
|
|
2793
2829
|
fill: "currentColor"
|
|
2794
2830
|
}
|
|
2795
2831
|
),
|
|
2796
|
-
/* @__PURE__ */
|
|
2832
|
+
/* @__PURE__ */ React51.createElement(
|
|
2797
2833
|
"path",
|
|
2798
2834
|
{
|
|
2799
2835
|
fillRule: "evenodd",
|
|
@@ -2802,7 +2838,7 @@ var init_Filter = __esm({
|
|
|
2802
2838
|
fill: "currentColor"
|
|
2803
2839
|
}
|
|
2804
2840
|
),
|
|
2805
|
-
/* @__PURE__ */
|
|
2841
|
+
/* @__PURE__ */ React51.createElement(
|
|
2806
2842
|
"path",
|
|
2807
2843
|
{
|
|
2808
2844
|
fillRule: "evenodd",
|
|
@@ -2811,7 +2847,7 @@ var init_Filter = __esm({
|
|
|
2811
2847
|
fill: "currentColor"
|
|
2812
2848
|
}
|
|
2813
2849
|
),
|
|
2814
|
-
/* @__PURE__ */
|
|
2850
|
+
/* @__PURE__ */ React51.createElement(
|
|
2815
2851
|
"path",
|
|
2816
2852
|
{
|
|
2817
2853
|
fillRule: "evenodd",
|
|
@@ -2831,7 +2867,7 @@ var Garden_exports = {};
|
|
|
2831
2867
|
__export(Garden_exports, {
|
|
2832
2868
|
default: () => Garden_default
|
|
2833
2869
|
});
|
|
2834
|
-
import * as
|
|
2870
|
+
import * as React52 from "react";
|
|
2835
2871
|
var SvgGarden, Garden_default;
|
|
2836
2872
|
var init_Garden = __esm({
|
|
2837
2873
|
"src/react/Garden.tsx"() {
|
|
@@ -2839,7 +2875,7 @@ var init_Garden = __esm({
|
|
|
2839
2875
|
init_types();
|
|
2840
2876
|
SvgGarden = ({ size = 16, ...props }) => {
|
|
2841
2877
|
const sizeValue = resolveSize(size);
|
|
2842
|
-
return /* @__PURE__ */
|
|
2878
|
+
return /* @__PURE__ */ React52.createElement(
|
|
2843
2879
|
"svg",
|
|
2844
2880
|
{
|
|
2845
2881
|
width: sizeValue,
|
|
@@ -2849,7 +2885,7 @@ var init_Garden = __esm({
|
|
|
2849
2885
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2850
2886
|
...props
|
|
2851
2887
|
},
|
|
2852
|
-
/* @__PURE__ */
|
|
2888
|
+
/* @__PURE__ */ React52.createElement(
|
|
2853
2889
|
"path",
|
|
2854
2890
|
{
|
|
2855
2891
|
fillRule: "evenodd",
|
|
@@ -2858,7 +2894,7 @@ var init_Garden = __esm({
|
|
|
2858
2894
|
fill: "currentColor"
|
|
2859
2895
|
}
|
|
2860
2896
|
),
|
|
2861
|
-
/* @__PURE__ */
|
|
2897
|
+
/* @__PURE__ */ React52.createElement(
|
|
2862
2898
|
"path",
|
|
2863
2899
|
{
|
|
2864
2900
|
fillRule: "evenodd",
|
|
@@ -2867,7 +2903,7 @@ var init_Garden = __esm({
|
|
|
2867
2903
|
fill: "currentColor"
|
|
2868
2904
|
}
|
|
2869
2905
|
),
|
|
2870
|
-
/* @__PURE__ */
|
|
2906
|
+
/* @__PURE__ */ React52.createElement(
|
|
2871
2907
|
"path",
|
|
2872
2908
|
{
|
|
2873
2909
|
fillRule: "evenodd",
|
|
@@ -2876,7 +2912,7 @@ var init_Garden = __esm({
|
|
|
2876
2912
|
fill: "currentColor"
|
|
2877
2913
|
}
|
|
2878
2914
|
),
|
|
2879
|
-
/* @__PURE__ */
|
|
2915
|
+
/* @__PURE__ */ React52.createElement(
|
|
2880
2916
|
"path",
|
|
2881
2917
|
{
|
|
2882
2918
|
fillRule: "evenodd",
|
|
@@ -2896,7 +2932,7 @@ var GasHeating_exports = {};
|
|
|
2896
2932
|
__export(GasHeating_exports, {
|
|
2897
2933
|
default: () => GasHeating_default
|
|
2898
2934
|
});
|
|
2899
|
-
import * as
|
|
2935
|
+
import * as React53 from "react";
|
|
2900
2936
|
var SvgGasHeating, GasHeating_default;
|
|
2901
2937
|
var init_GasHeating = __esm({
|
|
2902
2938
|
"src/react/GasHeating.tsx"() {
|
|
@@ -2904,7 +2940,7 @@ var init_GasHeating = __esm({
|
|
|
2904
2940
|
init_types();
|
|
2905
2941
|
SvgGasHeating = ({ size = 16, ...props }) => {
|
|
2906
2942
|
const sizeValue = resolveSize(size);
|
|
2907
|
-
return /* @__PURE__ */
|
|
2943
|
+
return /* @__PURE__ */ React53.createElement(
|
|
2908
2944
|
"svg",
|
|
2909
2945
|
{
|
|
2910
2946
|
width: sizeValue,
|
|
@@ -2914,7 +2950,7 @@ var init_GasHeating = __esm({
|
|
|
2914
2950
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2915
2951
|
...props
|
|
2916
2952
|
},
|
|
2917
|
-
/* @__PURE__ */
|
|
2953
|
+
/* @__PURE__ */ React53.createElement(
|
|
2918
2954
|
"path",
|
|
2919
2955
|
{
|
|
2920
2956
|
fillRule: "evenodd",
|
|
@@ -2923,7 +2959,7 @@ var init_GasHeating = __esm({
|
|
|
2923
2959
|
fill: "currentColor"
|
|
2924
2960
|
}
|
|
2925
2961
|
),
|
|
2926
|
-
/* @__PURE__ */
|
|
2962
|
+
/* @__PURE__ */ React53.createElement(
|
|
2927
2963
|
"path",
|
|
2928
2964
|
{
|
|
2929
2965
|
fillRule: "evenodd",
|
|
@@ -2932,7 +2968,7 @@ var init_GasHeating = __esm({
|
|
|
2932
2968
|
fill: "currentColor"
|
|
2933
2969
|
}
|
|
2934
2970
|
),
|
|
2935
|
-
/* @__PURE__ */
|
|
2971
|
+
/* @__PURE__ */ React53.createElement(
|
|
2936
2972
|
"path",
|
|
2937
2973
|
{
|
|
2938
2974
|
fillRule: "evenodd",
|
|
@@ -2941,7 +2977,7 @@ var init_GasHeating = __esm({
|
|
|
2941
2977
|
fill: "currentColor"
|
|
2942
2978
|
}
|
|
2943
2979
|
),
|
|
2944
|
-
/* @__PURE__ */
|
|
2980
|
+
/* @__PURE__ */ React53.createElement(
|
|
2945
2981
|
"path",
|
|
2946
2982
|
{
|
|
2947
2983
|
fillRule: "evenodd",
|
|
@@ -2950,7 +2986,7 @@ var init_GasHeating = __esm({
|
|
|
2950
2986
|
fill: "currentColor"
|
|
2951
2987
|
}
|
|
2952
2988
|
),
|
|
2953
|
-
/* @__PURE__ */
|
|
2989
|
+
/* @__PURE__ */ React53.createElement(
|
|
2954
2990
|
"path",
|
|
2955
2991
|
{
|
|
2956
2992
|
fillRule: "evenodd",
|
|
@@ -2959,7 +2995,7 @@ var init_GasHeating = __esm({
|
|
|
2959
2995
|
fill: "currentColor"
|
|
2960
2996
|
}
|
|
2961
2997
|
),
|
|
2962
|
-
/* @__PURE__ */
|
|
2998
|
+
/* @__PURE__ */ React53.createElement(
|
|
2963
2999
|
"path",
|
|
2964
3000
|
{
|
|
2965
3001
|
fillRule: "evenodd",
|
|
@@ -2968,7 +3004,7 @@ var init_GasHeating = __esm({
|
|
|
2968
3004
|
fill: "currentColor"
|
|
2969
3005
|
}
|
|
2970
3006
|
),
|
|
2971
|
-
/* @__PURE__ */
|
|
3007
|
+
/* @__PURE__ */ React53.createElement(
|
|
2972
3008
|
"path",
|
|
2973
3009
|
{
|
|
2974
3010
|
fillRule: "evenodd",
|
|
@@ -2988,7 +3024,7 @@ var Heating_exports = {};
|
|
|
2988
3024
|
__export(Heating_exports, {
|
|
2989
3025
|
default: () => Heating_default
|
|
2990
3026
|
});
|
|
2991
|
-
import * as
|
|
3027
|
+
import * as React54 from "react";
|
|
2992
3028
|
var SvgHeating, Heating_default;
|
|
2993
3029
|
var init_Heating = __esm({
|
|
2994
3030
|
"src/react/Heating.tsx"() {
|
|
@@ -2996,7 +3032,7 @@ var init_Heating = __esm({
|
|
|
2996
3032
|
init_types();
|
|
2997
3033
|
SvgHeating = ({ size = 16, ...props }) => {
|
|
2998
3034
|
const sizeValue = resolveSize(size);
|
|
2999
|
-
return /* @__PURE__ */
|
|
3035
|
+
return /* @__PURE__ */ React54.createElement(
|
|
3000
3036
|
"svg",
|
|
3001
3037
|
{
|
|
3002
3038
|
width: sizeValue,
|
|
@@ -3006,7 +3042,7 @@ var init_Heating = __esm({
|
|
|
3006
3042
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3007
3043
|
...props
|
|
3008
3044
|
},
|
|
3009
|
-
/* @__PURE__ */
|
|
3045
|
+
/* @__PURE__ */ React54.createElement(
|
|
3010
3046
|
"path",
|
|
3011
3047
|
{
|
|
3012
3048
|
fillRule: "evenodd",
|
|
@@ -3015,7 +3051,7 @@ var init_Heating = __esm({
|
|
|
3015
3051
|
fill: "currentColor"
|
|
3016
3052
|
}
|
|
3017
3053
|
),
|
|
3018
|
-
/* @__PURE__ */
|
|
3054
|
+
/* @__PURE__ */ React54.createElement(
|
|
3019
3055
|
"path",
|
|
3020
3056
|
{
|
|
3021
3057
|
fillRule: "evenodd",
|
|
@@ -3024,7 +3060,7 @@ var init_Heating = __esm({
|
|
|
3024
3060
|
fill: "currentColor"
|
|
3025
3061
|
}
|
|
3026
3062
|
),
|
|
3027
|
-
/* @__PURE__ */
|
|
3063
|
+
/* @__PURE__ */ React54.createElement(
|
|
3028
3064
|
"path",
|
|
3029
3065
|
{
|
|
3030
3066
|
fillRule: "evenodd",
|
|
@@ -3033,7 +3069,7 @@ var init_Heating = __esm({
|
|
|
3033
3069
|
fill: "currentColor"
|
|
3034
3070
|
}
|
|
3035
3071
|
),
|
|
3036
|
-
/* @__PURE__ */
|
|
3072
|
+
/* @__PURE__ */ React54.createElement(
|
|
3037
3073
|
"path",
|
|
3038
3074
|
{
|
|
3039
3075
|
fillRule: "evenodd",
|
|
@@ -3042,7 +3078,7 @@ var init_Heating = __esm({
|
|
|
3042
3078
|
fill: "currentColor"
|
|
3043
3079
|
}
|
|
3044
3080
|
),
|
|
3045
|
-
/* @__PURE__ */
|
|
3081
|
+
/* @__PURE__ */ React54.createElement(
|
|
3046
3082
|
"path",
|
|
3047
3083
|
{
|
|
3048
3084
|
fillRule: "evenodd",
|
|
@@ -3051,7 +3087,7 @@ var init_Heating = __esm({
|
|
|
3051
3087
|
fill: "currentColor"
|
|
3052
3088
|
}
|
|
3053
3089
|
),
|
|
3054
|
-
/* @__PURE__ */
|
|
3090
|
+
/* @__PURE__ */ React54.createElement(
|
|
3055
3091
|
"path",
|
|
3056
3092
|
{
|
|
3057
3093
|
fillRule: "evenodd",
|
|
@@ -3071,7 +3107,7 @@ var HelpCircle_exports = {};
|
|
|
3071
3107
|
__export(HelpCircle_exports, {
|
|
3072
3108
|
default: () => HelpCircle_default
|
|
3073
3109
|
});
|
|
3074
|
-
import * as
|
|
3110
|
+
import * as React55 from "react";
|
|
3075
3111
|
var SvgHelpCircle, HelpCircle_default;
|
|
3076
3112
|
var init_HelpCircle = __esm({
|
|
3077
3113
|
"src/react/HelpCircle.tsx"() {
|
|
@@ -3079,7 +3115,7 @@ var init_HelpCircle = __esm({
|
|
|
3079
3115
|
init_types();
|
|
3080
3116
|
SvgHelpCircle = ({ size = 16, ...props }) => {
|
|
3081
3117
|
const sizeValue = resolveSize(size);
|
|
3082
|
-
return /* @__PURE__ */
|
|
3118
|
+
return /* @__PURE__ */ React55.createElement(
|
|
3083
3119
|
"svg",
|
|
3084
3120
|
{
|
|
3085
3121
|
width: sizeValue,
|
|
@@ -3089,7 +3125,7 @@ var init_HelpCircle = __esm({
|
|
|
3089
3125
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3090
3126
|
...props
|
|
3091
3127
|
},
|
|
3092
|
-
/* @__PURE__ */
|
|
3128
|
+
/* @__PURE__ */ React55.createElement(
|
|
3093
3129
|
"path",
|
|
3094
3130
|
{
|
|
3095
3131
|
fillRule: "evenodd",
|
|
@@ -3098,7 +3134,7 @@ var init_HelpCircle = __esm({
|
|
|
3098
3134
|
fill: "currentColor"
|
|
3099
3135
|
}
|
|
3100
3136
|
),
|
|
3101
|
-
/* @__PURE__ */
|
|
3137
|
+
/* @__PURE__ */ React55.createElement(
|
|
3102
3138
|
"path",
|
|
3103
3139
|
{
|
|
3104
3140
|
fillRule: "evenodd",
|
|
@@ -3107,7 +3143,7 @@ var init_HelpCircle = __esm({
|
|
|
3107
3143
|
fill: "currentColor"
|
|
3108
3144
|
}
|
|
3109
3145
|
),
|
|
3110
|
-
/* @__PURE__ */
|
|
3146
|
+
/* @__PURE__ */ React55.createElement(
|
|
3111
3147
|
"path",
|
|
3112
3148
|
{
|
|
3113
3149
|
fillRule: "evenodd",
|
|
@@ -3127,7 +3163,7 @@ var History_exports = {};
|
|
|
3127
3163
|
__export(History_exports, {
|
|
3128
3164
|
default: () => History_default
|
|
3129
3165
|
});
|
|
3130
|
-
import * as
|
|
3166
|
+
import * as React56 from "react";
|
|
3131
3167
|
var SvgHistory, History_default;
|
|
3132
3168
|
var init_History = __esm({
|
|
3133
3169
|
"src/react/History.tsx"() {
|
|
@@ -3135,7 +3171,7 @@ var init_History = __esm({
|
|
|
3135
3171
|
init_types();
|
|
3136
3172
|
SvgHistory = ({ size = 16, ...props }) => {
|
|
3137
3173
|
const sizeValue = resolveSize(size);
|
|
3138
|
-
return /* @__PURE__ */
|
|
3174
|
+
return /* @__PURE__ */ React56.createElement(
|
|
3139
3175
|
"svg",
|
|
3140
3176
|
{
|
|
3141
3177
|
width: sizeValue,
|
|
@@ -3145,7 +3181,7 @@ var init_History = __esm({
|
|
|
3145
3181
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3146
3182
|
...props
|
|
3147
3183
|
},
|
|
3148
|
-
/* @__PURE__ */
|
|
3184
|
+
/* @__PURE__ */ React56.createElement(
|
|
3149
3185
|
"path",
|
|
3150
3186
|
{
|
|
3151
3187
|
fillRule: "evenodd",
|
|
@@ -3154,7 +3190,7 @@ var init_History = __esm({
|
|
|
3154
3190
|
fill: "currentColor"
|
|
3155
3191
|
}
|
|
3156
3192
|
),
|
|
3157
|
-
/* @__PURE__ */
|
|
3193
|
+
/* @__PURE__ */ React56.createElement(
|
|
3158
3194
|
"path",
|
|
3159
3195
|
{
|
|
3160
3196
|
fillRule: "evenodd",
|
|
@@ -3163,7 +3199,7 @@ var init_History = __esm({
|
|
|
3163
3199
|
fill: "currentColor"
|
|
3164
3200
|
}
|
|
3165
3201
|
),
|
|
3166
|
-
/* @__PURE__ */
|
|
3202
|
+
/* @__PURE__ */ React56.createElement(
|
|
3167
3203
|
"path",
|
|
3168
3204
|
{
|
|
3169
3205
|
fillRule: "evenodd",
|
|
@@ -3183,7 +3219,7 @@ var HomeFilled_exports = {};
|
|
|
3183
3219
|
__export(HomeFilled_exports, {
|
|
3184
3220
|
default: () => HomeFilled_default
|
|
3185
3221
|
});
|
|
3186
|
-
import * as
|
|
3222
|
+
import * as React57 from "react";
|
|
3187
3223
|
var SvgHomeFilled, HomeFilled_default;
|
|
3188
3224
|
var init_HomeFilled = __esm({
|
|
3189
3225
|
"src/react/HomeFilled.tsx"() {
|
|
@@ -3191,7 +3227,7 @@ var init_HomeFilled = __esm({
|
|
|
3191
3227
|
init_types();
|
|
3192
3228
|
SvgHomeFilled = ({ size = 16, ...props }) => {
|
|
3193
3229
|
const sizeValue = resolveSize(size);
|
|
3194
|
-
return /* @__PURE__ */
|
|
3230
|
+
return /* @__PURE__ */ React57.createElement(
|
|
3195
3231
|
"svg",
|
|
3196
3232
|
{
|
|
3197
3233
|
width: sizeValue,
|
|
@@ -3201,7 +3237,7 @@ var init_HomeFilled = __esm({
|
|
|
3201
3237
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3202
3238
|
...props
|
|
3203
3239
|
},
|
|
3204
|
-
/* @__PURE__ */
|
|
3240
|
+
/* @__PURE__ */ React57.createElement(
|
|
3205
3241
|
"path",
|
|
3206
3242
|
{
|
|
3207
3243
|
d: "M9.78125 3.47949C11.1248 2.58376 12.8752 2.58376 14.2188 3.47949L19.2188 6.8125C20.3315 7.5543 20.9999 8.80333 21 10.1406V18C21 20.2091 19.2091 22 17 22H7C4.79086 22 3 20.2091 3 18V10.1406C3.00011 8.80333 3.66855 7.5543 4.78125 6.8125L9.78125 3.47949ZM11 11.5928C9.89548 11.5928 9.00008 12.4883 9 13.5928V18.9629C9 19.5152 9.44772 19.9629 10 19.9629H14C14.5523 19.9629 15 19.5152 15 18.9629V13.5928C14.9999 12.4883 14.1045 11.5928 13 11.5928H11Z",
|
|
@@ -3219,7 +3255,7 @@ var HomeLinear_exports = {};
|
|
|
3219
3255
|
__export(HomeLinear_exports, {
|
|
3220
3256
|
default: () => HomeLinear_default
|
|
3221
3257
|
});
|
|
3222
|
-
import * as
|
|
3258
|
+
import * as React58 from "react";
|
|
3223
3259
|
var SvgHomeLinear, HomeLinear_default;
|
|
3224
3260
|
var init_HomeLinear = __esm({
|
|
3225
3261
|
"src/react/HomeLinear.tsx"() {
|
|
@@ -3227,7 +3263,7 @@ var init_HomeLinear = __esm({
|
|
|
3227
3263
|
init_types();
|
|
3228
3264
|
SvgHomeLinear = ({ size = 16, ...props }) => {
|
|
3229
3265
|
const sizeValue = resolveSize(size);
|
|
3230
|
-
return /* @__PURE__ */
|
|
3266
|
+
return /* @__PURE__ */ React58.createElement(
|
|
3231
3267
|
"svg",
|
|
3232
3268
|
{
|
|
3233
3269
|
width: sizeValue,
|
|
@@ -3237,7 +3273,7 @@ var init_HomeLinear = __esm({
|
|
|
3237
3273
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3238
3274
|
...props
|
|
3239
3275
|
},
|
|
3240
|
-
/* @__PURE__ */
|
|
3276
|
+
/* @__PURE__ */ React58.createElement(
|
|
3241
3277
|
"path",
|
|
3242
3278
|
{
|
|
3243
3279
|
fillRule: "evenodd",
|
|
@@ -3257,7 +3293,7 @@ var IconSlot_exports = {};
|
|
|
3257
3293
|
__export(IconSlot_exports, {
|
|
3258
3294
|
default: () => IconSlot_default
|
|
3259
3295
|
});
|
|
3260
|
-
import * as
|
|
3296
|
+
import * as React59 from "react";
|
|
3261
3297
|
var SvgIconSlot, IconSlot_default;
|
|
3262
3298
|
var init_IconSlot = __esm({
|
|
3263
3299
|
"src/react/IconSlot.tsx"() {
|
|
@@ -3265,7 +3301,7 @@ var init_IconSlot = __esm({
|
|
|
3265
3301
|
init_types();
|
|
3266
3302
|
SvgIconSlot = ({ size = 16, ...props }) => {
|
|
3267
3303
|
const sizeValue = resolveSize(size);
|
|
3268
|
-
return /* @__PURE__ */
|
|
3304
|
+
return /* @__PURE__ */ React59.createElement(
|
|
3269
3305
|
"svg",
|
|
3270
3306
|
{
|
|
3271
3307
|
width: sizeValue,
|
|
@@ -3275,7 +3311,7 @@ var init_IconSlot = __esm({
|
|
|
3275
3311
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3276
3312
|
...props
|
|
3277
3313
|
},
|
|
3278
|
-
/* @__PURE__ */
|
|
3314
|
+
/* @__PURE__ */ React59.createElement(
|
|
3279
3315
|
"path",
|
|
3280
3316
|
{
|
|
3281
3317
|
d: "M21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12ZM23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12Z",
|
|
@@ -3293,7 +3329,7 @@ var Image_exports = {};
|
|
|
3293
3329
|
__export(Image_exports, {
|
|
3294
3330
|
default: () => Image_default
|
|
3295
3331
|
});
|
|
3296
|
-
import * as
|
|
3332
|
+
import * as React60 from "react";
|
|
3297
3333
|
var SvgImage, Image_default;
|
|
3298
3334
|
var init_Image = __esm({
|
|
3299
3335
|
"src/react/Image.tsx"() {
|
|
@@ -3301,7 +3337,7 @@ var init_Image = __esm({
|
|
|
3301
3337
|
init_types();
|
|
3302
3338
|
SvgImage = ({ size = 16, ...props }) => {
|
|
3303
3339
|
const sizeValue = resolveSize(size);
|
|
3304
|
-
return /* @__PURE__ */
|
|
3340
|
+
return /* @__PURE__ */ React60.createElement(
|
|
3305
3341
|
"svg",
|
|
3306
3342
|
{
|
|
3307
3343
|
width: sizeValue,
|
|
@@ -3311,7 +3347,7 @@ var init_Image = __esm({
|
|
|
3311
3347
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3312
3348
|
...props
|
|
3313
3349
|
},
|
|
3314
|
-
/* @__PURE__ */
|
|
3350
|
+
/* @__PURE__ */ React60.createElement(
|
|
3315
3351
|
"path",
|
|
3316
3352
|
{
|
|
3317
3353
|
fillRule: "evenodd",
|
|
@@ -3320,7 +3356,7 @@ var init_Image = __esm({
|
|
|
3320
3356
|
fill: "currentColor"
|
|
3321
3357
|
}
|
|
3322
3358
|
),
|
|
3323
|
-
/* @__PURE__ */
|
|
3359
|
+
/* @__PURE__ */ React60.createElement(
|
|
3324
3360
|
"path",
|
|
3325
3361
|
{
|
|
3326
3362
|
fillRule: "evenodd",
|
|
@@ -3329,7 +3365,7 @@ var init_Image = __esm({
|
|
|
3329
3365
|
fill: "currentColor"
|
|
3330
3366
|
}
|
|
3331
3367
|
),
|
|
3332
|
-
/* @__PURE__ */
|
|
3368
|
+
/* @__PURE__ */ React60.createElement(
|
|
3333
3369
|
"path",
|
|
3334
3370
|
{
|
|
3335
3371
|
fillRule: "evenodd",
|
|
@@ -3349,7 +3385,7 @@ var ImageOff_exports = {};
|
|
|
3349
3385
|
__export(ImageOff_exports, {
|
|
3350
3386
|
default: () => ImageOff_default
|
|
3351
3387
|
});
|
|
3352
|
-
import * as
|
|
3388
|
+
import * as React61 from "react";
|
|
3353
3389
|
var SvgImageOff, ImageOff_default;
|
|
3354
3390
|
var init_ImageOff = __esm({
|
|
3355
3391
|
"src/react/ImageOff.tsx"() {
|
|
@@ -3357,7 +3393,7 @@ var init_ImageOff = __esm({
|
|
|
3357
3393
|
init_types();
|
|
3358
3394
|
SvgImageOff = ({ size = 16, ...props }) => {
|
|
3359
3395
|
const sizeValue = resolveSize(size);
|
|
3360
|
-
return /* @__PURE__ */
|
|
3396
|
+
return /* @__PURE__ */ React61.createElement(
|
|
3361
3397
|
"svg",
|
|
3362
3398
|
{
|
|
3363
3399
|
width: sizeValue,
|
|
@@ -3367,7 +3403,7 @@ var init_ImageOff = __esm({
|
|
|
3367
3403
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3368
3404
|
...props
|
|
3369
3405
|
},
|
|
3370
|
-
/* @__PURE__ */
|
|
3406
|
+
/* @__PURE__ */ React61.createElement(
|
|
3371
3407
|
"path",
|
|
3372
3408
|
{
|
|
3373
3409
|
fillRule: "evenodd",
|
|
@@ -3376,7 +3412,7 @@ var init_ImageOff = __esm({
|
|
|
3376
3412
|
fill: "currentColor"
|
|
3377
3413
|
}
|
|
3378
3414
|
),
|
|
3379
|
-
/* @__PURE__ */
|
|
3415
|
+
/* @__PURE__ */ React61.createElement(
|
|
3380
3416
|
"path",
|
|
3381
3417
|
{
|
|
3382
3418
|
fillRule: "evenodd",
|
|
@@ -3385,7 +3421,7 @@ var init_ImageOff = __esm({
|
|
|
3385
3421
|
fill: "currentColor"
|
|
3386
3422
|
}
|
|
3387
3423
|
),
|
|
3388
|
-
/* @__PURE__ */
|
|
3424
|
+
/* @__PURE__ */ React61.createElement(
|
|
3389
3425
|
"path",
|
|
3390
3426
|
{
|
|
3391
3427
|
fillRule: "evenodd",
|
|
@@ -3394,7 +3430,7 @@ var init_ImageOff = __esm({
|
|
|
3394
3430
|
fill: "currentColor"
|
|
3395
3431
|
}
|
|
3396
3432
|
),
|
|
3397
|
-
/* @__PURE__ */
|
|
3433
|
+
/* @__PURE__ */ React61.createElement(
|
|
3398
3434
|
"path",
|
|
3399
3435
|
{
|
|
3400
3436
|
fillRule: "evenodd",
|
|
@@ -3403,7 +3439,7 @@ var init_ImageOff = __esm({
|
|
|
3403
3439
|
fill: "currentColor"
|
|
3404
3440
|
}
|
|
3405
3441
|
),
|
|
3406
|
-
/* @__PURE__ */
|
|
3442
|
+
/* @__PURE__ */ React61.createElement(
|
|
3407
3443
|
"path",
|
|
3408
3444
|
{
|
|
3409
3445
|
fillRule: "evenodd",
|
|
@@ -3412,7 +3448,7 @@ var init_ImageOff = __esm({
|
|
|
3412
3448
|
fill: "currentColor"
|
|
3413
3449
|
}
|
|
3414
3450
|
),
|
|
3415
|
-
/* @__PURE__ */
|
|
3451
|
+
/* @__PURE__ */ React61.createElement(
|
|
3416
3452
|
"path",
|
|
3417
3453
|
{
|
|
3418
3454
|
fillRule: "evenodd",
|
|
@@ -3432,7 +3468,7 @@ var Info_exports = {};
|
|
|
3432
3468
|
__export(Info_exports, {
|
|
3433
3469
|
default: () => Info_default
|
|
3434
3470
|
});
|
|
3435
|
-
import * as
|
|
3471
|
+
import * as React62 from "react";
|
|
3436
3472
|
var SvgInfo, Info_default;
|
|
3437
3473
|
var init_Info = __esm({
|
|
3438
3474
|
"src/react/Info.tsx"() {
|
|
@@ -3440,7 +3476,7 @@ var init_Info = __esm({
|
|
|
3440
3476
|
init_types();
|
|
3441
3477
|
SvgInfo = ({ size = 16, ...props }) => {
|
|
3442
3478
|
const sizeValue = resolveSize(size);
|
|
3443
|
-
return /* @__PURE__ */
|
|
3479
|
+
return /* @__PURE__ */ React62.createElement(
|
|
3444
3480
|
"svg",
|
|
3445
3481
|
{
|
|
3446
3482
|
width: sizeValue,
|
|
@@ -3450,7 +3486,7 @@ var init_Info = __esm({
|
|
|
3450
3486
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3451
3487
|
...props
|
|
3452
3488
|
},
|
|
3453
|
-
/* @__PURE__ */
|
|
3489
|
+
/* @__PURE__ */ React62.createElement(
|
|
3454
3490
|
"path",
|
|
3455
3491
|
{
|
|
3456
3492
|
fillRule: "evenodd",
|
|
@@ -3459,7 +3495,7 @@ var init_Info = __esm({
|
|
|
3459
3495
|
fill: "currentColor"
|
|
3460
3496
|
}
|
|
3461
3497
|
),
|
|
3462
|
-
/* @__PURE__ */
|
|
3498
|
+
/* @__PURE__ */ React62.createElement(
|
|
3463
3499
|
"path",
|
|
3464
3500
|
{
|
|
3465
3501
|
fillRule: "evenodd",
|
|
@@ -3468,7 +3504,7 @@ var init_Info = __esm({
|
|
|
3468
3504
|
fill: "currentColor"
|
|
3469
3505
|
}
|
|
3470
3506
|
),
|
|
3471
|
-
/* @__PURE__ */
|
|
3507
|
+
/* @__PURE__ */ React62.createElement(
|
|
3472
3508
|
"path",
|
|
3473
3509
|
{
|
|
3474
3510
|
fillRule: "evenodd",
|
|
@@ -3488,7 +3524,7 @@ var Keys01_exports = {};
|
|
|
3488
3524
|
__export(Keys01_exports, {
|
|
3489
3525
|
default: () => Keys01_default
|
|
3490
3526
|
});
|
|
3491
|
-
import * as
|
|
3527
|
+
import * as React63 from "react";
|
|
3492
3528
|
var SvgKeys01, Keys01_default;
|
|
3493
3529
|
var init_Keys01 = __esm({
|
|
3494
3530
|
"src/react/Keys01.tsx"() {
|
|
@@ -3496,7 +3532,7 @@ var init_Keys01 = __esm({
|
|
|
3496
3532
|
init_types();
|
|
3497
3533
|
SvgKeys01 = ({ size = 16, ...props }) => {
|
|
3498
3534
|
const sizeValue = resolveSize(size);
|
|
3499
|
-
return /* @__PURE__ */
|
|
3535
|
+
return /* @__PURE__ */ React63.createElement(
|
|
3500
3536
|
"svg",
|
|
3501
3537
|
{
|
|
3502
3538
|
width: sizeValue,
|
|
@@ -3506,7 +3542,7 @@ var init_Keys01 = __esm({
|
|
|
3506
3542
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3507
3543
|
...props
|
|
3508
3544
|
},
|
|
3509
|
-
/* @__PURE__ */
|
|
3545
|
+
/* @__PURE__ */ React63.createElement(
|
|
3510
3546
|
"path",
|
|
3511
3547
|
{
|
|
3512
3548
|
fillRule: "evenodd",
|
|
@@ -3515,7 +3551,7 @@ var init_Keys01 = __esm({
|
|
|
3515
3551
|
fill: "currentColor"
|
|
3516
3552
|
}
|
|
3517
3553
|
),
|
|
3518
|
-
/* @__PURE__ */
|
|
3554
|
+
/* @__PURE__ */ React63.createElement(
|
|
3519
3555
|
"path",
|
|
3520
3556
|
{
|
|
3521
3557
|
fillRule: "evenodd",
|
|
@@ -3524,7 +3560,7 @@ var init_Keys01 = __esm({
|
|
|
3524
3560
|
fill: "currentColor"
|
|
3525
3561
|
}
|
|
3526
3562
|
),
|
|
3527
|
-
/* @__PURE__ */
|
|
3563
|
+
/* @__PURE__ */ React63.createElement(
|
|
3528
3564
|
"path",
|
|
3529
3565
|
{
|
|
3530
3566
|
fillRule: "evenodd",
|
|
@@ -3544,7 +3580,7 @@ var LeadsFilled_exports = {};
|
|
|
3544
3580
|
__export(LeadsFilled_exports, {
|
|
3545
3581
|
default: () => LeadsFilled_default
|
|
3546
3582
|
});
|
|
3547
|
-
import * as
|
|
3583
|
+
import * as React64 from "react";
|
|
3548
3584
|
var SvgLeadsFilled, LeadsFilled_default;
|
|
3549
3585
|
var init_LeadsFilled = __esm({
|
|
3550
3586
|
"src/react/LeadsFilled.tsx"() {
|
|
@@ -3552,7 +3588,7 @@ var init_LeadsFilled = __esm({
|
|
|
3552
3588
|
init_types();
|
|
3553
3589
|
SvgLeadsFilled = ({ size = 16, ...props }) => {
|
|
3554
3590
|
const sizeValue = resolveSize(size);
|
|
3555
|
-
return /* @__PURE__ */
|
|
3591
|
+
return /* @__PURE__ */ React64.createElement(
|
|
3556
3592
|
"svg",
|
|
3557
3593
|
{
|
|
3558
3594
|
width: sizeValue,
|
|
@@ -3562,7 +3598,7 @@ var init_LeadsFilled = __esm({
|
|
|
3562
3598
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3563
3599
|
...props
|
|
3564
3600
|
},
|
|
3565
|
-
/* @__PURE__ */
|
|
3601
|
+
/* @__PURE__ */ React64.createElement(
|
|
3566
3602
|
"path",
|
|
3567
3603
|
{
|
|
3568
3604
|
fillRule: "evenodd",
|
|
@@ -3571,7 +3607,7 @@ var init_LeadsFilled = __esm({
|
|
|
3571
3607
|
fill: "currentColor"
|
|
3572
3608
|
}
|
|
3573
3609
|
),
|
|
3574
|
-
/* @__PURE__ */
|
|
3610
|
+
/* @__PURE__ */ React64.createElement(
|
|
3575
3611
|
"path",
|
|
3576
3612
|
{
|
|
3577
3613
|
fillRule: "evenodd",
|
|
@@ -3580,7 +3616,7 @@ var init_LeadsFilled = __esm({
|
|
|
3580
3616
|
fill: "currentColor"
|
|
3581
3617
|
}
|
|
3582
3618
|
),
|
|
3583
|
-
/* @__PURE__ */
|
|
3619
|
+
/* @__PURE__ */ React64.createElement(
|
|
3584
3620
|
"path",
|
|
3585
3621
|
{
|
|
3586
3622
|
fillRule: "evenodd",
|
|
@@ -3589,7 +3625,7 @@ var init_LeadsFilled = __esm({
|
|
|
3589
3625
|
fill: "currentColor"
|
|
3590
3626
|
}
|
|
3591
3627
|
),
|
|
3592
|
-
/* @__PURE__ */
|
|
3628
|
+
/* @__PURE__ */ React64.createElement(
|
|
3593
3629
|
"path",
|
|
3594
3630
|
{
|
|
3595
3631
|
fillRule: "evenodd",
|
|
@@ -3609,7 +3645,7 @@ var LeadsLinear_exports = {};
|
|
|
3609
3645
|
__export(LeadsLinear_exports, {
|
|
3610
3646
|
default: () => LeadsLinear_default
|
|
3611
3647
|
});
|
|
3612
|
-
import * as
|
|
3648
|
+
import * as React65 from "react";
|
|
3613
3649
|
var SvgLeadsLinear, LeadsLinear_default;
|
|
3614
3650
|
var init_LeadsLinear = __esm({
|
|
3615
3651
|
"src/react/LeadsLinear.tsx"() {
|
|
@@ -3617,7 +3653,7 @@ var init_LeadsLinear = __esm({
|
|
|
3617
3653
|
init_types();
|
|
3618
3654
|
SvgLeadsLinear = ({ size = 16, ...props }) => {
|
|
3619
3655
|
const sizeValue = resolveSize(size);
|
|
3620
|
-
return /* @__PURE__ */
|
|
3656
|
+
return /* @__PURE__ */ React65.createElement(
|
|
3621
3657
|
"svg",
|
|
3622
3658
|
{
|
|
3623
3659
|
width: sizeValue,
|
|
@@ -3627,7 +3663,7 @@ var init_LeadsLinear = __esm({
|
|
|
3627
3663
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3628
3664
|
...props
|
|
3629
3665
|
},
|
|
3630
|
-
/* @__PURE__ */
|
|
3666
|
+
/* @__PURE__ */ React65.createElement(
|
|
3631
3667
|
"path",
|
|
3632
3668
|
{
|
|
3633
3669
|
fillRule: "evenodd",
|
|
@@ -3636,7 +3672,7 @@ var init_LeadsLinear = __esm({
|
|
|
3636
3672
|
fill: "currentColor"
|
|
3637
3673
|
}
|
|
3638
3674
|
),
|
|
3639
|
-
/* @__PURE__ */
|
|
3675
|
+
/* @__PURE__ */ React65.createElement(
|
|
3640
3676
|
"path",
|
|
3641
3677
|
{
|
|
3642
3678
|
fillRule: "evenodd",
|
|
@@ -3645,7 +3681,7 @@ var init_LeadsLinear = __esm({
|
|
|
3645
3681
|
fill: "currentColor"
|
|
3646
3682
|
}
|
|
3647
3683
|
),
|
|
3648
|
-
/* @__PURE__ */
|
|
3684
|
+
/* @__PURE__ */ React65.createElement(
|
|
3649
3685
|
"path",
|
|
3650
3686
|
{
|
|
3651
3687
|
fillRule: "evenodd",
|
|
@@ -3654,7 +3690,7 @@ var init_LeadsLinear = __esm({
|
|
|
3654
3690
|
fill: "currentColor"
|
|
3655
3691
|
}
|
|
3656
3692
|
),
|
|
3657
|
-
/* @__PURE__ */
|
|
3693
|
+
/* @__PURE__ */ React65.createElement(
|
|
3658
3694
|
"path",
|
|
3659
3695
|
{
|
|
3660
3696
|
fillRule: "evenodd",
|
|
@@ -3674,7 +3710,7 @@ var Lift_exports = {};
|
|
|
3674
3710
|
__export(Lift_exports, {
|
|
3675
3711
|
default: () => Lift_default
|
|
3676
3712
|
});
|
|
3677
|
-
import * as
|
|
3713
|
+
import * as React66 from "react";
|
|
3678
3714
|
var SvgLift, Lift_default;
|
|
3679
3715
|
var init_Lift = __esm({
|
|
3680
3716
|
"src/react/Lift.tsx"() {
|
|
@@ -3682,7 +3718,7 @@ var init_Lift = __esm({
|
|
|
3682
3718
|
init_types();
|
|
3683
3719
|
SvgLift = ({ size = 16, ...props }) => {
|
|
3684
3720
|
const sizeValue = resolveSize(size);
|
|
3685
|
-
return /* @__PURE__ */
|
|
3721
|
+
return /* @__PURE__ */ React66.createElement(
|
|
3686
3722
|
"svg",
|
|
3687
3723
|
{
|
|
3688
3724
|
width: sizeValue,
|
|
@@ -3692,7 +3728,7 @@ var init_Lift = __esm({
|
|
|
3692
3728
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3693
3729
|
...props
|
|
3694
3730
|
},
|
|
3695
|
-
/* @__PURE__ */
|
|
3731
|
+
/* @__PURE__ */ React66.createElement(
|
|
3696
3732
|
"path",
|
|
3697
3733
|
{
|
|
3698
3734
|
d: "M12.9004 21.0791H15.3779V12.4785H12.9004V21.0791ZM8.62207 21.0791H11.0996V12.4785H8.62207V21.0791ZM16.4277 5.78809C16.8206 5.48406 17.3861 5.55643 17.6904 5.94922C17.9944 6.34213 17.9221 6.90761 17.5293 7.21191L15.5508 8.74512C15.2264 8.99642 14.7727 8.99635 14.4482 8.74512L12.4688 7.21191C12.0759 6.90759 12.0045 6.34214 12.3086 5.94922C12.6129 5.55639 13.1784 5.48395 13.5713 5.78809L14.999 6.89453L16.4277 5.78809ZM8.42773 5.78809C8.75207 5.53682 9.20583 5.53704 9.53027 5.78809L11.5098 7.32227C11.9025 7.62672 11.9743 8.19209 11.6699 8.58496C11.3655 8.97759 10.8 9.0494 10.4072 8.74512L8.97852 7.63867L7.55176 8.74512C7.15896 9.04943 6.59356 8.97754 6.28906 8.58496C5.98467 8.19206 6.05636 7.6267 6.44922 7.32227L8.42773 5.78809ZM17.1777 21.0791H19.9961V4.47949C19.9961 4.14823 19.7277 3.88006 19.3965 3.87988H4.60449C4.27312 3.87988 4.00488 4.14812 4.00488 4.47949V21.0791H6.82227V12.2119C6.82231 11.3309 7.55547 10.6788 8.38184 10.6787H15.6182C16.4445 10.6788 17.1777 11.3309 17.1777 12.2119V21.0791ZM21.7959 21.0996C21.7959 22.0824 20.9994 22.8798 20.0166 22.8799H3.98438C3.00151 22.8799 2.2041 22.0825 2.2041 21.0996V4.47949C2.2041 3.15401 3.27901 2.0791 4.60449 2.0791H19.3965C20.7218 2.07928 21.7959 3.15412 21.7959 4.47949V21.0996Z",
|
|
@@ -3710,7 +3746,7 @@ var Lock_exports = {};
|
|
|
3710
3746
|
__export(Lock_exports, {
|
|
3711
3747
|
default: () => Lock_default
|
|
3712
3748
|
});
|
|
3713
|
-
import * as
|
|
3749
|
+
import * as React67 from "react";
|
|
3714
3750
|
var SvgLock, Lock_default;
|
|
3715
3751
|
var init_Lock = __esm({
|
|
3716
3752
|
"src/react/Lock.tsx"() {
|
|
@@ -3718,7 +3754,7 @@ var init_Lock = __esm({
|
|
|
3718
3754
|
init_types();
|
|
3719
3755
|
SvgLock = ({ size = 16, ...props }) => {
|
|
3720
3756
|
const sizeValue = resolveSize(size);
|
|
3721
|
-
return /* @__PURE__ */
|
|
3757
|
+
return /* @__PURE__ */ React67.createElement(
|
|
3722
3758
|
"svg",
|
|
3723
3759
|
{
|
|
3724
3760
|
width: sizeValue,
|
|
@@ -3728,7 +3764,7 @@ var init_Lock = __esm({
|
|
|
3728
3764
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3729
3765
|
...props
|
|
3730
3766
|
},
|
|
3731
|
-
/* @__PURE__ */
|
|
3767
|
+
/* @__PURE__ */ React67.createElement(
|
|
3732
3768
|
"path",
|
|
3733
3769
|
{
|
|
3734
3770
|
fillRule: "evenodd",
|
|
@@ -3737,7 +3773,7 @@ var init_Lock = __esm({
|
|
|
3737
3773
|
fill: "currentColor"
|
|
3738
3774
|
}
|
|
3739
3775
|
),
|
|
3740
|
-
/* @__PURE__ */
|
|
3776
|
+
/* @__PURE__ */ React67.createElement(
|
|
3741
3777
|
"path",
|
|
3742
3778
|
{
|
|
3743
3779
|
fillRule: "evenodd",
|
|
@@ -3757,7 +3793,7 @@ var Logout_exports = {};
|
|
|
3757
3793
|
__export(Logout_exports, {
|
|
3758
3794
|
default: () => Logout_default
|
|
3759
3795
|
});
|
|
3760
|
-
import * as
|
|
3796
|
+
import * as React68 from "react";
|
|
3761
3797
|
var SvgLogout, Logout_default;
|
|
3762
3798
|
var init_Logout = __esm({
|
|
3763
3799
|
"src/react/Logout.tsx"() {
|
|
@@ -3765,7 +3801,7 @@ var init_Logout = __esm({
|
|
|
3765
3801
|
init_types();
|
|
3766
3802
|
SvgLogout = ({ size = 16, ...props }) => {
|
|
3767
3803
|
const sizeValue = resolveSize(size);
|
|
3768
|
-
return /* @__PURE__ */
|
|
3804
|
+
return /* @__PURE__ */ React68.createElement(
|
|
3769
3805
|
"svg",
|
|
3770
3806
|
{
|
|
3771
3807
|
width: sizeValue,
|
|
@@ -3775,7 +3811,7 @@ var init_Logout = __esm({
|
|
|
3775
3811
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3776
3812
|
...props
|
|
3777
3813
|
},
|
|
3778
|
-
/* @__PURE__ */
|
|
3814
|
+
/* @__PURE__ */ React68.createElement(
|
|
3779
3815
|
"path",
|
|
3780
3816
|
{
|
|
3781
3817
|
fillRule: "evenodd",
|
|
@@ -3784,7 +3820,7 @@ var init_Logout = __esm({
|
|
|
3784
3820
|
fill: "currentColor"
|
|
3785
3821
|
}
|
|
3786
3822
|
),
|
|
3787
|
-
/* @__PURE__ */
|
|
3823
|
+
/* @__PURE__ */ React68.createElement(
|
|
3788
3824
|
"path",
|
|
3789
3825
|
{
|
|
3790
3826
|
fillRule: "evenodd",
|
|
@@ -3793,7 +3829,7 @@ var init_Logout = __esm({
|
|
|
3793
3829
|
fill: "currentColor"
|
|
3794
3830
|
}
|
|
3795
3831
|
),
|
|
3796
|
-
/* @__PURE__ */
|
|
3832
|
+
/* @__PURE__ */ React68.createElement(
|
|
3797
3833
|
"path",
|
|
3798
3834
|
{
|
|
3799
3835
|
fillRule: "evenodd",
|
|
@@ -3813,7 +3849,7 @@ var MagicWand_exports = {};
|
|
|
3813
3849
|
__export(MagicWand_exports, {
|
|
3814
3850
|
default: () => MagicWand_default
|
|
3815
3851
|
});
|
|
3816
|
-
import * as
|
|
3852
|
+
import * as React69 from "react";
|
|
3817
3853
|
var SvgMagicWand, MagicWand_default;
|
|
3818
3854
|
var init_MagicWand = __esm({
|
|
3819
3855
|
"src/react/MagicWand.tsx"() {
|
|
@@ -3821,7 +3857,7 @@ var init_MagicWand = __esm({
|
|
|
3821
3857
|
init_types();
|
|
3822
3858
|
SvgMagicWand = ({ size = 16, ...props }) => {
|
|
3823
3859
|
const sizeValue = resolveSize(size);
|
|
3824
|
-
return /* @__PURE__ */
|
|
3860
|
+
return /* @__PURE__ */ React69.createElement(
|
|
3825
3861
|
"svg",
|
|
3826
3862
|
{
|
|
3827
3863
|
width: sizeValue,
|
|
@@ -3831,7 +3867,7 @@ var init_MagicWand = __esm({
|
|
|
3831
3867
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3832
3868
|
...props
|
|
3833
3869
|
},
|
|
3834
|
-
/* @__PURE__ */
|
|
3870
|
+
/* @__PURE__ */ React69.createElement(
|
|
3835
3871
|
"path",
|
|
3836
3872
|
{
|
|
3837
3873
|
fillRule: "evenodd",
|
|
@@ -3840,7 +3876,7 @@ var init_MagicWand = __esm({
|
|
|
3840
3876
|
fill: "currentColor"
|
|
3841
3877
|
}
|
|
3842
3878
|
),
|
|
3843
|
-
/* @__PURE__ */
|
|
3879
|
+
/* @__PURE__ */ React69.createElement(
|
|
3844
3880
|
"path",
|
|
3845
3881
|
{
|
|
3846
3882
|
fillRule: "evenodd",
|
|
@@ -3849,7 +3885,7 @@ var init_MagicWand = __esm({
|
|
|
3849
3885
|
fill: "currentColor"
|
|
3850
3886
|
}
|
|
3851
3887
|
),
|
|
3852
|
-
/* @__PURE__ */
|
|
3888
|
+
/* @__PURE__ */ React69.createElement(
|
|
3853
3889
|
"path",
|
|
3854
3890
|
{
|
|
3855
3891
|
fillRule: "evenodd",
|
|
@@ -3858,7 +3894,7 @@ var init_MagicWand = __esm({
|
|
|
3858
3894
|
fill: "currentColor"
|
|
3859
3895
|
}
|
|
3860
3896
|
),
|
|
3861
|
-
/* @__PURE__ */
|
|
3897
|
+
/* @__PURE__ */ React69.createElement(
|
|
3862
3898
|
"path",
|
|
3863
3899
|
{
|
|
3864
3900
|
fillRule: "evenodd",
|
|
@@ -3867,7 +3903,7 @@ var init_MagicWand = __esm({
|
|
|
3867
3903
|
fill: "currentColor"
|
|
3868
3904
|
}
|
|
3869
3905
|
),
|
|
3870
|
-
/* @__PURE__ */
|
|
3906
|
+
/* @__PURE__ */ React69.createElement(
|
|
3871
3907
|
"path",
|
|
3872
3908
|
{
|
|
3873
3909
|
fillRule: "evenodd",
|
|
@@ -3876,7 +3912,7 @@ var init_MagicWand = __esm({
|
|
|
3876
3912
|
fill: "currentColor"
|
|
3877
3913
|
}
|
|
3878
3914
|
),
|
|
3879
|
-
/* @__PURE__ */
|
|
3915
|
+
/* @__PURE__ */ React69.createElement(
|
|
3880
3916
|
"path",
|
|
3881
3917
|
{
|
|
3882
3918
|
fillRule: "evenodd",
|
|
@@ -3885,7 +3921,7 @@ var init_MagicWand = __esm({
|
|
|
3885
3921
|
fill: "currentColor"
|
|
3886
3922
|
}
|
|
3887
3923
|
),
|
|
3888
|
-
/* @__PURE__ */
|
|
3924
|
+
/* @__PURE__ */ React69.createElement(
|
|
3889
3925
|
"path",
|
|
3890
3926
|
{
|
|
3891
3927
|
fillRule: "evenodd",
|
|
@@ -3894,7 +3930,7 @@ var init_MagicWand = __esm({
|
|
|
3894
3930
|
fill: "currentColor"
|
|
3895
3931
|
}
|
|
3896
3932
|
),
|
|
3897
|
-
/* @__PURE__ */
|
|
3933
|
+
/* @__PURE__ */ React69.createElement(
|
|
3898
3934
|
"path",
|
|
3899
3935
|
{
|
|
3900
3936
|
fillRule: "evenodd",
|
|
@@ -3914,7 +3950,7 @@ var Mail_exports = {};
|
|
|
3914
3950
|
__export(Mail_exports, {
|
|
3915
3951
|
default: () => Mail_default
|
|
3916
3952
|
});
|
|
3917
|
-
import * as
|
|
3953
|
+
import * as React70 from "react";
|
|
3918
3954
|
var SvgMail, Mail_default;
|
|
3919
3955
|
var init_Mail = __esm({
|
|
3920
3956
|
"src/react/Mail.tsx"() {
|
|
@@ -3922,7 +3958,7 @@ var init_Mail = __esm({
|
|
|
3922
3958
|
init_types();
|
|
3923
3959
|
SvgMail = ({ size = 16, ...props }) => {
|
|
3924
3960
|
const sizeValue = resolveSize(size);
|
|
3925
|
-
return /* @__PURE__ */
|
|
3961
|
+
return /* @__PURE__ */ React70.createElement(
|
|
3926
3962
|
"svg",
|
|
3927
3963
|
{
|
|
3928
3964
|
width: sizeValue,
|
|
@@ -3932,7 +3968,7 @@ var init_Mail = __esm({
|
|
|
3932
3968
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3933
3969
|
...props
|
|
3934
3970
|
},
|
|
3935
|
-
/* @__PURE__ */
|
|
3971
|
+
/* @__PURE__ */ React70.createElement(
|
|
3936
3972
|
"path",
|
|
3937
3973
|
{
|
|
3938
3974
|
fillRule: "evenodd",
|
|
@@ -3941,7 +3977,7 @@ var init_Mail = __esm({
|
|
|
3941
3977
|
fill: "currentColor"
|
|
3942
3978
|
}
|
|
3943
3979
|
),
|
|
3944
|
-
/* @__PURE__ */
|
|
3980
|
+
/* @__PURE__ */ React70.createElement(
|
|
3945
3981
|
"path",
|
|
3946
3982
|
{
|
|
3947
3983
|
fillRule: "evenodd",
|
|
@@ -3961,7 +3997,7 @@ var MapPin_exports = {};
|
|
|
3961
3997
|
__export(MapPin_exports, {
|
|
3962
3998
|
default: () => MapPin_default
|
|
3963
3999
|
});
|
|
3964
|
-
import * as
|
|
4000
|
+
import * as React71 from "react";
|
|
3965
4001
|
var SvgMapPin, MapPin_default;
|
|
3966
4002
|
var init_MapPin = __esm({
|
|
3967
4003
|
"src/react/MapPin.tsx"() {
|
|
@@ -3969,7 +4005,7 @@ var init_MapPin = __esm({
|
|
|
3969
4005
|
init_types();
|
|
3970
4006
|
SvgMapPin = ({ size = 16, ...props }) => {
|
|
3971
4007
|
const sizeValue = resolveSize(size);
|
|
3972
|
-
return /* @__PURE__ */
|
|
4008
|
+
return /* @__PURE__ */ React71.createElement(
|
|
3973
4009
|
"svg",
|
|
3974
4010
|
{
|
|
3975
4011
|
width: sizeValue,
|
|
@@ -3979,7 +4015,7 @@ var init_MapPin = __esm({
|
|
|
3979
4015
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3980
4016
|
...props
|
|
3981
4017
|
},
|
|
3982
|
-
/* @__PURE__ */
|
|
4018
|
+
/* @__PURE__ */ React71.createElement(
|
|
3983
4019
|
"path",
|
|
3984
4020
|
{
|
|
3985
4021
|
fillRule: "evenodd",
|
|
@@ -3988,7 +4024,7 @@ var init_MapPin = __esm({
|
|
|
3988
4024
|
fill: "currentColor"
|
|
3989
4025
|
}
|
|
3990
4026
|
),
|
|
3991
|
-
/* @__PURE__ */
|
|
4027
|
+
/* @__PURE__ */ React71.createElement(
|
|
3992
4028
|
"path",
|
|
3993
4029
|
{
|
|
3994
4030
|
fillRule: "evenodd",
|
|
@@ -4008,7 +4044,7 @@ var MoreHorizontal_exports = {};
|
|
|
4008
4044
|
__export(MoreHorizontal_exports, {
|
|
4009
4045
|
default: () => MoreHorizontal_default
|
|
4010
4046
|
});
|
|
4011
|
-
import * as
|
|
4047
|
+
import * as React72 from "react";
|
|
4012
4048
|
var SvgMoreHorizontal, MoreHorizontal_default;
|
|
4013
4049
|
var init_MoreHorizontal = __esm({
|
|
4014
4050
|
"src/react/MoreHorizontal.tsx"() {
|
|
@@ -4016,7 +4052,7 @@ var init_MoreHorizontal = __esm({
|
|
|
4016
4052
|
init_types();
|
|
4017
4053
|
SvgMoreHorizontal = ({ size = 16, ...props }) => {
|
|
4018
4054
|
const sizeValue = resolveSize(size);
|
|
4019
|
-
return /* @__PURE__ */
|
|
4055
|
+
return /* @__PURE__ */ React72.createElement(
|
|
4020
4056
|
"svg",
|
|
4021
4057
|
{
|
|
4022
4058
|
width: sizeValue,
|
|
@@ -4026,7 +4062,7 @@ var init_MoreHorizontal = __esm({
|
|
|
4026
4062
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4027
4063
|
...props
|
|
4028
4064
|
},
|
|
4029
|
-
/* @__PURE__ */
|
|
4065
|
+
/* @__PURE__ */ React72.createElement(
|
|
4030
4066
|
"path",
|
|
4031
4067
|
{
|
|
4032
4068
|
fillRule: "evenodd",
|
|
@@ -4035,7 +4071,7 @@ var init_MoreHorizontal = __esm({
|
|
|
4035
4071
|
fill: "currentColor"
|
|
4036
4072
|
}
|
|
4037
4073
|
),
|
|
4038
|
-
/* @__PURE__ */
|
|
4074
|
+
/* @__PURE__ */ React72.createElement(
|
|
4039
4075
|
"path",
|
|
4040
4076
|
{
|
|
4041
4077
|
fillRule: "evenodd",
|
|
@@ -4044,7 +4080,7 @@ var init_MoreHorizontal = __esm({
|
|
|
4044
4080
|
fill: "currentColor"
|
|
4045
4081
|
}
|
|
4046
4082
|
),
|
|
4047
|
-
/* @__PURE__ */
|
|
4083
|
+
/* @__PURE__ */ React72.createElement(
|
|
4048
4084
|
"path",
|
|
4049
4085
|
{
|
|
4050
4086
|
fillRule: "evenodd",
|
|
@@ -4064,7 +4100,7 @@ var Mortgage_exports = {};
|
|
|
4064
4100
|
__export(Mortgage_exports, {
|
|
4065
4101
|
default: () => Mortgage_default
|
|
4066
4102
|
});
|
|
4067
|
-
import * as
|
|
4103
|
+
import * as React73 from "react";
|
|
4068
4104
|
var SvgMortgage, Mortgage_default;
|
|
4069
4105
|
var init_Mortgage = __esm({
|
|
4070
4106
|
"src/react/Mortgage.tsx"() {
|
|
@@ -4072,7 +4108,7 @@ var init_Mortgage = __esm({
|
|
|
4072
4108
|
init_types();
|
|
4073
4109
|
SvgMortgage = ({ size = 16, ...props }) => {
|
|
4074
4110
|
const sizeValue = resolveSize(size);
|
|
4075
|
-
return /* @__PURE__ */
|
|
4111
|
+
return /* @__PURE__ */ React73.createElement(
|
|
4076
4112
|
"svg",
|
|
4077
4113
|
{
|
|
4078
4114
|
width: sizeValue,
|
|
@@ -4082,7 +4118,7 @@ var init_Mortgage = __esm({
|
|
|
4082
4118
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4083
4119
|
...props
|
|
4084
4120
|
},
|
|
4085
|
-
/* @__PURE__ */
|
|
4121
|
+
/* @__PURE__ */ React73.createElement(
|
|
4086
4122
|
"path",
|
|
4087
4123
|
{
|
|
4088
4124
|
fillRule: "evenodd",
|
|
@@ -4091,7 +4127,7 @@ var init_Mortgage = __esm({
|
|
|
4091
4127
|
fill: "currentColor"
|
|
4092
4128
|
}
|
|
4093
4129
|
),
|
|
4094
|
-
/* @__PURE__ */
|
|
4130
|
+
/* @__PURE__ */ React73.createElement(
|
|
4095
4131
|
"path",
|
|
4096
4132
|
{
|
|
4097
4133
|
fillRule: "evenodd",
|
|
@@ -4100,7 +4136,7 @@ var init_Mortgage = __esm({
|
|
|
4100
4136
|
fill: "currentColor"
|
|
4101
4137
|
}
|
|
4102
4138
|
),
|
|
4103
|
-
/* @__PURE__ */
|
|
4139
|
+
/* @__PURE__ */ React73.createElement(
|
|
4104
4140
|
"path",
|
|
4105
4141
|
{
|
|
4106
4142
|
fillRule: "evenodd",
|
|
@@ -4109,7 +4145,7 @@ var init_Mortgage = __esm({
|
|
|
4109
4145
|
fill: "currentColor"
|
|
4110
4146
|
}
|
|
4111
4147
|
),
|
|
4112
|
-
/* @__PURE__ */
|
|
4148
|
+
/* @__PURE__ */ React73.createElement(
|
|
4113
4149
|
"path",
|
|
4114
4150
|
{
|
|
4115
4151
|
fillRule: "evenodd",
|
|
@@ -4118,7 +4154,7 @@ var init_Mortgage = __esm({
|
|
|
4118
4154
|
fill: "currentColor"
|
|
4119
4155
|
}
|
|
4120
4156
|
),
|
|
4121
|
-
/* @__PURE__ */
|
|
4157
|
+
/* @__PURE__ */ React73.createElement(
|
|
4122
4158
|
"path",
|
|
4123
4159
|
{
|
|
4124
4160
|
fillRule: "evenodd",
|
|
@@ -4127,7 +4163,7 @@ var init_Mortgage = __esm({
|
|
|
4127
4163
|
fill: "currentColor"
|
|
4128
4164
|
}
|
|
4129
4165
|
),
|
|
4130
|
-
/* @__PURE__ */
|
|
4166
|
+
/* @__PURE__ */ React73.createElement(
|
|
4131
4167
|
"path",
|
|
4132
4168
|
{
|
|
4133
4169
|
fillRule: "evenodd",
|
|
@@ -4136,7 +4172,7 @@ var init_Mortgage = __esm({
|
|
|
4136
4172
|
fill: "currentColor"
|
|
4137
4173
|
}
|
|
4138
4174
|
),
|
|
4139
|
-
/* @__PURE__ */
|
|
4175
|
+
/* @__PURE__ */ React73.createElement(
|
|
4140
4176
|
"path",
|
|
4141
4177
|
{
|
|
4142
4178
|
fillRule: "evenodd",
|
|
@@ -4156,7 +4192,7 @@ var Note_exports = {};
|
|
|
4156
4192
|
__export(Note_exports, {
|
|
4157
4193
|
default: () => Note_default
|
|
4158
4194
|
});
|
|
4159
|
-
import * as
|
|
4195
|
+
import * as React74 from "react";
|
|
4160
4196
|
var SvgNote, Note_default;
|
|
4161
4197
|
var init_Note = __esm({
|
|
4162
4198
|
"src/react/Note.tsx"() {
|
|
@@ -4164,7 +4200,7 @@ var init_Note = __esm({
|
|
|
4164
4200
|
init_types();
|
|
4165
4201
|
SvgNote = ({ size = 16, ...props }) => {
|
|
4166
4202
|
const sizeValue = resolveSize(size);
|
|
4167
|
-
return /* @__PURE__ */
|
|
4203
|
+
return /* @__PURE__ */ React74.createElement(
|
|
4168
4204
|
"svg",
|
|
4169
4205
|
{
|
|
4170
4206
|
width: sizeValue,
|
|
@@ -4174,7 +4210,7 @@ var init_Note = __esm({
|
|
|
4174
4210
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4175
4211
|
...props
|
|
4176
4212
|
},
|
|
4177
|
-
/* @__PURE__ */
|
|
4213
|
+
/* @__PURE__ */ React74.createElement(
|
|
4178
4214
|
"path",
|
|
4179
4215
|
{
|
|
4180
4216
|
d: "M2.09961 19V5C2.09961 4.23087 2.40536 3.49307 2.94922 2.94922C3.49307 2.40536 4.23087 2.09961 5 2.09961H16L16.0889 2.10449C16.2949 2.12493 16.489 2.21558 16.6367 2.36328L21.6367 7.36328C21.8055 7.53206 21.9004 7.76131 21.9004 8V19C21.9004 19.7691 21.5946 20.5069 21.0508 21.0508C20.5069 21.5946 19.7691 21.9004 19 21.9004H5C4.23087 21.9004 3.49307 21.5946 2.94922 21.0508C2.40536 20.5069 2.09961 19.7691 2.09961 19ZM15.9004 7C15.9004 7.29174 16.0164 7.57105 16.2227 7.77734C16.4289 7.98363 16.7083 8.09961 17 8.09961H19.8262L15.9004 4.17383V7ZM3.90039 19C3.90039 19.2917 4.01637 19.5711 4.22266 19.7773C4.42895 19.9836 4.70826 20.0996 5 20.0996H19C19.2917 20.0996 19.5711 19.9836 19.7773 19.7773C19.9836 19.5711 20.0996 19.2917 20.0996 19V9.90039H17C16.2309 9.90039 15.4931 9.59464 14.9492 9.05078C14.4054 8.50693 14.0996 7.76913 14.0996 7V3.90039H5C4.70826 3.90039 4.42895 4.01637 4.22266 4.22266C4.01637 4.42895 3.90039 4.70826 3.90039 5V19Z",
|
|
@@ -4192,7 +4228,7 @@ var Notes_exports = {};
|
|
|
4192
4228
|
__export(Notes_exports, {
|
|
4193
4229
|
default: () => Notes_default
|
|
4194
4230
|
});
|
|
4195
|
-
import * as
|
|
4231
|
+
import * as React75 from "react";
|
|
4196
4232
|
var SvgNotes, Notes_default;
|
|
4197
4233
|
var init_Notes = __esm({
|
|
4198
4234
|
"src/react/Notes.tsx"() {
|
|
@@ -4200,7 +4236,7 @@ var init_Notes = __esm({
|
|
|
4200
4236
|
init_types();
|
|
4201
4237
|
SvgNotes = ({ size = 16, ...props }) => {
|
|
4202
4238
|
const sizeValue = resolveSize(size);
|
|
4203
|
-
return /* @__PURE__ */
|
|
4239
|
+
return /* @__PURE__ */ React75.createElement(
|
|
4204
4240
|
"svg",
|
|
4205
4241
|
{
|
|
4206
4242
|
width: sizeValue,
|
|
@@ -4210,21 +4246,21 @@ var init_Notes = __esm({
|
|
|
4210
4246
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4211
4247
|
...props
|
|
4212
4248
|
},
|
|
4213
|
-
/* @__PURE__ */
|
|
4249
|
+
/* @__PURE__ */ React75.createElement(
|
|
4214
4250
|
"path",
|
|
4215
4251
|
{
|
|
4216
4252
|
d: "M12.7695 10.749C13.2819 10.749 13.6981 11.1644 13.6982 11.6768C13.698 12.1891 13.2819 12.6045 12.7695 12.6045H7.30273C6.79037 12.6045 6.37423 12.1891 6.37402 11.6768C6.37416 11.1644 6.79033 10.749 7.30273 10.749H12.7695Z",
|
|
4217
4253
|
fill: "currentColor"
|
|
4218
4254
|
}
|
|
4219
4255
|
),
|
|
4220
|
-
/* @__PURE__ */
|
|
4256
|
+
/* @__PURE__ */ React75.createElement(
|
|
4221
4257
|
"path",
|
|
4222
4258
|
{
|
|
4223
4259
|
d: "M15.5039 6.37402C16.0162 6.37422 16.4316 6.79037 16.4316 7.30273C16.4315 7.81499 16.0161 8.23027 15.5039 8.23047H7.30273C6.79033 8.23047 6.37416 7.81511 6.37402 7.30273C6.37402 6.79025 6.79025 6.37402 7.30273 6.37402H15.5039Z",
|
|
4224
4260
|
fill: "currentColor"
|
|
4225
4261
|
}
|
|
4226
4262
|
),
|
|
4227
|
-
/* @__PURE__ */
|
|
4263
|
+
/* @__PURE__ */ React75.createElement(
|
|
4228
4264
|
"path",
|
|
4229
4265
|
{
|
|
4230
4266
|
fillRule: "evenodd",
|
|
@@ -4244,7 +4280,7 @@ var Outside_exports = {};
|
|
|
4244
4280
|
__export(Outside_exports, {
|
|
4245
4281
|
default: () => Outside_default
|
|
4246
4282
|
});
|
|
4247
|
-
import * as
|
|
4283
|
+
import * as React76 from "react";
|
|
4248
4284
|
var SvgOutside, Outside_default;
|
|
4249
4285
|
var init_Outside = __esm({
|
|
4250
4286
|
"src/react/Outside.tsx"() {
|
|
@@ -4252,7 +4288,7 @@ var init_Outside = __esm({
|
|
|
4252
4288
|
init_types();
|
|
4253
4289
|
SvgOutside = ({ size = 16, ...props }) => {
|
|
4254
4290
|
const sizeValue = resolveSize(size);
|
|
4255
|
-
return /* @__PURE__ */
|
|
4291
|
+
return /* @__PURE__ */ React76.createElement(
|
|
4256
4292
|
"svg",
|
|
4257
4293
|
{
|
|
4258
4294
|
width: sizeValue,
|
|
@@ -4262,7 +4298,7 @@ var init_Outside = __esm({
|
|
|
4262
4298
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4263
4299
|
...props
|
|
4264
4300
|
},
|
|
4265
|
-
/* @__PURE__ */
|
|
4301
|
+
/* @__PURE__ */ React76.createElement(
|
|
4266
4302
|
"path",
|
|
4267
4303
|
{
|
|
4268
4304
|
fillRule: "evenodd",
|
|
@@ -4271,7 +4307,7 @@ var init_Outside = __esm({
|
|
|
4271
4307
|
fill: "currentColor"
|
|
4272
4308
|
}
|
|
4273
4309
|
),
|
|
4274
|
-
/* @__PURE__ */
|
|
4310
|
+
/* @__PURE__ */ React76.createElement(
|
|
4275
4311
|
"path",
|
|
4276
4312
|
{
|
|
4277
4313
|
fillRule: "evenodd",
|
|
@@ -4280,7 +4316,7 @@ var init_Outside = __esm({
|
|
|
4280
4316
|
fill: "currentColor"
|
|
4281
4317
|
}
|
|
4282
4318
|
),
|
|
4283
|
-
/* @__PURE__ */
|
|
4319
|
+
/* @__PURE__ */ React76.createElement(
|
|
4284
4320
|
"path",
|
|
4285
4321
|
{
|
|
4286
4322
|
fillRule: "evenodd",
|
|
@@ -4289,7 +4325,7 @@ var init_Outside = __esm({
|
|
|
4289
4325
|
fill: "currentColor"
|
|
4290
4326
|
}
|
|
4291
4327
|
),
|
|
4292
|
-
/* @__PURE__ */
|
|
4328
|
+
/* @__PURE__ */ React76.createElement(
|
|
4293
4329
|
"path",
|
|
4294
4330
|
{
|
|
4295
4331
|
fillRule: "evenodd",
|
|
@@ -4298,7 +4334,7 @@ var init_Outside = __esm({
|
|
|
4298
4334
|
fill: "currentColor"
|
|
4299
4335
|
}
|
|
4300
4336
|
),
|
|
4301
|
-
/* @__PURE__ */
|
|
4337
|
+
/* @__PURE__ */ React76.createElement(
|
|
4302
4338
|
"path",
|
|
4303
4339
|
{
|
|
4304
4340
|
fillRule: "evenodd",
|
|
@@ -4307,7 +4343,7 @@ var init_Outside = __esm({
|
|
|
4307
4343
|
fill: "currentColor"
|
|
4308
4344
|
}
|
|
4309
4345
|
),
|
|
4310
|
-
/* @__PURE__ */
|
|
4346
|
+
/* @__PURE__ */ React76.createElement(
|
|
4311
4347
|
"path",
|
|
4312
4348
|
{
|
|
4313
4349
|
fillRule: "evenodd",
|
|
@@ -4316,7 +4352,7 @@ var init_Outside = __esm({
|
|
|
4316
4352
|
fill: "currentColor"
|
|
4317
4353
|
}
|
|
4318
4354
|
),
|
|
4319
|
-
/* @__PURE__ */
|
|
4355
|
+
/* @__PURE__ */ React76.createElement(
|
|
4320
4356
|
"path",
|
|
4321
4357
|
{
|
|
4322
4358
|
fillRule: "evenodd",
|
|
@@ -4325,7 +4361,7 @@ var init_Outside = __esm({
|
|
|
4325
4361
|
fill: "currentColor"
|
|
4326
4362
|
}
|
|
4327
4363
|
),
|
|
4328
|
-
/* @__PURE__ */
|
|
4364
|
+
/* @__PURE__ */ React76.createElement(
|
|
4329
4365
|
"path",
|
|
4330
4366
|
{
|
|
4331
4367
|
fillRule: "evenodd",
|
|
@@ -4345,7 +4381,7 @@ var Parking_exports = {};
|
|
|
4345
4381
|
__export(Parking_exports, {
|
|
4346
4382
|
default: () => Parking_default
|
|
4347
4383
|
});
|
|
4348
|
-
import * as
|
|
4384
|
+
import * as React77 from "react";
|
|
4349
4385
|
var SvgParking, Parking_default;
|
|
4350
4386
|
var init_Parking = __esm({
|
|
4351
4387
|
"src/react/Parking.tsx"() {
|
|
@@ -4353,7 +4389,7 @@ var init_Parking = __esm({
|
|
|
4353
4389
|
init_types();
|
|
4354
4390
|
SvgParking = ({ size = 16, ...props }) => {
|
|
4355
4391
|
const sizeValue = resolveSize(size);
|
|
4356
|
-
return /* @__PURE__ */
|
|
4392
|
+
return /* @__PURE__ */ React77.createElement(
|
|
4357
4393
|
"svg",
|
|
4358
4394
|
{
|
|
4359
4395
|
width: sizeValue,
|
|
@@ -4363,7 +4399,7 @@ var init_Parking = __esm({
|
|
|
4363
4399
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4364
4400
|
...props
|
|
4365
4401
|
},
|
|
4366
|
-
/* @__PURE__ */
|
|
4402
|
+
/* @__PURE__ */ React77.createElement(
|
|
4367
4403
|
"path",
|
|
4368
4404
|
{
|
|
4369
4405
|
fillRule: "evenodd",
|
|
@@ -4372,7 +4408,7 @@ var init_Parking = __esm({
|
|
|
4372
4408
|
fill: "currentColor"
|
|
4373
4409
|
}
|
|
4374
4410
|
),
|
|
4375
|
-
/* @__PURE__ */
|
|
4411
|
+
/* @__PURE__ */ React77.createElement(
|
|
4376
4412
|
"path",
|
|
4377
4413
|
{
|
|
4378
4414
|
fillRule: "evenodd",
|
|
@@ -4381,7 +4417,7 @@ var init_Parking = __esm({
|
|
|
4381
4417
|
fill: "currentColor"
|
|
4382
4418
|
}
|
|
4383
4419
|
),
|
|
4384
|
-
/* @__PURE__ */
|
|
4420
|
+
/* @__PURE__ */ React77.createElement(
|
|
4385
4421
|
"path",
|
|
4386
4422
|
{
|
|
4387
4423
|
fillRule: "evenodd",
|
|
@@ -4390,7 +4426,7 @@ var init_Parking = __esm({
|
|
|
4390
4426
|
fill: "currentColor"
|
|
4391
4427
|
}
|
|
4392
4428
|
),
|
|
4393
|
-
/* @__PURE__ */
|
|
4429
|
+
/* @__PURE__ */ React77.createElement(
|
|
4394
4430
|
"path",
|
|
4395
4431
|
{
|
|
4396
4432
|
fillRule: "evenodd",
|
|
@@ -4399,7 +4435,7 @@ var init_Parking = __esm({
|
|
|
4399
4435
|
fill: "currentColor"
|
|
4400
4436
|
}
|
|
4401
4437
|
),
|
|
4402
|
-
/* @__PURE__ */
|
|
4438
|
+
/* @__PURE__ */ React77.createElement(
|
|
4403
4439
|
"path",
|
|
4404
4440
|
{
|
|
4405
4441
|
fillRule: "evenodd",
|
|
@@ -4419,7 +4455,7 @@ var Patio_exports = {};
|
|
|
4419
4455
|
__export(Patio_exports, {
|
|
4420
4456
|
default: () => Patio_default
|
|
4421
4457
|
});
|
|
4422
|
-
import * as
|
|
4458
|
+
import * as React78 from "react";
|
|
4423
4459
|
var SvgPatio, Patio_default;
|
|
4424
4460
|
var init_Patio = __esm({
|
|
4425
4461
|
"src/react/Patio.tsx"() {
|
|
@@ -4427,7 +4463,7 @@ var init_Patio = __esm({
|
|
|
4427
4463
|
init_types();
|
|
4428
4464
|
SvgPatio = ({ size = 16, ...props }) => {
|
|
4429
4465
|
const sizeValue = resolveSize(size);
|
|
4430
|
-
return /* @__PURE__ */
|
|
4466
|
+
return /* @__PURE__ */ React78.createElement(
|
|
4431
4467
|
"svg",
|
|
4432
4468
|
{
|
|
4433
4469
|
width: sizeValue,
|
|
@@ -4437,7 +4473,7 @@ var init_Patio = __esm({
|
|
|
4437
4473
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4438
4474
|
...props
|
|
4439
4475
|
},
|
|
4440
|
-
/* @__PURE__ */
|
|
4476
|
+
/* @__PURE__ */ React78.createElement(
|
|
4441
4477
|
"path",
|
|
4442
4478
|
{
|
|
4443
4479
|
fillRule: "evenodd",
|
|
@@ -4446,7 +4482,7 @@ var init_Patio = __esm({
|
|
|
4446
4482
|
fill: "currentColor"
|
|
4447
4483
|
}
|
|
4448
4484
|
),
|
|
4449
|
-
/* @__PURE__ */
|
|
4485
|
+
/* @__PURE__ */ React78.createElement(
|
|
4450
4486
|
"path",
|
|
4451
4487
|
{
|
|
4452
4488
|
fillRule: "evenodd",
|
|
@@ -4455,7 +4491,7 @@ var init_Patio = __esm({
|
|
|
4455
4491
|
fill: "currentColor"
|
|
4456
4492
|
}
|
|
4457
4493
|
),
|
|
4458
|
-
/* @__PURE__ */
|
|
4494
|
+
/* @__PURE__ */ React78.createElement(
|
|
4459
4495
|
"path",
|
|
4460
4496
|
{
|
|
4461
4497
|
fillRule: "evenodd",
|
|
@@ -4464,7 +4500,7 @@ var init_Patio = __esm({
|
|
|
4464
4500
|
fill: "currentColor"
|
|
4465
4501
|
}
|
|
4466
4502
|
),
|
|
4467
|
-
/* @__PURE__ */
|
|
4503
|
+
/* @__PURE__ */ React78.createElement(
|
|
4468
4504
|
"path",
|
|
4469
4505
|
{
|
|
4470
4506
|
fillRule: "evenodd",
|
|
@@ -4473,7 +4509,7 @@ var init_Patio = __esm({
|
|
|
4473
4509
|
fill: "currentColor"
|
|
4474
4510
|
}
|
|
4475
4511
|
),
|
|
4476
|
-
/* @__PURE__ */
|
|
4512
|
+
/* @__PURE__ */ React78.createElement(
|
|
4477
4513
|
"path",
|
|
4478
4514
|
{
|
|
4479
4515
|
fillRule: "evenodd",
|
|
@@ -4482,7 +4518,7 @@ var init_Patio = __esm({
|
|
|
4482
4518
|
fill: "currentColor"
|
|
4483
4519
|
}
|
|
4484
4520
|
),
|
|
4485
|
-
/* @__PURE__ */
|
|
4521
|
+
/* @__PURE__ */ React78.createElement(
|
|
4486
4522
|
"path",
|
|
4487
4523
|
{
|
|
4488
4524
|
fillRule: "evenodd",
|
|
@@ -4491,7 +4527,7 @@ var init_Patio = __esm({
|
|
|
4491
4527
|
fill: "currentColor"
|
|
4492
4528
|
}
|
|
4493
4529
|
),
|
|
4494
|
-
/* @__PURE__ */
|
|
4530
|
+
/* @__PURE__ */ React78.createElement(
|
|
4495
4531
|
"path",
|
|
4496
4532
|
{
|
|
4497
4533
|
fillRule: "evenodd",
|
|
@@ -4500,7 +4536,7 @@ var init_Patio = __esm({
|
|
|
4500
4536
|
fill: "currentColor"
|
|
4501
4537
|
}
|
|
4502
4538
|
),
|
|
4503
|
-
/* @__PURE__ */
|
|
4539
|
+
/* @__PURE__ */ React78.createElement(
|
|
4504
4540
|
"path",
|
|
4505
4541
|
{
|
|
4506
4542
|
fillRule: "evenodd",
|
|
@@ -4509,7 +4545,7 @@ var init_Patio = __esm({
|
|
|
4509
4545
|
fill: "currentColor"
|
|
4510
4546
|
}
|
|
4511
4547
|
),
|
|
4512
|
-
/* @__PURE__ */
|
|
4548
|
+
/* @__PURE__ */ React78.createElement(
|
|
4513
4549
|
"path",
|
|
4514
4550
|
{
|
|
4515
4551
|
fillRule: "evenodd",
|
|
@@ -4529,7 +4565,7 @@ var Payments_exports = {};
|
|
|
4529
4565
|
__export(Payments_exports, {
|
|
4530
4566
|
default: () => Payments_default
|
|
4531
4567
|
});
|
|
4532
|
-
import * as
|
|
4568
|
+
import * as React79 from "react";
|
|
4533
4569
|
var SvgPayments, Payments_default;
|
|
4534
4570
|
var init_Payments = __esm({
|
|
4535
4571
|
"src/react/Payments.tsx"() {
|
|
@@ -4537,7 +4573,7 @@ var init_Payments = __esm({
|
|
|
4537
4573
|
init_types();
|
|
4538
4574
|
SvgPayments = ({ size = 16, ...props }) => {
|
|
4539
4575
|
const sizeValue = resolveSize(size);
|
|
4540
|
-
return /* @__PURE__ */
|
|
4576
|
+
return /* @__PURE__ */ React79.createElement(
|
|
4541
4577
|
"svg",
|
|
4542
4578
|
{
|
|
4543
4579
|
width: sizeValue,
|
|
@@ -4547,7 +4583,7 @@ var init_Payments = __esm({
|
|
|
4547
4583
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4548
4584
|
...props
|
|
4549
4585
|
},
|
|
4550
|
-
/* @__PURE__ */
|
|
4586
|
+
/* @__PURE__ */ React79.createElement(
|
|
4551
4587
|
"path",
|
|
4552
4588
|
{
|
|
4553
4589
|
d: "M14 13C13.1667 13 12.4583 12.7083 11.875 12.125C11.2917 11.5417 11 10.8333 11 10C11 9.16667 11.2917 8.45833 11.875 7.875C12.4583 7.29167 13.1667 7 14 7C14.8333 7 15.5417 7.29167 16.125 7.875C16.7083 8.45833 17 9.16667 17 10C17 10.8333 16.7083 11.5417 16.125 12.125C15.5417 12.7083 14.8333 13 14 13ZM7 16C6.45 16 5.97917 15.8042 5.5875 15.4125C5.19583 15.0208 5 14.55 5 14V6C5 5.45 5.19583 4.97917 5.5875 4.5875C5.97917 4.19583 6.45 4 7 4H21C21.55 4 22.0208 4.19583 22.4125 4.5875C22.8042 4.97917 23 5.45 23 6V14C23 14.55 22.8042 15.0208 22.4125 15.4125C22.0208 15.8042 21.55 16 21 16H7ZM9 14H19C19 13.45 19.1958 12.9792 19.5875 12.5875C19.9792 12.1958 20.45 12 21 12V8C20.45 8 19.9792 7.80417 19.5875 7.4125C19.1958 7.02083 19 6.55 19 6H9C9 6.55 8.80417 7.02083 8.4125 7.4125C8.02083 7.80417 7.55 8 7 8V12C7.55 12 8.02083 12.1958 8.4125 12.5875C8.80417 12.9792 9 13.45 9 14ZM20 20H3C2.45 20 1.97917 19.8042 1.5875 19.4125C1.19583 19.0208 1 18.55 1 18V7H3V18H20V20Z",
|
|
@@ -4565,7 +4601,7 @@ var PencilLine_exports = {};
|
|
|
4565
4601
|
__export(PencilLine_exports, {
|
|
4566
4602
|
default: () => PencilLine_default
|
|
4567
4603
|
});
|
|
4568
|
-
import * as
|
|
4604
|
+
import * as React80 from "react";
|
|
4569
4605
|
var SvgPencilLine, PencilLine_default;
|
|
4570
4606
|
var init_PencilLine = __esm({
|
|
4571
4607
|
"src/react/PencilLine.tsx"() {
|
|
@@ -4573,7 +4609,7 @@ var init_PencilLine = __esm({
|
|
|
4573
4609
|
init_types();
|
|
4574
4610
|
SvgPencilLine = ({ size = 16, ...props }) => {
|
|
4575
4611
|
const sizeValue = resolveSize(size);
|
|
4576
|
-
return /* @__PURE__ */
|
|
4612
|
+
return /* @__PURE__ */ React80.createElement(
|
|
4577
4613
|
"svg",
|
|
4578
4614
|
{
|
|
4579
4615
|
width: sizeValue,
|
|
@@ -4583,7 +4619,7 @@ var init_PencilLine = __esm({
|
|
|
4583
4619
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4584
4620
|
...props
|
|
4585
4621
|
},
|
|
4586
|
-
/* @__PURE__ */
|
|
4622
|
+
/* @__PURE__ */ React80.createElement(
|
|
4587
4623
|
"path",
|
|
4588
4624
|
{
|
|
4589
4625
|
fillRule: "evenodd",
|
|
@@ -4592,7 +4628,7 @@ var init_PencilLine = __esm({
|
|
|
4592
4628
|
fill: "currentColor"
|
|
4593
4629
|
}
|
|
4594
4630
|
),
|
|
4595
|
-
/* @__PURE__ */
|
|
4631
|
+
/* @__PURE__ */ React80.createElement(
|
|
4596
4632
|
"path",
|
|
4597
4633
|
{
|
|
4598
4634
|
fillRule: "evenodd",
|
|
@@ -4601,7 +4637,7 @@ var init_PencilLine = __esm({
|
|
|
4601
4637
|
fill: "currentColor"
|
|
4602
4638
|
}
|
|
4603
4639
|
),
|
|
4604
|
-
/* @__PURE__ */
|
|
4640
|
+
/* @__PURE__ */ React80.createElement(
|
|
4605
4641
|
"path",
|
|
4606
4642
|
{
|
|
4607
4643
|
fillRule: "evenodd",
|
|
@@ -4621,7 +4657,7 @@ var Pet_exports = {};
|
|
|
4621
4657
|
__export(Pet_exports, {
|
|
4622
4658
|
default: () => Pet_default
|
|
4623
4659
|
});
|
|
4624
|
-
import * as
|
|
4660
|
+
import * as React81 from "react";
|
|
4625
4661
|
var SvgPet, Pet_default;
|
|
4626
4662
|
var init_Pet = __esm({
|
|
4627
4663
|
"src/react/Pet.tsx"() {
|
|
@@ -4629,7 +4665,7 @@ var init_Pet = __esm({
|
|
|
4629
4665
|
init_types();
|
|
4630
4666
|
SvgPet = ({ size = 16, ...props }) => {
|
|
4631
4667
|
const sizeValue = resolveSize(size);
|
|
4632
|
-
return /* @__PURE__ */
|
|
4668
|
+
return /* @__PURE__ */ React81.createElement(
|
|
4633
4669
|
"svg",
|
|
4634
4670
|
{
|
|
4635
4671
|
width: sizeValue,
|
|
@@ -4639,7 +4675,7 @@ var init_Pet = __esm({
|
|
|
4639
4675
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4640
4676
|
...props
|
|
4641
4677
|
},
|
|
4642
|
-
/* @__PURE__ */
|
|
4678
|
+
/* @__PURE__ */ React81.createElement(
|
|
4643
4679
|
"path",
|
|
4644
4680
|
{
|
|
4645
4681
|
fillRule: "evenodd",
|
|
@@ -4648,7 +4684,7 @@ var init_Pet = __esm({
|
|
|
4648
4684
|
fill: "currentColor"
|
|
4649
4685
|
}
|
|
4650
4686
|
),
|
|
4651
|
-
/* @__PURE__ */
|
|
4687
|
+
/* @__PURE__ */ React81.createElement(
|
|
4652
4688
|
"path",
|
|
4653
4689
|
{
|
|
4654
4690
|
fillRule: "evenodd",
|
|
@@ -4657,7 +4693,7 @@ var init_Pet = __esm({
|
|
|
4657
4693
|
fill: "currentColor"
|
|
4658
4694
|
}
|
|
4659
4695
|
),
|
|
4660
|
-
/* @__PURE__ */
|
|
4696
|
+
/* @__PURE__ */ React81.createElement(
|
|
4661
4697
|
"path",
|
|
4662
4698
|
{
|
|
4663
4699
|
fillRule: "evenodd",
|
|
@@ -4666,7 +4702,7 @@ var init_Pet = __esm({
|
|
|
4666
4702
|
fill: "currentColor"
|
|
4667
4703
|
}
|
|
4668
4704
|
),
|
|
4669
|
-
/* @__PURE__ */
|
|
4705
|
+
/* @__PURE__ */ React81.createElement(
|
|
4670
4706
|
"path",
|
|
4671
4707
|
{
|
|
4672
4708
|
fillRule: "evenodd",
|
|
@@ -4675,7 +4711,7 @@ var init_Pet = __esm({
|
|
|
4675
4711
|
fill: "currentColor"
|
|
4676
4712
|
}
|
|
4677
4713
|
),
|
|
4678
|
-
/* @__PURE__ */
|
|
4714
|
+
/* @__PURE__ */ React81.createElement(
|
|
4679
4715
|
"path",
|
|
4680
4716
|
{
|
|
4681
4717
|
fillRule: "evenodd",
|
|
@@ -4684,7 +4720,7 @@ var init_Pet = __esm({
|
|
|
4684
4720
|
fill: "currentColor"
|
|
4685
4721
|
}
|
|
4686
4722
|
),
|
|
4687
|
-
/* @__PURE__ */
|
|
4723
|
+
/* @__PURE__ */ React81.createElement(
|
|
4688
4724
|
"path",
|
|
4689
4725
|
{
|
|
4690
4726
|
fillRule: "evenodd",
|
|
@@ -4704,7 +4740,7 @@ var PhoneLinear_exports = {};
|
|
|
4704
4740
|
__export(PhoneLinear_exports, {
|
|
4705
4741
|
default: () => PhoneLinear_default
|
|
4706
4742
|
});
|
|
4707
|
-
import * as
|
|
4743
|
+
import * as React82 from "react";
|
|
4708
4744
|
var SvgPhoneLinear, PhoneLinear_default;
|
|
4709
4745
|
var init_PhoneLinear = __esm({
|
|
4710
4746
|
"src/react/PhoneLinear.tsx"() {
|
|
@@ -4712,7 +4748,7 @@ var init_PhoneLinear = __esm({
|
|
|
4712
4748
|
init_types();
|
|
4713
4749
|
SvgPhoneLinear = ({ size = 16, ...props }) => {
|
|
4714
4750
|
const sizeValue = resolveSize(size);
|
|
4715
|
-
return /* @__PURE__ */
|
|
4751
|
+
return /* @__PURE__ */ React82.createElement(
|
|
4716
4752
|
"svg",
|
|
4717
4753
|
{
|
|
4718
4754
|
width: sizeValue,
|
|
@@ -4722,7 +4758,7 @@ var init_PhoneLinear = __esm({
|
|
|
4722
4758
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4723
4759
|
...props
|
|
4724
4760
|
},
|
|
4725
|
-
/* @__PURE__ */
|
|
4761
|
+
/* @__PURE__ */ React82.createElement(
|
|
4726
4762
|
"path",
|
|
4727
4763
|
{
|
|
4728
4764
|
d: "M2.03296 7.0498C2.03301 6.32705 2.16087 5.62378 2.42358 4.9668C2.69267 4.28489 3.11486 3.66908 3.68433 3.13184C4.39753 2.43522 5.24516 2.03418 6.18823 2.03418C6.56349 2.03424 6.9463 2.11459 7.29858 2.28125C7.66527 2.45049 8.00211 2.71079 8.26343 3.08496L10.3669 6.04883C10.5611 6.31906 10.715 6.58748 10.8279 6.86328C10.9416 7.13229 11.0221 7.439 11.0222 7.75684C11.0222 8.15556 10.9049 8.53405 10.7009 8.86914L10.7 8.86816C10.536 9.15169 10.3181 9.42026 10.072 9.66797L9.55444 10.2061C9.68722 10.4205 9.90014 10.714 10.2136 11.085L10.8308 11.7793C11.0394 12.0074 11.2549 12.2359 11.4783 12.4639L12.1843 13.1396C12.4148 13.3537 12.6419 13.5573 12.8699 13.751C13.2453 14.0686 13.5438 14.2787 13.7654 14.4102L14.2761 13.9062C14.5236 13.6592 14.7967 13.4343 15.0935 13.2705L15.2195 13.1992C15.518 13.041 15.845 12.9492 16.2048 12.9492C16.5089 12.9492 16.8058 13.0141 17.0984 13.1338C17.3733 13.2462 17.6383 13.3994 17.8982 13.5762L17.906 13.5811L17.9138 13.5869L20.9138 15.7168C21.2179 15.9288 21.4689 16.1936 21.6443 16.5225L21.7156 16.6689L21.7214 16.6826L21.7273 16.6973C21.8508 17.006 21.9373 17.3467 21.9373 17.7383C21.9372 18.1995 21.8337 18.6658 21.6238 19.1104C21.434 19.5123 21.1859 19.8954 20.8601 20.2549C20.3378 20.8305 19.7416 21.2675 19.0525 21.5508C18.3948 21.8248 17.6879 21.9648 16.9392 21.9648C15.8724 21.9648 14.7643 21.714 13.6316 21.2314C12.5201 20.7579 11.4182 20.1241 10.3357 19.3359L10.3347 19.335C9.25516 18.5464 8.2325 17.6746 7.25854 16.71L7.25269 16.7031C6.28835 15.7294 5.41555 14.7071 4.6355 13.6357L4.63257 13.6318C3.85754 12.5544 3.22319 11.4624 2.75757 10.3662L2.75659 10.3643C2.28356 9.24081 2.03296 8.13301 2.03296 7.0498ZM3.83374 7.0498C3.83374 7.85158 4.01818 8.72047 4.41479 9.66309L4.57397 10.0205C4.9619 10.8577 5.46914 11.7118 6.09058 12.5762L6.36597 12.9473C7.01956 13.8092 7.74178 14.6386 8.53198 15.4365C9.4415 16.3367 10.3924 17.1482 11.3953 17.8809L11.7644 18.1426C12.6253 18.7361 13.4849 19.2123 14.3367 19.5752C15.2888 19.9809 16.1569 20.165 16.9392 20.165C17.4595 20.165 17.931 20.0689 18.3611 19.8896L18.366 19.8877C18.7807 19.7176 19.1623 19.448 19.5271 19.0459C19.7269 18.8253 19.8775 18.5923 19.9958 18.3418C20.0941 18.1337 20.1365 17.9296 20.1365 17.7383C20.1365 17.6275 20.1154 17.52 20.0632 17.3848C20.039 17.3335 19.9937 17.2687 19.8806 17.1904L19.8718 17.1846L16.8787 15.0596C16.6891 14.9312 16.539 14.8498 16.4167 14.7998C16.3109 14.7565 16.2451 14.749 16.2048 14.749C16.1628 14.749 16.1141 14.7568 16.0291 14.8086L16.0037 14.8242L15.9773 14.8379C15.8791 14.8892 15.7346 14.9936 15.5447 15.1836L15.5408 15.1875L14.8523 15.8682L14.8513 15.8672C14.5927 16.1239 14.2516 16.2811 13.8484 16.2812C13.6971 16.2812 13.5095 16.264 13.3054 16.1875L13.2859 16.1807L13.2664 16.1719C13.2224 16.153 13.1818 16.134 13.158 16.123C13.1328 16.1115 13.1238 16.1084 13.1238 16.1084L13.0798 16.0898L13.0369 16.0674C12.6503 15.8627 12.2055 15.5471 11.7078 15.126L11.7058 15.124C11.2021 14.6963 10.7132 14.2355 10.2166 13.748L10.2048 13.7363C9.71738 13.2395 9.26936 12.7446 8.85229 12.2627L8.84546 12.2549C8.43086 11.7649 8.10584 11.3213 7.90015 10.9443L7.86108 10.874L7.83569 10.7979C7.83405 10.7939 7.83126 10.7883 7.82788 10.7803C7.81747 10.7557 7.79565 10.7047 7.77417 10.6475L7.75659 10.5996L7.7439 10.5498C7.7275 10.4842 7.71422 10.417 7.70483 10.3467L7.69019 10.123L7.69604 9.9873C7.72414 9.67259 7.85138 9.37104 8.09839 9.12402L8.77515 8.4209L8.78784 8.4082C8.9646 8.23144 9.08062 8.07757 9.14819 7.95801L9.15503 7.94531L9.16284 7.93262C9.21259 7.85081 9.22241 7.79321 9.22241 7.75684C9.2223 7.73497 9.21389 7.66631 9.16772 7.55859L9.16187 7.54492C9.11221 7.42362 9.03257 7.27691 8.9021 7.0957L8.89819 7.09082L6.79565 4.12598L6.78979 4.11816C6.72557 4.02539 6.64667 3.96211 6.54468 3.91504L6.53296 3.90918C6.43566 3.86248 6.31587 3.83502 6.18823 3.83496C5.79566 3.83496 5.37766 3.99039 4.93335 4.42773L4.91968 4.44141C4.52964 4.80939 4.26353 5.20778 4.09741 5.62988L4.09546 5.63477C3.92328 6.06522 3.83379 6.54018 3.83374 7.0498Z",
|
|
@@ -4740,7 +4776,7 @@ var PinMapSolid_exports = {};
|
|
|
4740
4776
|
__export(PinMapSolid_exports, {
|
|
4741
4777
|
default: () => PinMapSolid_default
|
|
4742
4778
|
});
|
|
4743
|
-
import * as
|
|
4779
|
+
import * as React83 from "react";
|
|
4744
4780
|
var SvgPinMapSolid, PinMapSolid_default;
|
|
4745
4781
|
var init_PinMapSolid = __esm({
|
|
4746
4782
|
"src/react/PinMapSolid.tsx"() {
|
|
@@ -4748,7 +4784,7 @@ var init_PinMapSolid = __esm({
|
|
|
4748
4784
|
init_types();
|
|
4749
4785
|
SvgPinMapSolid = ({ size = 16, ...props }) => {
|
|
4750
4786
|
const sizeValue = resolveSize(size);
|
|
4751
|
-
return /* @__PURE__ */
|
|
4787
|
+
return /* @__PURE__ */ React83.createElement(
|
|
4752
4788
|
"svg",
|
|
4753
4789
|
{
|
|
4754
4790
|
width: sizeValue,
|
|
@@ -4758,7 +4794,7 @@ var init_PinMapSolid = __esm({
|
|
|
4758
4794
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4759
4795
|
...props
|
|
4760
4796
|
},
|
|
4761
|
-
/* @__PURE__ */
|
|
4797
|
+
/* @__PURE__ */ React83.createElement(
|
|
4762
4798
|
"path",
|
|
4763
4799
|
{
|
|
4764
4800
|
fillRule: "evenodd",
|
|
@@ -4778,7 +4814,7 @@ var Plus_exports = {};
|
|
|
4778
4814
|
__export(Plus_exports, {
|
|
4779
4815
|
default: () => Plus_default
|
|
4780
4816
|
});
|
|
4781
|
-
import * as
|
|
4817
|
+
import * as React84 from "react";
|
|
4782
4818
|
var SvgPlus, Plus_default;
|
|
4783
4819
|
var init_Plus = __esm({
|
|
4784
4820
|
"src/react/Plus.tsx"() {
|
|
@@ -4786,7 +4822,7 @@ var init_Plus = __esm({
|
|
|
4786
4822
|
init_types();
|
|
4787
4823
|
SvgPlus = ({ size = 16, ...props }) => {
|
|
4788
4824
|
const sizeValue = resolveSize(size);
|
|
4789
|
-
return /* @__PURE__ */
|
|
4825
|
+
return /* @__PURE__ */ React84.createElement(
|
|
4790
4826
|
"svg",
|
|
4791
4827
|
{
|
|
4792
4828
|
width: sizeValue,
|
|
@@ -4796,7 +4832,7 @@ var init_Plus = __esm({
|
|
|
4796
4832
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4797
4833
|
...props
|
|
4798
4834
|
},
|
|
4799
|
-
/* @__PURE__ */
|
|
4835
|
+
/* @__PURE__ */ React84.createElement(
|
|
4800
4836
|
"path",
|
|
4801
4837
|
{
|
|
4802
4838
|
d: "M11 19V13H5C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11H11V5C11 4.44772 11.4477 4 12 4C12.5523 4 13 4.44772 13 5V11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H13V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19Z",
|
|
@@ -4814,7 +4850,7 @@ var Promotion_exports = {};
|
|
|
4814
4850
|
__export(Promotion_exports, {
|
|
4815
4851
|
default: () => Promotion_default
|
|
4816
4852
|
});
|
|
4817
|
-
import * as
|
|
4853
|
+
import * as React85 from "react";
|
|
4818
4854
|
var SvgPromotion, Promotion_default;
|
|
4819
4855
|
var init_Promotion = __esm({
|
|
4820
4856
|
"src/react/Promotion.tsx"() {
|
|
@@ -4822,7 +4858,7 @@ var init_Promotion = __esm({
|
|
|
4822
4858
|
init_types();
|
|
4823
4859
|
SvgPromotion = ({ size = 16, ...props }) => {
|
|
4824
4860
|
const sizeValue = resolveSize(size);
|
|
4825
|
-
return /* @__PURE__ */
|
|
4861
|
+
return /* @__PURE__ */ React85.createElement(
|
|
4826
4862
|
"svg",
|
|
4827
4863
|
{
|
|
4828
4864
|
width: sizeValue,
|
|
@@ -4832,7 +4868,7 @@ var init_Promotion = __esm({
|
|
|
4832
4868
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4833
4869
|
...props
|
|
4834
4870
|
},
|
|
4835
|
-
/* @__PURE__ */
|
|
4871
|
+
/* @__PURE__ */ React85.createElement(
|
|
4836
4872
|
"path",
|
|
4837
4873
|
{
|
|
4838
4874
|
fillRule: "evenodd",
|
|
@@ -4841,7 +4877,7 @@ var init_Promotion = __esm({
|
|
|
4841
4877
|
fill: "currentColor"
|
|
4842
4878
|
}
|
|
4843
4879
|
),
|
|
4844
|
-
/* @__PURE__ */
|
|
4880
|
+
/* @__PURE__ */ React85.createElement(
|
|
4845
4881
|
"path",
|
|
4846
4882
|
{
|
|
4847
4883
|
fillRule: "evenodd",
|
|
@@ -4850,7 +4886,7 @@ var init_Promotion = __esm({
|
|
|
4850
4886
|
fill: "currentColor"
|
|
4851
4887
|
}
|
|
4852
4888
|
),
|
|
4853
|
-
/* @__PURE__ */
|
|
4889
|
+
/* @__PURE__ */ React85.createElement(
|
|
4854
4890
|
"path",
|
|
4855
4891
|
{
|
|
4856
4892
|
fillRule: "evenodd",
|
|
@@ -4859,7 +4895,7 @@ var init_Promotion = __esm({
|
|
|
4859
4895
|
fill: "currentColor"
|
|
4860
4896
|
}
|
|
4861
4897
|
),
|
|
4862
|
-
/* @__PURE__ */
|
|
4898
|
+
/* @__PURE__ */ React85.createElement(
|
|
4863
4899
|
"path",
|
|
4864
4900
|
{
|
|
4865
4901
|
fillRule: "evenodd",
|
|
@@ -4879,7 +4915,7 @@ var PropertiesFilled_exports = {};
|
|
|
4879
4915
|
__export(PropertiesFilled_exports, {
|
|
4880
4916
|
default: () => PropertiesFilled_default
|
|
4881
4917
|
});
|
|
4882
|
-
import * as
|
|
4918
|
+
import * as React86 from "react";
|
|
4883
4919
|
var SvgPropertiesFilled, PropertiesFilled_default;
|
|
4884
4920
|
var init_PropertiesFilled = __esm({
|
|
4885
4921
|
"src/react/PropertiesFilled.tsx"() {
|
|
@@ -4887,7 +4923,7 @@ var init_PropertiesFilled = __esm({
|
|
|
4887
4923
|
init_types();
|
|
4888
4924
|
SvgPropertiesFilled = ({ size = 16, ...props }) => {
|
|
4889
4925
|
const sizeValue = resolveSize(size);
|
|
4890
|
-
return /* @__PURE__ */
|
|
4926
|
+
return /* @__PURE__ */ React86.createElement(
|
|
4891
4927
|
"svg",
|
|
4892
4928
|
{
|
|
4893
4929
|
width: sizeValue,
|
|
@@ -4897,7 +4933,7 @@ var init_PropertiesFilled = __esm({
|
|
|
4897
4933
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4898
4934
|
...props
|
|
4899
4935
|
},
|
|
4900
|
-
/* @__PURE__ */
|
|
4936
|
+
/* @__PURE__ */ React86.createElement(
|
|
4901
4937
|
"path",
|
|
4902
4938
|
{
|
|
4903
4939
|
fillRule: "evenodd",
|
|
@@ -4906,7 +4942,7 @@ var init_PropertiesFilled = __esm({
|
|
|
4906
4942
|
fill: "currentColor"
|
|
4907
4943
|
}
|
|
4908
4944
|
),
|
|
4909
|
-
/* @__PURE__ */
|
|
4945
|
+
/* @__PURE__ */ React86.createElement(
|
|
4910
4946
|
"path",
|
|
4911
4947
|
{
|
|
4912
4948
|
fillRule: "evenodd",
|
|
@@ -4915,7 +4951,7 @@ var init_PropertiesFilled = __esm({
|
|
|
4915
4951
|
fill: "currentColor"
|
|
4916
4952
|
}
|
|
4917
4953
|
),
|
|
4918
|
-
/* @__PURE__ */
|
|
4954
|
+
/* @__PURE__ */ React86.createElement(
|
|
4919
4955
|
"path",
|
|
4920
4956
|
{
|
|
4921
4957
|
d: "M16.0356 0.902344C17.6923 0.902608 19.0356 2.24565 19.0356 3.90234V19.999C19.0356 21.6559 17.6915 22.999 16.0347 22.999H8.00049C6.34363 22.999 5.00049 21.6559 5.00049 19.999V3.90234C5.00049 2.24549 6.34363 0.902344 8.00049 0.902344H16.0356ZM10.0005 17C9.4482 17 9.00049 17.4477 9.00049 18C9.00051 18.5523 9.44822 19 10.0005 19H14.0005C14.5525 18.9997 15.0005 18.5521 15.0005 18C15.0005 17.4479 14.5525 17.0003 14.0005 17H10.0005ZM10.0005 13C9.4482 13 9.00049 13.4477 9.00049 14C9.00051 14.5523 9.44822 15 10.0005 15H14.0005C14.5525 14.9997 15.0005 14.5521 15.0005 14C15.0005 13.4479 14.5525 13.0003 14.0005 13H10.0005ZM10.0005 9C9.4482 9 9.00049 9.44771 9.00049 10C9.00051 10.5523 9.44822 11 10.0005 11H14.0005C14.5525 10.9997 15.0005 10.5521 15.0005 10C15.0005 9.44788 14.5525 9.00026 14.0005 9H10.0005ZM10.0005 5C9.4482 5 9.00049 5.44772 9.00049 6C9.00051 6.55226 9.44822 7 10.0005 7H14.0005C14.5525 6.99974 15.0005 6.5521 15.0005 6C15.0005 5.44788 14.5525 5.00026 14.0005 5H10.0005Z",
|
|
@@ -4933,7 +4969,7 @@ var PropertiesLinear_exports = {};
|
|
|
4933
4969
|
__export(PropertiesLinear_exports, {
|
|
4934
4970
|
default: () => PropertiesLinear_default
|
|
4935
4971
|
});
|
|
4936
|
-
import * as
|
|
4972
|
+
import * as React87 from "react";
|
|
4937
4973
|
var SvgPropertiesLinear, PropertiesLinear_default;
|
|
4938
4974
|
var init_PropertiesLinear = __esm({
|
|
4939
4975
|
"src/react/PropertiesLinear.tsx"() {
|
|
@@ -4941,7 +4977,7 @@ var init_PropertiesLinear = __esm({
|
|
|
4941
4977
|
init_types();
|
|
4942
4978
|
SvgPropertiesLinear = ({ size = 16, ...props }) => {
|
|
4943
4979
|
const sizeValue = resolveSize(size);
|
|
4944
|
-
return /* @__PURE__ */
|
|
4980
|
+
return /* @__PURE__ */ React87.createElement(
|
|
4945
4981
|
"svg",
|
|
4946
4982
|
{
|
|
4947
4983
|
width: sizeValue,
|
|
@@ -4951,7 +4987,7 @@ var init_PropertiesLinear = __esm({
|
|
|
4951
4987
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4952
4988
|
...props
|
|
4953
4989
|
},
|
|
4954
|
-
/* @__PURE__ */
|
|
4990
|
+
/* @__PURE__ */ React87.createElement(
|
|
4955
4991
|
"path",
|
|
4956
4992
|
{
|
|
4957
4993
|
fillRule: "evenodd",
|
|
@@ -4960,7 +4996,7 @@ var init_PropertiesLinear = __esm({
|
|
|
4960
4996
|
fill: "currentColor"
|
|
4961
4997
|
}
|
|
4962
4998
|
),
|
|
4963
|
-
/* @__PURE__ */
|
|
4999
|
+
/* @__PURE__ */ React87.createElement(
|
|
4964
5000
|
"path",
|
|
4965
5001
|
{
|
|
4966
5002
|
fillRule: "evenodd",
|
|
@@ -4969,7 +5005,7 @@ var init_PropertiesLinear = __esm({
|
|
|
4969
5005
|
fill: "currentColor"
|
|
4970
5006
|
}
|
|
4971
5007
|
),
|
|
4972
|
-
/* @__PURE__ */
|
|
5008
|
+
/* @__PURE__ */ React87.createElement(
|
|
4973
5009
|
"path",
|
|
4974
5010
|
{
|
|
4975
5011
|
fillRule: "evenodd",
|
|
@@ -4978,7 +5014,7 @@ var init_PropertiesLinear = __esm({
|
|
|
4978
5014
|
fill: "currentColor"
|
|
4979
5015
|
}
|
|
4980
5016
|
),
|
|
4981
|
-
/* @__PURE__ */
|
|
5017
|
+
/* @__PURE__ */ React87.createElement(
|
|
4982
5018
|
"path",
|
|
4983
5019
|
{
|
|
4984
5020
|
fillRule: "evenodd",
|
|
@@ -4987,7 +5023,7 @@ var init_PropertiesLinear = __esm({
|
|
|
4987
5023
|
fill: "currentColor"
|
|
4988
5024
|
}
|
|
4989
5025
|
),
|
|
4990
|
-
/* @__PURE__ */
|
|
5026
|
+
/* @__PURE__ */ React87.createElement(
|
|
4991
5027
|
"path",
|
|
4992
5028
|
{
|
|
4993
5029
|
fillRule: "evenodd",
|
|
@@ -4996,7 +5032,7 @@ var init_PropertiesLinear = __esm({
|
|
|
4996
5032
|
fill: "currentColor"
|
|
4997
5033
|
}
|
|
4998
5034
|
),
|
|
4999
|
-
/* @__PURE__ */
|
|
5035
|
+
/* @__PURE__ */ React87.createElement(
|
|
5000
5036
|
"path",
|
|
5001
5037
|
{
|
|
5002
5038
|
fillRule: "evenodd",
|
|
@@ -5005,7 +5041,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5005
5041
|
fill: "currentColor"
|
|
5006
5042
|
}
|
|
5007
5043
|
),
|
|
5008
|
-
/* @__PURE__ */
|
|
5044
|
+
/* @__PURE__ */ React87.createElement(
|
|
5009
5045
|
"path",
|
|
5010
5046
|
{
|
|
5011
5047
|
fillRule: "evenodd",
|
|
@@ -5025,7 +5061,7 @@ var Rent_exports = {};
|
|
|
5025
5061
|
__export(Rent_exports, {
|
|
5026
5062
|
default: () => Rent_default
|
|
5027
5063
|
});
|
|
5028
|
-
import * as
|
|
5064
|
+
import * as React88 from "react";
|
|
5029
5065
|
var SvgRent, Rent_default;
|
|
5030
5066
|
var init_Rent = __esm({
|
|
5031
5067
|
"src/react/Rent.tsx"() {
|
|
@@ -5033,7 +5069,7 @@ var init_Rent = __esm({
|
|
|
5033
5069
|
init_types();
|
|
5034
5070
|
SvgRent = ({ size = 16, ...props }) => {
|
|
5035
5071
|
const sizeValue = resolveSize(size);
|
|
5036
|
-
return /* @__PURE__ */
|
|
5072
|
+
return /* @__PURE__ */ React88.createElement(
|
|
5037
5073
|
"svg",
|
|
5038
5074
|
{
|
|
5039
5075
|
width: sizeValue,
|
|
@@ -5043,7 +5079,7 @@ var init_Rent = __esm({
|
|
|
5043
5079
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5044
5080
|
...props
|
|
5045
5081
|
},
|
|
5046
|
-
/* @__PURE__ */
|
|
5082
|
+
/* @__PURE__ */ React88.createElement(
|
|
5047
5083
|
"path",
|
|
5048
5084
|
{
|
|
5049
5085
|
fillRule: "evenodd",
|
|
@@ -5052,7 +5088,7 @@ var init_Rent = __esm({
|
|
|
5052
5088
|
fill: "currentColor"
|
|
5053
5089
|
}
|
|
5054
5090
|
),
|
|
5055
|
-
/* @__PURE__ */
|
|
5091
|
+
/* @__PURE__ */ React88.createElement(
|
|
5056
5092
|
"path",
|
|
5057
5093
|
{
|
|
5058
5094
|
fillRule: "evenodd",
|
|
@@ -5061,7 +5097,7 @@ var init_Rent = __esm({
|
|
|
5061
5097
|
fill: "currentColor"
|
|
5062
5098
|
}
|
|
5063
5099
|
),
|
|
5064
|
-
/* @__PURE__ */
|
|
5100
|
+
/* @__PURE__ */ React88.createElement(
|
|
5065
5101
|
"path",
|
|
5066
5102
|
{
|
|
5067
5103
|
fillRule: "evenodd",
|
|
@@ -5081,7 +5117,7 @@ var Restaurant_exports = {};
|
|
|
5081
5117
|
__export(Restaurant_exports, {
|
|
5082
5118
|
default: () => Restaurant_default
|
|
5083
5119
|
});
|
|
5084
|
-
import * as
|
|
5120
|
+
import * as React89 from "react";
|
|
5085
5121
|
var SvgRestaurant, Restaurant_default;
|
|
5086
5122
|
var init_Restaurant = __esm({
|
|
5087
5123
|
"src/react/Restaurant.tsx"() {
|
|
@@ -5089,7 +5125,7 @@ var init_Restaurant = __esm({
|
|
|
5089
5125
|
init_types();
|
|
5090
5126
|
SvgRestaurant = ({ size = 16, ...props }) => {
|
|
5091
5127
|
const sizeValue = resolveSize(size);
|
|
5092
|
-
return /* @__PURE__ */
|
|
5128
|
+
return /* @__PURE__ */ React89.createElement(
|
|
5093
5129
|
"svg",
|
|
5094
5130
|
{
|
|
5095
5131
|
width: sizeValue,
|
|
@@ -5099,7 +5135,7 @@ var init_Restaurant = __esm({
|
|
|
5099
5135
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5100
5136
|
...props
|
|
5101
5137
|
},
|
|
5102
|
-
/* @__PURE__ */
|
|
5138
|
+
/* @__PURE__ */ React89.createElement(
|
|
5103
5139
|
"path",
|
|
5104
5140
|
{
|
|
5105
5141
|
fillRule: "evenodd",
|
|
@@ -5108,7 +5144,7 @@ var init_Restaurant = __esm({
|
|
|
5108
5144
|
fill: "currentColor"
|
|
5109
5145
|
}
|
|
5110
5146
|
),
|
|
5111
|
-
/* @__PURE__ */
|
|
5147
|
+
/* @__PURE__ */ React89.createElement(
|
|
5112
5148
|
"path",
|
|
5113
5149
|
{
|
|
5114
5150
|
fillRule: "evenodd",
|
|
@@ -5128,7 +5164,7 @@ var Sale_exports = {};
|
|
|
5128
5164
|
__export(Sale_exports, {
|
|
5129
5165
|
default: () => Sale_default
|
|
5130
5166
|
});
|
|
5131
|
-
import * as
|
|
5167
|
+
import * as React90 from "react";
|
|
5132
5168
|
var SvgSale, Sale_default;
|
|
5133
5169
|
var init_Sale = __esm({
|
|
5134
5170
|
"src/react/Sale.tsx"() {
|
|
@@ -5136,7 +5172,7 @@ var init_Sale = __esm({
|
|
|
5136
5172
|
init_types();
|
|
5137
5173
|
SvgSale = ({ size = 16, ...props }) => {
|
|
5138
5174
|
const sizeValue = resolveSize(size);
|
|
5139
|
-
return /* @__PURE__ */
|
|
5175
|
+
return /* @__PURE__ */ React90.createElement(
|
|
5140
5176
|
"svg",
|
|
5141
5177
|
{
|
|
5142
5178
|
width: sizeValue,
|
|
@@ -5146,7 +5182,7 @@ var init_Sale = __esm({
|
|
|
5146
5182
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5147
5183
|
...props
|
|
5148
5184
|
},
|
|
5149
|
-
/* @__PURE__ */
|
|
5185
|
+
/* @__PURE__ */ React90.createElement(
|
|
5150
5186
|
"path",
|
|
5151
5187
|
{
|
|
5152
5188
|
fillRule: "evenodd",
|
|
@@ -5155,7 +5191,7 @@ var init_Sale = __esm({
|
|
|
5155
5191
|
fill: "currentColor"
|
|
5156
5192
|
}
|
|
5157
5193
|
),
|
|
5158
|
-
/* @__PURE__ */
|
|
5194
|
+
/* @__PURE__ */ React90.createElement(
|
|
5159
5195
|
"path",
|
|
5160
5196
|
{
|
|
5161
5197
|
fillRule: "evenodd",
|
|
@@ -5164,7 +5200,7 @@ var init_Sale = __esm({
|
|
|
5164
5200
|
fill: "currentColor"
|
|
5165
5201
|
}
|
|
5166
5202
|
),
|
|
5167
|
-
/* @__PURE__ */
|
|
5203
|
+
/* @__PURE__ */ React90.createElement(
|
|
5168
5204
|
"path",
|
|
5169
5205
|
{
|
|
5170
5206
|
fillRule: "evenodd",
|
|
@@ -5184,7 +5220,7 @@ var Search_exports = {};
|
|
|
5184
5220
|
__export(Search_exports, {
|
|
5185
5221
|
default: () => Search_default
|
|
5186
5222
|
});
|
|
5187
|
-
import * as
|
|
5223
|
+
import * as React91 from "react";
|
|
5188
5224
|
var SvgSearch, Search_default;
|
|
5189
5225
|
var init_Search = __esm({
|
|
5190
5226
|
"src/react/Search.tsx"() {
|
|
@@ -5192,7 +5228,7 @@ var init_Search = __esm({
|
|
|
5192
5228
|
init_types();
|
|
5193
5229
|
SvgSearch = ({ size = 16, ...props }) => {
|
|
5194
5230
|
const sizeValue = resolveSize(size);
|
|
5195
|
-
return /* @__PURE__ */
|
|
5231
|
+
return /* @__PURE__ */ React91.createElement(
|
|
5196
5232
|
"svg",
|
|
5197
5233
|
{
|
|
5198
5234
|
width: sizeValue,
|
|
@@ -5202,7 +5238,7 @@ var init_Search = __esm({
|
|
|
5202
5238
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5203
5239
|
...props
|
|
5204
5240
|
},
|
|
5205
|
-
/* @__PURE__ */
|
|
5241
|
+
/* @__PURE__ */ React91.createElement(
|
|
5206
5242
|
"path",
|
|
5207
5243
|
{
|
|
5208
5244
|
fillRule: "evenodd",
|
|
@@ -5211,7 +5247,7 @@ var init_Search = __esm({
|
|
|
5211
5247
|
fill: "currentColor"
|
|
5212
5248
|
}
|
|
5213
5249
|
),
|
|
5214
|
-
/* @__PURE__ */
|
|
5250
|
+
/* @__PURE__ */ React91.createElement(
|
|
5215
5251
|
"path",
|
|
5216
5252
|
{
|
|
5217
5253
|
fillRule: "evenodd",
|
|
@@ -5231,7 +5267,7 @@ var SearchX_exports = {};
|
|
|
5231
5267
|
__export(SearchX_exports, {
|
|
5232
5268
|
default: () => SearchX_default
|
|
5233
5269
|
});
|
|
5234
|
-
import * as
|
|
5270
|
+
import * as React92 from "react";
|
|
5235
5271
|
var SvgSearchX, SearchX_default;
|
|
5236
5272
|
var init_SearchX = __esm({
|
|
5237
5273
|
"src/react/SearchX.tsx"() {
|
|
@@ -5239,7 +5275,7 @@ var init_SearchX = __esm({
|
|
|
5239
5275
|
init_types();
|
|
5240
5276
|
SvgSearchX = ({ size = 16, ...props }) => {
|
|
5241
5277
|
const sizeValue = resolveSize(size);
|
|
5242
|
-
return /* @__PURE__ */
|
|
5278
|
+
return /* @__PURE__ */ React92.createElement(
|
|
5243
5279
|
"svg",
|
|
5244
5280
|
{
|
|
5245
5281
|
width: sizeValue,
|
|
@@ -5249,7 +5285,7 @@ var init_SearchX = __esm({
|
|
|
5249
5285
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5250
5286
|
...props
|
|
5251
5287
|
},
|
|
5252
|
-
/* @__PURE__ */
|
|
5288
|
+
/* @__PURE__ */ React92.createElement(
|
|
5253
5289
|
"path",
|
|
5254
5290
|
{
|
|
5255
5291
|
fillRule: "evenodd",
|
|
@@ -5258,7 +5294,7 @@ var init_SearchX = __esm({
|
|
|
5258
5294
|
fill: "currentColor"
|
|
5259
5295
|
}
|
|
5260
5296
|
),
|
|
5261
|
-
/* @__PURE__ */
|
|
5297
|
+
/* @__PURE__ */ React92.createElement(
|
|
5262
5298
|
"path",
|
|
5263
5299
|
{
|
|
5264
5300
|
fillRule: "evenodd",
|
|
@@ -5267,7 +5303,7 @@ var init_SearchX = __esm({
|
|
|
5267
5303
|
fill: "currentColor"
|
|
5268
5304
|
}
|
|
5269
5305
|
),
|
|
5270
|
-
/* @__PURE__ */
|
|
5306
|
+
/* @__PURE__ */ React92.createElement(
|
|
5271
5307
|
"path",
|
|
5272
5308
|
{
|
|
5273
5309
|
fillRule: "evenodd",
|
|
@@ -5276,7 +5312,7 @@ var init_SearchX = __esm({
|
|
|
5276
5312
|
fill: "currentColor"
|
|
5277
5313
|
}
|
|
5278
5314
|
),
|
|
5279
|
-
/* @__PURE__ */
|
|
5315
|
+
/* @__PURE__ */ React92.createElement(
|
|
5280
5316
|
"path",
|
|
5281
5317
|
{
|
|
5282
5318
|
fillRule: "evenodd",
|
|
@@ -5296,7 +5332,7 @@ var Share_exports = {};
|
|
|
5296
5332
|
__export(Share_exports, {
|
|
5297
5333
|
default: () => Share_default
|
|
5298
5334
|
});
|
|
5299
|
-
import * as
|
|
5335
|
+
import * as React93 from "react";
|
|
5300
5336
|
var SvgShare, Share_default;
|
|
5301
5337
|
var init_Share = __esm({
|
|
5302
5338
|
"src/react/Share.tsx"() {
|
|
@@ -5304,7 +5340,7 @@ var init_Share = __esm({
|
|
|
5304
5340
|
init_types();
|
|
5305
5341
|
SvgShare = ({ size = 16, ...props }) => {
|
|
5306
5342
|
const sizeValue = resolveSize(size);
|
|
5307
|
-
return /* @__PURE__ */
|
|
5343
|
+
return /* @__PURE__ */ React93.createElement(
|
|
5308
5344
|
"svg",
|
|
5309
5345
|
{
|
|
5310
5346
|
width: sizeValue,
|
|
@@ -5314,7 +5350,7 @@ var init_Share = __esm({
|
|
|
5314
5350
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5315
5351
|
...props
|
|
5316
5352
|
},
|
|
5317
|
-
/* @__PURE__ */
|
|
5353
|
+
/* @__PURE__ */ React93.createElement(
|
|
5318
5354
|
"path",
|
|
5319
5355
|
{
|
|
5320
5356
|
fillRule: "evenodd",
|
|
@@ -5323,7 +5359,7 @@ var init_Share = __esm({
|
|
|
5323
5359
|
fill: "currentColor"
|
|
5324
5360
|
}
|
|
5325
5361
|
),
|
|
5326
|
-
/* @__PURE__ */
|
|
5362
|
+
/* @__PURE__ */ React93.createElement(
|
|
5327
5363
|
"path",
|
|
5328
5364
|
{
|
|
5329
5365
|
fillRule: "evenodd",
|
|
@@ -5332,7 +5368,7 @@ var init_Share = __esm({
|
|
|
5332
5368
|
fill: "currentColor"
|
|
5333
5369
|
}
|
|
5334
5370
|
),
|
|
5335
|
-
/* @__PURE__ */
|
|
5371
|
+
/* @__PURE__ */ React93.createElement(
|
|
5336
5372
|
"path",
|
|
5337
5373
|
{
|
|
5338
5374
|
fillRule: "evenodd",
|
|
@@ -5352,7 +5388,7 @@ var Size3D_exports = {};
|
|
|
5352
5388
|
__export(Size3D_exports, {
|
|
5353
5389
|
default: () => Size3D_default
|
|
5354
5390
|
});
|
|
5355
|
-
import * as
|
|
5391
|
+
import * as React94 from "react";
|
|
5356
5392
|
var SvgSize3D, Size3D_default;
|
|
5357
5393
|
var init_Size3D = __esm({
|
|
5358
5394
|
"src/react/Size3D.tsx"() {
|
|
@@ -5360,7 +5396,7 @@ var init_Size3D = __esm({
|
|
|
5360
5396
|
init_types();
|
|
5361
5397
|
SvgSize3D = ({ size = 16, ...props }) => {
|
|
5362
5398
|
const sizeValue = resolveSize(size);
|
|
5363
|
-
return /* @__PURE__ */
|
|
5399
|
+
return /* @__PURE__ */ React94.createElement(
|
|
5364
5400
|
"svg",
|
|
5365
5401
|
{
|
|
5366
5402
|
width: sizeValue,
|
|
@@ -5370,7 +5406,7 @@ var init_Size3D = __esm({
|
|
|
5370
5406
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5371
5407
|
...props
|
|
5372
5408
|
},
|
|
5373
|
-
/* @__PURE__ */
|
|
5409
|
+
/* @__PURE__ */ React94.createElement(
|
|
5374
5410
|
"path",
|
|
5375
5411
|
{
|
|
5376
5412
|
fillRule: "evenodd",
|
|
@@ -5379,7 +5415,7 @@ var init_Size3D = __esm({
|
|
|
5379
5415
|
fill: "currentColor"
|
|
5380
5416
|
}
|
|
5381
5417
|
),
|
|
5382
|
-
/* @__PURE__ */
|
|
5418
|
+
/* @__PURE__ */ React94.createElement(
|
|
5383
5419
|
"path",
|
|
5384
5420
|
{
|
|
5385
5421
|
fillRule: "evenodd",
|
|
@@ -5388,7 +5424,7 @@ var init_Size3D = __esm({
|
|
|
5388
5424
|
fill: "currentColor"
|
|
5389
5425
|
}
|
|
5390
5426
|
),
|
|
5391
|
-
/* @__PURE__ */
|
|
5427
|
+
/* @__PURE__ */ React94.createElement(
|
|
5392
5428
|
"path",
|
|
5393
5429
|
{
|
|
5394
5430
|
fillRule: "evenodd",
|
|
@@ -5397,7 +5433,7 @@ var init_Size3D = __esm({
|
|
|
5397
5433
|
fill: "currentColor"
|
|
5398
5434
|
}
|
|
5399
5435
|
),
|
|
5400
|
-
/* @__PURE__ */
|
|
5436
|
+
/* @__PURE__ */ React94.createElement(
|
|
5401
5437
|
"path",
|
|
5402
5438
|
{
|
|
5403
5439
|
fillRule: "evenodd",
|
|
@@ -5412,12 +5448,48 @@ var init_Size3D = __esm({
|
|
|
5412
5448
|
}
|
|
5413
5449
|
});
|
|
5414
5450
|
|
|
5451
|
+
// src/react/StatusDot.tsx
|
|
5452
|
+
var StatusDot_exports = {};
|
|
5453
|
+
__export(StatusDot_exports, {
|
|
5454
|
+
default: () => StatusDot_default
|
|
5455
|
+
});
|
|
5456
|
+
import * as React95 from "react";
|
|
5457
|
+
var SvgStatusDot, StatusDot_default;
|
|
5458
|
+
var init_StatusDot = __esm({
|
|
5459
|
+
"src/react/StatusDot.tsx"() {
|
|
5460
|
+
"use strict";
|
|
5461
|
+
init_types();
|
|
5462
|
+
SvgStatusDot = ({ size = 16, ...props }) => {
|
|
5463
|
+
const sizeValue = resolveSize(size);
|
|
5464
|
+
return /* @__PURE__ */ React95.createElement(
|
|
5465
|
+
"svg",
|
|
5466
|
+
{
|
|
5467
|
+
width: sizeValue,
|
|
5468
|
+
height: sizeValue,
|
|
5469
|
+
viewBox: "0 0 24 24",
|
|
5470
|
+
fill: "none",
|
|
5471
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5472
|
+
...props
|
|
5473
|
+
},
|
|
5474
|
+
/* @__PURE__ */ React95.createElement(
|
|
5475
|
+
"path",
|
|
5476
|
+
{
|
|
5477
|
+
d: "M16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z",
|
|
5478
|
+
fill: "currentColor"
|
|
5479
|
+
}
|
|
5480
|
+
)
|
|
5481
|
+
);
|
|
5482
|
+
};
|
|
5483
|
+
StatusDot_default = SvgStatusDot;
|
|
5484
|
+
}
|
|
5485
|
+
});
|
|
5486
|
+
|
|
5415
5487
|
// src/react/SwimmingPool.tsx
|
|
5416
5488
|
var SwimmingPool_exports = {};
|
|
5417
5489
|
__export(SwimmingPool_exports, {
|
|
5418
5490
|
default: () => SwimmingPool_default
|
|
5419
5491
|
});
|
|
5420
|
-
import * as
|
|
5492
|
+
import * as React96 from "react";
|
|
5421
5493
|
var SvgSwimmingPool, SwimmingPool_default;
|
|
5422
5494
|
var init_SwimmingPool = __esm({
|
|
5423
5495
|
"src/react/SwimmingPool.tsx"() {
|
|
@@ -5425,7 +5497,7 @@ var init_SwimmingPool = __esm({
|
|
|
5425
5497
|
init_types();
|
|
5426
5498
|
SvgSwimmingPool = ({ size = 16, ...props }) => {
|
|
5427
5499
|
const sizeValue = resolveSize(size);
|
|
5428
|
-
return /* @__PURE__ */
|
|
5500
|
+
return /* @__PURE__ */ React96.createElement(
|
|
5429
5501
|
"svg",
|
|
5430
5502
|
{
|
|
5431
5503
|
width: sizeValue,
|
|
@@ -5435,7 +5507,7 @@ var init_SwimmingPool = __esm({
|
|
|
5435
5507
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5436
5508
|
...props
|
|
5437
5509
|
},
|
|
5438
|
-
/* @__PURE__ */
|
|
5510
|
+
/* @__PURE__ */ React96.createElement(
|
|
5439
5511
|
"path",
|
|
5440
5512
|
{
|
|
5441
5513
|
fillRule: "evenodd",
|
|
@@ -5444,7 +5516,7 @@ var init_SwimmingPool = __esm({
|
|
|
5444
5516
|
fill: "currentColor"
|
|
5445
5517
|
}
|
|
5446
5518
|
),
|
|
5447
|
-
/* @__PURE__ */
|
|
5519
|
+
/* @__PURE__ */ React96.createElement(
|
|
5448
5520
|
"path",
|
|
5449
5521
|
{
|
|
5450
5522
|
fillRule: "evenodd",
|
|
@@ -5453,7 +5525,7 @@ var init_SwimmingPool = __esm({
|
|
|
5453
5525
|
fill: "currentColor"
|
|
5454
5526
|
}
|
|
5455
5527
|
),
|
|
5456
|
-
/* @__PURE__ */
|
|
5528
|
+
/* @__PURE__ */ React96.createElement(
|
|
5457
5529
|
"path",
|
|
5458
5530
|
{
|
|
5459
5531
|
fillRule: "evenodd",
|
|
@@ -5462,7 +5534,7 @@ var init_SwimmingPool = __esm({
|
|
|
5462
5534
|
fill: "currentColor"
|
|
5463
5535
|
}
|
|
5464
5536
|
),
|
|
5465
|
-
/* @__PURE__ */
|
|
5537
|
+
/* @__PURE__ */ React96.createElement(
|
|
5466
5538
|
"path",
|
|
5467
5539
|
{
|
|
5468
5540
|
fillRule: "evenodd",
|
|
@@ -5471,7 +5543,7 @@ var init_SwimmingPool = __esm({
|
|
|
5471
5543
|
fill: "currentColor"
|
|
5472
5544
|
}
|
|
5473
5545
|
),
|
|
5474
|
-
/* @__PURE__ */
|
|
5546
|
+
/* @__PURE__ */ React96.createElement(
|
|
5475
5547
|
"path",
|
|
5476
5548
|
{
|
|
5477
5549
|
fillRule: "evenodd",
|
|
@@ -5480,7 +5552,7 @@ var init_SwimmingPool = __esm({
|
|
|
5480
5552
|
fill: "currentColor"
|
|
5481
5553
|
}
|
|
5482
5554
|
),
|
|
5483
|
-
/* @__PURE__ */
|
|
5555
|
+
/* @__PURE__ */ React96.createElement(
|
|
5484
5556
|
"path",
|
|
5485
5557
|
{
|
|
5486
5558
|
fillRule: "evenodd",
|
|
@@ -5495,12 +5567,95 @@ var init_SwimmingPool = __esm({
|
|
|
5495
5567
|
}
|
|
5496
5568
|
});
|
|
5497
5569
|
|
|
5570
|
+
// src/react/Tasks.tsx
|
|
5571
|
+
var Tasks_exports = {};
|
|
5572
|
+
__export(Tasks_exports, {
|
|
5573
|
+
default: () => Tasks_default
|
|
5574
|
+
});
|
|
5575
|
+
import * as React97 from "react";
|
|
5576
|
+
var SvgTasks, Tasks_default;
|
|
5577
|
+
var init_Tasks = __esm({
|
|
5578
|
+
"src/react/Tasks.tsx"() {
|
|
5579
|
+
"use strict";
|
|
5580
|
+
init_types();
|
|
5581
|
+
SvgTasks = ({ size = 16, ...props }) => {
|
|
5582
|
+
const sizeValue = resolveSize(size);
|
|
5583
|
+
return /* @__PURE__ */ React97.createElement(
|
|
5584
|
+
"svg",
|
|
5585
|
+
{
|
|
5586
|
+
width: sizeValue,
|
|
5587
|
+
height: sizeValue,
|
|
5588
|
+
viewBox: "0 0 24 24",
|
|
5589
|
+
fill: "none",
|
|
5590
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5591
|
+
...props
|
|
5592
|
+
},
|
|
5593
|
+
/* @__PURE__ */ React97.createElement(
|
|
5594
|
+
"path",
|
|
5595
|
+
{
|
|
5596
|
+
fillRule: "evenodd",
|
|
5597
|
+
clipRule: "evenodd",
|
|
5598
|
+
d: "M9.70711 9.29289C10.0976 9.68342 10.0976 10.3166 9.70711 10.7071L5.70711 14.7071C5.31658 15.0976 4.68342 15.0976 4.29289 14.7071L2.29289 12.7071C1.90237 12.3166 1.90237 11.6834 2.29289 11.2929C2.68342 10.9024 3.31658 10.9024 3.70711 11.2929L5 12.5858L8.29289 9.29289C8.68342 8.90237 9.31658 8.90237 9.70711 9.29289Z",
|
|
5599
|
+
fill: "currentColor"
|
|
5600
|
+
}
|
|
5601
|
+
),
|
|
5602
|
+
/* @__PURE__ */ React97.createElement(
|
|
5603
|
+
"path",
|
|
5604
|
+
{
|
|
5605
|
+
fillRule: "evenodd",
|
|
5606
|
+
clipRule: "evenodd",
|
|
5607
|
+
d: "M12 5C12 4.44772 12.4477 4 13 4H21C21.5523 4 22 4.44772 22 5C22 5.55228 21.5523 6 21 6H13C12.4477 6 12 5.55228 12 5Z",
|
|
5608
|
+
fill: "currentColor"
|
|
5609
|
+
}
|
|
5610
|
+
),
|
|
5611
|
+
/* @__PURE__ */ React97.createElement(
|
|
5612
|
+
"path",
|
|
5613
|
+
{
|
|
5614
|
+
fillRule: "evenodd",
|
|
5615
|
+
clipRule: "evenodd",
|
|
5616
|
+
d: "M3.5 5C3.5 4.44772 3.94772 4 4.5 4H5.5C6.05229 4 6.5 4.44772 6.5 5C6.5 5.55228 6.05229 6 5.5 6H4.5C3.94772 6 3.5 5.55228 3.5 5Z",
|
|
5617
|
+
fill: "currentColor"
|
|
5618
|
+
}
|
|
5619
|
+
),
|
|
5620
|
+
/* @__PURE__ */ React97.createElement(
|
|
5621
|
+
"path",
|
|
5622
|
+
{
|
|
5623
|
+
fillRule: "evenodd",
|
|
5624
|
+
clipRule: "evenodd",
|
|
5625
|
+
d: "M3.5 19C3.5 18.4477 3.94772 18 4.5 18H5.5C6.05229 18 6.5 18.4477 6.5 19C6.5 19.5523 6.05229 20 5.5 20H4.5C3.94772 20 3.5 19.5523 3.5 19Z",
|
|
5626
|
+
fill: "currentColor"
|
|
5627
|
+
}
|
|
5628
|
+
),
|
|
5629
|
+
/* @__PURE__ */ React97.createElement(
|
|
5630
|
+
"path",
|
|
5631
|
+
{
|
|
5632
|
+
fillRule: "evenodd",
|
|
5633
|
+
clipRule: "evenodd",
|
|
5634
|
+
d: "M12 12C12 11.4477 12.4477 11 13 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H13C12.4477 13 12 12.5523 12 12Z",
|
|
5635
|
+
fill: "currentColor"
|
|
5636
|
+
}
|
|
5637
|
+
),
|
|
5638
|
+
/* @__PURE__ */ React97.createElement(
|
|
5639
|
+
"path",
|
|
5640
|
+
{
|
|
5641
|
+
fillRule: "evenodd",
|
|
5642
|
+
clipRule: "evenodd",
|
|
5643
|
+
d: "M12 19C12 18.4477 12.4477 18 13 18H21C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20H13C12.4477 20 12 19.5523 12 19Z",
|
|
5644
|
+
fill: "currentColor"
|
|
5645
|
+
}
|
|
5646
|
+
)
|
|
5647
|
+
);
|
|
5648
|
+
};
|
|
5649
|
+
Tasks_default = SvgTasks;
|
|
5650
|
+
}
|
|
5651
|
+
});
|
|
5652
|
+
|
|
5498
5653
|
// src/react/Terrace.tsx
|
|
5499
5654
|
var Terrace_exports = {};
|
|
5500
5655
|
__export(Terrace_exports, {
|
|
5501
5656
|
default: () => Terrace_default
|
|
5502
5657
|
});
|
|
5503
|
-
import * as
|
|
5658
|
+
import * as React98 from "react";
|
|
5504
5659
|
var SvgTerrace, Terrace_default;
|
|
5505
5660
|
var init_Terrace = __esm({
|
|
5506
5661
|
"src/react/Terrace.tsx"() {
|
|
@@ -5508,7 +5663,7 @@ var init_Terrace = __esm({
|
|
|
5508
5663
|
init_types();
|
|
5509
5664
|
SvgTerrace = ({ size = 16, ...props }) => {
|
|
5510
5665
|
const sizeValue = resolveSize(size);
|
|
5511
|
-
return /* @__PURE__ */
|
|
5666
|
+
return /* @__PURE__ */ React98.createElement(
|
|
5512
5667
|
"svg",
|
|
5513
5668
|
{
|
|
5514
5669
|
width: sizeValue,
|
|
@@ -5518,7 +5673,7 @@ var init_Terrace = __esm({
|
|
|
5518
5673
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5519
5674
|
...props
|
|
5520
5675
|
},
|
|
5521
|
-
/* @__PURE__ */
|
|
5676
|
+
/* @__PURE__ */ React98.createElement(
|
|
5522
5677
|
"path",
|
|
5523
5678
|
{
|
|
5524
5679
|
d: "M19.2676 10.7392C19.9333 10.2802 20.7544 10.1041 21.5498 10.25C22.2459 10.3777 22.8726 10.7431 23.3262 11.2783L23.5098 11.5176L23.668 11.7744C24.007 12.3881 24.1265 13.1031 23.999 13.7988C23.8539 14.591 23.4002 15.2922 22.7393 15.7519L22.7402 15.7529L17.7539 19.2871C17.6752 19.3567 17.5936 19.4218 17.5088 19.4824L18.7139 21.8926C18.9111 22.2877 18.7505 22.7683 18.3555 22.9658C17.9604 23.1631 17.4798 23.0025 17.2822 22.6074L15.9971 20.0371C15.9152 20.0438 15.8327 20.0498 15.75 20.0498H6.62305L6.02441 22.4443C5.91716 22.8728 5.48227 23.1335 5.05371 23.0264C4.62519 22.9191 4.36454 22.4842 4.47168 22.0556L4.97559 20.0361C4.26734 19.9721 3.60066 19.6631 3.09375 19.1562C2.52176 18.5842 2.2002 17.8089 2.2002 17C2.2002 16.1911 2.52176 15.4157 3.09375 14.8437C3.66574 14.2717 4.44109 13.9502 5.25 13.9502H14.7451L19.2588 10.7461L19.2676 10.7392ZM4.80762 9.69334C5.02854 9.31071 5.51776 9.17945 5.90039 9.40037C6.28273 9.6214 6.41323 10.1106 6.19238 10.4931L5.44238 11.792C5.22142 12.1745 4.73218 12.3058 4.34961 12.0849C3.96715 11.864 3.83674 11.3747 4.05762 10.9922L4.80762 9.69334ZM9.59961 9.40037C9.98224 9.17945 10.4715 9.31071 10.6924 9.69334L11.4424 10.9922C11.6633 11.3747 11.5329 11.864 11.1504 12.0849C10.7678 12.3058 10.2786 12.1745 10.0576 11.792L9.30762 10.4931C9.08677 10.1106 9.21727 9.6214 9.59961 9.40037ZM9.2002 6.19627C9.2002 5.81178 9.04723 5.4428 8.77539 5.17088C8.50346 4.89895 8.13456 4.74608 7.75 4.74608C7.36544 4.74608 6.99654 4.89895 6.72461 5.17088C6.45277 5.4428 6.2998 5.81178 6.2998 6.19627C6.29988 6.58073 6.45275 6.9498 6.72461 7.22166C6.99652 7.4935 7.3655 7.64647 7.75 7.64647C8.1345 7.64647 8.50348 7.4935 8.77539 7.22166C9.04725 6.9498 9.20012 6.58073 9.2002 6.19627ZM3.25 5.39647C3.69183 5.39647 4.0498 5.75444 4.0498 6.19627C4.04965 6.63797 3.69173 6.99608 3.25 6.99608H1.75C1.30827 6.99608 0.950351 6.63797 0.950195 6.19627C0.950195 5.75444 1.30817 5.39647 1.75 5.39647H3.25ZM13.75 5.39647C14.1918 5.39647 14.5498 5.75444 14.5498 6.19627C14.5496 6.63797 14.1917 6.99608 13.75 6.99608H12.25C11.8083 6.99608 11.4504 6.63797 11.4502 6.19627C11.4502 5.75444 11.8082 5.39647 12.25 5.39647H13.75ZM4.34961 0.3076C4.73208 0.0867727 5.22133 0.217327 5.44238 0.599592L6.19238 1.8994C6.41317 2.28197 6.28288 2.77124 5.90039 2.99217C5.51787 3.21302 5.02863 3.08157 4.80762 2.6992L4.05762 1.40037C3.83679 1.0179 3.96734 0.528649 4.34961 0.3076ZM10.0576 0.599592C10.2787 0.217326 10.7679 0.0867727 11.1504 0.3076C11.5327 0.528649 11.6632 1.0179 11.4424 1.40037L10.6924 2.6992C10.4714 3.08157 9.98213 3.21302 9.59961 2.99217C9.21712 2.77124 9.08683 2.28197 9.30762 1.8994L10.0576 0.599592ZM3.7998 17C3.7998 17.3845 3.95268 17.7534 4.22461 18.0254C4.49654 18.2973 4.86544 18.4502 5.25 18.4502H15.75L15.8848 18.4433C16.1975 18.4136 16.4931 18.2814 16.7246 18.0654L16.7646 18.0283L16.8086 17.9971L21.8154 14.4472L21.8232 14.4414C22.1391 14.2229 22.3555 13.8884 22.4248 13.5107C22.494 13.1328 22.4105 12.7421 22.1924 12.4258C21.974 12.1097 21.6386 11.8935 21.2607 11.8242C20.8862 11.7556 20.4994 11.8361 20.1846 12.0498L15.2549 15.5498H5.25C4.86544 15.5498 4.49654 15.7027 4.22461 15.9746C3.95268 16.2465 3.7998 16.6154 3.7998 17ZM10.7998 6.19627C10.7997 7.00508 10.4782 7.7806 9.90625 8.35252C9.33428 8.92442 8.55884 9.24608 7.75 9.24608C6.94116 9.24608 6.16572 8.92442 5.59375 8.35252C5.02183 7.7806 4.70027 7.00508 4.7002 6.19627C4.7002 5.38736 5.02176 4.61103 5.59375 4.03905C6.1657 3.46727 6.94125 3.14647 7.75 3.14647C8.55875 3.14647 9.3343 3.46727 9.90625 4.03905C10.4782 4.61103 10.7998 5.38736 10.7998 6.19627Z",
|
|
@@ -5536,7 +5691,7 @@ var ThermometerSnowflake_exports = {};
|
|
|
5536
5691
|
__export(ThermometerSnowflake_exports, {
|
|
5537
5692
|
default: () => ThermometerSnowflake_default
|
|
5538
5693
|
});
|
|
5539
|
-
import * as
|
|
5694
|
+
import * as React99 from "react";
|
|
5540
5695
|
var SvgThermometerSnowflake, ThermometerSnowflake_default;
|
|
5541
5696
|
var init_ThermometerSnowflake = __esm({
|
|
5542
5697
|
"src/react/ThermometerSnowflake.tsx"() {
|
|
@@ -5544,7 +5699,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
5544
5699
|
init_types();
|
|
5545
5700
|
SvgThermometerSnowflake = ({ size = 16, ...props }) => {
|
|
5546
5701
|
const sizeValue = resolveSize(size);
|
|
5547
|
-
return /* @__PURE__ */
|
|
5702
|
+
return /* @__PURE__ */ React99.createElement(
|
|
5548
5703
|
"svg",
|
|
5549
5704
|
{
|
|
5550
5705
|
width: sizeValue,
|
|
@@ -5554,7 +5709,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
5554
5709
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5555
5710
|
...props
|
|
5556
5711
|
},
|
|
5557
|
-
/* @__PURE__ */
|
|
5712
|
+
/* @__PURE__ */ React99.createElement(
|
|
5558
5713
|
"path",
|
|
5559
5714
|
{
|
|
5560
5715
|
fillRule: "evenodd",
|
|
@@ -5563,7 +5718,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
5563
5718
|
fill: "currentColor"
|
|
5564
5719
|
}
|
|
5565
5720
|
),
|
|
5566
|
-
/* @__PURE__ */
|
|
5721
|
+
/* @__PURE__ */ React99.createElement(
|
|
5567
5722
|
"path",
|
|
5568
5723
|
{
|
|
5569
5724
|
fillRule: "evenodd",
|
|
@@ -5572,7 +5727,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
5572
5727
|
fill: "currentColor"
|
|
5573
5728
|
}
|
|
5574
5729
|
),
|
|
5575
|
-
/* @__PURE__ */
|
|
5730
|
+
/* @__PURE__ */ React99.createElement(
|
|
5576
5731
|
"path",
|
|
5577
5732
|
{
|
|
5578
5733
|
fillRule: "evenodd",
|
|
@@ -5581,7 +5736,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
5581
5736
|
fill: "currentColor"
|
|
5582
5737
|
}
|
|
5583
5738
|
),
|
|
5584
|
-
/* @__PURE__ */
|
|
5739
|
+
/* @__PURE__ */ React99.createElement(
|
|
5585
5740
|
"path",
|
|
5586
5741
|
{
|
|
5587
5742
|
fillRule: "evenodd",
|
|
@@ -5590,7 +5745,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
5590
5745
|
fill: "currentColor"
|
|
5591
5746
|
}
|
|
5592
5747
|
),
|
|
5593
|
-
/* @__PURE__ */
|
|
5748
|
+
/* @__PURE__ */ React99.createElement(
|
|
5594
5749
|
"path",
|
|
5595
5750
|
{
|
|
5596
5751
|
fillRule: "evenodd",
|
|
@@ -5599,7 +5754,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
5599
5754
|
fill: "currentColor"
|
|
5600
5755
|
}
|
|
5601
5756
|
),
|
|
5602
|
-
/* @__PURE__ */
|
|
5757
|
+
/* @__PURE__ */ React99.createElement(
|
|
5603
5758
|
"path",
|
|
5604
5759
|
{
|
|
5605
5760
|
fillRule: "evenodd",
|
|
@@ -5619,7 +5774,7 @@ var Time_exports = {};
|
|
|
5619
5774
|
__export(Time_exports, {
|
|
5620
5775
|
default: () => Time_default
|
|
5621
5776
|
});
|
|
5622
|
-
import * as
|
|
5777
|
+
import * as React100 from "react";
|
|
5623
5778
|
var SvgTime, Time_default;
|
|
5624
5779
|
var init_Time = __esm({
|
|
5625
5780
|
"src/react/Time.tsx"() {
|
|
@@ -5627,7 +5782,7 @@ var init_Time = __esm({
|
|
|
5627
5782
|
init_types();
|
|
5628
5783
|
SvgTime = ({ size = 16, ...props }) => {
|
|
5629
5784
|
const sizeValue = resolveSize(size);
|
|
5630
|
-
return /* @__PURE__ */
|
|
5785
|
+
return /* @__PURE__ */ React100.createElement(
|
|
5631
5786
|
"svg",
|
|
5632
5787
|
{
|
|
5633
5788
|
width: sizeValue,
|
|
@@ -5637,7 +5792,7 @@ var init_Time = __esm({
|
|
|
5637
5792
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5638
5793
|
...props
|
|
5639
5794
|
},
|
|
5640
|
-
/* @__PURE__ */
|
|
5795
|
+
/* @__PURE__ */ React100.createElement(
|
|
5641
5796
|
"path",
|
|
5642
5797
|
{
|
|
5643
5798
|
fillRule: "evenodd",
|
|
@@ -5646,7 +5801,7 @@ var init_Time = __esm({
|
|
|
5646
5801
|
fill: "currentColor"
|
|
5647
5802
|
}
|
|
5648
5803
|
),
|
|
5649
|
-
/* @__PURE__ */
|
|
5804
|
+
/* @__PURE__ */ React100.createElement(
|
|
5650
5805
|
"path",
|
|
5651
5806
|
{
|
|
5652
5807
|
fillRule: "evenodd",
|
|
@@ -5666,7 +5821,7 @@ var TouchAndroid_exports = {};
|
|
|
5666
5821
|
__export(TouchAndroid_exports, {
|
|
5667
5822
|
default: () => TouchAndroid_default
|
|
5668
5823
|
});
|
|
5669
|
-
import * as
|
|
5824
|
+
import * as React101 from "react";
|
|
5670
5825
|
var SvgTouchAndroid, TouchAndroid_default;
|
|
5671
5826
|
var init_TouchAndroid = __esm({
|
|
5672
5827
|
"src/react/TouchAndroid.tsx"() {
|
|
@@ -5674,7 +5829,7 @@ var init_TouchAndroid = __esm({
|
|
|
5674
5829
|
init_types();
|
|
5675
5830
|
SvgTouchAndroid = ({ size = 16, ...props }) => {
|
|
5676
5831
|
const sizeValue = resolveSize(size);
|
|
5677
|
-
return /* @__PURE__ */
|
|
5832
|
+
return /* @__PURE__ */ React101.createElement(
|
|
5678
5833
|
"svg",
|
|
5679
5834
|
{
|
|
5680
5835
|
width: sizeValue,
|
|
@@ -5684,7 +5839,7 @@ var init_TouchAndroid = __esm({
|
|
|
5684
5839
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5685
5840
|
...props
|
|
5686
5841
|
},
|
|
5687
|
-
/* @__PURE__ */
|
|
5842
|
+
/* @__PURE__ */ React101.createElement(
|
|
5688
5843
|
"path",
|
|
5689
5844
|
{
|
|
5690
5845
|
d: "M18.3069 4.55233C18.2243 4.55233 18.1416 4.53167 18.0693 4.49033C16.0853 3.46733 14.3699 3.03333 12.3136 3.03333C10.2676 3.03333 8.32493 3.519 6.55793 4.49033C6.30993 4.62467 5.99993 4.53167 5.85526 4.28367C5.72093 4.03567 5.81393 3.71533 6.06193 3.581C7.98393 2.53733 10.0919 2 12.3136 2C14.5146 2 16.4366 2.48567 18.5446 3.57067C18.8029 3.705 18.8959 4.015 18.7616 4.263C18.6686 4.449 18.4929 4.55233 18.3069 4.55233ZM3.51993 9.97733C3.4166 9.97733 3.31326 9.94633 3.22026 9.88433C2.9826 9.719 2.93093 9.39867 3.09626 9.161C4.11926 7.71433 5.42126 6.57767 6.97126 5.782C10.2159 4.108 14.3699 4.09767 17.6249 5.77167C19.1749 6.56733 20.4769 7.69367 21.4999 9.13C21.6653 9.35733 21.6136 9.688 21.3759 9.85333C21.1383 10.0187 20.8179 9.967 20.6526 9.72933C19.7226 8.42733 18.5446 7.40433 17.1496 6.69133C14.1839 5.17233 10.3916 5.17233 7.43626 6.70167C6.03093 7.425 4.85293 8.45833 3.92293 9.76033C3.84026 9.905 3.68526 9.97733 3.51993 9.97733ZM9.97826 22.4497C9.84393 22.4497 9.7096 22.398 9.6166 22.2947C8.7176 21.3957 8.23193 20.817 7.5396 19.5667C6.8266 18.2957 6.4546 16.7457 6.4546 15.082C6.4546 12.013 9.07926 9.51233 12.3033 9.51233C15.5273 9.51233 18.1519 12.013 18.1519 15.082C18.1519 15.3713 17.9246 15.5987 17.6353 15.5987C17.3459 15.5987 17.1186 15.3713 17.1186 15.082C17.1186 12.5813 14.9589 10.5457 12.3033 10.5457C9.6476 10.5457 7.48793 12.5813 7.48793 15.082C7.48793 16.57 7.8186 17.9443 8.44893 19.0603C9.11027 20.2487 9.56493 20.755 10.3606 21.561C10.5569 21.7677 10.5569 22.088 10.3606 22.2947C10.2469 22.398 10.1126 22.4497 9.97826 22.4497ZM17.3873 20.538C16.1576 20.538 15.0726 20.228 14.1839 19.6183C12.6443 18.5747 11.7246 16.88 11.7246 15.082C11.7246 14.7927 11.9519 14.5653 12.2413 14.5653C12.5306 14.5653 12.7579 14.7927 12.7579 15.082C12.7579 16.539 13.5019 17.9133 14.7626 18.7607C15.4963 19.2567 16.3539 19.4943 17.3873 19.4943C17.6353 19.4943 18.0486 19.4633 18.4619 19.391C18.7409 19.3393 19.0096 19.5253 19.0613 19.8147C19.1129 20.0937 18.9269 20.3623 18.6376 20.414C18.0486 20.5277 17.5319 20.538 17.3873 20.538ZM15.3103 22.6667C15.2689 22.6667 15.2173 22.6563 15.1759 22.646C13.5329 22.1913 12.4583 21.5817 11.3319 20.476C9.88526 19.0397 9.0896 17.128 9.0896 15.082C9.0896 13.408 10.5156 12.044 12.2723 12.044C14.0289 12.044 15.4549 13.408 15.4549 15.082C15.4549 16.1877 16.4159 17.0867 17.6043 17.0867C18.7926 17.0867 19.7536 16.1877 19.7536 15.082C19.7536 11.1863 16.3953 8.02433 12.2619 8.02433C9.32726 8.02433 6.6406 9.657 5.4316 12.1887C5.0286 13.0257 4.82193 14.0073 4.82193 15.082C4.82193 15.888 4.89426 17.159 5.51426 18.8123C5.6176 19.081 5.48326 19.3807 5.2146 19.4737C4.94593 19.577 4.64626 19.4323 4.55326 19.174C4.04693 17.8203 3.79893 16.477 3.79893 15.082C3.79893 13.842 4.0366 12.7157 4.5016 11.734C5.87593 8.851 8.92426 6.98067 12.2619 6.98067C16.9636 6.98067 20.7869 10.6077 20.7869 15.0717C20.7869 16.7457 19.3609 18.1097 17.6043 18.1097C15.8476 18.1097 14.4216 16.7457 14.4216 15.0717C14.4216 13.966 13.4606 13.067 12.2723 13.067C11.0839 13.067 10.1229 13.966 10.1229 15.0717C10.1229 16.8387 10.8049 18.492 12.0553 19.732C13.0369 20.7033 13.9773 21.2407 15.4343 21.6437C15.7133 21.716 15.8683 22.0053 15.7959 22.274C15.7443 22.5117 15.5273 22.6667 15.3103 22.6667Z",
|
|
@@ -5702,7 +5857,7 @@ var TouchIos_exports = {};
|
|
|
5702
5857
|
__export(TouchIos_exports, {
|
|
5703
5858
|
default: () => TouchIos_default
|
|
5704
5859
|
});
|
|
5705
|
-
import * as
|
|
5860
|
+
import * as React102 from "react";
|
|
5706
5861
|
var SvgTouchIos, TouchIos_default;
|
|
5707
5862
|
var init_TouchIos = __esm({
|
|
5708
5863
|
"src/react/TouchIos.tsx"() {
|
|
@@ -5710,7 +5865,7 @@ var init_TouchIos = __esm({
|
|
|
5710
5865
|
init_types();
|
|
5711
5866
|
SvgTouchIos = ({ size = 16, ...props }) => {
|
|
5712
5867
|
const sizeValue = resolveSize(size);
|
|
5713
|
-
return /* @__PURE__ */
|
|
5868
|
+
return /* @__PURE__ */ React102.createElement(
|
|
5714
5869
|
"svg",
|
|
5715
5870
|
{
|
|
5716
5871
|
width: sizeValue,
|
|
@@ -5720,7 +5875,7 @@ var init_TouchIos = __esm({
|
|
|
5720
5875
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5721
5876
|
...props
|
|
5722
5877
|
},
|
|
5723
|
-
/* @__PURE__ */
|
|
5878
|
+
/* @__PURE__ */ React102.createElement(
|
|
5724
5879
|
"path",
|
|
5725
5880
|
{
|
|
5726
5881
|
d: "M15.126 16.078c0.245 0.036 0.327 0.227 0.327 0.445 -0.172 1.399 -0.499 2.734 -0.998 4.024 -0.408 1.045 -0.907 2.044 -1.534 2.979 -0.063 0.1 -0.127 0.209 -0.209 0.3 -0.163 0.191 -0.372 0.227 -0.563 0.1 -0.209 -0.136 -0.172 -0.336 -0.063 -0.527 0.19 -0.327 0.408 -0.636 0.599 -0.963 1.025 -1.78 1.688 -3.679 1.951 -5.722 0.009 -0.109 0.036 -0.209 0.063 -0.309 0.054 -0.218 0.191 -0.354 0.426 -0.327M11.751 10.21c0.989 -0.182 1.896 0.527 2.105 1.653 0.064 0.345 0.127 0.681 0.154 1.026 0.045 0.581 0.136 1.172 0.1 1.762 -0.045 3.306 -1.034 6.294 -3.012 8.956 -0.163 0.218 -0.345 0.49 -0.662 0.263 -0.299 -0.218 -0.154 -0.472 0.018 -0.708 1.497 -2.016 2.432 -4.269 2.758 -6.767 0.2 -1.535 0.136 -3.043 -0.163 -4.55 -0.127 -0.645 -0.69 -0.981 -1.325 -0.845 -0.535 0.118 -0.871 0.654 -0.753 1.262 0.281 1.49 0.318 2.97 0.046 4.46 -0.054 0.3 -0.054 0.736 -0.499 0.672 -0.454 -0.063 -0.318 -0.463 -0.263 -0.772 0.236 -1.371 0.245 -2.734 -0.027 -4.096 -0.236 -1.19 0.381 -2.107 1.524 -2.316m2.059 -2.171c0.118 -0.2 0.299 -0.245 0.508 -0.145 0.508 0.254 0.925 0.609 1.297 1.044 0.735 0.863 1.052 1.889 1.198 2.988 0.109 0.89 0.227 1.771 0.2 2.407 -0.009 3.388 -0.771 6.303 -2.295 9.028 -0.027 0.054 -0.054 0.109 -0.091 0.154 -0.145 0.236 -0.336 0.382 -0.599 0.218 -0.245 -0.145 -0.2 -0.381 -0.073 -0.599 0.309 -0.536 0.581 -1.09 0.835 -1.662 1.007 -2.261 1.47 -4.632 1.452 -7.103 -0.009 -1.099 -0.127 -2.207 -0.381 -3.279 -0.209 -0.917 -0.699 -1.662 -1.452 -2.234 -0.154 -0.118 -0.326 -0.227 -0.472 -0.345 -0.154 -0.127 -0.245 -0.281 -0.127 -0.472m-1.86 3.624c0.263 -0.045 0.39 0.118 0.436 0.354 0.181 0.881 0.281 1.771 0.272 2.661 -0.064 3.224 -1.089 6.094 -3.158 8.592 -0.045 0.055 -0.091 0.118 -0.145 0.173 -0.172 0.191 -0.381 0.282 -0.59 0.1 -0.2 -0.164 -0.154 -0.382 -0.009 -0.572 0.245 -0.327 0.508 -0.636 0.744 -0.972C11.034 19.865 11.796 17.467 11.896 14.843c0.027 -0.817 -0.082 -1.626 -0.209 -2.434 -0.018 -0.091 -0.036 -0.182 -0.045 -0.272 -0.018 -0.236 0.045 -0.436 0.309 -0.472M17.032 19.52c0.064 -0.245 0.191 -0.418 0.481 -0.364 0.209 0.045 0.291 0.2 0.291 0.409 -0.027 0.109 -0.045 0.227 -0.082 0.345 -0.299 1.017 -0.653 2.007 -1.125 2.961 -0.118 0.245 -0.281 0.472 -0.59 0.327 -0.29 -0.136 -0.218 -0.399 -0.109 -0.627 0.454 -0.99 0.844 -2.007 1.134 -3.052m-7.422 -0.7c0.091 -0.218 0.227 -0.409 0.508 -0.327 0.209 0.064 0.272 0.227 0.245 0.509 -0.091 0.209 -0.209 0.481 -0.336 0.754 -0.544 1.153 -1.243 2.207 -2.132 3.124 -0.191 0.191 -0.399 0.372 -0.653 0.127 -0.236 -0.227 -0.091 -0.445 0.082 -0.627 0.98 -1.044 1.733 -2.234 2.287 -3.56M9.255 12.908c0.29 -0.027 0.381 0.191 0.417 0.436 0.027 0.182 0.064 0.354 0.073 0.536 0 0.254 -0.009 0.509 -0.009 0.772 -0.036 2.861 -1.062 5.322 -3.031 7.402l-0.19 0.191c-0.19 0.181 -0.417 0.29 -0.635 0.073 -0.236 -0.227 -0.1 -0.445 0.091 -0.627A10.02 10.02 0 0 0 7.64 19.557c1.016 -1.762 1.479 -3.651 1.297 -5.695 -0.009 -0.154 -0.018 -0.3 -0.018 -0.454 -0.009 -0.245 0.054 -0.482 0.336 -0.5M17.685 7.44c0.227 -0.163 0.399 -0.036 0.544 0.145 0.671 0.89 1.071 1.898 1.288 2.97 0.263 1.353 0.426 2.698 0.399 3.815 0.009 2.607 -0.39 4.886 -1.17 7.103 -0.054 0.145 -0.109 0.282 -0.163 0.427 -0.091 0.236 -0.245 0.409 -0.517 0.309 -0.263 -0.1 -0.29 -0.318 -0.2 -0.563 0.118 -0.345 0.236 -0.681 0.345 -1.036 0.671 -2.089 1.007 -4.242 0.926 -6.44 -0.073 -1.853 -0.173 -3.724 -1.08 -5.422 -0.136 -0.254 -0.299 -0.491 -0.445 -0.745 -0.118 -0.209 -0.136 -0.418 0.073 -0.563m-5.862 -0.181c0.181 0 0.245 -0.009 0.299 0 0.263 0.027 0.563 0.073 0.572 0.4 0.009 0.363 -0.299 0.409 -0.59 0.409 -1.524 -0.027 -2.686 0.609 -3.493 1.889 -0.535 0.854 -0.708 1.789 -0.517 2.788 0.608 3.279 -0.281 6.104 -2.622 8.465 -0.082 0.082 -0.173 0.173 -0.272 0.245 -0.2 0.164 -0.417 0.218 -0.599 0 -0.172 -0.2 -0.082 -0.399 0.082 -0.563 0.49 -0.472 0.962 -0.963 1.343 -1.526 1.261 -1.88 1.787 -3.942 1.334 -6.167 -0.608 -3.052 1.443 -5.813 4.464 -5.94M5.545 17.222c0.1 -0.227 0.227 -0.4 0.508 -0.345 0.181 0.054 0.272 0.191 0.281 0.427a5.2 5.2 0 0 1 -0.118 0.336c-0.463 1.09 -1.161 1.998 -2.042 2.779 -0.209 0.191 -0.454 0.3 -0.671 0.036 -0.209 -0.245 -0.036 -0.463 0.154 -0.618 0.844 -0.717 1.461 -1.598 1.887 -2.616m15.334 -4.314c0.372 -0.045 0.445 0.254 0.454 0.545 0.027 0.427 0.018 0.854 0.018 1.281 0.027 1.753 -0.209 3.47 -0.617 5.168 -0.018 0.055 -0.027 0.118 -0.045 0.173 -0.081 0.263 -0.145 0.59 -0.517 0.49 -0.354 -0.091 -0.318 -0.391 -0.245 -0.672 0.191 -0.736 0.345 -1.471 0.436 -2.225 0.181 -1.381 0.317 -2.761 0.181 -4.16 -0.027 -0.282 0.009 -0.554 0.336 -0.6M7.187 6.078c0.172 -0.109 0.345 -0.109 0.49 0.045 0.154 0.154 0.127 0.336 0 0.49 -0.118 0.136 -0.254 0.264 -0.381 0.391 -1.806 1.78 -2.486 3.914 -2.033 6.412 0.381 2.098 -0.19 3.924 -1.597 5.495 -0.181 0.2 -0.399 0.372 -0.617 0.536 -0.163 0.118 -0.345 0.127 -0.49 -0.036 -0.154 -0.182 -0.118 -0.363 0.036 -0.527 0.136 -0.145 0.281 -0.272 0.417 -0.418 1.043 -1.072 1.561 -2.352 1.606 -4.005a105.2 105.2 0 0 1 -0.172 -1.226c-0.381 -2.752 0.463 -5.068 2.495 -6.957 0.073 -0.073 0.163 -0.136 0.245 -0.2M3.258 12.009c0.209 -0.009 0.354 0.118 0.381 0.318 0.079 0.799 0.309 1.452 0.309 2.207 -0.054 1.489 -0.572 2.67 -1.606 3.624 -0.172 0.154 -0.363 0.245 -0.563 0.063 -0.209 -0.191 -0.181 -0.427 0.009 -0.599 1.37 -1.244 1.549 -3.088 1.202 -4.311 -0.084 -0.298 -0.141 -0.886 -0.081 -1.032 0.056 -0.136 0.14 -0.27 0.349 -0.27m8.711 -6.204c2.922 -0.018 5.544 2.135 6.115 5.032 0.245 1.244 0.399 2.507 0.372 3.86 0.036 0.845 -0.081 1.762 -0.19 2.68a1.24 1.24 0 0 1 -0.054 0.263c-0.054 0.236 -0.173 0.445 -0.454 0.4 -0.281 -0.054 -0.345 -0.281 -0.299 -0.527 0.091 -0.6 0.136 -1.199 0.191 -1.798 0.154 -1.735 0 -3.451 -0.427 -5.132C16.533 7.885 13.802 6.178 11.089 6.668c-2.804 0.509 -4.754 3.006 -4.5 5.804 0.073 0.799 0.299 1.581 0.245 2.389 -0.009 0.163 -0.009 0.336 -0.045 0.5 -0.045 0.218 -0.154 0.418 -0.417 0.39 -0.281 -0.027 -0.381 -0.245 -0.354 -0.49 0.036 -0.391 0.064 -0.781 0.009 -1.172 -0.136 -1.044 -0.336 -2.089 -0.136 -3.151 0.553 -2.934 3.112 -5.114 6.079 -5.132M14.754 2.236c0.091 -0.272 0.317 -0.3 0.562 -0.227 0.626 0.191 1.225 0.445 1.788 0.772 3.166 1.825 4.927 4.596 5.435 8.192 0.172 1.217 0.309 2.434 0.272 3.733 0.045 0.799 -0.036 1.653 -0.127 2.507 -0.027 0.282 -0.036 0.69 -0.472 0.627 -0.417 -0.064 -0.336 -0.436 -0.299 -0.736 0.299 -2.507 0.191 -4.996 -0.426 -7.43 -0.844 -3.37 -2.967 -5.64 -6.206 -6.885 -0.073 -0.027 -0.145 -0.045 -0.218 -0.073 -0.218 -0.091 -0.39 -0.227 -0.308 -0.481m-4.192 -0.672c0.88 -0.136 1.778 -0.173 2.667 -0.027 0.254 0.045 0.508 0.109 0.49 0.427 -0.027 0.354 -0.299 0.345 -0.572 0.336 -0.336 -0.027 -0.671 -0.018 -1.007 -0.018 -4.945 -0.173 -9.409 3.588 -9.908 8.965 -0.091 0.99 0.045 1.962 0.2 2.934 0.154 0.936 -0.127 1.762 -0.708 2.498 -0.163 0.209 -0.372 0.418 -0.644 0.191 -0.281 -0.227 -0.118 -0.463 0.055 -0.672 0.553 -0.672 0.626 -1.444 0.481 -2.271 -1.007 -6.031 2.885 -11.426 8.947 -12.362M1.439 6.432c0.098 -0.08 0.219 -0.105 0.349 -0.036 0.191 0.091 0.263 0.254 0.191 0.454 -0.091 0.254 -0.209 0.499 -0.318 0.754 -0.916 2.162 -1.143 4.396 -0.662 6.703 0.064 0.3 0.29 0.718 -0.2 0.836 -0.49 0.118 -0.49 -0.354 -0.554 -0.654C0.095 13.731 -0.017 12.967 0.003 12.281a12.114 12.114 0 0 1 0.022 -1.029c0.085 -1.569 0.483 -2.998 1.128 -4.375 0.046 -0.108 0.099 -0.209 0.164 -0.304l0.008 -0.015c0.027 -0.053 0.067 -0.096 0.114 -0.126m9.613 2.452c1.914 -0.563 3.756 0.563 4.192 2.543 0.19 0.863 0.263 1.753 0.309 2.643v0.409c-0.009 0.245 -0.091 0.472 -0.381 0.472s-0.363 -0.218 -0.372 -0.472c-0.045 -0.917 -0.118 -1.835 -0.281 -2.743 -0.336 -1.835 -2.16 -2.77 -3.738 -1.908 -0.526 0.291 -0.925 0.727 -1.134 1.308 -0.027 0.073 -0.055 0.145 -0.073 0.218 -0.082 0.254 -0.181 0.527 -0.517 0.427 -0.363 -0.109 -0.29 -0.418 -0.209 -0.681 0.363 -1.108 1.08 -1.889 2.205 -2.216m7.34 -6.595a0.333 0.333 0 0 1 0.44 -0.099c0.119 0.051 0.236 0.146 0.341 0.227 2.106 1.594 3.498 3.565 4.231 5.882a11.88 11.88 0 0 1 0.57 2.96q0.015 0.178 0.025 0.358v0.545c0 0.236 -0.063 0.436 -0.345 0.445 -0.281 0.009 -0.39 -0.191 -0.408 -0.445 -0.018 -0.454 -0.027 -0.908 -0.082 -1.353 -0.381 -3.215 -1.878 -5.804 -4.427 -7.784 -0.208 -0.166 -0.537 -0.325 -0.396 -0.623 0.009 -0.04 0.026 -0.078 0.051 -0.114m-7.268 0.655c4.609 -0.454 9.037 2.743 9.863 7.593 0.045 0.236 0.082 0.463 0.109 0.608 0.009 0.327 0.027 0.6 -0.309 0.636 -0.317 0.036 -0.399 -0.218 -0.445 -0.472 -0.209 -1.426 -0.599 -2.788 -1.452 -3.969 -2.114 -2.934 -4.981 -4.087 -8.511 -3.497 -3.212 0.536 -5.825 3.161 -6.533 6.376 -0.063 0.291 -0.054 0.736 -0.517 0.636 -0.49 -0.1 -0.299 -0.518 -0.227 -0.827 0.889 -3.878 4.146 -6.703 8.021 -7.085m0.789 1.399c1.751 0.064 3.257 0.518 4.591 1.489 0.045 0.036 0.1 0.073 0.145 0.109 0.2 0.182 0.481 0.363 0.236 0.672 -0.236 0.309 -0.481 0.1 -0.708 -0.064 -2.105 -1.544 -4.382 -1.798 -6.814 -0.89 -0.054 0.018 -0.109 0.045 -0.172 0.063 -0.218 0.082 -0.436 0.082 -0.545 -0.154 -0.127 -0.263 0.027 -0.436 0.254 -0.545 0.681 -0.318 1.388 -0.5 2.123 -0.6 0.336 -0.036 0.663 -0.054 0.889 -0.082M12.184 0c1.557 0 3.196 0.374 4.766 1.073 0.045 0.018 0.082 0.036 0.127 0.055 0.263 0.109 0.481 0.263 0.354 0.581 -0.136 0.327 -0.408 0.236 -0.653 0.118 -0.792 -0.371 -2.328 -0.83 -3.284 -1.002a11.4 11.4 0 0 0 -1.494 -0.097c-0.935 0 -1.843 0.113 -2.712 0.326 -2.195 0.575 -4.338 1.88 -6.121 4.026 -0.182 0.226 -0.348 0.61 -0.696 0.395a0.334 0.334 0 0 1 -0.2 -0.195c-0.13 -0.244 0.141 -0.481 0.297 -0.682C4.628 2.027 7.305 0.528 10.571 0.092 11.043 0.029 11.694 0 12.184 0",
|
|
@@ -5738,7 +5893,7 @@ var Trash2_exports = {};
|
|
|
5738
5893
|
__export(Trash2_exports, {
|
|
5739
5894
|
default: () => Trash2_default
|
|
5740
5895
|
});
|
|
5741
|
-
import * as
|
|
5896
|
+
import * as React103 from "react";
|
|
5742
5897
|
var SvgTrash2, Trash2_default;
|
|
5743
5898
|
var init_Trash2 = __esm({
|
|
5744
5899
|
"src/react/Trash2.tsx"() {
|
|
@@ -5746,7 +5901,7 @@ var init_Trash2 = __esm({
|
|
|
5746
5901
|
init_types();
|
|
5747
5902
|
SvgTrash2 = ({ size = 16, ...props }) => {
|
|
5748
5903
|
const sizeValue = resolveSize(size);
|
|
5749
|
-
return /* @__PURE__ */
|
|
5904
|
+
return /* @__PURE__ */ React103.createElement(
|
|
5750
5905
|
"svg",
|
|
5751
5906
|
{
|
|
5752
5907
|
width: sizeValue,
|
|
@@ -5756,7 +5911,7 @@ var init_Trash2 = __esm({
|
|
|
5756
5911
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5757
5912
|
...props
|
|
5758
5913
|
},
|
|
5759
|
-
/* @__PURE__ */
|
|
5914
|
+
/* @__PURE__ */ React103.createElement(
|
|
5760
5915
|
"path",
|
|
5761
5916
|
{
|
|
5762
5917
|
fillRule: "evenodd",
|
|
@@ -5765,7 +5920,7 @@ var init_Trash2 = __esm({
|
|
|
5765
5920
|
fill: "currentColor"
|
|
5766
5921
|
}
|
|
5767
5922
|
),
|
|
5768
|
-
/* @__PURE__ */
|
|
5923
|
+
/* @__PURE__ */ React103.createElement(
|
|
5769
5924
|
"path",
|
|
5770
5925
|
{
|
|
5771
5926
|
fillRule: "evenodd",
|
|
@@ -5774,7 +5929,7 @@ var init_Trash2 = __esm({
|
|
|
5774
5929
|
fill: "currentColor"
|
|
5775
5930
|
}
|
|
5776
5931
|
),
|
|
5777
|
-
/* @__PURE__ */
|
|
5932
|
+
/* @__PURE__ */ React103.createElement(
|
|
5778
5933
|
"path",
|
|
5779
5934
|
{
|
|
5780
5935
|
fillRule: "evenodd",
|
|
@@ -5783,7 +5938,7 @@ var init_Trash2 = __esm({
|
|
|
5783
5938
|
fill: "currentColor"
|
|
5784
5939
|
}
|
|
5785
5940
|
),
|
|
5786
|
-
/* @__PURE__ */
|
|
5941
|
+
/* @__PURE__ */ React103.createElement(
|
|
5787
5942
|
"path",
|
|
5788
5943
|
{
|
|
5789
5944
|
fillRule: "evenodd",
|
|
@@ -5792,7 +5947,7 @@ var init_Trash2 = __esm({
|
|
|
5792
5947
|
fill: "currentColor"
|
|
5793
5948
|
}
|
|
5794
5949
|
),
|
|
5795
|
-
/* @__PURE__ */
|
|
5950
|
+
/* @__PURE__ */ React103.createElement(
|
|
5796
5951
|
"path",
|
|
5797
5952
|
{
|
|
5798
5953
|
fillRule: "evenodd",
|
|
@@ -5812,7 +5967,7 @@ var User_exports = {};
|
|
|
5812
5967
|
__export(User_exports, {
|
|
5813
5968
|
default: () => User_default
|
|
5814
5969
|
});
|
|
5815
|
-
import * as
|
|
5970
|
+
import * as React104 from "react";
|
|
5816
5971
|
var SvgUser, User_default;
|
|
5817
5972
|
var init_User = __esm({
|
|
5818
5973
|
"src/react/User.tsx"() {
|
|
@@ -5820,7 +5975,7 @@ var init_User = __esm({
|
|
|
5820
5975
|
init_types();
|
|
5821
5976
|
SvgUser = ({ size = 16, ...props }) => {
|
|
5822
5977
|
const sizeValue = resolveSize(size);
|
|
5823
|
-
return /* @__PURE__ */
|
|
5978
|
+
return /* @__PURE__ */ React104.createElement(
|
|
5824
5979
|
"svg",
|
|
5825
5980
|
{
|
|
5826
5981
|
width: sizeValue,
|
|
@@ -5830,7 +5985,7 @@ var init_User = __esm({
|
|
|
5830
5985
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5831
5986
|
...props
|
|
5832
5987
|
},
|
|
5833
|
-
/* @__PURE__ */
|
|
5988
|
+
/* @__PURE__ */ React104.createElement(
|
|
5834
5989
|
"path",
|
|
5835
5990
|
{
|
|
5836
5991
|
fillRule: "evenodd",
|
|
@@ -5839,7 +5994,7 @@ var init_User = __esm({
|
|
|
5839
5994
|
fill: "currentColor"
|
|
5840
5995
|
}
|
|
5841
5996
|
),
|
|
5842
|
-
/* @__PURE__ */
|
|
5997
|
+
/* @__PURE__ */ React104.createElement(
|
|
5843
5998
|
"path",
|
|
5844
5999
|
{
|
|
5845
6000
|
fillRule: "evenodd",
|
|
@@ -5859,7 +6014,7 @@ var Whatsapp_exports = {};
|
|
|
5859
6014
|
__export(Whatsapp_exports, {
|
|
5860
6015
|
default: () => Whatsapp_default
|
|
5861
6016
|
});
|
|
5862
|
-
import * as
|
|
6017
|
+
import * as React105 from "react";
|
|
5863
6018
|
var SvgWhatsapp, Whatsapp_default;
|
|
5864
6019
|
var init_Whatsapp = __esm({
|
|
5865
6020
|
"src/react/Whatsapp.tsx"() {
|
|
@@ -5867,7 +6022,7 @@ var init_Whatsapp = __esm({
|
|
|
5867
6022
|
init_types();
|
|
5868
6023
|
SvgWhatsapp = ({ size = 16, ...props }) => {
|
|
5869
6024
|
const sizeValue = resolveSize(size);
|
|
5870
|
-
return /* @__PURE__ */
|
|
6025
|
+
return /* @__PURE__ */ React105.createElement(
|
|
5871
6026
|
"svg",
|
|
5872
6027
|
{
|
|
5873
6028
|
width: sizeValue,
|
|
@@ -5877,7 +6032,7 @@ var init_Whatsapp = __esm({
|
|
|
5877
6032
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5878
6033
|
...props
|
|
5879
6034
|
},
|
|
5880
|
-
/* @__PURE__ */
|
|
6035
|
+
/* @__PURE__ */ React105.createElement(
|
|
5881
6036
|
"path",
|
|
5882
6037
|
{
|
|
5883
6038
|
fillRule: "evenodd",
|
|
@@ -5923,6 +6078,7 @@ init_ChevronDown();
|
|
|
5923
6078
|
init_ChevronLeft();
|
|
5924
6079
|
init_ChevronRight();
|
|
5925
6080
|
init_ChevronUp();
|
|
6081
|
+
init_CircleOff();
|
|
5926
6082
|
init_Closet();
|
|
5927
6083
|
init_Collections();
|
|
5928
6084
|
init_DoorOpen();
|
|
@@ -5986,7 +6142,9 @@ init_Search();
|
|
|
5986
6142
|
init_SearchX();
|
|
5987
6143
|
init_Share();
|
|
5988
6144
|
init_Size3D();
|
|
6145
|
+
init_StatusDot();
|
|
5989
6146
|
init_SwimmingPool();
|
|
6147
|
+
init_Tasks();
|
|
5990
6148
|
init_Terrace();
|
|
5991
6149
|
init_ThermometerSnowflake();
|
|
5992
6150
|
init_Time();
|
|
@@ -5997,7 +6155,7 @@ init_User();
|
|
|
5997
6155
|
init_Whatsapp();
|
|
5998
6156
|
|
|
5999
6157
|
// src/react/Icon.tsx
|
|
6000
|
-
import * as
|
|
6158
|
+
import * as React106 from "react";
|
|
6001
6159
|
function loadIcon(name) {
|
|
6002
6160
|
switch (name) {
|
|
6003
6161
|
case "accessibility":
|
|
@@ -6060,6 +6218,8 @@ function loadIcon(name) {
|
|
|
6060
6218
|
return Promise.resolve().then(() => (init_ChevronRight(), ChevronRight_exports)).then((m) => m.default);
|
|
6061
6219
|
case "chevron-up":
|
|
6062
6220
|
return Promise.resolve().then(() => (init_ChevronUp(), ChevronUp_exports)).then((m) => m.default);
|
|
6221
|
+
case "circle-off":
|
|
6222
|
+
return Promise.resolve().then(() => (init_CircleOff(), CircleOff_exports)).then((m) => m.default);
|
|
6063
6223
|
case "closet":
|
|
6064
6224
|
return Promise.resolve().then(() => (init_Closet(), Closet_exports)).then((m) => m.default);
|
|
6065
6225
|
case "collections":
|
|
@@ -6186,8 +6346,12 @@ function loadIcon(name) {
|
|
|
6186
6346
|
return Promise.resolve().then(() => (init_Share(), Share_exports)).then((m) => m.default);
|
|
6187
6347
|
case "size3d":
|
|
6188
6348
|
return Promise.resolve().then(() => (init_Size3D(), Size3D_exports)).then((m) => m.default);
|
|
6349
|
+
case "status-dot":
|
|
6350
|
+
return Promise.resolve().then(() => (init_StatusDot(), StatusDot_exports)).then((m) => m.default);
|
|
6189
6351
|
case "swimming-pool":
|
|
6190
6352
|
return Promise.resolve().then(() => (init_SwimmingPool(), SwimmingPool_exports)).then((m) => m.default);
|
|
6353
|
+
case "tasks":
|
|
6354
|
+
return Promise.resolve().then(() => (init_Tasks(), Tasks_exports)).then((m) => m.default);
|
|
6191
6355
|
case "terrace":
|
|
6192
6356
|
return Promise.resolve().then(() => (init_Terrace(), Terrace_exports)).then((m) => m.default);
|
|
6193
6357
|
case "thermometer-snowflake":
|
|
@@ -6209,10 +6373,10 @@ function loadIcon(name) {
|
|
|
6209
6373
|
}
|
|
6210
6374
|
}
|
|
6211
6375
|
var Icon = ({ name, size = 16, color, ...props }) => {
|
|
6212
|
-
const [IconComponent, setIconComponent] =
|
|
6213
|
-
const [loading, setLoading] =
|
|
6214
|
-
const [error, setError] =
|
|
6215
|
-
|
|
6376
|
+
const [IconComponent, setIconComponent] = React106.useState(null);
|
|
6377
|
+
const [loading, setLoading] = React106.useState(true);
|
|
6378
|
+
const [error, setError] = React106.useState(null);
|
|
6379
|
+
React106.useEffect(() => {
|
|
6216
6380
|
setLoading(true);
|
|
6217
6381
|
setError(null);
|
|
6218
6382
|
loadIcon(name).then((Component) => {
|
|
@@ -6231,7 +6395,7 @@ var Icon = ({ name, size = 16, color, ...props }) => {
|
|
|
6231
6395
|
return null;
|
|
6232
6396
|
}
|
|
6233
6397
|
const style = color ? { ...props.style, color } : props.style;
|
|
6234
|
-
return /* @__PURE__ */
|
|
6398
|
+
return /* @__PURE__ */ React106.createElement(IconComponent, { size, ...props, style });
|
|
6235
6399
|
};
|
|
6236
6400
|
var Icon_default = Icon;
|
|
6237
6401
|
|
|
@@ -6268,6 +6432,7 @@ export {
|
|
|
6268
6432
|
ChevronLeft_default as ChevronLeft,
|
|
6269
6433
|
ChevronRight_default as ChevronRight,
|
|
6270
6434
|
ChevronUp_default as ChevronUp,
|
|
6435
|
+
CircleOff_default as CircleOff,
|
|
6271
6436
|
Closet_default as Closet,
|
|
6272
6437
|
Collections_default as Collections,
|
|
6273
6438
|
DoorOpen_default as DoorOpen,
|
|
@@ -6333,7 +6498,9 @@ export {
|
|
|
6333
6498
|
SearchX_default as SearchX,
|
|
6334
6499
|
Share_default as Share,
|
|
6335
6500
|
Size3D_default as Size3D,
|
|
6501
|
+
StatusDot_default as StatusDot,
|
|
6336
6502
|
SwimmingPool_default as SwimmingPool,
|
|
6503
|
+
Tasks_default as Tasks,
|
|
6337
6504
|
Terrace_default as Terrace,
|
|
6338
6505
|
ThermometerSnowflake_default as ThermometerSnowflake,
|
|
6339
6506
|
Time_default as Time,
|