@manychat/icons 1.47.3 → 1.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +556 -492
- package/dist/index.js +557 -491
- package/package.json +1 -1
- package/umd/mcicons.js +553 -491
- package/umd/mcicons.min.js +1 -1
package/dist/index.js
CHANGED
|
@@ -1544,13 +1544,44 @@ Popular.defaultProps = {
|
|
|
1544
1544
|
|
|
1545
1545
|
const _excluded$H = ["color", "size"];
|
|
1546
1546
|
|
|
1547
|
-
const
|
|
1547
|
+
const PopularFilled = props => {
|
|
1548
1548
|
const {
|
|
1549
1549
|
color,
|
|
1550
1550
|
size
|
|
1551
1551
|
} = props,
|
|
1552
1552
|
otherProps = _objectWithoutProperties(props, _excluded$H);
|
|
1553
1553
|
|
|
1554
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1555
|
+
width: size,
|
|
1556
|
+
height: size,
|
|
1557
|
+
viewBox: "0 0 24 24",
|
|
1558
|
+
fill: "none",
|
|
1559
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1560
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
1561
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
1562
|
+
d: "M11.3189 3.82787C10.8386 3.56727 10.3236 3.69955 10.0044 3.9957C9.69166 4.28586 9.52526 4.76662 9.69887 5.25004C10.3031 6.93255 10.4839 8.21714 10.4394 9.14455C10.3945 10.0792 10.1258 10.6001 9.88979 10.8431C9.6664 11.0731 9.48009 11.0663 9.37173 11.0242C9.24569 10.9753 9.01525 10.793 8.92134 10.2884C8.83706 9.83557 8.51944 9.48532 8.13868 9.33549C7.72616 9.17316 7.15618 9.23427 6.81555 9.7364C5.79759 11.237 5.25 13.2413 5.25 14.7734C5.25 18.6566 8.52667 21.75 12.4999 21.75C16.4733 21.75 19.75 18.6566 19.75 14.7734C19.75 12.2313 18.6012 10.0171 16.999 8.19646C15.3985 6.3777 13.3093 4.9077 11.3189 3.82787Z",
|
|
1563
|
+
fill: color
|
|
1564
|
+
}));
|
|
1565
|
+
};
|
|
1566
|
+
|
|
1567
|
+
PopularFilled.propTypes = {
|
|
1568
|
+
color: PropTypes.string,
|
|
1569
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
1570
|
+
};
|
|
1571
|
+
PopularFilled.defaultProps = {
|
|
1572
|
+
color: 'currentColor',
|
|
1573
|
+
size: '24'
|
|
1574
|
+
};
|
|
1575
|
+
|
|
1576
|
+
const _excluded$I = ["color", "size"];
|
|
1577
|
+
|
|
1578
|
+
const AlignLeft = props => {
|
|
1579
|
+
const {
|
|
1580
|
+
color,
|
|
1581
|
+
size
|
|
1582
|
+
} = props,
|
|
1583
|
+
otherProps = _objectWithoutProperties(props, _excluded$I);
|
|
1584
|
+
|
|
1554
1585
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1555
1586
|
width: size,
|
|
1556
1587
|
height: size,
|
|
@@ -1575,14 +1606,14 @@ AlignLeft.defaultProps = {
|
|
|
1575
1606
|
size: '24'
|
|
1576
1607
|
};
|
|
1577
1608
|
|
|
1578
|
-
const _excluded$
|
|
1609
|
+
const _excluded$J = ["color", "size"];
|
|
1579
1610
|
|
|
1580
1611
|
const AlignCenter = props => {
|
|
1581
1612
|
const {
|
|
1582
1613
|
color,
|
|
1583
1614
|
size
|
|
1584
1615
|
} = props,
|
|
1585
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
1616
|
+
otherProps = _objectWithoutProperties(props, _excluded$J);
|
|
1586
1617
|
|
|
1587
1618
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1588
1619
|
width: size,
|
|
@@ -1608,14 +1639,14 @@ AlignCenter.defaultProps = {
|
|
|
1608
1639
|
size: '24'
|
|
1609
1640
|
};
|
|
1610
1641
|
|
|
1611
|
-
const _excluded$
|
|
1642
|
+
const _excluded$K = ["color", "size"];
|
|
1612
1643
|
|
|
1613
1644
|
const AlignRight = props => {
|
|
1614
1645
|
const {
|
|
1615
1646
|
color,
|
|
1616
1647
|
size
|
|
1617
1648
|
} = props,
|
|
1618
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
1649
|
+
otherProps = _objectWithoutProperties(props, _excluded$K);
|
|
1619
1650
|
|
|
1620
1651
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1621
1652
|
width: size,
|
|
@@ -1641,14 +1672,14 @@ AlignRight.defaultProps = {
|
|
|
1641
1672
|
size: '24'
|
|
1642
1673
|
};
|
|
1643
1674
|
|
|
1644
|
-
const _excluded$
|
|
1675
|
+
const _excluded$L = ["color", "size"];
|
|
1645
1676
|
|
|
1646
1677
|
const AlignWide = props => {
|
|
1647
1678
|
const {
|
|
1648
1679
|
color,
|
|
1649
1680
|
size
|
|
1650
1681
|
} = props,
|
|
1651
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
1682
|
+
otherProps = _objectWithoutProperties(props, _excluded$L);
|
|
1652
1683
|
|
|
1653
1684
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1654
1685
|
width: size,
|
|
@@ -1674,14 +1705,14 @@ AlignWide.defaultProps = {
|
|
|
1674
1705
|
size: '24'
|
|
1675
1706
|
};
|
|
1676
1707
|
|
|
1677
|
-
const _excluded$
|
|
1708
|
+
const _excluded$M = ["color", "size"];
|
|
1678
1709
|
|
|
1679
1710
|
const Spacing = props => {
|
|
1680
1711
|
const {
|
|
1681
1712
|
color,
|
|
1682
1713
|
size
|
|
1683
1714
|
} = props,
|
|
1684
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
1715
|
+
otherProps = _objectWithoutProperties(props, _excluded$M);
|
|
1685
1716
|
|
|
1686
1717
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1687
1718
|
width: size,
|
|
@@ -1705,14 +1736,14 @@ Spacing.defaultProps = {
|
|
|
1705
1736
|
size: '24'
|
|
1706
1737
|
};
|
|
1707
1738
|
|
|
1708
|
-
const _excluded$
|
|
1739
|
+
const _excluded$N = ["color", "size"];
|
|
1709
1740
|
|
|
1710
1741
|
const Bold = props => {
|
|
1711
1742
|
const {
|
|
1712
1743
|
color,
|
|
1713
1744
|
size
|
|
1714
1745
|
} = props,
|
|
1715
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
1746
|
+
otherProps = _objectWithoutProperties(props, _excluded$N);
|
|
1716
1747
|
|
|
1717
1748
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1718
1749
|
width: size,
|
|
@@ -1738,14 +1769,14 @@ Bold.defaultProps = {
|
|
|
1738
1769
|
size: '24'
|
|
1739
1770
|
};
|
|
1740
1771
|
|
|
1741
|
-
const _excluded$
|
|
1772
|
+
const _excluded$O = ["color", "size"];
|
|
1742
1773
|
|
|
1743
1774
|
const Italic = props => {
|
|
1744
1775
|
const {
|
|
1745
1776
|
color,
|
|
1746
1777
|
size
|
|
1747
1778
|
} = props,
|
|
1748
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
1779
|
+
otherProps = _objectWithoutProperties(props, _excluded$O);
|
|
1749
1780
|
|
|
1750
1781
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1751
1782
|
width: size,
|
|
@@ -1769,14 +1800,14 @@ Italic.defaultProps = {
|
|
|
1769
1800
|
size: '24'
|
|
1770
1801
|
};
|
|
1771
1802
|
|
|
1772
|
-
const _excluded$
|
|
1803
|
+
const _excluded$P = ["color", "size"];
|
|
1773
1804
|
|
|
1774
1805
|
const Underline = props => {
|
|
1775
1806
|
const {
|
|
1776
1807
|
color,
|
|
1777
1808
|
size
|
|
1778
1809
|
} = props,
|
|
1779
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
1810
|
+
otherProps = _objectWithoutProperties(props, _excluded$P);
|
|
1780
1811
|
|
|
1781
1812
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1782
1813
|
width: size,
|
|
@@ -1800,14 +1831,14 @@ Underline.defaultProps = {
|
|
|
1800
1831
|
size: '24'
|
|
1801
1832
|
};
|
|
1802
1833
|
|
|
1803
|
-
const _excluded$
|
|
1834
|
+
const _excluded$Q = ["color", "size"];
|
|
1804
1835
|
|
|
1805
1836
|
const SendMessage = props => {
|
|
1806
1837
|
const {
|
|
1807
1838
|
color,
|
|
1808
1839
|
size
|
|
1809
1840
|
} = props,
|
|
1810
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
1841
|
+
otherProps = _objectWithoutProperties(props, _excluded$Q);
|
|
1811
1842
|
|
|
1812
1843
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1813
1844
|
width: size,
|
|
@@ -1833,14 +1864,14 @@ SendMessage.defaultProps = {
|
|
|
1833
1864
|
size: '24'
|
|
1834
1865
|
};
|
|
1835
1866
|
|
|
1836
|
-
const _excluded$
|
|
1867
|
+
const _excluded$R = ["color", "size"];
|
|
1837
1868
|
|
|
1838
1869
|
const Undo = props => {
|
|
1839
1870
|
const {
|
|
1840
1871
|
color,
|
|
1841
1872
|
size
|
|
1842
1873
|
} = props,
|
|
1843
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
1874
|
+
otherProps = _objectWithoutProperties(props, _excluded$R);
|
|
1844
1875
|
|
|
1845
1876
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1846
1877
|
width: size,
|
|
@@ -1867,14 +1898,14 @@ Undo.defaultProps = {
|
|
|
1867
1898
|
size: '24'
|
|
1868
1899
|
};
|
|
1869
1900
|
|
|
1870
|
-
const _excluded$
|
|
1901
|
+
const _excluded$S = ["color", "size"];
|
|
1871
1902
|
|
|
1872
1903
|
const Redo = props => {
|
|
1873
1904
|
const {
|
|
1874
1905
|
color,
|
|
1875
1906
|
size
|
|
1876
1907
|
} = props,
|
|
1877
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
1908
|
+
otherProps = _objectWithoutProperties(props, _excluded$S);
|
|
1878
1909
|
|
|
1879
1910
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1880
1911
|
width: size,
|
|
@@ -1901,14 +1932,14 @@ Redo.defaultProps = {
|
|
|
1901
1932
|
size: '24'
|
|
1902
1933
|
};
|
|
1903
1934
|
|
|
1904
|
-
const _excluded$
|
|
1935
|
+
const _excluded$T = ["color", "size"];
|
|
1905
1936
|
|
|
1906
1937
|
const Analytics = props => {
|
|
1907
1938
|
const {
|
|
1908
1939
|
color,
|
|
1909
1940
|
size
|
|
1910
1941
|
} = props,
|
|
1911
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
1942
|
+
otherProps = _objectWithoutProperties(props, _excluded$T);
|
|
1912
1943
|
|
|
1913
1944
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1914
1945
|
width: size,
|
|
@@ -1933,14 +1964,14 @@ Analytics.defaultProps = {
|
|
|
1933
1964
|
size: '24'
|
|
1934
1965
|
};
|
|
1935
1966
|
|
|
1936
|
-
const _excluded$
|
|
1967
|
+
const _excluded$U = ["color", "size"];
|
|
1937
1968
|
|
|
1938
1969
|
const SystemField = props => {
|
|
1939
1970
|
const {
|
|
1940
1971
|
color,
|
|
1941
1972
|
size
|
|
1942
1973
|
} = props,
|
|
1943
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
1974
|
+
otherProps = _objectWithoutProperties(props, _excluded$U);
|
|
1944
1975
|
|
|
1945
1976
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1946
1977
|
width: size,
|
|
@@ -1967,14 +1998,14 @@ SystemField.defaultProps = {
|
|
|
1967
1998
|
size: '24'
|
|
1968
1999
|
};
|
|
1969
2000
|
|
|
1970
|
-
const _excluded$
|
|
2001
|
+
const _excluded$V = ["color", "size"];
|
|
1971
2002
|
|
|
1972
2003
|
const CustomField = props => {
|
|
1973
2004
|
const {
|
|
1974
2005
|
color,
|
|
1975
2006
|
size
|
|
1976
2007
|
} = props,
|
|
1977
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
2008
|
+
otherProps = _objectWithoutProperties(props, _excluded$V);
|
|
1978
2009
|
|
|
1979
2010
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1980
2011
|
width: size,
|
|
@@ -2001,14 +2032,14 @@ CustomField.defaultProps = {
|
|
|
2001
2032
|
size: '24'
|
|
2002
2033
|
};
|
|
2003
2034
|
|
|
2004
|
-
const _excluded$
|
|
2035
|
+
const _excluded$W = ["color", "size"];
|
|
2005
2036
|
|
|
2006
2037
|
const CustomFieldRemove = props => {
|
|
2007
2038
|
const {
|
|
2008
2039
|
color,
|
|
2009
2040
|
size
|
|
2010
2041
|
} = props,
|
|
2011
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
2042
|
+
otherProps = _objectWithoutProperties(props, _excluded$W);
|
|
2012
2043
|
|
|
2013
2044
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2014
2045
|
width: size,
|
|
@@ -2035,14 +2066,14 @@ CustomFieldRemove.defaultProps = {
|
|
|
2035
2066
|
size: '24'
|
|
2036
2067
|
};
|
|
2037
2068
|
|
|
2038
|
-
const _excluded$
|
|
2069
|
+
const _excluded$X = ["color", "size"];
|
|
2039
2070
|
|
|
2040
2071
|
const MessengerChannel = props => {
|
|
2041
2072
|
const {
|
|
2042
2073
|
color,
|
|
2043
2074
|
size
|
|
2044
2075
|
} = props,
|
|
2045
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
2076
|
+
otherProps = _objectWithoutProperties(props, _excluded$X);
|
|
2046
2077
|
|
|
2047
2078
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2048
2079
|
width: size,
|
|
@@ -2086,14 +2117,14 @@ MessengerChannel.defaultProps = {
|
|
|
2086
2117
|
size: '24'
|
|
2087
2118
|
};
|
|
2088
2119
|
|
|
2089
|
-
const _excluded$
|
|
2120
|
+
const _excluded$Y = ["color", "size"];
|
|
2090
2121
|
|
|
2091
2122
|
const EmailChannel = props => {
|
|
2092
2123
|
const {
|
|
2093
2124
|
color,
|
|
2094
2125
|
size
|
|
2095
2126
|
} = props,
|
|
2096
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
2127
|
+
otherProps = _objectWithoutProperties(props, _excluded$Y);
|
|
2097
2128
|
|
|
2098
2129
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2099
2130
|
width: size,
|
|
@@ -2137,14 +2168,14 @@ EmailChannel.defaultProps = {
|
|
|
2137
2168
|
size: '24'
|
|
2138
2169
|
};
|
|
2139
2170
|
|
|
2140
|
-
const _excluded$
|
|
2171
|
+
const _excluded$Z = ["color", "size"];
|
|
2141
2172
|
|
|
2142
2173
|
const GuestChatChannel = props => {
|
|
2143
2174
|
const {
|
|
2144
2175
|
color,
|
|
2145
2176
|
size
|
|
2146
2177
|
} = props,
|
|
2147
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
2178
|
+
otherProps = _objectWithoutProperties(props, _excluded$Z);
|
|
2148
2179
|
|
|
2149
2180
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2150
2181
|
width: size,
|
|
@@ -2191,14 +2222,14 @@ GuestChatChannel.defaultProps = {
|
|
|
2191
2222
|
size: '24'
|
|
2192
2223
|
};
|
|
2193
2224
|
|
|
2194
|
-
const _excluded$
|
|
2225
|
+
const _excluded$_ = ["color", "size"];
|
|
2195
2226
|
|
|
2196
2227
|
const SmsChannel = props => {
|
|
2197
2228
|
const {
|
|
2198
2229
|
color,
|
|
2199
2230
|
size
|
|
2200
2231
|
} = props,
|
|
2201
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
2232
|
+
otherProps = _objectWithoutProperties(props, _excluded$_);
|
|
2202
2233
|
|
|
2203
2234
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2204
2235
|
width: size,
|
|
@@ -2237,14 +2268,14 @@ SmsChannel.defaultProps = {
|
|
|
2237
2268
|
size: '24'
|
|
2238
2269
|
};
|
|
2239
2270
|
|
|
2240
|
-
const _excluded
|
|
2271
|
+
const _excluded$$ = ["color", "size"];
|
|
2241
2272
|
|
|
2242
2273
|
const Triggers = props => {
|
|
2243
2274
|
const {
|
|
2244
2275
|
color,
|
|
2245
2276
|
size
|
|
2246
2277
|
} = props,
|
|
2247
|
-
otherProps = _objectWithoutProperties(props, _excluded
|
|
2278
|
+
otherProps = _objectWithoutProperties(props, _excluded$$);
|
|
2248
2279
|
|
|
2249
2280
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2250
2281
|
width: size,
|
|
@@ -2270,14 +2301,14 @@ Triggers.defaultProps = {
|
|
|
2270
2301
|
size: '24'
|
|
2271
2302
|
};
|
|
2272
2303
|
|
|
2273
|
-
const _excluded
|
|
2304
|
+
const _excluded$10 = ["color", "size"];
|
|
2274
2305
|
|
|
2275
2306
|
const StartFlow = props => {
|
|
2276
2307
|
const {
|
|
2277
2308
|
color,
|
|
2278
2309
|
size
|
|
2279
2310
|
} = props,
|
|
2280
|
-
otherProps = _objectWithoutProperties(props, _excluded
|
|
2311
|
+
otherProps = _objectWithoutProperties(props, _excluded$10);
|
|
2281
2312
|
|
|
2282
2313
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2283
2314
|
width: size,
|
|
@@ -2308,14 +2339,14 @@ StartFlow.defaultProps = {
|
|
|
2308
2339
|
size: '24'
|
|
2309
2340
|
};
|
|
2310
2341
|
|
|
2311
|
-
const _excluded$
|
|
2342
|
+
const _excluded$11 = ["color", "size"];
|
|
2312
2343
|
|
|
2313
2344
|
const WhatsAppChannel = props => {
|
|
2314
2345
|
const {
|
|
2315
2346
|
color,
|
|
2316
2347
|
size
|
|
2317
2348
|
} = props,
|
|
2318
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
2349
|
+
otherProps = _objectWithoutProperties(props, _excluded$11);
|
|
2319
2350
|
|
|
2320
2351
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2321
2352
|
width: size,
|
|
@@ -2356,14 +2387,14 @@ WhatsAppChannel.defaultProps = {
|
|
|
2356
2387
|
size: '24'
|
|
2357
2388
|
};
|
|
2358
2389
|
|
|
2359
|
-
const _excluded$
|
|
2390
|
+
const _excluded$12 = ["color", "size"];
|
|
2360
2391
|
|
|
2361
2392
|
const InstagramChannel = props => {
|
|
2362
2393
|
const {
|
|
2363
2394
|
color,
|
|
2364
2395
|
size
|
|
2365
2396
|
} = props,
|
|
2366
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
2397
|
+
otherProps = _objectWithoutProperties(props, _excluded$12);
|
|
2367
2398
|
|
|
2368
2399
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2369
2400
|
width: size,
|
|
@@ -2440,14 +2471,14 @@ InstagramChannel.defaultProps = {
|
|
|
2440
2471
|
size: '24'
|
|
2441
2472
|
};
|
|
2442
2473
|
|
|
2443
|
-
const _excluded$
|
|
2474
|
+
const _excluded$13 = ["color", "size"];
|
|
2444
2475
|
|
|
2445
2476
|
const DuplicateSms = props => {
|
|
2446
2477
|
const {
|
|
2447
2478
|
color,
|
|
2448
2479
|
size
|
|
2449
2480
|
} = props,
|
|
2450
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
2481
|
+
otherProps = _objectWithoutProperties(props, _excluded$13);
|
|
2451
2482
|
|
|
2452
2483
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2453
2484
|
width: size,
|
|
@@ -2488,14 +2519,14 @@ DuplicateSms.defaultProps = {
|
|
|
2488
2519
|
size: '24'
|
|
2489
2520
|
};
|
|
2490
2521
|
|
|
2491
|
-
const _excluded$
|
|
2522
|
+
const _excluded$14 = ["color", "size"];
|
|
2492
2523
|
|
|
2493
2524
|
const HeadlineBlockEmail = props => {
|
|
2494
2525
|
const {
|
|
2495
2526
|
color,
|
|
2496
2527
|
size
|
|
2497
2528
|
} = props,
|
|
2498
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
2529
|
+
otherProps = _objectWithoutProperties(props, _excluded$14);
|
|
2499
2530
|
|
|
2500
2531
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2501
2532
|
width: size,
|
|
@@ -2521,14 +2552,14 @@ HeadlineBlockEmail.defaultProps = {
|
|
|
2521
2552
|
size: '24'
|
|
2522
2553
|
};
|
|
2523
2554
|
|
|
2524
|
-
const _excluded$
|
|
2555
|
+
const _excluded$15 = ["color", "size"];
|
|
2525
2556
|
|
|
2526
2557
|
const ButtonEmailBlock = props => {
|
|
2527
2558
|
const {
|
|
2528
2559
|
color,
|
|
2529
2560
|
size
|
|
2530
2561
|
} = props,
|
|
2531
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
2562
|
+
otherProps = _objectWithoutProperties(props, _excluded$15);
|
|
2532
2563
|
|
|
2533
2564
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2534
2565
|
width: size,
|
|
@@ -2554,14 +2585,14 @@ ButtonEmailBlock.defaultProps = {
|
|
|
2554
2585
|
size: '24'
|
|
2555
2586
|
};
|
|
2556
2587
|
|
|
2557
|
-
const _excluded$
|
|
2588
|
+
const _excluded$16 = ["color", "size"];
|
|
2558
2589
|
|
|
2559
2590
|
const Link = props => {
|
|
2560
2591
|
const {
|
|
2561
2592
|
color,
|
|
2562
2593
|
size
|
|
2563
2594
|
} = props,
|
|
2564
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
2595
|
+
otherProps = _objectWithoutProperties(props, _excluded$16);
|
|
2565
2596
|
|
|
2566
2597
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2567
2598
|
width: size,
|
|
@@ -2585,14 +2616,14 @@ Link.defaultProps = {
|
|
|
2585
2616
|
size: '24'
|
|
2586
2617
|
};
|
|
2587
2618
|
|
|
2588
|
-
const _excluded$
|
|
2619
|
+
const _excluded$17 = ["color", "size"];
|
|
2589
2620
|
|
|
2590
2621
|
const Cart = props => {
|
|
2591
2622
|
const {
|
|
2592
2623
|
color,
|
|
2593
2624
|
size
|
|
2594
2625
|
} = props,
|
|
2595
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
2626
|
+
otherProps = _objectWithoutProperties(props, _excluded$17);
|
|
2596
2627
|
|
|
2597
2628
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2598
2629
|
width: size,
|
|
@@ -2616,14 +2647,14 @@ Cart.defaultProps = {
|
|
|
2616
2647
|
size: '24'
|
|
2617
2648
|
};
|
|
2618
2649
|
|
|
2619
|
-
const _excluded$
|
|
2650
|
+
const _excluded$18 = ["color", "size"];
|
|
2620
2651
|
|
|
2621
2652
|
const ShopifyDeprecated = props => {
|
|
2622
2653
|
const {
|
|
2623
2654
|
color,
|
|
2624
2655
|
size
|
|
2625
2656
|
} = props,
|
|
2626
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
2657
|
+
otherProps = _objectWithoutProperties(props, _excluded$18);
|
|
2627
2658
|
|
|
2628
2659
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2629
2660
|
width: size,
|
|
@@ -2666,14 +2697,14 @@ ShopifyDeprecated.defaultProps = {
|
|
|
2666
2697
|
size: '24'
|
|
2667
2698
|
};
|
|
2668
2699
|
|
|
2669
|
-
const _excluded$
|
|
2700
|
+
const _excluded$19 = ["color", "size"];
|
|
2670
2701
|
|
|
2671
2702
|
const Shopify = props => {
|
|
2672
2703
|
const {
|
|
2673
2704
|
color,
|
|
2674
2705
|
size
|
|
2675
2706
|
} = props,
|
|
2676
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
2707
|
+
otherProps = _objectWithoutProperties(props, _excluded$19);
|
|
2677
2708
|
|
|
2678
2709
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2679
2710
|
width: size,
|
|
@@ -2703,14 +2734,14 @@ Shopify.defaultProps = {
|
|
|
2703
2734
|
size: '24'
|
|
2704
2735
|
};
|
|
2705
2736
|
|
|
2706
|
-
const _excluded$
|
|
2737
|
+
const _excluded$1a = ["color", "size"];
|
|
2707
2738
|
|
|
2708
2739
|
const Flow = props => {
|
|
2709
2740
|
const {
|
|
2710
2741
|
color,
|
|
2711
2742
|
size
|
|
2712
2743
|
} = props,
|
|
2713
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
2744
|
+
otherProps = _objectWithoutProperties(props, _excluded$1a);
|
|
2714
2745
|
|
|
2715
2746
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2716
2747
|
width: size,
|
|
@@ -2734,14 +2765,14 @@ Flow.defaultProps = {
|
|
|
2734
2765
|
size: '24'
|
|
2735
2766
|
};
|
|
2736
2767
|
|
|
2737
|
-
const _excluded$
|
|
2768
|
+
const _excluded$1b = ["color", "size"];
|
|
2738
2769
|
|
|
2739
2770
|
const Magnet = props => {
|
|
2740
2771
|
const {
|
|
2741
2772
|
color,
|
|
2742
2773
|
size
|
|
2743
2774
|
} = props,
|
|
2744
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
2775
|
+
otherProps = _objectWithoutProperties(props, _excluded$1b);
|
|
2745
2776
|
|
|
2746
2777
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2747
2778
|
width: size,
|
|
@@ -2766,14 +2797,14 @@ Magnet.defaultProps = {
|
|
|
2766
2797
|
size: '24'
|
|
2767
2798
|
};
|
|
2768
2799
|
|
|
2769
|
-
const _excluded$
|
|
2800
|
+
const _excluded$1c = ["color", "size"];
|
|
2770
2801
|
|
|
2771
2802
|
const Zapier = props => {
|
|
2772
2803
|
const {
|
|
2773
2804
|
color,
|
|
2774
2805
|
size
|
|
2775
2806
|
} = props,
|
|
2776
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
2807
|
+
otherProps = _objectWithoutProperties(props, _excluded$1c);
|
|
2777
2808
|
|
|
2778
2809
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2779
2810
|
width: size,
|
|
@@ -2797,14 +2828,14 @@ Zapier.defaultProps = {
|
|
|
2797
2828
|
size: '24'
|
|
2798
2829
|
};
|
|
2799
2830
|
|
|
2800
|
-
const _excluded$
|
|
2831
|
+
const _excluded$1d = ["color", "size"];
|
|
2801
2832
|
|
|
2802
2833
|
const FolderOpen = props => {
|
|
2803
2834
|
const {
|
|
2804
2835
|
color,
|
|
2805
2836
|
size
|
|
2806
2837
|
} = props,
|
|
2807
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
2838
|
+
otherProps = _objectWithoutProperties(props, _excluded$1d);
|
|
2808
2839
|
|
|
2809
2840
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2810
2841
|
width: size,
|
|
@@ -2828,14 +2859,14 @@ FolderOpen.defaultProps = {
|
|
|
2828
2859
|
size: '24'
|
|
2829
2860
|
};
|
|
2830
2861
|
|
|
2831
|
-
const _excluded$
|
|
2862
|
+
const _excluded$1e = ["color", "size"];
|
|
2832
2863
|
|
|
2833
2864
|
const FolderAdsCampaign = props => {
|
|
2834
2865
|
const {
|
|
2835
2866
|
color,
|
|
2836
2867
|
size
|
|
2837
2868
|
} = props,
|
|
2838
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
2869
|
+
otherProps = _objectWithoutProperties(props, _excluded$1e);
|
|
2839
2870
|
|
|
2840
2871
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2841
2872
|
width: size,
|
|
@@ -2859,14 +2890,14 @@ FolderAdsCampaign.defaultProps = {
|
|
|
2859
2890
|
size: '24'
|
|
2860
2891
|
};
|
|
2861
2892
|
|
|
2862
|
-
const _excluded$
|
|
2893
|
+
const _excluded$1f = ["color", "size"];
|
|
2863
2894
|
|
|
2864
2895
|
const Folder = props => {
|
|
2865
2896
|
const {
|
|
2866
2897
|
color,
|
|
2867
2898
|
size
|
|
2868
2899
|
} = props,
|
|
2869
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
2900
|
+
otherProps = _objectWithoutProperties(props, _excluded$1f);
|
|
2870
2901
|
|
|
2871
2902
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2872
2903
|
width: size,
|
|
@@ -2890,14 +2921,14 @@ Folder.defaultProps = {
|
|
|
2890
2921
|
size: '24'
|
|
2891
2922
|
};
|
|
2892
2923
|
|
|
2893
|
-
const _excluded$
|
|
2924
|
+
const _excluded$1g = ["color", "size"];
|
|
2894
2925
|
|
|
2895
2926
|
const FolderAdd = props => {
|
|
2896
2927
|
const {
|
|
2897
2928
|
color,
|
|
2898
2929
|
size
|
|
2899
2930
|
} = props,
|
|
2900
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
2931
|
+
otherProps = _objectWithoutProperties(props, _excluded$1g);
|
|
2901
2932
|
|
|
2902
2933
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2903
2934
|
width: size,
|
|
@@ -2921,14 +2952,14 @@ FolderAdd.defaultProps = {
|
|
|
2921
2952
|
size: '24'
|
|
2922
2953
|
};
|
|
2923
2954
|
|
|
2924
|
-
const _excluded$
|
|
2955
|
+
const _excluded$1h = ["color", "size"];
|
|
2925
2956
|
|
|
2926
2957
|
const MoveTo = props => {
|
|
2927
2958
|
const {
|
|
2928
2959
|
color,
|
|
2929
2960
|
size
|
|
2930
2961
|
} = props,
|
|
2931
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
2962
|
+
otherProps = _objectWithoutProperties(props, _excluded$1h);
|
|
2932
2963
|
|
|
2933
2964
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2934
2965
|
width: size,
|
|
@@ -2952,14 +2983,14 @@ MoveTo.defaultProps = {
|
|
|
2952
2983
|
size: '24'
|
|
2953
2984
|
};
|
|
2954
2985
|
|
|
2955
|
-
const _excluded$
|
|
2986
|
+
const _excluded$1i = ["color", "size"];
|
|
2956
2987
|
|
|
2957
2988
|
const TemplateStore = props => {
|
|
2958
2989
|
const {
|
|
2959
2990
|
color,
|
|
2960
2991
|
size
|
|
2961
2992
|
} = props,
|
|
2962
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
2993
|
+
otherProps = _objectWithoutProperties(props, _excluded$1i);
|
|
2963
2994
|
|
|
2964
2995
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2965
2996
|
width: size,
|
|
@@ -2985,14 +3016,14 @@ TemplateStore.defaultProps = {
|
|
|
2985
3016
|
size: '24'
|
|
2986
3017
|
};
|
|
2987
3018
|
|
|
2988
|
-
const _excluded$
|
|
3019
|
+
const _excluded$1j = ["color", "size"];
|
|
2989
3020
|
|
|
2990
3021
|
const MosaicView = props => {
|
|
2991
3022
|
const {
|
|
2992
3023
|
color,
|
|
2993
3024
|
size
|
|
2994
3025
|
} = props,
|
|
2995
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3026
|
+
otherProps = _objectWithoutProperties(props, _excluded$1j);
|
|
2996
3027
|
|
|
2997
3028
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2998
3029
|
width: size,
|
|
@@ -3029,14 +3060,14 @@ MosaicView.defaultProps = {
|
|
|
3029
3060
|
size: '24'
|
|
3030
3061
|
};
|
|
3031
3062
|
|
|
3032
|
-
const _excluded$
|
|
3063
|
+
const _excluded$1k = ["color", "size"];
|
|
3033
3064
|
|
|
3034
3065
|
const AdsAdSet = props => {
|
|
3035
3066
|
const {
|
|
3036
3067
|
color,
|
|
3037
3068
|
size
|
|
3038
3069
|
} = props,
|
|
3039
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3070
|
+
otherProps = _objectWithoutProperties(props, _excluded$1k);
|
|
3040
3071
|
|
|
3041
3072
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3042
3073
|
width: size,
|
|
@@ -3061,14 +3092,14 @@ AdsAdSet.defaultProps = {
|
|
|
3061
3092
|
size: '24'
|
|
3062
3093
|
};
|
|
3063
3094
|
|
|
3064
|
-
const _excluded$
|
|
3095
|
+
const _excluded$1l = ["color", "size"];
|
|
3065
3096
|
|
|
3066
3097
|
const Qr = props => {
|
|
3067
3098
|
const {
|
|
3068
3099
|
color,
|
|
3069
3100
|
size
|
|
3070
3101
|
} = props,
|
|
3071
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3102
|
+
otherProps = _objectWithoutProperties(props, _excluded$1l);
|
|
3072
3103
|
|
|
3073
3104
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3074
3105
|
width: size,
|
|
@@ -3103,14 +3134,14 @@ Qr.defaultProps = {
|
|
|
3103
3134
|
size: '24'
|
|
3104
3135
|
};
|
|
3105
3136
|
|
|
3106
|
-
const _excluded$
|
|
3137
|
+
const _excluded$1m = ["color", "size"];
|
|
3107
3138
|
|
|
3108
3139
|
const Publish = props => {
|
|
3109
3140
|
const {
|
|
3110
3141
|
color,
|
|
3111
3142
|
size
|
|
3112
3143
|
} = props,
|
|
3113
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3144
|
+
otherProps = _objectWithoutProperties(props, _excluded$1m);
|
|
3114
3145
|
|
|
3115
3146
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3116
3147
|
width: size,
|
|
@@ -3134,14 +3165,14 @@ Publish.defaultProps = {
|
|
|
3134
3165
|
size: '24'
|
|
3135
3166
|
};
|
|
3136
3167
|
|
|
3137
|
-
const _excluded$
|
|
3168
|
+
const _excluded$1n = ["color", "size"];
|
|
3138
3169
|
|
|
3139
3170
|
const Bot = props => {
|
|
3140
3171
|
const {
|
|
3141
3172
|
color,
|
|
3142
3173
|
size
|
|
3143
3174
|
} = props,
|
|
3144
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3175
|
+
otherProps = _objectWithoutProperties(props, _excluded$1n);
|
|
3145
3176
|
|
|
3146
3177
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3147
3178
|
width: size,
|
|
@@ -3167,14 +3198,14 @@ Bot.defaultProps = {
|
|
|
3167
3198
|
size: '24'
|
|
3168
3199
|
};
|
|
3169
3200
|
|
|
3170
|
-
const _excluded$
|
|
3201
|
+
const _excluded$1o = ["color", "size"];
|
|
3171
3202
|
|
|
3172
3203
|
const BotRemove = props => {
|
|
3173
3204
|
const {
|
|
3174
3205
|
color,
|
|
3175
3206
|
size
|
|
3176
3207
|
} = props,
|
|
3177
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3208
|
+
otherProps = _objectWithoutProperties(props, _excluded$1o);
|
|
3178
3209
|
|
|
3179
3210
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3180
3211
|
width: size,
|
|
@@ -3200,14 +3231,14 @@ BotRemove.defaultProps = {
|
|
|
3200
3231
|
size: '24'
|
|
3201
3232
|
};
|
|
3202
3233
|
|
|
3203
|
-
const _excluded$
|
|
3234
|
+
const _excluded$1p = ["color", "size"];
|
|
3204
3235
|
|
|
3205
3236
|
const Keywords = props => {
|
|
3206
3237
|
const {
|
|
3207
3238
|
color,
|
|
3208
3239
|
size
|
|
3209
3240
|
} = props,
|
|
3210
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3241
|
+
otherProps = _objectWithoutProperties(props, _excluded$1p);
|
|
3211
3242
|
|
|
3212
3243
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3213
3244
|
width: size,
|
|
@@ -3234,14 +3265,14 @@ Keywords.defaultProps = {
|
|
|
3234
3265
|
size: '24'
|
|
3235
3266
|
};
|
|
3236
3267
|
|
|
3237
|
-
const _excluded$
|
|
3268
|
+
const _excluded$1q = ["color", "size"];
|
|
3238
3269
|
|
|
3239
3270
|
const Protect = props => {
|
|
3240
3271
|
const {
|
|
3241
3272
|
color,
|
|
3242
3273
|
size
|
|
3243
3274
|
} = props,
|
|
3244
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3275
|
+
otherProps = _objectWithoutProperties(props, _excluded$1q);
|
|
3245
3276
|
|
|
3246
3277
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3247
3278
|
width: size,
|
|
@@ -3265,14 +3296,14 @@ Protect.defaultProps = {
|
|
|
3265
3296
|
size: '24'
|
|
3266
3297
|
};
|
|
3267
3298
|
|
|
3268
|
-
const _excluded$
|
|
3299
|
+
const _excluded$1r = ["color", "size"];
|
|
3269
3300
|
|
|
3270
3301
|
const Unprotect = props => {
|
|
3271
3302
|
const {
|
|
3272
3303
|
color,
|
|
3273
3304
|
size
|
|
3274
3305
|
} = props,
|
|
3275
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3306
|
+
otherProps = _objectWithoutProperties(props, _excluded$1r);
|
|
3276
3307
|
|
|
3277
3308
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3278
3309
|
width: size,
|
|
@@ -3296,14 +3327,14 @@ Unprotect.defaultProps = {
|
|
|
3296
3327
|
size: '24'
|
|
3297
3328
|
};
|
|
3298
3329
|
|
|
3299
|
-
const _excluded$
|
|
3330
|
+
const _excluded$1s = ["color", "size"];
|
|
3300
3331
|
|
|
3301
3332
|
const Rules = props => {
|
|
3302
3333
|
const {
|
|
3303
3334
|
color,
|
|
3304
3335
|
size
|
|
3305
3336
|
} = props,
|
|
3306
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3337
|
+
otherProps = _objectWithoutProperties(props, _excluded$1s);
|
|
3307
3338
|
|
|
3308
3339
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3309
3340
|
width: size,
|
|
@@ -3330,14 +3361,14 @@ Rules.defaultProps = {
|
|
|
3330
3361
|
size: '24'
|
|
3331
3362
|
};
|
|
3332
3363
|
|
|
3333
|
-
const _excluded$
|
|
3364
|
+
const _excluded$1t = ["color", "size"];
|
|
3334
3365
|
|
|
3335
3366
|
const Delay = props => {
|
|
3336
3367
|
const {
|
|
3337
3368
|
color,
|
|
3338
3369
|
size
|
|
3339
3370
|
} = props,
|
|
3340
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3371
|
+
otherProps = _objectWithoutProperties(props, _excluded$1t);
|
|
3341
3372
|
|
|
3342
3373
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3343
3374
|
width: size,
|
|
@@ -3361,14 +3392,14 @@ Delay.defaultProps = {
|
|
|
3361
3392
|
size: '24'
|
|
3362
3393
|
};
|
|
3363
3394
|
|
|
3364
|
-
const _excluded$
|
|
3395
|
+
const _excluded$1u = ["color", "size"];
|
|
3365
3396
|
|
|
3366
3397
|
const Pause = props => {
|
|
3367
3398
|
const {
|
|
3368
3399
|
color,
|
|
3369
3400
|
size
|
|
3370
3401
|
} = props,
|
|
3371
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3402
|
+
otherProps = _objectWithoutProperties(props, _excluded$1u);
|
|
3372
3403
|
|
|
3373
3404
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3374
3405
|
width: size,
|
|
@@ -3397,14 +3428,14 @@ Pause.defaultProps = {
|
|
|
3397
3428
|
size: '24'
|
|
3398
3429
|
};
|
|
3399
3430
|
|
|
3400
|
-
const _excluded$
|
|
3431
|
+
const _excluded$1v = ["color", "size"];
|
|
3401
3432
|
|
|
3402
3433
|
const TriggersLines = props => {
|
|
3403
3434
|
const {
|
|
3404
3435
|
color,
|
|
3405
3436
|
size
|
|
3406
3437
|
} = props,
|
|
3407
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3438
|
+
otherProps = _objectWithoutProperties(props, _excluded$1v);
|
|
3408
3439
|
|
|
3409
3440
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3410
3441
|
width: size,
|
|
@@ -3429,14 +3460,14 @@ TriggersLines.defaultProps = {
|
|
|
3429
3460
|
size: '24'
|
|
3430
3461
|
};
|
|
3431
3462
|
|
|
3432
|
-
const _excluded$
|
|
3463
|
+
const _excluded$1w = ["color", "size"];
|
|
3433
3464
|
|
|
3434
3465
|
const Cloud = props => {
|
|
3435
3466
|
const {
|
|
3436
3467
|
color,
|
|
3437
3468
|
size
|
|
3438
3469
|
} = props,
|
|
3439
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3470
|
+
otherProps = _objectWithoutProperties(props, _excluded$1w);
|
|
3440
3471
|
|
|
3441
3472
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3442
3473
|
width: size,
|
|
@@ -3460,14 +3491,14 @@ Cloud.defaultProps = {
|
|
|
3460
3491
|
size: '24'
|
|
3461
3492
|
};
|
|
3462
3493
|
|
|
3463
|
-
const _excluded$
|
|
3494
|
+
const _excluded$1x = ["color", "size"];
|
|
3464
3495
|
|
|
3465
3496
|
const CloudError = props => {
|
|
3466
3497
|
const {
|
|
3467
3498
|
color,
|
|
3468
3499
|
size
|
|
3469
3500
|
} = props,
|
|
3470
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3501
|
+
otherProps = _objectWithoutProperties(props, _excluded$1x);
|
|
3471
3502
|
|
|
3472
3503
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3473
3504
|
width: size,
|
|
@@ -3491,14 +3522,14 @@ CloudError.defaultProps = {
|
|
|
3491
3522
|
size: '24'
|
|
3492
3523
|
};
|
|
3493
3524
|
|
|
3494
|
-
const _excluded$
|
|
3525
|
+
const _excluded$1y = ["color", "size"];
|
|
3495
3526
|
|
|
3496
3527
|
const CloudUpload = props => {
|
|
3497
3528
|
const {
|
|
3498
3529
|
color,
|
|
3499
3530
|
size
|
|
3500
3531
|
} = props,
|
|
3501
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3532
|
+
otherProps = _objectWithoutProperties(props, _excluded$1y);
|
|
3502
3533
|
|
|
3503
3534
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3504
3535
|
width: size,
|
|
@@ -3522,14 +3553,14 @@ CloudUpload.defaultProps = {
|
|
|
3522
3553
|
size: '24'
|
|
3523
3554
|
};
|
|
3524
3555
|
|
|
3525
|
-
const _excluded$
|
|
3556
|
+
const _excluded$1z = ["color", "size"];
|
|
3526
3557
|
|
|
3527
3558
|
const CloudDownload = props => {
|
|
3528
3559
|
const {
|
|
3529
3560
|
color,
|
|
3530
3561
|
size
|
|
3531
3562
|
} = props,
|
|
3532
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3563
|
+
otherProps = _objectWithoutProperties(props, _excluded$1z);
|
|
3533
3564
|
|
|
3534
3565
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3535
3566
|
width: size,
|
|
@@ -3553,14 +3584,14 @@ CloudDownload.defaultProps = {
|
|
|
3553
3584
|
size: '24'
|
|
3554
3585
|
};
|
|
3555
3586
|
|
|
3556
|
-
const _excluded$
|
|
3587
|
+
const _excluded$1A = ["color", "size"];
|
|
3557
3588
|
|
|
3558
3589
|
const Automation = props => {
|
|
3559
3590
|
const {
|
|
3560
3591
|
color,
|
|
3561
3592
|
size
|
|
3562
3593
|
} = props,
|
|
3563
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3594
|
+
otherProps = _objectWithoutProperties(props, _excluded$1A);
|
|
3564
3595
|
|
|
3565
3596
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3566
3597
|
width: size,
|
|
@@ -3584,14 +3615,14 @@ Automation.defaultProps = {
|
|
|
3584
3615
|
size: '24'
|
|
3585
3616
|
};
|
|
3586
3617
|
|
|
3587
|
-
const _excluded$
|
|
3618
|
+
const _excluded$1B = ["color", "size"];
|
|
3588
3619
|
|
|
3589
3620
|
const Note = props => {
|
|
3590
3621
|
const {
|
|
3591
3622
|
color,
|
|
3592
3623
|
size
|
|
3593
3624
|
} = props,
|
|
3594
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3625
|
+
otherProps = _objectWithoutProperties(props, _excluded$1B);
|
|
3595
3626
|
|
|
3596
3627
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3597
3628
|
width: size,
|
|
@@ -3615,14 +3646,14 @@ Note.defaultProps = {
|
|
|
3615
3646
|
size: '24'
|
|
3616
3647
|
};
|
|
3617
3648
|
|
|
3618
|
-
const _excluded$
|
|
3649
|
+
const _excluded$1C = ["color", "size"];
|
|
3619
3650
|
|
|
3620
3651
|
const PublicChangelog = props => {
|
|
3621
3652
|
const {
|
|
3622
3653
|
color,
|
|
3623
3654
|
size
|
|
3624
3655
|
} = props,
|
|
3625
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3656
|
+
otherProps = _objectWithoutProperties(props, _excluded$1C);
|
|
3626
3657
|
|
|
3627
3658
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3628
3659
|
width: size,
|
|
@@ -3646,14 +3677,14 @@ PublicChangelog.defaultProps = {
|
|
|
3646
3677
|
size: '24'
|
|
3647
3678
|
};
|
|
3648
3679
|
|
|
3649
|
-
const _excluded$
|
|
3680
|
+
const _excluded$1D = ["color", "size"];
|
|
3650
3681
|
|
|
3651
3682
|
const Text = props => {
|
|
3652
3683
|
const {
|
|
3653
3684
|
color,
|
|
3654
3685
|
size
|
|
3655
3686
|
} = props,
|
|
3656
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3687
|
+
otherProps = _objectWithoutProperties(props, _excluded$1D);
|
|
3657
3688
|
|
|
3658
3689
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3659
3690
|
width: size,
|
|
@@ -3677,14 +3708,14 @@ Text.defaultProps = {
|
|
|
3677
3708
|
size: '24'
|
|
3678
3709
|
};
|
|
3679
3710
|
|
|
3680
|
-
const _excluded$
|
|
3711
|
+
const _excluded$1E = ["color", "size"];
|
|
3681
3712
|
|
|
3682
3713
|
const Book = props => {
|
|
3683
3714
|
const {
|
|
3684
3715
|
color,
|
|
3685
3716
|
size
|
|
3686
3717
|
} = props,
|
|
3687
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3718
|
+
otherProps = _objectWithoutProperties(props, _excluded$1E);
|
|
3688
3719
|
|
|
3689
3720
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3690
3721
|
width: size,
|
|
@@ -3708,14 +3739,14 @@ Book.defaultProps = {
|
|
|
3708
3739
|
size: '24'
|
|
3709
3740
|
};
|
|
3710
3741
|
|
|
3711
|
-
const _excluded$
|
|
3742
|
+
const _excluded$1F = ["color", "size"];
|
|
3712
3743
|
|
|
3713
3744
|
const WelcomeMessage = props => {
|
|
3714
3745
|
const {
|
|
3715
3746
|
color,
|
|
3716
3747
|
size
|
|
3717
3748
|
} = props,
|
|
3718
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3749
|
+
otherProps = _objectWithoutProperties(props, _excluded$1F);
|
|
3719
3750
|
|
|
3720
3751
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3721
3752
|
width: size,
|
|
@@ -3739,14 +3770,14 @@ WelcomeMessage.defaultProps = {
|
|
|
3739
3770
|
size: '24'
|
|
3740
3771
|
};
|
|
3741
3772
|
|
|
3742
|
-
const _excluded$
|
|
3773
|
+
const _excluded$1G = ["color", "size"];
|
|
3743
3774
|
|
|
3744
3775
|
const ThumbUp = props => {
|
|
3745
3776
|
const {
|
|
3746
3777
|
color,
|
|
3747
3778
|
size
|
|
3748
3779
|
} = props,
|
|
3749
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3780
|
+
otherProps = _objectWithoutProperties(props, _excluded$1G);
|
|
3750
3781
|
|
|
3751
3782
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3752
3783
|
width: size,
|
|
@@ -3773,14 +3804,14 @@ ThumbUp.defaultProps = {
|
|
|
3773
3804
|
size: '24'
|
|
3774
3805
|
};
|
|
3775
3806
|
|
|
3776
|
-
const _excluded$
|
|
3807
|
+
const _excluded$1H = ["color", "size"];
|
|
3777
3808
|
|
|
3778
3809
|
const ThumbDown = props => {
|
|
3779
3810
|
const {
|
|
3780
3811
|
color,
|
|
3781
3812
|
size
|
|
3782
3813
|
} = props,
|
|
3783
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3814
|
+
otherProps = _objectWithoutProperties(props, _excluded$1H);
|
|
3784
3815
|
|
|
3785
3816
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3786
3817
|
width: size,
|
|
@@ -3807,14 +3838,14 @@ ThumbDown.defaultProps = {
|
|
|
3807
3838
|
size: '24'
|
|
3808
3839
|
};
|
|
3809
3840
|
|
|
3810
|
-
const _excluded$
|
|
3841
|
+
const _excluded$1I = ["color", "size"];
|
|
3811
3842
|
|
|
3812
3843
|
const MoreHor = props => {
|
|
3813
3844
|
const {
|
|
3814
3845
|
color,
|
|
3815
3846
|
size
|
|
3816
3847
|
} = props,
|
|
3817
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3848
|
+
otherProps = _objectWithoutProperties(props, _excluded$1I);
|
|
3818
3849
|
|
|
3819
3850
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3820
3851
|
width: size,
|
|
@@ -3853,14 +3884,14 @@ MoreHor.defaultProps = {
|
|
|
3853
3884
|
size: '24'
|
|
3854
3885
|
};
|
|
3855
3886
|
|
|
3856
|
-
const _excluded$
|
|
3887
|
+
const _excluded$1J = ["color", "size"];
|
|
3857
3888
|
|
|
3858
3889
|
const MoreChannels = props => {
|
|
3859
3890
|
const {
|
|
3860
3891
|
color,
|
|
3861
3892
|
size
|
|
3862
3893
|
} = props,
|
|
3863
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3894
|
+
otherProps = _objectWithoutProperties(props, _excluded$1J);
|
|
3864
3895
|
|
|
3865
3896
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3866
3897
|
width: size,
|
|
@@ -3893,14 +3924,14 @@ MoreChannels.defaultProps = {
|
|
|
3893
3924
|
size: '24'
|
|
3894
3925
|
};
|
|
3895
3926
|
|
|
3896
|
-
const _excluded$
|
|
3927
|
+
const _excluded$1K = ["color", "size"];
|
|
3897
3928
|
|
|
3898
3929
|
const MoreVert = props => {
|
|
3899
3930
|
const {
|
|
3900
3931
|
color,
|
|
3901
3932
|
size
|
|
3902
3933
|
} = props,
|
|
3903
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3934
|
+
otherProps = _objectWithoutProperties(props, _excluded$1K);
|
|
3904
3935
|
|
|
3905
3936
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3906
3937
|
width: size,
|
|
@@ -3939,14 +3970,14 @@ MoreVert.defaultProps = {
|
|
|
3939
3970
|
size: '24'
|
|
3940
3971
|
};
|
|
3941
3972
|
|
|
3942
|
-
const _excluded$
|
|
3973
|
+
const _excluded$1L = ["color", "size"];
|
|
3943
3974
|
|
|
3944
3975
|
const DragItem = props => {
|
|
3945
3976
|
const {
|
|
3946
3977
|
color,
|
|
3947
3978
|
size
|
|
3948
3979
|
} = props,
|
|
3949
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
3980
|
+
otherProps = _objectWithoutProperties(props, _excluded$1L);
|
|
3950
3981
|
|
|
3951
3982
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3952
3983
|
width: size,
|
|
@@ -3991,14 +4022,14 @@ DragItem.defaultProps = {
|
|
|
3991
4022
|
size: '24'
|
|
3992
4023
|
};
|
|
3993
4024
|
|
|
3994
|
-
const _excluded$
|
|
4025
|
+
const _excluded$1M = ["color", "size"];
|
|
3995
4026
|
|
|
3996
4027
|
const Filter = props => {
|
|
3997
4028
|
const {
|
|
3998
4029
|
color,
|
|
3999
4030
|
size
|
|
4000
4031
|
} = props,
|
|
4001
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4032
|
+
otherProps = _objectWithoutProperties(props, _excluded$1M);
|
|
4002
4033
|
|
|
4003
4034
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4004
4035
|
width: size,
|
|
@@ -4024,14 +4055,14 @@ Filter.defaultProps = {
|
|
|
4024
4055
|
size: '24'
|
|
4025
4056
|
};
|
|
4026
4057
|
|
|
4027
|
-
const _excluded$
|
|
4058
|
+
const _excluded$1N = ["color", "size"];
|
|
4028
4059
|
|
|
4029
4060
|
const BuilderAudio = props => {
|
|
4030
4061
|
const {
|
|
4031
4062
|
color,
|
|
4032
4063
|
size
|
|
4033
4064
|
} = props,
|
|
4034
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4065
|
+
otherProps = _objectWithoutProperties(props, _excluded$1N);
|
|
4035
4066
|
|
|
4036
4067
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4037
4068
|
width: size,
|
|
@@ -4055,14 +4086,14 @@ BuilderAudio.defaultProps = {
|
|
|
4055
4086
|
size: '24'
|
|
4056
4087
|
};
|
|
4057
4088
|
|
|
4058
|
-
const _excluded$
|
|
4089
|
+
const _excluded$1O = ["color", "size"];
|
|
4059
4090
|
|
|
4060
4091
|
const Notification = props => {
|
|
4061
4092
|
const {
|
|
4062
4093
|
color,
|
|
4063
4094
|
size
|
|
4064
4095
|
} = props,
|
|
4065
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4096
|
+
otherProps = _objectWithoutProperties(props, _excluded$1O);
|
|
4066
4097
|
|
|
4067
4098
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4068
4099
|
width: size,
|
|
@@ -4086,14 +4117,14 @@ Notification.defaultProps = {
|
|
|
4086
4117
|
size: '24'
|
|
4087
4118
|
};
|
|
4088
4119
|
|
|
4089
|
-
const _excluded$
|
|
4120
|
+
const _excluded$1P = ["color", "size"];
|
|
4090
4121
|
|
|
4091
4122
|
const NotificationMute = props => {
|
|
4092
4123
|
const {
|
|
4093
4124
|
color,
|
|
4094
4125
|
size
|
|
4095
4126
|
} = props,
|
|
4096
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4127
|
+
otherProps = _objectWithoutProperties(props, _excluded$1P);
|
|
4097
4128
|
|
|
4098
4129
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4099
4130
|
width: size,
|
|
@@ -4117,14 +4148,14 @@ NotificationMute.defaultProps = {
|
|
|
4117
4148
|
size: '24'
|
|
4118
4149
|
};
|
|
4119
4150
|
|
|
4120
|
-
const _excluded$
|
|
4151
|
+
const _excluded$1Q = ["color", "size"];
|
|
4121
4152
|
|
|
4122
4153
|
const Sequences = props => {
|
|
4123
4154
|
const {
|
|
4124
4155
|
color,
|
|
4125
4156
|
size
|
|
4126
4157
|
} = props,
|
|
4127
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4158
|
+
otherProps = _objectWithoutProperties(props, _excluded$1Q);
|
|
4128
4159
|
|
|
4129
4160
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4130
4161
|
width: size,
|
|
@@ -4148,14 +4179,14 @@ Sequences.defaultProps = {
|
|
|
4148
4179
|
size: '24'
|
|
4149
4180
|
};
|
|
4150
4181
|
|
|
4151
|
-
const _excluded$
|
|
4182
|
+
const _excluded$1R = ["color", "size"];
|
|
4152
4183
|
|
|
4153
4184
|
const SequencesAdd = props => {
|
|
4154
4185
|
const {
|
|
4155
4186
|
color,
|
|
4156
4187
|
size
|
|
4157
4188
|
} = props,
|
|
4158
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4189
|
+
otherProps = _objectWithoutProperties(props, _excluded$1R);
|
|
4159
4190
|
|
|
4160
4191
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4161
4192
|
width: size,
|
|
@@ -4179,14 +4210,14 @@ SequencesAdd.defaultProps = {
|
|
|
4179
4210
|
size: '24'
|
|
4180
4211
|
};
|
|
4181
4212
|
|
|
4182
|
-
const _excluded$
|
|
4213
|
+
const _excluded$1S = ["color", "size"];
|
|
4183
4214
|
|
|
4184
4215
|
const SequencesRemove = props => {
|
|
4185
4216
|
const {
|
|
4186
4217
|
color,
|
|
4187
4218
|
size
|
|
4188
4219
|
} = props,
|
|
4189
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4220
|
+
otherProps = _objectWithoutProperties(props, _excluded$1S);
|
|
4190
4221
|
|
|
4191
4222
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4192
4223
|
width: size,
|
|
@@ -4210,14 +4241,14 @@ SequencesRemove.defaultProps = {
|
|
|
4210
4241
|
size: '24'
|
|
4211
4242
|
};
|
|
4212
4243
|
|
|
4213
|
-
const _excluded$
|
|
4244
|
+
const _excluded$1T = ["color", "size"];
|
|
4214
4245
|
|
|
4215
4246
|
const Send = props => {
|
|
4216
4247
|
const {
|
|
4217
4248
|
color,
|
|
4218
4249
|
size
|
|
4219
4250
|
} = props,
|
|
4220
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4251
|
+
otherProps = _objectWithoutProperties(props, _excluded$1T);
|
|
4221
4252
|
|
|
4222
4253
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4223
4254
|
width: size,
|
|
@@ -4244,14 +4275,14 @@ Send.defaultProps = {
|
|
|
4244
4275
|
size: '24'
|
|
4245
4276
|
};
|
|
4246
4277
|
|
|
4247
|
-
const _excluded$
|
|
4278
|
+
const _excluded$1U = ["color", "size"];
|
|
4248
4279
|
|
|
4249
4280
|
const Send2 = props => {
|
|
4250
4281
|
const {
|
|
4251
4282
|
color,
|
|
4252
4283
|
size
|
|
4253
4284
|
} = props,
|
|
4254
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4285
|
+
otherProps = _objectWithoutProperties(props, _excluded$1U);
|
|
4255
4286
|
|
|
4256
4287
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4257
4288
|
width: size,
|
|
@@ -4278,14 +4309,14 @@ Send2.defaultProps = {
|
|
|
4278
4309
|
size: '24'
|
|
4279
4310
|
};
|
|
4280
4311
|
|
|
4281
|
-
const _excluded$
|
|
4312
|
+
const _excluded$1V = ["color", "size"];
|
|
4282
4313
|
|
|
4283
4314
|
const Play = props => {
|
|
4284
4315
|
const {
|
|
4285
4316
|
color,
|
|
4286
4317
|
size
|
|
4287
4318
|
} = props,
|
|
4288
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4319
|
+
otherProps = _objectWithoutProperties(props, _excluded$1V);
|
|
4289
4320
|
|
|
4290
4321
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4291
4322
|
width: size,
|
|
@@ -4312,14 +4343,14 @@ Play.defaultProps = {
|
|
|
4312
4343
|
size: '24'
|
|
4313
4344
|
};
|
|
4314
4345
|
|
|
4315
|
-
const _excluded$
|
|
4346
|
+
const _excluded$1W = ["color", "size"];
|
|
4316
4347
|
|
|
4317
4348
|
const Warning = props => {
|
|
4318
4349
|
const {
|
|
4319
4350
|
color,
|
|
4320
4351
|
size
|
|
4321
4352
|
} = props,
|
|
4322
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4353
|
+
otherProps = _objectWithoutProperties(props, _excluded$1W);
|
|
4323
4354
|
|
|
4324
4355
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4325
4356
|
width: size,
|
|
@@ -4346,14 +4377,14 @@ Warning.defaultProps = {
|
|
|
4346
4377
|
size: '24'
|
|
4347
4378
|
};
|
|
4348
4379
|
|
|
4349
|
-
const _excluded$
|
|
4380
|
+
const _excluded$1X = ["color", "size"];
|
|
4350
4381
|
|
|
4351
4382
|
const Broadcasting = props => {
|
|
4352
4383
|
const {
|
|
4353
4384
|
color,
|
|
4354
4385
|
size
|
|
4355
4386
|
} = props,
|
|
4356
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4387
|
+
otherProps = _objectWithoutProperties(props, _excluded$1X);
|
|
4357
4388
|
|
|
4358
4389
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4359
4390
|
width: size,
|
|
@@ -4380,14 +4411,14 @@ Broadcasting.defaultProps = {
|
|
|
4380
4411
|
size: '24'
|
|
4381
4412
|
};
|
|
4382
4413
|
|
|
4383
|
-
const _excluded$
|
|
4414
|
+
const _excluded$1Y = ["color", "size"];
|
|
4384
4415
|
|
|
4385
4416
|
const Condition = props => {
|
|
4386
4417
|
const {
|
|
4387
4418
|
color,
|
|
4388
4419
|
size
|
|
4389
4420
|
} = props,
|
|
4390
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4421
|
+
otherProps = _objectWithoutProperties(props, _excluded$1Y);
|
|
4391
4422
|
|
|
4392
4423
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4393
4424
|
width: size,
|
|
@@ -4413,14 +4444,14 @@ Condition.defaultProps = {
|
|
|
4413
4444
|
size: '24'
|
|
4414
4445
|
};
|
|
4415
4446
|
|
|
4416
|
-
const _excluded$
|
|
4447
|
+
const _excluded$1Z = ["color", "size"];
|
|
4417
4448
|
|
|
4418
4449
|
const LiveChat = props => {
|
|
4419
4450
|
const {
|
|
4420
4451
|
color,
|
|
4421
4452
|
size
|
|
4422
4453
|
} = props,
|
|
4423
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4454
|
+
otherProps = _objectWithoutProperties(props, _excluded$1Z);
|
|
4424
4455
|
|
|
4425
4456
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4426
4457
|
width: size,
|
|
@@ -4444,14 +4475,14 @@ LiveChat.defaultProps = {
|
|
|
4444
4475
|
size: '24'
|
|
4445
4476
|
};
|
|
4446
4477
|
|
|
4447
|
-
const _excluded$
|
|
4478
|
+
const _excluded$1_ = ["color", "size"];
|
|
4448
4479
|
|
|
4449
4480
|
const Ticket = props => {
|
|
4450
4481
|
const {
|
|
4451
4482
|
color,
|
|
4452
4483
|
size
|
|
4453
4484
|
} = props,
|
|
4454
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4485
|
+
otherProps = _objectWithoutProperties(props, _excluded$1_);
|
|
4455
4486
|
|
|
4456
4487
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4457
4488
|
width: size,
|
|
@@ -4475,14 +4506,14 @@ Ticket.defaultProps = {
|
|
|
4475
4506
|
size: '24'
|
|
4476
4507
|
};
|
|
4477
4508
|
|
|
4478
|
-
const _excluded$
|
|
4509
|
+
const _excluded$1$ = ["color", "size"];
|
|
4479
4510
|
|
|
4480
4511
|
const Messenger = props => {
|
|
4481
4512
|
const {
|
|
4482
4513
|
color,
|
|
4483
4514
|
size
|
|
4484
4515
|
} = props,
|
|
4485
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4516
|
+
otherProps = _objectWithoutProperties(props, _excluded$1$);
|
|
4486
4517
|
|
|
4487
4518
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4488
4519
|
width: size,
|
|
@@ -4511,14 +4542,14 @@ Messenger.defaultProps = {
|
|
|
4511
4542
|
size: '24'
|
|
4512
4543
|
};
|
|
4513
4544
|
|
|
4514
|
-
const _excluded$
|
|
4545
|
+
const _excluded$20 = ["color", "size"];
|
|
4515
4546
|
|
|
4516
4547
|
const CannedResponse = props => {
|
|
4517
4548
|
const {
|
|
4518
4549
|
color,
|
|
4519
4550
|
size
|
|
4520
4551
|
} = props,
|
|
4521
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4552
|
+
otherProps = _objectWithoutProperties(props, _excluded$20);
|
|
4522
4553
|
|
|
4523
4554
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4524
4555
|
width: size,
|
|
@@ -4545,14 +4576,14 @@ CannedResponse.defaultProps = {
|
|
|
4545
4576
|
size: '24'
|
|
4546
4577
|
};
|
|
4547
4578
|
|
|
4548
|
-
const _excluded$
|
|
4579
|
+
const _excluded$21 = ["color", "size"];
|
|
4549
4580
|
|
|
4550
4581
|
const SponsoredMessages2 = props => {
|
|
4551
4582
|
const {
|
|
4552
4583
|
color,
|
|
4553
4584
|
size
|
|
4554
4585
|
} = props,
|
|
4555
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4586
|
+
otherProps = _objectWithoutProperties(props, _excluded$21);
|
|
4556
4587
|
|
|
4557
4588
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4558
4589
|
width: size,
|
|
@@ -4576,14 +4607,14 @@ SponsoredMessages2.defaultProps = {
|
|
|
4576
4607
|
size: '24'
|
|
4577
4608
|
};
|
|
4578
4609
|
|
|
4579
|
-
const _excluded$
|
|
4610
|
+
const _excluded$22 = ["color", "size"];
|
|
4580
4611
|
|
|
4581
4612
|
const FbChat = props => {
|
|
4582
4613
|
const {
|
|
4583
4614
|
color,
|
|
4584
4615
|
size
|
|
4585
4616
|
} = props,
|
|
4586
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4617
|
+
otherProps = _objectWithoutProperties(props, _excluded$22);
|
|
4587
4618
|
|
|
4588
4619
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4589
4620
|
width: size,
|
|
@@ -4607,14 +4638,14 @@ FbChat.defaultProps = {
|
|
|
4607
4638
|
size: '24'
|
|
4608
4639
|
};
|
|
4609
4640
|
|
|
4610
|
-
const _excluded$
|
|
4641
|
+
const _excluded$23 = ["color", "size"];
|
|
4611
4642
|
|
|
4612
4643
|
const ActionMarkConversationAsDone = props => {
|
|
4613
4644
|
const {
|
|
4614
4645
|
color,
|
|
4615
4646
|
size
|
|
4616
4647
|
} = props,
|
|
4617
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4648
|
+
otherProps = _objectWithoutProperties(props, _excluded$23);
|
|
4618
4649
|
|
|
4619
4650
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4620
4651
|
width: size,
|
|
@@ -4638,14 +4669,14 @@ ActionMarkConversationAsDone.defaultProps = {
|
|
|
4638
4669
|
size: '24'
|
|
4639
4670
|
};
|
|
4640
4671
|
|
|
4641
|
-
const _excluded$
|
|
4672
|
+
const _excluded$24 = ["color", "size"];
|
|
4642
4673
|
|
|
4643
4674
|
const FacebookMessenger = props => {
|
|
4644
4675
|
const {
|
|
4645
4676
|
color,
|
|
4646
4677
|
size
|
|
4647
4678
|
} = props,
|
|
4648
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4679
|
+
otherProps = _objectWithoutProperties(props, _excluded$24);
|
|
4649
4680
|
|
|
4650
4681
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4651
4682
|
width: size,
|
|
@@ -4674,14 +4705,14 @@ FacebookMessenger.defaultProps = {
|
|
|
4674
4705
|
size: '24'
|
|
4675
4706
|
};
|
|
4676
4707
|
|
|
4677
|
-
const _excluded$
|
|
4708
|
+
const _excluded$25 = ["color", "size"];
|
|
4678
4709
|
|
|
4679
4710
|
const MessageOpen = props => {
|
|
4680
4711
|
const {
|
|
4681
4712
|
color,
|
|
4682
4713
|
size
|
|
4683
4714
|
} = props,
|
|
4684
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4715
|
+
otherProps = _objectWithoutProperties(props, _excluded$25);
|
|
4685
4716
|
|
|
4686
4717
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4687
4718
|
width: size,
|
|
@@ -4705,14 +4736,14 @@ MessageOpen.defaultProps = {
|
|
|
4705
4736
|
size: '24'
|
|
4706
4737
|
};
|
|
4707
4738
|
|
|
4708
|
-
const _excluded$
|
|
4739
|
+
const _excluded$26 = ["color", "size"];
|
|
4709
4740
|
|
|
4710
4741
|
const MessageBack = props => {
|
|
4711
4742
|
const {
|
|
4712
4743
|
color,
|
|
4713
4744
|
size
|
|
4714
4745
|
} = props,
|
|
4715
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4746
|
+
otherProps = _objectWithoutProperties(props, _excluded$26);
|
|
4716
4747
|
|
|
4717
4748
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4718
4749
|
width: size,
|
|
@@ -4736,14 +4767,14 @@ MessageBack.defaultProps = {
|
|
|
4736
4767
|
size: '24'
|
|
4737
4768
|
};
|
|
4738
4769
|
|
|
4739
|
-
const _excluded$
|
|
4770
|
+
const _excluded$27 = ["color", "size"];
|
|
4740
4771
|
|
|
4741
4772
|
const User = props => {
|
|
4742
4773
|
const {
|
|
4743
4774
|
color,
|
|
4744
4775
|
size
|
|
4745
4776
|
} = props,
|
|
4746
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4777
|
+
otherProps = _objectWithoutProperties(props, _excluded$27);
|
|
4747
4778
|
|
|
4748
4779
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4749
4780
|
width: size,
|
|
@@ -4770,14 +4801,14 @@ User.defaultProps = {
|
|
|
4770
4801
|
size: '24'
|
|
4771
4802
|
};
|
|
4772
4803
|
|
|
4773
|
-
const _excluded$
|
|
4804
|
+
const _excluded$28 = ["color", "size"];
|
|
4774
4805
|
|
|
4775
4806
|
const Community = props => {
|
|
4776
4807
|
const {
|
|
4777
4808
|
color,
|
|
4778
4809
|
size
|
|
4779
4810
|
} = props,
|
|
4780
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4811
|
+
otherProps = _objectWithoutProperties(props, _excluded$28);
|
|
4781
4812
|
|
|
4782
4813
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4783
4814
|
width: size,
|
|
@@ -4804,14 +4835,14 @@ Community.defaultProps = {
|
|
|
4804
4835
|
size: '24'
|
|
4805
4836
|
};
|
|
4806
4837
|
|
|
4807
|
-
const _excluded$
|
|
4838
|
+
const _excluded$29 = ["color", "size"];
|
|
4808
4839
|
|
|
4809
4840
|
const UserAdd = props => {
|
|
4810
4841
|
const {
|
|
4811
4842
|
color,
|
|
4812
4843
|
size
|
|
4813
4844
|
} = props,
|
|
4814
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4845
|
+
otherProps = _objectWithoutProperties(props, _excluded$29);
|
|
4815
4846
|
|
|
4816
4847
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4817
4848
|
width: size,
|
|
@@ -4838,14 +4869,14 @@ UserAdd.defaultProps = {
|
|
|
4838
4869
|
size: '24'
|
|
4839
4870
|
};
|
|
4840
4871
|
|
|
4841
|
-
const _excluded$
|
|
4872
|
+
const _excluded$2a = ["color", "size"];
|
|
4842
4873
|
|
|
4843
4874
|
const Unassign = props => {
|
|
4844
4875
|
const {
|
|
4845
4876
|
color,
|
|
4846
4877
|
size
|
|
4847
4878
|
} = props,
|
|
4848
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4879
|
+
otherProps = _objectWithoutProperties(props, _excluded$2a);
|
|
4849
4880
|
|
|
4850
4881
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4851
4882
|
width: size,
|
|
@@ -4872,14 +4903,14 @@ Unassign.defaultProps = {
|
|
|
4872
4903
|
size: '24'
|
|
4873
4904
|
};
|
|
4874
4905
|
|
|
4875
|
-
const _excluded$
|
|
4906
|
+
const _excluded$2b = ["color", "size"];
|
|
4876
4907
|
|
|
4877
4908
|
const Assign = props => {
|
|
4878
4909
|
const {
|
|
4879
4910
|
color,
|
|
4880
4911
|
size
|
|
4881
4912
|
} = props,
|
|
4882
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4913
|
+
otherProps = _objectWithoutProperties(props, _excluded$2b);
|
|
4883
4914
|
|
|
4884
4915
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4885
4916
|
width: size,
|
|
@@ -4906,14 +4937,14 @@ Assign.defaultProps = {
|
|
|
4906
4937
|
size: '24'
|
|
4907
4938
|
};
|
|
4908
4939
|
|
|
4909
|
-
const _excluded$
|
|
4940
|
+
const _excluded$2c = ["color", "size"];
|
|
4910
4941
|
|
|
4911
4942
|
const Audience = props => {
|
|
4912
4943
|
const {
|
|
4913
4944
|
color,
|
|
4914
4945
|
size
|
|
4915
4946
|
} = props,
|
|
4916
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4947
|
+
otherProps = _objectWithoutProperties(props, _excluded$2c);
|
|
4917
4948
|
|
|
4918
4949
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4919
4950
|
width: size,
|
|
@@ -4940,14 +4971,14 @@ Audience.defaultProps = {
|
|
|
4940
4971
|
size: '24'
|
|
4941
4972
|
};
|
|
4942
4973
|
|
|
4943
|
-
const _excluded$
|
|
4974
|
+
const _excluded$2d = ["color", "size"];
|
|
4944
4975
|
|
|
4945
4976
|
const Menu = props => {
|
|
4946
4977
|
const {
|
|
4947
4978
|
color,
|
|
4948
4979
|
size
|
|
4949
4980
|
} = props,
|
|
4950
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
4981
|
+
otherProps = _objectWithoutProperties(props, _excluded$2d);
|
|
4951
4982
|
|
|
4952
4983
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4953
4984
|
width: size,
|
|
@@ -4973,14 +5004,14 @@ Menu.defaultProps = {
|
|
|
4973
5004
|
size: '24'
|
|
4974
5005
|
};
|
|
4975
5006
|
|
|
4976
|
-
const _excluded$
|
|
5007
|
+
const _excluded$2e = ["color", "size"];
|
|
4977
5008
|
|
|
4978
5009
|
const SelectAll = props => {
|
|
4979
5010
|
const {
|
|
4980
5011
|
color,
|
|
4981
5012
|
size
|
|
4982
5013
|
} = props,
|
|
4983
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5014
|
+
otherProps = _objectWithoutProperties(props, _excluded$2e);
|
|
4984
5015
|
|
|
4985
5016
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4986
5017
|
width: size,
|
|
@@ -5006,14 +5037,14 @@ SelectAll.defaultProps = {
|
|
|
5006
5037
|
size: '24'
|
|
5007
5038
|
};
|
|
5008
5039
|
|
|
5009
|
-
const _excluded$
|
|
5040
|
+
const _excluded$2f = ["color", "size"];
|
|
5010
5041
|
|
|
5011
5042
|
const TableView = props => {
|
|
5012
5043
|
const {
|
|
5013
5044
|
color,
|
|
5014
5045
|
size
|
|
5015
5046
|
} = props,
|
|
5016
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5047
|
+
otherProps = _objectWithoutProperties(props, _excluded$2f);
|
|
5017
5048
|
|
|
5018
5049
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5019
5050
|
width: size,
|
|
@@ -5048,14 +5079,14 @@ TableView.defaultProps = {
|
|
|
5048
5079
|
size: '24'
|
|
5049
5080
|
};
|
|
5050
5081
|
|
|
5051
|
-
const _excluded$
|
|
5082
|
+
const _excluded$2g = ["color", "size"];
|
|
5052
5083
|
|
|
5053
5084
|
const All = props => {
|
|
5054
5085
|
const {
|
|
5055
5086
|
color,
|
|
5056
5087
|
size
|
|
5057
5088
|
} = props,
|
|
5058
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5089
|
+
otherProps = _objectWithoutProperties(props, _excluded$2g);
|
|
5059
5090
|
|
|
5060
5091
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5061
5092
|
width: size,
|
|
@@ -5081,14 +5112,14 @@ All.defaultProps = {
|
|
|
5081
5112
|
size: '24'
|
|
5082
5113
|
};
|
|
5083
5114
|
|
|
5084
|
-
const _excluded$
|
|
5115
|
+
const _excluded$2h = ["color", "size"];
|
|
5085
5116
|
|
|
5086
5117
|
const BuilderText = props => {
|
|
5087
5118
|
const {
|
|
5088
5119
|
color,
|
|
5089
5120
|
size
|
|
5090
5121
|
} = props,
|
|
5091
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5122
|
+
otherProps = _objectWithoutProperties(props, _excluded$2h);
|
|
5092
5123
|
|
|
5093
5124
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5094
5125
|
width: size,
|
|
@@ -5114,14 +5145,14 @@ BuilderText.defaultProps = {
|
|
|
5114
5145
|
size: '24'
|
|
5115
5146
|
};
|
|
5116
5147
|
|
|
5117
|
-
const _excluded$
|
|
5148
|
+
const _excluded$2i = ["color", "size"];
|
|
5118
5149
|
|
|
5119
5150
|
const Options = props => {
|
|
5120
5151
|
const {
|
|
5121
5152
|
color,
|
|
5122
5153
|
size
|
|
5123
5154
|
} = props,
|
|
5124
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5155
|
+
otherProps = _objectWithoutProperties(props, _excluded$2i);
|
|
5125
5156
|
|
|
5126
5157
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5127
5158
|
width: size,
|
|
@@ -5147,14 +5178,14 @@ Options.defaultProps = {
|
|
|
5147
5178
|
size: '24'
|
|
5148
5179
|
};
|
|
5149
5180
|
|
|
5150
|
-
const _excluded$
|
|
5181
|
+
const _excluded$2j = ["color", "size"];
|
|
5151
5182
|
|
|
5152
5183
|
const Delete = props => {
|
|
5153
5184
|
const {
|
|
5154
5185
|
color,
|
|
5155
5186
|
size
|
|
5156
5187
|
} = props,
|
|
5157
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5188
|
+
otherProps = _objectWithoutProperties(props, _excluded$2j);
|
|
5158
5189
|
|
|
5159
5190
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5160
5191
|
width: size,
|
|
@@ -5178,14 +5209,14 @@ Delete.defaultProps = {
|
|
|
5178
5209
|
size: '24'
|
|
5179
5210
|
};
|
|
5180
5211
|
|
|
5181
|
-
const _excluded$
|
|
5212
|
+
const _excluded$2k = ["color", "size"];
|
|
5182
5213
|
|
|
5183
5214
|
const DeleteForever = props => {
|
|
5184
5215
|
const {
|
|
5185
5216
|
color,
|
|
5186
5217
|
size
|
|
5187
5218
|
} = props,
|
|
5188
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5219
|
+
otherProps = _objectWithoutProperties(props, _excluded$2k);
|
|
5189
5220
|
|
|
5190
5221
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5191
5222
|
width: size,
|
|
@@ -5209,14 +5240,14 @@ DeleteForever.defaultProps = {
|
|
|
5209
5240
|
size: '24'
|
|
5210
5241
|
};
|
|
5211
5242
|
|
|
5212
|
-
const _excluded$
|
|
5243
|
+
const _excluded$2l = ["color", "size"];
|
|
5213
5244
|
|
|
5214
5245
|
const GtLanding = props => {
|
|
5215
5246
|
const {
|
|
5216
5247
|
color,
|
|
5217
5248
|
size
|
|
5218
5249
|
} = props,
|
|
5219
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5250
|
+
otherProps = _objectWithoutProperties(props, _excluded$2l);
|
|
5220
5251
|
|
|
5221
5252
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5222
5253
|
width: size,
|
|
@@ -5243,14 +5274,14 @@ GtLanding.defaultProps = {
|
|
|
5243
5274
|
size: '24'
|
|
5244
5275
|
};
|
|
5245
5276
|
|
|
5246
|
-
const _excluded$
|
|
5277
|
+
const _excluded$2m = ["color", "size"];
|
|
5247
5278
|
|
|
5248
5279
|
const Edit = props => {
|
|
5249
5280
|
const {
|
|
5250
5281
|
color,
|
|
5251
5282
|
size
|
|
5252
5283
|
} = props,
|
|
5253
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5284
|
+
otherProps = _objectWithoutProperties(props, _excluded$2m);
|
|
5254
5285
|
|
|
5255
5286
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5256
5287
|
width: size,
|
|
@@ -5276,14 +5307,14 @@ Edit.defaultProps = {
|
|
|
5276
5307
|
size: '24'
|
|
5277
5308
|
};
|
|
5278
5309
|
|
|
5279
|
-
const _excluded$
|
|
5310
|
+
const _excluded$2n = ["color", "size"];
|
|
5280
5311
|
|
|
5281
5312
|
const AddTag = props => {
|
|
5282
5313
|
const {
|
|
5283
5314
|
color,
|
|
5284
5315
|
size
|
|
5285
5316
|
} = props,
|
|
5286
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5317
|
+
otherProps = _objectWithoutProperties(props, _excluded$2n);
|
|
5287
5318
|
|
|
5288
5319
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5289
5320
|
width: size,
|
|
@@ -5312,14 +5343,14 @@ AddTag.defaultProps = {
|
|
|
5312
5343
|
size: '24'
|
|
5313
5344
|
};
|
|
5314
5345
|
|
|
5315
|
-
const _excluded$
|
|
5346
|
+
const _excluded$2o = ["color", "size"];
|
|
5316
5347
|
|
|
5317
5348
|
const MagicWand = props => {
|
|
5318
5349
|
const {
|
|
5319
5350
|
color,
|
|
5320
5351
|
size
|
|
5321
5352
|
} = props,
|
|
5322
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5353
|
+
otherProps = _objectWithoutProperties(props, _excluded$2o);
|
|
5323
5354
|
|
|
5324
5355
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5325
5356
|
width: size,
|
|
@@ -5345,14 +5376,14 @@ MagicWand.defaultProps = {
|
|
|
5345
5376
|
size: '24'
|
|
5346
5377
|
};
|
|
5347
5378
|
|
|
5348
|
-
const _excluded$
|
|
5379
|
+
const _excluded$2p = ["color", "size"];
|
|
5349
5380
|
|
|
5350
5381
|
const Attach = props => {
|
|
5351
5382
|
const {
|
|
5352
5383
|
color,
|
|
5353
5384
|
size
|
|
5354
5385
|
} = props,
|
|
5355
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5386
|
+
otherProps = _objectWithoutProperties(props, _excluded$2p);
|
|
5356
5387
|
|
|
5357
5388
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5358
5389
|
width: size,
|
|
@@ -5378,14 +5409,14 @@ Attach.defaultProps = {
|
|
|
5378
5409
|
size: '24'
|
|
5379
5410
|
};
|
|
5380
5411
|
|
|
5381
|
-
const _excluded$
|
|
5412
|
+
const _excluded$2q = ["color", "size"];
|
|
5382
5413
|
|
|
5383
5414
|
const Health = props => {
|
|
5384
5415
|
const {
|
|
5385
5416
|
color,
|
|
5386
5417
|
size
|
|
5387
5418
|
} = props,
|
|
5388
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5419
|
+
otherProps = _objectWithoutProperties(props, _excluded$2q);
|
|
5389
5420
|
|
|
5390
5421
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5391
5422
|
width: size,
|
|
@@ -5412,14 +5443,14 @@ Health.defaultProps = {
|
|
|
5412
5443
|
size: '24'
|
|
5413
5444
|
};
|
|
5414
5445
|
|
|
5415
|
-
const _excluded$
|
|
5446
|
+
const _excluded$2r = ["color", "size"];
|
|
5416
5447
|
|
|
5417
5448
|
const Star = props => {
|
|
5418
5449
|
const {
|
|
5419
5450
|
color,
|
|
5420
5451
|
size
|
|
5421
5452
|
} = props,
|
|
5422
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5453
|
+
otherProps = _objectWithoutProperties(props, _excluded$2r);
|
|
5423
5454
|
|
|
5424
5455
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5425
5456
|
width: size,
|
|
@@ -5444,14 +5475,14 @@ Star.defaultProps = {
|
|
|
5444
5475
|
size: '24'
|
|
5445
5476
|
};
|
|
5446
5477
|
|
|
5447
|
-
const _excluded$
|
|
5478
|
+
const _excluded$2s = ["color", "size"];
|
|
5448
5479
|
|
|
5449
5480
|
const Starred = props => {
|
|
5450
5481
|
const {
|
|
5451
5482
|
color,
|
|
5452
5483
|
size
|
|
5453
5484
|
} = props,
|
|
5454
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5485
|
+
otherProps = _objectWithoutProperties(props, _excluded$2s);
|
|
5455
5486
|
|
|
5456
5487
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5457
5488
|
width: size,
|
|
@@ -5477,14 +5508,14 @@ Starred.defaultProps = {
|
|
|
5477
5508
|
size: '24'
|
|
5478
5509
|
};
|
|
5479
5510
|
|
|
5480
|
-
const _excluded$
|
|
5511
|
+
const _excluded$2t = ["color", "size"];
|
|
5481
5512
|
|
|
5482
5513
|
const ArrowDropDown = props => {
|
|
5483
5514
|
const {
|
|
5484
5515
|
color,
|
|
5485
5516
|
size
|
|
5486
5517
|
} = props,
|
|
5487
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5518
|
+
otherProps = _objectWithoutProperties(props, _excluded$2t);
|
|
5488
5519
|
|
|
5489
5520
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5490
5521
|
width: size,
|
|
@@ -5508,14 +5539,14 @@ ArrowDropDown.defaultProps = {
|
|
|
5508
5539
|
size: '24'
|
|
5509
5540
|
};
|
|
5510
5541
|
|
|
5511
|
-
const _excluded$
|
|
5542
|
+
const _excluded$2u = ["color", "size"];
|
|
5512
5543
|
|
|
5513
5544
|
const ArrowDropUp = props => {
|
|
5514
5545
|
const {
|
|
5515
5546
|
color,
|
|
5516
5547
|
size
|
|
5517
5548
|
} = props,
|
|
5518
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5549
|
+
otherProps = _objectWithoutProperties(props, _excluded$2u);
|
|
5519
5550
|
|
|
5520
5551
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5521
5552
|
width: size,
|
|
@@ -5539,14 +5570,14 @@ ArrowDropUp.defaultProps = {
|
|
|
5539
5570
|
size: '24'
|
|
5540
5571
|
};
|
|
5541
5572
|
|
|
5542
|
-
const _excluded$
|
|
5573
|
+
const _excluded$2v = ["color", "size"];
|
|
5543
5574
|
|
|
5544
5575
|
const SolidArrowUnsorted = props => {
|
|
5545
5576
|
const {
|
|
5546
5577
|
color,
|
|
5547
5578
|
size
|
|
5548
5579
|
} = props,
|
|
5549
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5580
|
+
otherProps = _objectWithoutProperties(props, _excluded$2v);
|
|
5550
5581
|
|
|
5551
5582
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5552
5583
|
width: size,
|
|
@@ -5573,14 +5604,14 @@ SolidArrowUnsorted.defaultProps = {
|
|
|
5573
5604
|
size: '24'
|
|
5574
5605
|
};
|
|
5575
5606
|
|
|
5576
|
-
const _excluded$
|
|
5607
|
+
const _excluded$2w = ["color", "size"];
|
|
5577
5608
|
|
|
5578
5609
|
const DefaultReply = props => {
|
|
5579
5610
|
const {
|
|
5580
5611
|
color,
|
|
5581
5612
|
size
|
|
5582
5613
|
} = props,
|
|
5583
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5614
|
+
otherProps = _objectWithoutProperties(props, _excluded$2w);
|
|
5584
5615
|
|
|
5585
5616
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5586
5617
|
width: size,
|
|
@@ -5604,14 +5635,14 @@ DefaultReply.defaultProps = {
|
|
|
5604
5635
|
size: '24'
|
|
5605
5636
|
};
|
|
5606
5637
|
|
|
5607
|
-
const _excluded$
|
|
5638
|
+
const _excluded$2x = ["color", "size"];
|
|
5608
5639
|
|
|
5609
5640
|
const Fullscreen = props => {
|
|
5610
5641
|
const {
|
|
5611
5642
|
color,
|
|
5612
5643
|
size
|
|
5613
5644
|
} = props,
|
|
5614
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5645
|
+
otherProps = _objectWithoutProperties(props, _excluded$2x);
|
|
5615
5646
|
|
|
5616
5647
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5617
5648
|
width: size,
|
|
@@ -5635,14 +5666,14 @@ Fullscreen.defaultProps = {
|
|
|
5635
5666
|
size: '24'
|
|
5636
5667
|
};
|
|
5637
5668
|
|
|
5638
|
-
const _excluded$
|
|
5669
|
+
const _excluded$2y = ["color", "size"];
|
|
5639
5670
|
|
|
5640
5671
|
const ArrowDrag = props => {
|
|
5641
5672
|
const {
|
|
5642
5673
|
color,
|
|
5643
5674
|
size
|
|
5644
5675
|
} = props,
|
|
5645
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5676
|
+
otherProps = _objectWithoutProperties(props, _excluded$2y);
|
|
5646
5677
|
|
|
5647
5678
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5648
5679
|
width: size,
|
|
@@ -5666,14 +5697,14 @@ ArrowDrag.defaultProps = {
|
|
|
5666
5697
|
size: '24'
|
|
5667
5698
|
};
|
|
5668
5699
|
|
|
5669
|
-
const _excluded$
|
|
5700
|
+
const _excluded$2z = ["color", "size"];
|
|
5670
5701
|
|
|
5671
5702
|
const Sort = props => {
|
|
5672
5703
|
const {
|
|
5673
5704
|
color,
|
|
5674
5705
|
size
|
|
5675
5706
|
} = props,
|
|
5676
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5707
|
+
otherProps = _objectWithoutProperties(props, _excluded$2z);
|
|
5677
5708
|
|
|
5678
5709
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5679
5710
|
width: size,
|
|
@@ -5697,14 +5728,14 @@ Sort.defaultProps = {
|
|
|
5697
5728
|
size: '24'
|
|
5698
5729
|
};
|
|
5699
5730
|
|
|
5700
|
-
const _excluded$
|
|
5731
|
+
const _excluded$2A = ["color", "size"];
|
|
5701
5732
|
|
|
5702
5733
|
const ExitFullscreen = props => {
|
|
5703
5734
|
const {
|
|
5704
5735
|
color,
|
|
5705
5736
|
size
|
|
5706
5737
|
} = props,
|
|
5707
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5738
|
+
otherProps = _objectWithoutProperties(props, _excluded$2A);
|
|
5708
5739
|
|
|
5709
5740
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5710
5741
|
width: size,
|
|
@@ -5728,14 +5759,14 @@ ExitFullscreen.defaultProps = {
|
|
|
5728
5759
|
size: '24'
|
|
5729
5760
|
};
|
|
5730
5761
|
|
|
5731
|
-
const _excluded$
|
|
5762
|
+
const _excluded$2B = ["color", "size"];
|
|
5732
5763
|
|
|
5733
5764
|
const DragConnector = props => {
|
|
5734
5765
|
const {
|
|
5735
5766
|
color,
|
|
5736
5767
|
size
|
|
5737
5768
|
} = props,
|
|
5738
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5769
|
+
otherProps = _objectWithoutProperties(props, _excluded$2B);
|
|
5739
5770
|
|
|
5740
5771
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5741
5772
|
width: size,
|
|
@@ -5765,14 +5796,14 @@ DragConnector.defaultProps = {
|
|
|
5765
5796
|
size: '24'
|
|
5766
5797
|
};
|
|
5767
5798
|
|
|
5768
|
-
const _excluded$
|
|
5799
|
+
const _excluded$2C = ["color", "size"];
|
|
5769
5800
|
|
|
5770
5801
|
const ArrowLeft = props => {
|
|
5771
5802
|
const {
|
|
5772
5803
|
color,
|
|
5773
5804
|
size
|
|
5774
5805
|
} = props,
|
|
5775
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5806
|
+
otherProps = _objectWithoutProperties(props, _excluded$2C);
|
|
5776
5807
|
|
|
5777
5808
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5778
5809
|
width: size,
|
|
@@ -5796,14 +5827,14 @@ ArrowLeft.defaultProps = {
|
|
|
5796
5827
|
size: '24'
|
|
5797
5828
|
};
|
|
5798
5829
|
|
|
5799
|
-
const _excluded$
|
|
5830
|
+
const _excluded$2D = ["color", "size"];
|
|
5800
5831
|
|
|
5801
5832
|
const ArrowRight = props => {
|
|
5802
5833
|
const {
|
|
5803
5834
|
color,
|
|
5804
5835
|
size
|
|
5805
5836
|
} = props,
|
|
5806
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5837
|
+
otherProps = _objectWithoutProperties(props, _excluded$2D);
|
|
5807
5838
|
|
|
5808
5839
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5809
5840
|
width: size,
|
|
@@ -5827,14 +5858,14 @@ ArrowRight.defaultProps = {
|
|
|
5827
5858
|
size: '24'
|
|
5828
5859
|
};
|
|
5829
5860
|
|
|
5830
|
-
const _excluded$
|
|
5861
|
+
const _excluded$2E = ["color", "size"];
|
|
5831
5862
|
|
|
5832
5863
|
const ArrowDown = props => {
|
|
5833
5864
|
const {
|
|
5834
5865
|
color,
|
|
5835
5866
|
size
|
|
5836
5867
|
} = props,
|
|
5837
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5868
|
+
otherProps = _objectWithoutProperties(props, _excluded$2E);
|
|
5838
5869
|
|
|
5839
5870
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5840
5871
|
width: size,
|
|
@@ -5858,14 +5889,14 @@ ArrowDown.defaultProps = {
|
|
|
5858
5889
|
size: '24'
|
|
5859
5890
|
};
|
|
5860
5891
|
|
|
5861
|
-
const _excluded$
|
|
5892
|
+
const _excluded$2F = ["color", "size"];
|
|
5862
5893
|
|
|
5863
5894
|
const ArrowUp = props => {
|
|
5864
5895
|
const {
|
|
5865
5896
|
color,
|
|
5866
5897
|
size
|
|
5867
5898
|
} = props,
|
|
5868
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5899
|
+
otherProps = _objectWithoutProperties(props, _excluded$2F);
|
|
5869
5900
|
|
|
5870
5901
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5871
5902
|
width: size,
|
|
@@ -5889,14 +5920,14 @@ ArrowUp.defaultProps = {
|
|
|
5889
5920
|
size: '24'
|
|
5890
5921
|
};
|
|
5891
5922
|
|
|
5892
|
-
const _excluded$
|
|
5923
|
+
const _excluded$2G = ["color", "size"];
|
|
5893
5924
|
|
|
5894
5925
|
const ChevronLeft = props => {
|
|
5895
5926
|
const {
|
|
5896
5927
|
color,
|
|
5897
5928
|
size
|
|
5898
5929
|
} = props,
|
|
5899
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5930
|
+
otherProps = _objectWithoutProperties(props, _excluded$2G);
|
|
5900
5931
|
|
|
5901
5932
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5902
5933
|
width: size,
|
|
@@ -5920,14 +5951,14 @@ ChevronLeft.defaultProps = {
|
|
|
5920
5951
|
size: '24'
|
|
5921
5952
|
};
|
|
5922
5953
|
|
|
5923
|
-
const _excluded$
|
|
5954
|
+
const _excluded$2H = ["color", "size"];
|
|
5924
5955
|
|
|
5925
5956
|
const ChevronRight = props => {
|
|
5926
5957
|
const {
|
|
5927
5958
|
color,
|
|
5928
5959
|
size
|
|
5929
5960
|
} = props,
|
|
5930
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5961
|
+
otherProps = _objectWithoutProperties(props, _excluded$2H);
|
|
5931
5962
|
|
|
5932
5963
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5933
5964
|
width: size,
|
|
@@ -5951,14 +5982,14 @@ ChevronRight.defaultProps = {
|
|
|
5951
5982
|
size: '24'
|
|
5952
5983
|
};
|
|
5953
5984
|
|
|
5954
|
-
const _excluded$
|
|
5985
|
+
const _excluded$2I = ["color", "size"];
|
|
5955
5986
|
|
|
5956
5987
|
const ChevronDown = props => {
|
|
5957
5988
|
const {
|
|
5958
5989
|
color,
|
|
5959
5990
|
size
|
|
5960
5991
|
} = props,
|
|
5961
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
5992
|
+
otherProps = _objectWithoutProperties(props, _excluded$2I);
|
|
5962
5993
|
|
|
5963
5994
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5964
5995
|
width: size,
|
|
@@ -5982,14 +6013,14 @@ ChevronDown.defaultProps = {
|
|
|
5982
6013
|
size: '24'
|
|
5983
6014
|
};
|
|
5984
6015
|
|
|
5985
|
-
const _excluded$
|
|
6016
|
+
const _excluded$2J = ["color", "size"];
|
|
5986
6017
|
|
|
5987
6018
|
const ChevronUp = props => {
|
|
5988
6019
|
const {
|
|
5989
6020
|
color,
|
|
5990
6021
|
size
|
|
5991
6022
|
} = props,
|
|
5992
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6023
|
+
otherProps = _objectWithoutProperties(props, _excluded$2J);
|
|
5993
6024
|
|
|
5994
6025
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5995
6026
|
width: size,
|
|
@@ -6013,14 +6044,14 @@ ChevronUp.defaultProps = {
|
|
|
6013
6044
|
size: '24'
|
|
6014
6045
|
};
|
|
6015
6046
|
|
|
6016
|
-
const _excluded$
|
|
6047
|
+
const _excluded$2K = ["color", "size"];
|
|
6017
6048
|
|
|
6018
6049
|
const DoubleChevrotBack = props => {
|
|
6019
6050
|
const {
|
|
6020
6051
|
color,
|
|
6021
6052
|
size
|
|
6022
6053
|
} = props,
|
|
6023
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6054
|
+
otherProps = _objectWithoutProperties(props, _excluded$2K);
|
|
6024
6055
|
|
|
6025
6056
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6026
6057
|
width: size,
|
|
@@ -6044,14 +6075,14 @@ DoubleChevrotBack.defaultProps = {
|
|
|
6044
6075
|
size: '24'
|
|
6045
6076
|
};
|
|
6046
6077
|
|
|
6047
|
-
const _excluded$
|
|
6078
|
+
const _excluded$2L = ["color", "size"];
|
|
6048
6079
|
|
|
6049
6080
|
const DoubleChevrotForward = props => {
|
|
6050
6081
|
const {
|
|
6051
6082
|
color,
|
|
6052
6083
|
size
|
|
6053
6084
|
} = props,
|
|
6054
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6085
|
+
otherProps = _objectWithoutProperties(props, _excluded$2L);
|
|
6055
6086
|
|
|
6056
6087
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6057
6088
|
width: size,
|
|
@@ -6075,14 +6106,14 @@ DoubleChevrotForward.defaultProps = {
|
|
|
6075
6106
|
size: '24'
|
|
6076
6107
|
};
|
|
6077
6108
|
|
|
6078
|
-
const _excluded$
|
|
6109
|
+
const _excluded$2M = ["color", "size"];
|
|
6079
6110
|
|
|
6080
6111
|
const DoubleChevrotExpand = props => {
|
|
6081
6112
|
const {
|
|
6082
6113
|
color,
|
|
6083
6114
|
size
|
|
6084
6115
|
} = props,
|
|
6085
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6116
|
+
otherProps = _objectWithoutProperties(props, _excluded$2M);
|
|
6086
6117
|
|
|
6087
6118
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6088
6119
|
width: size,
|
|
@@ -6106,14 +6137,14 @@ DoubleChevrotExpand.defaultProps = {
|
|
|
6106
6137
|
size: '24'
|
|
6107
6138
|
};
|
|
6108
6139
|
|
|
6109
|
-
const _excluded$
|
|
6140
|
+
const _excluded$2N = ["color", "size"];
|
|
6110
6141
|
|
|
6111
6142
|
const DoubleChevrotCollapse = props => {
|
|
6112
6143
|
const {
|
|
6113
6144
|
color,
|
|
6114
6145
|
size
|
|
6115
6146
|
} = props,
|
|
6116
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6147
|
+
otherProps = _objectWithoutProperties(props, _excluded$2N);
|
|
6117
6148
|
|
|
6118
6149
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6119
6150
|
width: size,
|
|
@@ -6137,14 +6168,14 @@ DoubleChevrotCollapse.defaultProps = {
|
|
|
6137
6168
|
size: '24'
|
|
6138
6169
|
};
|
|
6139
6170
|
|
|
6140
|
-
const _excluded$
|
|
6171
|
+
const _excluded$2O = ["color", "size"];
|
|
6141
6172
|
|
|
6142
6173
|
const Id = props => {
|
|
6143
6174
|
const {
|
|
6144
6175
|
color,
|
|
6145
6176
|
size
|
|
6146
6177
|
} = props,
|
|
6147
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6178
|
+
otherProps = _objectWithoutProperties(props, _excluded$2O);
|
|
6148
6179
|
|
|
6149
6180
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6150
6181
|
width: size,
|
|
@@ -6168,14 +6199,14 @@ Id.defaultProps = {
|
|
|
6168
6199
|
size: '24'
|
|
6169
6200
|
};
|
|
6170
6201
|
|
|
6171
|
-
const _excluded$
|
|
6202
|
+
const _excluded$2P = ["color", "size"];
|
|
6172
6203
|
|
|
6173
6204
|
const Calendar = props => {
|
|
6174
6205
|
const {
|
|
6175
6206
|
color,
|
|
6176
6207
|
size
|
|
6177
6208
|
} = props,
|
|
6178
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6209
|
+
otherProps = _objectWithoutProperties(props, _excluded$2P);
|
|
6179
6210
|
|
|
6180
6211
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6181
6212
|
width: size,
|
|
@@ -6199,14 +6230,14 @@ Calendar.defaultProps = {
|
|
|
6199
6230
|
size: '24'
|
|
6200
6231
|
};
|
|
6201
6232
|
|
|
6202
|
-
const _excluded$
|
|
6233
|
+
const _excluded$2Q = ["color", "size"];
|
|
6203
6234
|
|
|
6204
6235
|
const GtBar = props => {
|
|
6205
6236
|
const {
|
|
6206
6237
|
color,
|
|
6207
6238
|
size
|
|
6208
6239
|
} = props,
|
|
6209
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6240
|
+
otherProps = _objectWithoutProperties(props, _excluded$2Q);
|
|
6210
6241
|
|
|
6211
6242
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6212
6243
|
width: size,
|
|
@@ -6230,14 +6261,14 @@ GtBar.defaultProps = {
|
|
|
6230
6261
|
size: '24'
|
|
6231
6262
|
};
|
|
6232
6263
|
|
|
6233
|
-
const _excluded$
|
|
6264
|
+
const _excluded$2R = ["color", "size"];
|
|
6234
6265
|
|
|
6235
6266
|
const GtSlideIn = props => {
|
|
6236
6267
|
const {
|
|
6237
6268
|
color,
|
|
6238
6269
|
size
|
|
6239
6270
|
} = props,
|
|
6240
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6271
|
+
otherProps = _objectWithoutProperties(props, _excluded$2R);
|
|
6241
6272
|
|
|
6242
6273
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6243
6274
|
width: size,
|
|
@@ -6263,14 +6294,14 @@ GtSlideIn.defaultProps = {
|
|
|
6263
6294
|
size: '24'
|
|
6264
6295
|
};
|
|
6265
6296
|
|
|
6266
|
-
const _excluded$
|
|
6297
|
+
const _excluded$2S = ["color", "size"];
|
|
6267
6298
|
|
|
6268
6299
|
const GtPageTakeover = props => {
|
|
6269
6300
|
const {
|
|
6270
6301
|
color,
|
|
6271
6302
|
size
|
|
6272
6303
|
} = props,
|
|
6273
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6304
|
+
otherProps = _objectWithoutProperties(props, _excluded$2S);
|
|
6274
6305
|
|
|
6275
6306
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6276
6307
|
width: size,
|
|
@@ -6296,14 +6327,14 @@ GtPageTakeover.defaultProps = {
|
|
|
6296
6327
|
size: '24'
|
|
6297
6328
|
};
|
|
6298
6329
|
|
|
6299
|
-
const _excluded$
|
|
6330
|
+
const _excluded$2T = ["color", "size"];
|
|
6300
6331
|
|
|
6301
6332
|
const BuilderCard = props => {
|
|
6302
6333
|
const {
|
|
6303
6334
|
color,
|
|
6304
6335
|
size
|
|
6305
6336
|
} = props,
|
|
6306
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6337
|
+
otherProps = _objectWithoutProperties(props, _excluded$2T);
|
|
6307
6338
|
|
|
6308
6339
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6309
6340
|
width: size,
|
|
@@ -6328,14 +6359,14 @@ BuilderCard.defaultProps = {
|
|
|
6328
6359
|
size: '24'
|
|
6329
6360
|
};
|
|
6330
6361
|
|
|
6331
|
-
const _excluded$
|
|
6362
|
+
const _excluded$2U = ["color", "size"];
|
|
6332
6363
|
|
|
6333
6364
|
const BuilderGallery = props => {
|
|
6334
6365
|
const {
|
|
6335
6366
|
color,
|
|
6336
6367
|
size
|
|
6337
6368
|
} = props,
|
|
6338
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6369
|
+
otherProps = _objectWithoutProperties(props, _excluded$2U);
|
|
6339
6370
|
|
|
6340
6371
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6341
6372
|
width: size,
|
|
@@ -6361,14 +6392,14 @@ BuilderGallery.defaultProps = {
|
|
|
6361
6392
|
size: '24'
|
|
6362
6393
|
};
|
|
6363
6394
|
|
|
6364
|
-
const _excluded$
|
|
6395
|
+
const _excluded$2V = ["color", "size"];
|
|
6365
6396
|
|
|
6366
6397
|
const BuilderList = props => {
|
|
6367
6398
|
const {
|
|
6368
6399
|
color,
|
|
6369
6400
|
size
|
|
6370
6401
|
} = props,
|
|
6371
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6402
|
+
otherProps = _objectWithoutProperties(props, _excluded$2V);
|
|
6372
6403
|
|
|
6373
6404
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6374
6405
|
width: size,
|
|
@@ -6393,14 +6424,14 @@ BuilderList.defaultProps = {
|
|
|
6393
6424
|
size: '24'
|
|
6394
6425
|
};
|
|
6395
6426
|
|
|
6396
|
-
const _excluded$
|
|
6427
|
+
const _excluded$2W = ["color", "size"];
|
|
6397
6428
|
|
|
6398
6429
|
const GtModal = props => {
|
|
6399
6430
|
const {
|
|
6400
6431
|
color,
|
|
6401
6432
|
size
|
|
6402
6433
|
} = props,
|
|
6403
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6434
|
+
otherProps = _objectWithoutProperties(props, _excluded$2W);
|
|
6404
6435
|
|
|
6405
6436
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6406
6437
|
width: size,
|
|
@@ -6424,14 +6455,14 @@ GtModal.defaultProps = {
|
|
|
6424
6455
|
size: '24'
|
|
6425
6456
|
};
|
|
6426
6457
|
|
|
6427
|
-
const _excluded$
|
|
6458
|
+
const _excluded$2X = ["color", "size"];
|
|
6428
6459
|
|
|
6429
6460
|
const GtButton = props => {
|
|
6430
6461
|
const {
|
|
6431
6462
|
color,
|
|
6432
6463
|
size
|
|
6433
6464
|
} = props,
|
|
6434
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6465
|
+
otherProps = _objectWithoutProperties(props, _excluded$2X);
|
|
6435
6466
|
|
|
6436
6467
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6437
6468
|
width: size,
|
|
@@ -6455,14 +6486,14 @@ GtButton.defaultProps = {
|
|
|
6455
6486
|
size: '24'
|
|
6456
6487
|
};
|
|
6457
6488
|
|
|
6458
|
-
const _excluded$
|
|
6489
|
+
const _excluded$2Y = ["color", "size"];
|
|
6459
6490
|
|
|
6460
6491
|
const BuilderInput = props => {
|
|
6461
6492
|
const {
|
|
6462
6493
|
color,
|
|
6463
6494
|
size
|
|
6464
6495
|
} = props,
|
|
6465
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6496
|
+
otherProps = _objectWithoutProperties(props, _excluded$2Y);
|
|
6466
6497
|
|
|
6467
6498
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6468
6499
|
width: size,
|
|
@@ -6486,14 +6517,14 @@ BuilderInput.defaultProps = {
|
|
|
6486
6517
|
size: '24'
|
|
6487
6518
|
};
|
|
6488
6519
|
|
|
6489
|
-
const _excluded$
|
|
6520
|
+
const _excluded$2Z = ["color", "size"];
|
|
6490
6521
|
|
|
6491
6522
|
const Keyboard = props => {
|
|
6492
6523
|
const {
|
|
6493
6524
|
color,
|
|
6494
6525
|
size
|
|
6495
6526
|
} = props,
|
|
6496
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6527
|
+
otherProps = _objectWithoutProperties(props, _excluded$2Z);
|
|
6497
6528
|
|
|
6498
6529
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6499
6530
|
width: size,
|
|
@@ -6517,14 +6548,14 @@ Keyboard.defaultProps = {
|
|
|
6517
6548
|
size: '24'
|
|
6518
6549
|
};
|
|
6519
6550
|
|
|
6520
|
-
const _excluded$
|
|
6551
|
+
const _excluded$2_ = ["color", "size"];
|
|
6521
6552
|
|
|
6522
6553
|
const GtBox = props => {
|
|
6523
6554
|
const {
|
|
6524
6555
|
color,
|
|
6525
6556
|
size
|
|
6526
6557
|
} = props,
|
|
6527
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6558
|
+
otherProps = _objectWithoutProperties(props, _excluded$2_);
|
|
6528
6559
|
|
|
6529
6560
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6530
6561
|
width: size,
|
|
@@ -6550,14 +6581,14 @@ GtBox.defaultProps = {
|
|
|
6550
6581
|
size: '24'
|
|
6551
6582
|
};
|
|
6552
6583
|
|
|
6553
|
-
const _excluded$
|
|
6584
|
+
const _excluded$2$ = ["color", "size"];
|
|
6554
6585
|
|
|
6555
6586
|
const SponsoredMessages = props => {
|
|
6556
6587
|
const {
|
|
6557
6588
|
color,
|
|
6558
6589
|
size
|
|
6559
6590
|
} = props,
|
|
6560
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6591
|
+
otherProps = _objectWithoutProperties(props, _excluded$2$);
|
|
6561
6592
|
|
|
6562
6593
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6563
6594
|
width: size,
|
|
@@ -6581,14 +6612,14 @@ SponsoredMessages.defaultProps = {
|
|
|
6581
6612
|
size: '24'
|
|
6582
6613
|
};
|
|
6583
6614
|
|
|
6584
|
-
const _excluded$
|
|
6615
|
+
const _excluded$30 = ["color", "size"];
|
|
6585
6616
|
|
|
6586
6617
|
const GoToFlow = props => {
|
|
6587
6618
|
const {
|
|
6588
6619
|
color,
|
|
6589
6620
|
size
|
|
6590
6621
|
} = props,
|
|
6591
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6622
|
+
otherProps = _objectWithoutProperties(props, _excluded$30);
|
|
6592
6623
|
|
|
6593
6624
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6594
6625
|
width: size,
|
|
@@ -6612,14 +6643,14 @@ GoToFlow.defaultProps = {
|
|
|
6612
6643
|
size: '24'
|
|
6613
6644
|
};
|
|
6614
6645
|
|
|
6615
|
-
const _excluded$
|
|
6646
|
+
const _excluded$31 = ["color", "size"];
|
|
6616
6647
|
|
|
6617
6648
|
const NodeAdd = props => {
|
|
6618
6649
|
const {
|
|
6619
6650
|
color,
|
|
6620
6651
|
size
|
|
6621
6652
|
} = props,
|
|
6622
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6653
|
+
otherProps = _objectWithoutProperties(props, _excluded$31);
|
|
6623
6654
|
|
|
6624
6655
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6625
6656
|
width: size,
|
|
@@ -6645,14 +6676,14 @@ NodeAdd.defaultProps = {
|
|
|
6645
6676
|
size: '24'
|
|
6646
6677
|
};
|
|
6647
6678
|
|
|
6648
|
-
const _excluded$
|
|
6679
|
+
const _excluded$32 = ["color", "size"];
|
|
6649
6680
|
|
|
6650
6681
|
const Image = props => {
|
|
6651
6682
|
const {
|
|
6652
6683
|
color,
|
|
6653
6684
|
size
|
|
6654
6685
|
} = props,
|
|
6655
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6686
|
+
otherProps = _objectWithoutProperties(props, _excluded$32);
|
|
6656
6687
|
|
|
6657
6688
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6658
6689
|
width: size,
|
|
@@ -6676,14 +6707,14 @@ Image.defaultProps = {
|
|
|
6676
6707
|
size: '24'
|
|
6677
6708
|
};
|
|
6678
6709
|
|
|
6679
|
-
const _excluded$
|
|
6710
|
+
const _excluded$33 = ["color", "size"];
|
|
6680
6711
|
|
|
6681
6712
|
const TemplateTextMedia = props => {
|
|
6682
6713
|
const {
|
|
6683
6714
|
color,
|
|
6684
6715
|
size
|
|
6685
6716
|
} = props,
|
|
6686
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6717
|
+
otherProps = _objectWithoutProperties(props, _excluded$33);
|
|
6687
6718
|
|
|
6688
6719
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6689
6720
|
width: size,
|
|
@@ -6717,14 +6748,14 @@ TemplateTextMedia.defaultProps = {
|
|
|
6717
6748
|
size: '24'
|
|
6718
6749
|
};
|
|
6719
6750
|
|
|
6720
|
-
const _excluded$
|
|
6751
|
+
const _excluded$34 = ["color", "size"];
|
|
6721
6752
|
|
|
6722
6753
|
const TemplateMediaBg = props => {
|
|
6723
6754
|
const {
|
|
6724
6755
|
color,
|
|
6725
6756
|
size
|
|
6726
6757
|
} = props,
|
|
6727
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6758
|
+
otherProps = _objectWithoutProperties(props, _excluded$34);
|
|
6728
6759
|
|
|
6729
6760
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6730
6761
|
width: size,
|
|
@@ -6750,14 +6781,14 @@ TemplateMediaBg.defaultProps = {
|
|
|
6750
6781
|
size: '24'
|
|
6751
6782
|
};
|
|
6752
6783
|
|
|
6753
|
-
const _excluded$
|
|
6784
|
+
const _excluded$35 = ["color", "size"];
|
|
6754
6785
|
|
|
6755
6786
|
const Audio = props => {
|
|
6756
6787
|
const {
|
|
6757
6788
|
color,
|
|
6758
6789
|
size
|
|
6759
6790
|
} = props,
|
|
6760
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6791
|
+
otherProps = _objectWithoutProperties(props, _excluded$35);
|
|
6761
6792
|
|
|
6762
6793
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6763
6794
|
width: size,
|
|
@@ -6781,14 +6812,14 @@ Audio.defaultProps = {
|
|
|
6781
6812
|
size: '24'
|
|
6782
6813
|
};
|
|
6783
6814
|
|
|
6784
|
-
const _excluded$
|
|
6815
|
+
const _excluded$36 = ["color", "size"];
|
|
6785
6816
|
|
|
6786
6817
|
const Video = props => {
|
|
6787
6818
|
const {
|
|
6788
6819
|
color,
|
|
6789
6820
|
size
|
|
6790
6821
|
} = props,
|
|
6791
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6822
|
+
otherProps = _objectWithoutProperties(props, _excluded$36);
|
|
6792
6823
|
|
|
6793
6824
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6794
6825
|
width: size,
|
|
@@ -6812,14 +6843,14 @@ Video.defaultProps = {
|
|
|
6812
6843
|
size: '24'
|
|
6813
6844
|
};
|
|
6814
6845
|
|
|
6815
|
-
const _excluded$
|
|
6846
|
+
const _excluded$37 = ["color", "size"];
|
|
6816
6847
|
|
|
6817
6848
|
const GrowthTools = props => {
|
|
6818
6849
|
const {
|
|
6819
6850
|
color,
|
|
6820
6851
|
size
|
|
6821
6852
|
} = props,
|
|
6822
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6853
|
+
otherProps = _objectWithoutProperties(props, _excluded$37);
|
|
6823
6854
|
|
|
6824
6855
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6825
6856
|
width: size,
|
|
@@ -6844,14 +6875,14 @@ GrowthTools.defaultProps = {
|
|
|
6844
6875
|
size: '24'
|
|
6845
6876
|
};
|
|
6846
6877
|
|
|
6847
|
-
const _excluded$
|
|
6878
|
+
const _excluded$38 = ["color", "size"];
|
|
6848
6879
|
|
|
6849
6880
|
const TriggerNewSubscriber = props => {
|
|
6850
6881
|
const {
|
|
6851
6882
|
color,
|
|
6852
6883
|
size
|
|
6853
6884
|
} = props,
|
|
6854
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6885
|
+
otherProps = _objectWithoutProperties(props, _excluded$38);
|
|
6855
6886
|
|
|
6856
6887
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6857
6888
|
width: size,
|
|
@@ -6877,14 +6908,14 @@ TriggerNewSubscriber.defaultProps = {
|
|
|
6877
6908
|
size: '24'
|
|
6878
6909
|
};
|
|
6879
6910
|
|
|
6880
|
-
const _excluded$
|
|
6911
|
+
const _excluded$39 = ["color", "size"];
|
|
6881
6912
|
|
|
6882
6913
|
const Templates = props => {
|
|
6883
6914
|
const {
|
|
6884
6915
|
color,
|
|
6885
6916
|
size
|
|
6886
6917
|
} = props,
|
|
6887
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6918
|
+
otherProps = _objectWithoutProperties(props, _excluded$39);
|
|
6888
6919
|
|
|
6889
6920
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6890
6921
|
width: size,
|
|
@@ -6931,14 +6962,14 @@ Templates.defaultProps = {
|
|
|
6931
6962
|
size: '24'
|
|
6932
6963
|
};
|
|
6933
6964
|
|
|
6934
|
-
const _excluded$
|
|
6965
|
+
const _excluded$3a = ["color", "size"];
|
|
6935
6966
|
|
|
6936
6967
|
const TriggerFbComments = props => {
|
|
6937
6968
|
const {
|
|
6938
6969
|
color,
|
|
6939
6970
|
size
|
|
6940
6971
|
} = props,
|
|
6941
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
6972
|
+
otherProps = _objectWithoutProperties(props, _excluded$3a);
|
|
6942
6973
|
|
|
6943
6974
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6944
6975
|
width: size,
|
|
@@ -6965,14 +6996,14 @@ TriggerFbComments.defaultProps = {
|
|
|
6965
6996
|
size: '24'
|
|
6966
6997
|
};
|
|
6967
6998
|
|
|
6968
|
-
const _excluded$
|
|
6999
|
+
const _excluded$3b = ["color", "size"];
|
|
6969
7000
|
|
|
6970
7001
|
const TriggerFbAds = props => {
|
|
6971
7002
|
const {
|
|
6972
7003
|
color,
|
|
6973
7004
|
size
|
|
6974
7005
|
} = props,
|
|
6975
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7006
|
+
otherProps = _objectWithoutProperties(props, _excluded$3b);
|
|
6976
7007
|
|
|
6977
7008
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6978
7009
|
width: size,
|
|
@@ -6999,14 +7030,14 @@ TriggerFbAds.defaultProps = {
|
|
|
6999
7030
|
size: '24'
|
|
7000
7031
|
};
|
|
7001
7032
|
|
|
7002
|
-
const _excluded$
|
|
7033
|
+
const _excluded$3c = ["color", "size"];
|
|
7003
7034
|
|
|
7004
7035
|
const TriggerFbComments20 = props => {
|
|
7005
7036
|
const {
|
|
7006
7037
|
color,
|
|
7007
7038
|
size
|
|
7008
7039
|
} = props,
|
|
7009
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7040
|
+
otherProps = _objectWithoutProperties(props, _excluded$3c);
|
|
7010
7041
|
|
|
7011
7042
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7012
7043
|
width: size,
|
|
@@ -7032,14 +7063,14 @@ TriggerFbComments20.defaultProps = {
|
|
|
7032
7063
|
size: '24'
|
|
7033
7064
|
};
|
|
7034
7065
|
|
|
7035
|
-
const _excluded$
|
|
7066
|
+
const _excluded$3d = ["color", "size"];
|
|
7036
7067
|
|
|
7037
7068
|
const InstagramChannel2 = props => {
|
|
7038
7069
|
const {
|
|
7039
7070
|
color,
|
|
7040
7071
|
size
|
|
7041
7072
|
} = props,
|
|
7042
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7073
|
+
otherProps = _objectWithoutProperties(props, _excluded$3d);
|
|
7043
7074
|
|
|
7044
7075
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7045
7076
|
width: size,
|
|
@@ -7075,14 +7106,14 @@ InstagramChannel2.defaultProps = {
|
|
|
7075
7106
|
size: '24'
|
|
7076
7107
|
};
|
|
7077
7108
|
|
|
7078
|
-
const _excluded$
|
|
7109
|
+
const _excluded$3e = ["color", "size"];
|
|
7079
7110
|
|
|
7080
7111
|
const WhatsAppWidget = props => {
|
|
7081
7112
|
const {
|
|
7082
7113
|
color,
|
|
7083
7114
|
size
|
|
7084
7115
|
} = props,
|
|
7085
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7116
|
+
otherProps = _objectWithoutProperties(props, _excluded$3e);
|
|
7086
7117
|
|
|
7087
7118
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7088
7119
|
width: size,
|
|
@@ -7108,14 +7139,14 @@ WhatsAppWidget.defaultProps = {
|
|
|
7108
7139
|
size: '24'
|
|
7109
7140
|
};
|
|
7110
7141
|
|
|
7111
|
-
const _excluded$
|
|
7142
|
+
const _excluded$3f = ["color", "size"];
|
|
7112
7143
|
|
|
7113
7144
|
const Home = props => {
|
|
7114
7145
|
const {
|
|
7115
7146
|
color,
|
|
7116
7147
|
size
|
|
7117
7148
|
} = props,
|
|
7118
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7149
|
+
otherProps = _objectWithoutProperties(props, _excluded$3f);
|
|
7119
7150
|
|
|
7120
7151
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7121
7152
|
width: size,
|
|
@@ -7140,14 +7171,14 @@ Home.defaultProps = {
|
|
|
7140
7171
|
size: '24'
|
|
7141
7172
|
};
|
|
7142
7173
|
|
|
7143
|
-
const _excluded$
|
|
7174
|
+
const _excluded$3g = ["color", "size"];
|
|
7144
7175
|
|
|
7145
7176
|
const CreditCard = props => {
|
|
7146
7177
|
const {
|
|
7147
7178
|
color,
|
|
7148
7179
|
size
|
|
7149
7180
|
} = props,
|
|
7150
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7181
|
+
otherProps = _objectWithoutProperties(props, _excluded$3g);
|
|
7151
7182
|
|
|
7152
7183
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7153
7184
|
width: size,
|
|
@@ -7171,14 +7202,14 @@ CreditCard.defaultProps = {
|
|
|
7171
7202
|
size: '24'
|
|
7172
7203
|
};
|
|
7173
7204
|
|
|
7174
|
-
const _excluded$
|
|
7205
|
+
const _excluded$3h = ["color", "size"];
|
|
7175
7206
|
|
|
7176
7207
|
const OtnRequest = props => {
|
|
7177
7208
|
const {
|
|
7178
7209
|
color,
|
|
7179
7210
|
size
|
|
7180
7211
|
} = props,
|
|
7181
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7212
|
+
otherProps = _objectWithoutProperties(props, _excluded$3h);
|
|
7182
7213
|
|
|
7183
7214
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7184
7215
|
width: size,
|
|
@@ -7213,14 +7244,14 @@ OtnRequest.defaultProps = {
|
|
|
7213
7244
|
size: '24'
|
|
7214
7245
|
};
|
|
7215
7246
|
|
|
7216
|
-
const _excluded$
|
|
7247
|
+
const _excluded$3i = ["color", "size"];
|
|
7217
7248
|
|
|
7218
7249
|
const Data = props => {
|
|
7219
7250
|
const {
|
|
7220
7251
|
color,
|
|
7221
7252
|
size
|
|
7222
7253
|
} = props,
|
|
7223
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7254
|
+
otherProps = _objectWithoutProperties(props, _excluded$3i);
|
|
7224
7255
|
|
|
7225
7256
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7226
7257
|
width: size,
|
|
@@ -7249,14 +7280,14 @@ Data.defaultProps = {
|
|
|
7249
7280
|
size: '24'
|
|
7250
7281
|
};
|
|
7251
7282
|
|
|
7252
|
-
const _excluded$
|
|
7283
|
+
const _excluded$3j = ["color", "size"];
|
|
7253
7284
|
|
|
7254
7285
|
const Share = props => {
|
|
7255
7286
|
const {
|
|
7256
7287
|
color,
|
|
7257
7288
|
size
|
|
7258
7289
|
} = props,
|
|
7259
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7290
|
+
otherProps = _objectWithoutProperties(props, _excluded$3j);
|
|
7260
7291
|
|
|
7261
7292
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7262
7293
|
width: size,
|
|
@@ -7280,14 +7311,14 @@ Share.defaultProps = {
|
|
|
7280
7311
|
size: '24'
|
|
7281
7312
|
};
|
|
7282
7313
|
|
|
7283
|
-
const _excluded$
|
|
7314
|
+
const _excluded$3k = ["color", "size"];
|
|
7284
7315
|
|
|
7285
7316
|
const Sms = props => {
|
|
7286
7317
|
const {
|
|
7287
7318
|
color,
|
|
7288
7319
|
size
|
|
7289
7320
|
} = props,
|
|
7290
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7321
|
+
otherProps = _objectWithoutProperties(props, _excluded$3k);
|
|
7291
7322
|
|
|
7292
7323
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7293
7324
|
width: size,
|
|
@@ -7313,14 +7344,14 @@ Sms.defaultProps = {
|
|
|
7313
7344
|
size: '24'
|
|
7314
7345
|
};
|
|
7315
7346
|
|
|
7316
|
-
const _excluded$
|
|
7347
|
+
const _excluded$3l = ["color", "size"];
|
|
7317
7348
|
|
|
7318
7349
|
const Logout = props => {
|
|
7319
7350
|
const {
|
|
7320
7351
|
color,
|
|
7321
7352
|
size
|
|
7322
7353
|
} = props,
|
|
7323
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7354
|
+
otherProps = _objectWithoutProperties(props, _excluded$3l);
|
|
7324
7355
|
|
|
7325
7356
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7326
7357
|
width: size,
|
|
@@ -7344,14 +7375,14 @@ Logout.defaultProps = {
|
|
|
7344
7375
|
size: '24'
|
|
7345
7376
|
};
|
|
7346
7377
|
|
|
7347
|
-
const _excluded$
|
|
7378
|
+
const _excluded$3m = ["color", "size"];
|
|
7348
7379
|
|
|
7349
7380
|
const Archive = props => {
|
|
7350
7381
|
const {
|
|
7351
7382
|
color,
|
|
7352
7383
|
size
|
|
7353
7384
|
} = props,
|
|
7354
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7385
|
+
otherProps = _objectWithoutProperties(props, _excluded$3m);
|
|
7355
7386
|
|
|
7356
7387
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7357
7388
|
width: size,
|
|
@@ -7375,14 +7406,14 @@ Archive.defaultProps = {
|
|
|
7375
7406
|
size: '24'
|
|
7376
7407
|
};
|
|
7377
7408
|
|
|
7378
|
-
const _excluded$
|
|
7409
|
+
const _excluded$3n = ["color", "size"];
|
|
7379
7410
|
|
|
7380
7411
|
const CheckboxDone = props => {
|
|
7381
7412
|
const {
|
|
7382
7413
|
color,
|
|
7383
7414
|
size
|
|
7384
7415
|
} = props,
|
|
7385
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7416
|
+
otherProps = _objectWithoutProperties(props, _excluded$3n);
|
|
7386
7417
|
|
|
7387
7418
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7388
7419
|
width: size,
|
|
@@ -7408,14 +7439,14 @@ CheckboxDone.defaultProps = {
|
|
|
7408
7439
|
size: '24'
|
|
7409
7440
|
};
|
|
7410
7441
|
|
|
7411
|
-
const _excluded$
|
|
7442
|
+
const _excluded$3o = ["color", "size"];
|
|
7412
7443
|
|
|
7413
7444
|
const Inbox = props => {
|
|
7414
7445
|
const {
|
|
7415
7446
|
color,
|
|
7416
7447
|
size
|
|
7417
7448
|
} = props,
|
|
7418
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7449
|
+
otherProps = _objectWithoutProperties(props, _excluded$3o);
|
|
7419
7450
|
|
|
7420
7451
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7421
7452
|
width: size,
|
|
@@ -7439,14 +7470,14 @@ Inbox.defaultProps = {
|
|
|
7439
7470
|
size: '24'
|
|
7440
7471
|
};
|
|
7441
7472
|
|
|
7442
|
-
const _excluded$
|
|
7473
|
+
const _excluded$3p = ["color", "size"];
|
|
7443
7474
|
|
|
7444
7475
|
const CopyToAnotherFlow = props => {
|
|
7445
7476
|
const {
|
|
7446
7477
|
color,
|
|
7447
7478
|
size
|
|
7448
7479
|
} = props,
|
|
7449
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7480
|
+
otherProps = _objectWithoutProperties(props, _excluded$3p);
|
|
7450
7481
|
|
|
7451
7482
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7452
7483
|
width: size,
|
|
@@ -7470,14 +7501,14 @@ CopyToAnotherFlow.defaultProps = {
|
|
|
7470
7501
|
size: '24'
|
|
7471
7502
|
};
|
|
7472
7503
|
|
|
7473
|
-
const _excluded$
|
|
7504
|
+
const _excluded$3q = ["color", "size"];
|
|
7474
7505
|
|
|
7475
7506
|
const ConvertChannels = props => {
|
|
7476
7507
|
const {
|
|
7477
7508
|
color,
|
|
7478
7509
|
size
|
|
7479
7510
|
} = props,
|
|
7480
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7511
|
+
otherProps = _objectWithoutProperties(props, _excluded$3q);
|
|
7481
7512
|
|
|
7482
7513
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7483
7514
|
width: size,
|
|
@@ -7501,14 +7532,14 @@ ConvertChannels.defaultProps = {
|
|
|
7501
7532
|
size: '24'
|
|
7502
7533
|
};
|
|
7503
7534
|
|
|
7504
|
-
const _excluded$
|
|
7535
|
+
const _excluded$3r = ["color", "size"];
|
|
7505
7536
|
|
|
7506
7537
|
const Copy = props => {
|
|
7507
7538
|
const {
|
|
7508
7539
|
color,
|
|
7509
7540
|
size
|
|
7510
7541
|
} = props,
|
|
7511
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7542
|
+
otherProps = _objectWithoutProperties(props, _excluded$3r);
|
|
7512
7543
|
|
|
7513
7544
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7514
7545
|
width: size,
|
|
@@ -7533,14 +7564,14 @@ Copy.defaultProps = {
|
|
|
7533
7564
|
size: '24'
|
|
7534
7565
|
};
|
|
7535
7566
|
|
|
7536
|
-
const _excluded$
|
|
7567
|
+
const _excluded$3s = ["color", "size"];
|
|
7537
7568
|
|
|
7538
7569
|
const AdsAd = props => {
|
|
7539
7570
|
const {
|
|
7540
7571
|
color,
|
|
7541
7572
|
size
|
|
7542
7573
|
} = props,
|
|
7543
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7574
|
+
otherProps = _objectWithoutProperties(props, _excluded$3s);
|
|
7544
7575
|
|
|
7545
7576
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7546
7577
|
width: size,
|
|
@@ -7565,14 +7596,14 @@ AdsAd.defaultProps = {
|
|
|
7565
7596
|
size: '24'
|
|
7566
7597
|
};
|
|
7567
7598
|
|
|
7568
|
-
const _excluded$
|
|
7599
|
+
const _excluded$3t = ["color", "size"];
|
|
7569
7600
|
|
|
7570
7601
|
const Action = props => {
|
|
7571
7602
|
const {
|
|
7572
7603
|
color,
|
|
7573
7604
|
size
|
|
7574
7605
|
} = props,
|
|
7575
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7606
|
+
otherProps = _objectWithoutProperties(props, _excluded$3t);
|
|
7576
7607
|
|
|
7577
7608
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7578
7609
|
width: size,
|
|
@@ -7596,14 +7627,14 @@ Action.defaultProps = {
|
|
|
7596
7627
|
size: '24'
|
|
7597
7628
|
};
|
|
7598
7629
|
|
|
7599
|
-
const _excluded$
|
|
7630
|
+
const _excluded$3u = ["color", "size"];
|
|
7600
7631
|
|
|
7601
7632
|
const Ads = props => {
|
|
7602
7633
|
const {
|
|
7603
7634
|
color,
|
|
7604
7635
|
size
|
|
7605
7636
|
} = props,
|
|
7606
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7637
|
+
otherProps = _objectWithoutProperties(props, _excluded$3u);
|
|
7607
7638
|
|
|
7608
7639
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7609
7640
|
width: size,
|
|
@@ -7628,14 +7659,14 @@ Ads.defaultProps = {
|
|
|
7628
7659
|
size: '24'
|
|
7629
7660
|
};
|
|
7630
7661
|
|
|
7631
|
-
const _excluded$
|
|
7662
|
+
const _excluded$3v = ["color", "size"];
|
|
7632
7663
|
|
|
7633
7664
|
const ShowFlow = props => {
|
|
7634
7665
|
const {
|
|
7635
7666
|
color,
|
|
7636
7667
|
size
|
|
7637
7668
|
} = props,
|
|
7638
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7669
|
+
otherProps = _objectWithoutProperties(props, _excluded$3v);
|
|
7639
7670
|
|
|
7640
7671
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7641
7672
|
width: size,
|
|
@@ -7661,14 +7692,14 @@ ShowFlow.defaultProps = {
|
|
|
7661
7692
|
size: '24'
|
|
7662
7693
|
};
|
|
7663
7694
|
|
|
7664
|
-
const _excluded$
|
|
7695
|
+
const _excluded$3w = ["color", "size"];
|
|
7665
7696
|
|
|
7666
7697
|
const Unpin = props => {
|
|
7667
7698
|
const {
|
|
7668
7699
|
color,
|
|
7669
7700
|
size
|
|
7670
7701
|
} = props,
|
|
7671
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7702
|
+
otherProps = _objectWithoutProperties(props, _excluded$3w);
|
|
7672
7703
|
|
|
7673
7704
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7674
7705
|
width: size,
|
|
@@ -7692,14 +7723,14 @@ Unpin.defaultProps = {
|
|
|
7692
7723
|
size: '24'
|
|
7693
7724
|
};
|
|
7694
7725
|
|
|
7695
|
-
const _excluded$
|
|
7726
|
+
const _excluded$3x = ["color", "size"];
|
|
7696
7727
|
|
|
7697
7728
|
const Pin = props => {
|
|
7698
7729
|
const {
|
|
7699
7730
|
color,
|
|
7700
7731
|
size
|
|
7701
7732
|
} = props,
|
|
7702
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7733
|
+
otherProps = _objectWithoutProperties(props, _excluded$3x);
|
|
7703
7734
|
|
|
7704
7735
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7705
7736
|
width: size,
|
|
@@ -7725,14 +7756,14 @@ Pin.defaultProps = {
|
|
|
7725
7756
|
size: '24'
|
|
7726
7757
|
};
|
|
7727
7758
|
|
|
7728
|
-
const _excluded$
|
|
7759
|
+
const _excluded$3y = ["color", "size"];
|
|
7729
7760
|
|
|
7730
7761
|
const Hide = props => {
|
|
7731
7762
|
const {
|
|
7732
7763
|
color,
|
|
7733
7764
|
size
|
|
7734
7765
|
} = props,
|
|
7735
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7766
|
+
otherProps = _objectWithoutProperties(props, _excluded$3y);
|
|
7736
7767
|
|
|
7737
7768
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7738
7769
|
width: size,
|
|
@@ -7758,14 +7789,14 @@ Hide.defaultProps = {
|
|
|
7758
7789
|
size: '24'
|
|
7759
7790
|
};
|
|
7760
7791
|
|
|
7761
|
-
const _excluded$
|
|
7792
|
+
const _excluded$3z = ["color", "size"];
|
|
7762
7793
|
|
|
7763
7794
|
const Show = props => {
|
|
7764
7795
|
const {
|
|
7765
7796
|
color,
|
|
7766
7797
|
size
|
|
7767
7798
|
} = props,
|
|
7768
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7799
|
+
otherProps = _objectWithoutProperties(props, _excluded$3z);
|
|
7769
7800
|
|
|
7770
7801
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7771
7802
|
width: size,
|
|
@@ -7794,14 +7825,14 @@ Show.defaultProps = {
|
|
|
7794
7825
|
size: '24'
|
|
7795
7826
|
};
|
|
7796
7827
|
|
|
7797
|
-
const _excluded$
|
|
7828
|
+
const _excluded$3A = ["color", "size"];
|
|
7798
7829
|
|
|
7799
7830
|
const ClearMobile = props => {
|
|
7800
7831
|
const {
|
|
7801
7832
|
color,
|
|
7802
7833
|
size
|
|
7803
7834
|
} = props,
|
|
7804
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7835
|
+
otherProps = _objectWithoutProperties(props, _excluded$3A);
|
|
7805
7836
|
|
|
7806
7837
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7807
7838
|
width: size,
|
|
@@ -7827,14 +7858,14 @@ ClearMobile.defaultProps = {
|
|
|
7827
7858
|
size: '24'
|
|
7828
7859
|
};
|
|
7829
7860
|
|
|
7830
|
-
const _excluded$
|
|
7861
|
+
const _excluded$3B = ["color", "size"];
|
|
7831
7862
|
|
|
7832
7863
|
const NewMessage = props => {
|
|
7833
7864
|
const {
|
|
7834
7865
|
color,
|
|
7835
7866
|
size
|
|
7836
7867
|
} = props,
|
|
7837
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7868
|
+
otherProps = _objectWithoutProperties(props, _excluded$3B);
|
|
7838
7869
|
|
|
7839
7870
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7840
7871
|
width: size,
|
|
@@ -7858,14 +7889,14 @@ NewMessage.defaultProps = {
|
|
|
7858
7889
|
size: '24'
|
|
7859
7890
|
};
|
|
7860
7891
|
|
|
7861
|
-
const _excluded$
|
|
7892
|
+
const _excluded$3C = ["color", "size"];
|
|
7862
7893
|
|
|
7863
7894
|
const Male = props => {
|
|
7864
7895
|
const {
|
|
7865
7896
|
color,
|
|
7866
7897
|
size
|
|
7867
7898
|
} = props,
|
|
7868
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7899
|
+
otherProps = _objectWithoutProperties(props, _excluded$3C);
|
|
7869
7900
|
|
|
7870
7901
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7871
7902
|
width: size,
|
|
@@ -7892,14 +7923,14 @@ Male.defaultProps = {
|
|
|
7892
7923
|
size: '24'
|
|
7893
7924
|
};
|
|
7894
7925
|
|
|
7895
|
-
const _excluded$
|
|
7926
|
+
const _excluded$3D = ["color", "size"];
|
|
7896
7927
|
|
|
7897
7928
|
const Female = props => {
|
|
7898
7929
|
const {
|
|
7899
7930
|
color,
|
|
7900
7931
|
size
|
|
7901
7932
|
} = props,
|
|
7902
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7933
|
+
otherProps = _objectWithoutProperties(props, _excluded$3D);
|
|
7903
7934
|
|
|
7904
7935
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7905
7936
|
width: size,
|
|
@@ -7925,14 +7956,14 @@ Female.defaultProps = {
|
|
|
7925
7956
|
size: '24'
|
|
7926
7957
|
};
|
|
7927
7958
|
|
|
7928
|
-
const _excluded$
|
|
7959
|
+
const _excluded$3E = ["color", "size"];
|
|
7929
7960
|
|
|
7930
7961
|
const Search = props => {
|
|
7931
7962
|
const {
|
|
7932
7963
|
color,
|
|
7933
7964
|
size
|
|
7934
7965
|
} = props,
|
|
7935
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7966
|
+
otherProps = _objectWithoutProperties(props, _excluded$3E);
|
|
7936
7967
|
|
|
7937
7968
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7938
7969
|
width: size,
|
|
@@ -7956,14 +7987,14 @@ Search.defaultProps = {
|
|
|
7956
7987
|
size: '24'
|
|
7957
7988
|
};
|
|
7958
7989
|
|
|
7959
|
-
const _excluded$
|
|
7990
|
+
const _excluded$3F = ["color", "size"];
|
|
7960
7991
|
|
|
7961
7992
|
const Mic = props => {
|
|
7962
7993
|
const {
|
|
7963
7994
|
color,
|
|
7964
7995
|
size
|
|
7965
7996
|
} = props,
|
|
7966
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7997
|
+
otherProps = _objectWithoutProperties(props, _excluded$3F);
|
|
7967
7998
|
|
|
7968
7999
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7969
8000
|
width: size,
|
|
@@ -7987,14 +8018,14 @@ Mic.defaultProps = {
|
|
|
7987
8018
|
size: '24'
|
|
7988
8019
|
};
|
|
7989
8020
|
|
|
7990
|
-
const _excluded$
|
|
8021
|
+
const _excluded$3G = ["color", "size"];
|
|
7991
8022
|
|
|
7992
8023
|
const Transgender = props => {
|
|
7993
8024
|
const {
|
|
7994
8025
|
color,
|
|
7995
8026
|
size
|
|
7996
8027
|
} = props,
|
|
7997
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8028
|
+
otherProps = _objectWithoutProperties(props, _excluded$3G);
|
|
7998
8029
|
|
|
7999
8030
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8000
8031
|
width: size,
|
|
@@ -8018,14 +8049,14 @@ Transgender.defaultProps = {
|
|
|
8018
8049
|
size: '24'
|
|
8019
8050
|
};
|
|
8020
8051
|
|
|
8021
|
-
const _excluded$
|
|
8052
|
+
const _excluded$3H = ["color", "size"];
|
|
8022
8053
|
|
|
8023
8054
|
const Close = props => {
|
|
8024
8055
|
const {
|
|
8025
8056
|
color,
|
|
8026
8057
|
size
|
|
8027
8058
|
} = props,
|
|
8028
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8059
|
+
otherProps = _objectWithoutProperties(props, _excluded$3H);
|
|
8029
8060
|
|
|
8030
8061
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8031
8062
|
width: size,
|
|
@@ -8051,14 +8082,14 @@ Close.defaultProps = {
|
|
|
8051
8082
|
size: '24'
|
|
8052
8083
|
};
|
|
8053
8084
|
|
|
8054
|
-
const _excluded$
|
|
8085
|
+
const _excluded$3I = ["color", "size"];
|
|
8055
8086
|
|
|
8056
8087
|
const Plus = props => {
|
|
8057
8088
|
const {
|
|
8058
8089
|
color,
|
|
8059
8090
|
size
|
|
8060
8091
|
} = props,
|
|
8061
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8092
|
+
otherProps = _objectWithoutProperties(props, _excluded$3I);
|
|
8062
8093
|
|
|
8063
8094
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8064
8095
|
width: size,
|
|
@@ -8084,14 +8115,14 @@ Plus.defaultProps = {
|
|
|
8084
8115
|
size: '24'
|
|
8085
8116
|
};
|
|
8086
8117
|
|
|
8087
|
-
const _excluded$
|
|
8118
|
+
const _excluded$3J = ["color", "size"];
|
|
8088
8119
|
|
|
8089
8120
|
const Minus = props => {
|
|
8090
8121
|
const {
|
|
8091
8122
|
color,
|
|
8092
8123
|
size
|
|
8093
8124
|
} = props,
|
|
8094
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8125
|
+
otherProps = _objectWithoutProperties(props, _excluded$3J);
|
|
8095
8126
|
|
|
8096
8127
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8097
8128
|
width: size,
|
|
@@ -8117,14 +8148,14 @@ Minus.defaultProps = {
|
|
|
8117
8148
|
size: '24'
|
|
8118
8149
|
};
|
|
8119
8150
|
|
|
8120
|
-
const _excluded$
|
|
8151
|
+
const _excluded$3K = ["color", "size"];
|
|
8121
8152
|
|
|
8122
8153
|
const Tick = props => {
|
|
8123
8154
|
const {
|
|
8124
8155
|
color,
|
|
8125
8156
|
size
|
|
8126
8157
|
} = props,
|
|
8127
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8158
|
+
otherProps = _objectWithoutProperties(props, _excluded$3K);
|
|
8128
8159
|
|
|
8129
8160
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8130
8161
|
width: size,
|
|
@@ -8150,14 +8181,14 @@ Tick.defaultProps = {
|
|
|
8150
8181
|
size: '24'
|
|
8151
8182
|
};
|
|
8152
8183
|
|
|
8153
|
-
const _excluded$
|
|
8184
|
+
const _excluded$3L = ["color", "size"];
|
|
8154
8185
|
|
|
8155
8186
|
const DubleTick = props => {
|
|
8156
8187
|
const {
|
|
8157
8188
|
color,
|
|
8158
8189
|
size
|
|
8159
8190
|
} = props,
|
|
8160
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8191
|
+
otherProps = _objectWithoutProperties(props, _excluded$3L);
|
|
8161
8192
|
|
|
8162
8193
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8163
8194
|
width: size,
|
|
@@ -8181,14 +8212,14 @@ DubleTick.defaultProps = {
|
|
|
8181
8212
|
size: '24'
|
|
8182
8213
|
};
|
|
8183
8214
|
|
|
8184
|
-
const _excluded$
|
|
8215
|
+
const _excluded$3M = ["color", "size"];
|
|
8185
8216
|
|
|
8186
8217
|
const CheckCircle = props => {
|
|
8187
8218
|
const {
|
|
8188
8219
|
color,
|
|
8189
8220
|
size
|
|
8190
8221
|
} = props,
|
|
8191
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8222
|
+
otherProps = _objectWithoutProperties(props, _excluded$3M);
|
|
8192
8223
|
|
|
8193
8224
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8194
8225
|
width: size,
|
|
@@ -8212,14 +8243,14 @@ CheckCircle.defaultProps = {
|
|
|
8212
8243
|
size: '24'
|
|
8213
8244
|
};
|
|
8214
8245
|
|
|
8215
|
-
const _excluded$
|
|
8246
|
+
const _excluded$3N = ["color", "size"];
|
|
8216
8247
|
|
|
8217
8248
|
const Time = props => {
|
|
8218
8249
|
const {
|
|
8219
8250
|
color,
|
|
8220
8251
|
size
|
|
8221
8252
|
} = props,
|
|
8222
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8253
|
+
otherProps = _objectWithoutProperties(props, _excluded$3N);
|
|
8223
8254
|
|
|
8224
8255
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8225
8256
|
width: size,
|
|
@@ -8245,14 +8276,14 @@ Time.defaultProps = {
|
|
|
8245
8276
|
size: '24'
|
|
8246
8277
|
};
|
|
8247
8278
|
|
|
8248
|
-
const _excluded$
|
|
8279
|
+
const _excluded$3O = ["color", "size"];
|
|
8249
8280
|
|
|
8250
8281
|
const Nationality = props => {
|
|
8251
8282
|
const {
|
|
8252
8283
|
color,
|
|
8253
8284
|
size
|
|
8254
8285
|
} = props,
|
|
8255
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8286
|
+
otherProps = _objectWithoutProperties(props, _excluded$3O);
|
|
8256
8287
|
|
|
8257
8288
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8258
8289
|
width: size,
|
|
@@ -8276,14 +8307,14 @@ Nationality.defaultProps = {
|
|
|
8276
8307
|
size: '24'
|
|
8277
8308
|
};
|
|
8278
8309
|
|
|
8279
|
-
const _excluded$
|
|
8310
|
+
const _excluded$3P = ["color", "size"];
|
|
8280
8311
|
|
|
8281
8312
|
const Mention = props => {
|
|
8282
8313
|
const {
|
|
8283
8314
|
color,
|
|
8284
8315
|
size
|
|
8285
8316
|
} = props,
|
|
8286
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8317
|
+
otherProps = _objectWithoutProperties(props, _excluded$3P);
|
|
8287
8318
|
|
|
8288
8319
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8289
8320
|
width: size,
|
|
@@ -8309,14 +8340,14 @@ Mention.defaultProps = {
|
|
|
8309
8340
|
size: '24'
|
|
8310
8341
|
};
|
|
8311
8342
|
|
|
8312
|
-
const _excluded$
|
|
8343
|
+
const _excluded$3Q = ["color", "size"];
|
|
8313
8344
|
|
|
8314
8345
|
const Question = props => {
|
|
8315
8346
|
const {
|
|
8316
8347
|
color,
|
|
8317
8348
|
size
|
|
8318
8349
|
} = props,
|
|
8319
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8350
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Q);
|
|
8320
8351
|
|
|
8321
8352
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8322
8353
|
width: size,
|
|
@@ -8343,14 +8374,14 @@ Question.defaultProps = {
|
|
|
8343
8374
|
size: '24'
|
|
8344
8375
|
};
|
|
8345
8376
|
|
|
8346
|
-
const _excluded$
|
|
8377
|
+
const _excluded$3R = ["color", "size"];
|
|
8347
8378
|
|
|
8348
8379
|
const AddCircle = props => {
|
|
8349
8380
|
const {
|
|
8350
8381
|
color,
|
|
8351
8382
|
size
|
|
8352
8383
|
} = props,
|
|
8353
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8384
|
+
otherProps = _objectWithoutProperties(props, _excluded$3R);
|
|
8354
8385
|
|
|
8355
8386
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8356
8387
|
width: size,
|
|
@@ -8377,14 +8408,14 @@ AddCircle.defaultProps = {
|
|
|
8377
8408
|
size: '24'
|
|
8378
8409
|
};
|
|
8379
8410
|
|
|
8380
|
-
const _excluded$
|
|
8411
|
+
const _excluded$3S = ["color", "size"];
|
|
8381
8412
|
|
|
8382
8413
|
const Unsubscribed = props => {
|
|
8383
8414
|
const {
|
|
8384
8415
|
color,
|
|
8385
8416
|
size
|
|
8386
8417
|
} = props,
|
|
8387
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8418
|
+
otherProps = _objectWithoutProperties(props, _excluded$3S);
|
|
8388
8419
|
|
|
8389
8420
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8390
8421
|
width: size,
|
|
@@ -8411,14 +8442,14 @@ Unsubscribed.defaultProps = {
|
|
|
8411
8442
|
size: '24'
|
|
8412
8443
|
};
|
|
8413
8444
|
|
|
8414
|
-
const _excluded$
|
|
8445
|
+
const _excluded$3T = ["color", "size"];
|
|
8415
8446
|
|
|
8416
8447
|
const Smile = props => {
|
|
8417
8448
|
const {
|
|
8418
8449
|
color,
|
|
8419
8450
|
size
|
|
8420
8451
|
} = props,
|
|
8421
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8452
|
+
otherProps = _objectWithoutProperties(props, _excluded$3T);
|
|
8422
8453
|
|
|
8423
8454
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8424
8455
|
width: size,
|
|
@@ -8445,14 +8476,14 @@ Smile.defaultProps = {
|
|
|
8445
8476
|
size: '24'
|
|
8446
8477
|
};
|
|
8447
8478
|
|
|
8448
|
-
const _excluded$
|
|
8479
|
+
const _excluded$3U = ["color", "size"];
|
|
8449
8480
|
|
|
8450
8481
|
const TimeAdd = props => {
|
|
8451
8482
|
const {
|
|
8452
8483
|
color,
|
|
8453
8484
|
size
|
|
8454
8485
|
} = props,
|
|
8455
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8486
|
+
otherProps = _objectWithoutProperties(props, _excluded$3U);
|
|
8456
8487
|
|
|
8457
8488
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8458
8489
|
width: size,
|
|
@@ -8476,14 +8507,14 @@ TimeAdd.defaultProps = {
|
|
|
8476
8507
|
size: '24'
|
|
8477
8508
|
};
|
|
8478
8509
|
|
|
8479
|
-
const _excluded$
|
|
8510
|
+
const _excluded$3V = ["color", "size"];
|
|
8480
8511
|
|
|
8481
8512
|
const Retry = props => {
|
|
8482
8513
|
const {
|
|
8483
8514
|
color,
|
|
8484
8515
|
size
|
|
8485
8516
|
} = props,
|
|
8486
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8517
|
+
otherProps = _objectWithoutProperties(props, _excluded$3V);
|
|
8487
8518
|
|
|
8488
8519
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8489
8520
|
width: size,
|
|
@@ -8510,14 +8541,14 @@ Retry.defaultProps = {
|
|
|
8510
8541
|
size: '24'
|
|
8511
8542
|
};
|
|
8512
8543
|
|
|
8513
|
-
const _excluded$
|
|
8544
|
+
const _excluded$3W = ["color", "size"];
|
|
8514
8545
|
|
|
8515
8546
|
const Stop = props => {
|
|
8516
8547
|
const {
|
|
8517
8548
|
color,
|
|
8518
8549
|
size
|
|
8519
8550
|
} = props,
|
|
8520
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8551
|
+
otherProps = _objectWithoutProperties(props, _excluded$3W);
|
|
8521
8552
|
|
|
8522
8553
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8523
8554
|
width: size,
|
|
@@ -8544,14 +8575,14 @@ Stop.defaultProps = {
|
|
|
8544
8575
|
size: '24'
|
|
8545
8576
|
};
|
|
8546
8577
|
|
|
8547
|
-
const _excluded$
|
|
8578
|
+
const _excluded$3X = ["color", "size"];
|
|
8548
8579
|
|
|
8549
8580
|
const Info = props => {
|
|
8550
8581
|
const {
|
|
8551
8582
|
color,
|
|
8552
8583
|
size
|
|
8553
8584
|
} = props,
|
|
8554
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8585
|
+
otherProps = _objectWithoutProperties(props, _excluded$3X);
|
|
8555
8586
|
|
|
8556
8587
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8557
8588
|
width: size,
|
|
@@ -8578,14 +8609,14 @@ Info.defaultProps = {
|
|
|
8578
8609
|
size: '24'
|
|
8579
8610
|
};
|
|
8580
8611
|
|
|
8581
|
-
const _excluded$
|
|
8612
|
+
const _excluded$3Y = ["color", "size"];
|
|
8582
8613
|
|
|
8583
8614
|
const Attention = props => {
|
|
8584
8615
|
const {
|
|
8585
8616
|
color,
|
|
8586
8617
|
size
|
|
8587
8618
|
} = props,
|
|
8588
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8619
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Y);
|
|
8589
8620
|
|
|
8590
8621
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8591
8622
|
width: size,
|
|
@@ -8612,14 +8643,14 @@ Attention.defaultProps = {
|
|
|
8612
8643
|
size: '24'
|
|
8613
8644
|
};
|
|
8614
8645
|
|
|
8615
|
-
const _excluded$
|
|
8646
|
+
const _excluded$3Z = ["color", "size"];
|
|
8616
8647
|
|
|
8617
8648
|
const Help = props => {
|
|
8618
8649
|
const {
|
|
8619
8650
|
color,
|
|
8620
8651
|
size
|
|
8621
8652
|
} = props,
|
|
8622
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8653
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Z);
|
|
8623
8654
|
|
|
8624
8655
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8625
8656
|
width: size,
|
|
@@ -8646,14 +8677,14 @@ Help.defaultProps = {
|
|
|
8646
8677
|
size: '24'
|
|
8647
8678
|
};
|
|
8648
8679
|
|
|
8649
|
-
const _excluded$
|
|
8680
|
+
const _excluded$3_ = ["color", "size"];
|
|
8650
8681
|
|
|
8651
8682
|
const Spinner = props => {
|
|
8652
8683
|
const {
|
|
8653
8684
|
color,
|
|
8654
8685
|
size
|
|
8655
8686
|
} = props,
|
|
8656
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8687
|
+
otherProps = _objectWithoutProperties(props, _excluded$3_);
|
|
8657
8688
|
|
|
8658
8689
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8659
8690
|
width: size,
|
|
@@ -8680,14 +8711,14 @@ Spinner.defaultProps = {
|
|
|
8680
8711
|
size: '24'
|
|
8681
8712
|
};
|
|
8682
8713
|
|
|
8683
|
-
const _excluded$
|
|
8714
|
+
const _excluded$3$ = ["color", "size"];
|
|
8684
8715
|
|
|
8685
8716
|
const Settings = props => {
|
|
8686
8717
|
const {
|
|
8687
8718
|
color,
|
|
8688
8719
|
size
|
|
8689
8720
|
} = props,
|
|
8690
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8721
|
+
otherProps = _objectWithoutProperties(props, _excluded$3$);
|
|
8691
8722
|
|
|
8692
8723
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8693
8724
|
width: size,
|
|
@@ -8712,14 +8743,14 @@ Settings.defaultProps = {
|
|
|
8712
8743
|
size: '24'
|
|
8713
8744
|
};
|
|
8714
8745
|
|
|
8715
|
-
const _excluded$
|
|
8746
|
+
const _excluded$40 = ["color", "size"];
|
|
8716
8747
|
|
|
8717
8748
|
const Dashboard = props => {
|
|
8718
8749
|
const {
|
|
8719
8750
|
color,
|
|
8720
8751
|
size
|
|
8721
8752
|
} = props,
|
|
8722
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8753
|
+
otherProps = _objectWithoutProperties(props, _excluded$40);
|
|
8723
8754
|
|
|
8724
8755
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8725
8756
|
width: size,
|
|
@@ -8746,14 +8777,14 @@ Dashboard.defaultProps = {
|
|
|
8746
8777
|
size: '24'
|
|
8747
8778
|
};
|
|
8748
8779
|
|
|
8749
|
-
const _excluded$
|
|
8780
|
+
const _excluded$41 = ["color", "size"];
|
|
8750
8781
|
|
|
8751
8782
|
const WebChat = props => {
|
|
8752
8783
|
const {
|
|
8753
8784
|
color,
|
|
8754
8785
|
size
|
|
8755
8786
|
} = props,
|
|
8756
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8787
|
+
otherProps = _objectWithoutProperties(props, _excluded$41);
|
|
8757
8788
|
|
|
8758
8789
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8759
8790
|
width: size,
|
|
@@ -8794,14 +8825,14 @@ WebChat.defaultProps = {
|
|
|
8794
8825
|
size: '24'
|
|
8795
8826
|
};
|
|
8796
8827
|
|
|
8797
|
-
const _excluded$
|
|
8828
|
+
const _excluded$42 = ["color", "size"];
|
|
8798
8829
|
|
|
8799
8830
|
const SortUp = props => {
|
|
8800
8831
|
const {
|
|
8801
8832
|
color,
|
|
8802
8833
|
size
|
|
8803
8834
|
} = props,
|
|
8804
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8835
|
+
otherProps = _objectWithoutProperties(props, _excluded$42);
|
|
8805
8836
|
|
|
8806
8837
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8807
8838
|
width: size,
|
|
@@ -8834,14 +8865,14 @@ SortUp.defaultProps = {
|
|
|
8834
8865
|
size: '24'
|
|
8835
8866
|
};
|
|
8836
8867
|
|
|
8837
|
-
const _excluded$
|
|
8868
|
+
const _excluded$43 = ["color", "size"];
|
|
8838
8869
|
|
|
8839
8870
|
const SortDown = props => {
|
|
8840
8871
|
const {
|
|
8841
8872
|
color,
|
|
8842
8873
|
size
|
|
8843
8874
|
} = props,
|
|
8844
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8875
|
+
otherProps = _objectWithoutProperties(props, _excluded$43);
|
|
8845
8876
|
|
|
8846
8877
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8847
8878
|
width: size,
|
|
@@ -8874,14 +8905,14 @@ SortDown.defaultProps = {
|
|
|
8874
8905
|
size: '24'
|
|
8875
8906
|
};
|
|
8876
8907
|
|
|
8877
|
-
const _excluded$
|
|
8908
|
+
const _excluded$44 = ["color", "size"];
|
|
8878
8909
|
|
|
8879
8910
|
const Apple = props => {
|
|
8880
8911
|
const {
|
|
8881
8912
|
color,
|
|
8882
8913
|
size
|
|
8883
8914
|
} = props,
|
|
8884
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8915
|
+
otherProps = _objectWithoutProperties(props, _excluded$44);
|
|
8885
8916
|
|
|
8886
8917
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8887
8918
|
width: size,
|
|
@@ -8905,14 +8936,14 @@ Apple.defaultProps = {
|
|
|
8905
8936
|
size: '24'
|
|
8906
8937
|
};
|
|
8907
8938
|
|
|
8908
|
-
const _excluded$
|
|
8939
|
+
const _excluded$45 = ["color", "size"];
|
|
8909
8940
|
|
|
8910
8941
|
const Google = props => {
|
|
8911
8942
|
const {
|
|
8912
8943
|
color,
|
|
8913
8944
|
size
|
|
8914
8945
|
} = props,
|
|
8915
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8946
|
+
otherProps = _objectWithoutProperties(props, _excluded$45);
|
|
8916
8947
|
|
|
8917
8948
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8918
8949
|
width: size,
|
|
@@ -8953,14 +8984,14 @@ Google.defaultProps = {
|
|
|
8953
8984
|
size: '24'
|
|
8954
8985
|
};
|
|
8955
8986
|
|
|
8956
|
-
const _excluded$
|
|
8987
|
+
const _excluded$46 = ["color", "size"];
|
|
8957
8988
|
|
|
8958
8989
|
const Facebook = props => {
|
|
8959
8990
|
const {
|
|
8960
8991
|
color,
|
|
8961
8992
|
size
|
|
8962
8993
|
} = props,
|
|
8963
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8994
|
+
otherProps = _objectWithoutProperties(props, _excluded$46);
|
|
8964
8995
|
|
|
8965
8996
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8966
8997
|
width: size,
|
|
@@ -8986,14 +9017,14 @@ Facebook.defaultProps = {
|
|
|
8986
9017
|
size: '24'
|
|
8987
9018
|
};
|
|
8988
9019
|
|
|
8989
|
-
const _excluded$
|
|
9020
|
+
const _excluded$47 = ["color", "size"];
|
|
8990
9021
|
|
|
8991
9022
|
const MessageTemplates = props => {
|
|
8992
9023
|
const {
|
|
8993
9024
|
color,
|
|
8994
9025
|
size
|
|
8995
9026
|
} = props,
|
|
8996
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9027
|
+
otherProps = _objectWithoutProperties(props, _excluded$47);
|
|
8997
9028
|
|
|
8998
9029
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8999
9030
|
width: size,
|
|
@@ -9017,14 +9048,14 @@ MessageTemplates.defaultProps = {
|
|
|
9017
9048
|
size: '24'
|
|
9018
9049
|
};
|
|
9019
9050
|
|
|
9020
|
-
const _excluded$
|
|
9051
|
+
const _excluded$48 = ["color", "size"];
|
|
9021
9052
|
|
|
9022
9053
|
const OmnichannelWidget = props => {
|
|
9023
9054
|
const {
|
|
9024
9055
|
color,
|
|
9025
9056
|
size
|
|
9026
9057
|
} = props,
|
|
9027
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9058
|
+
otherProps = _objectWithoutProperties(props, _excluded$48);
|
|
9028
9059
|
|
|
9029
9060
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9030
9061
|
width: size,
|
|
@@ -9054,14 +9085,14 @@ OmnichannelWidget.defaultProps = {
|
|
|
9054
9085
|
size: '24'
|
|
9055
9086
|
};
|
|
9056
9087
|
|
|
9057
|
-
const _excluded$
|
|
9088
|
+
const _excluded$49 = ["color", "size"];
|
|
9058
9089
|
|
|
9059
9090
|
const IncreaseEngagement = props => {
|
|
9060
9091
|
const {
|
|
9061
9092
|
color,
|
|
9062
9093
|
size
|
|
9063
9094
|
} = props,
|
|
9064
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9095
|
+
otherProps = _objectWithoutProperties(props, _excluded$49);
|
|
9065
9096
|
|
|
9066
9097
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9067
9098
|
width: size,
|
|
@@ -9085,14 +9116,14 @@ IncreaseEngagement.defaultProps = {
|
|
|
9085
9116
|
size: '24'
|
|
9086
9117
|
};
|
|
9087
9118
|
|
|
9088
|
-
const _excluded$
|
|
9119
|
+
const _excluded$4a = ["color", "size"];
|
|
9089
9120
|
|
|
9090
9121
|
const ShowcaseProducts = props => {
|
|
9091
9122
|
const {
|
|
9092
9123
|
color,
|
|
9093
9124
|
size
|
|
9094
9125
|
} = props,
|
|
9095
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9126
|
+
otherProps = _objectWithoutProperties(props, _excluded$4a);
|
|
9096
9127
|
|
|
9097
9128
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9098
9129
|
width: size,
|
|
@@ -9116,14 +9147,14 @@ ShowcaseProducts.defaultProps = {
|
|
|
9116
9147
|
size: '24'
|
|
9117
9148
|
};
|
|
9118
9149
|
|
|
9119
|
-
const _excluded$
|
|
9150
|
+
const _excluded$4b = ["color", "size"];
|
|
9120
9151
|
|
|
9121
9152
|
const Faq = props => {
|
|
9122
9153
|
const {
|
|
9123
9154
|
color,
|
|
9124
9155
|
size
|
|
9125
9156
|
} = props,
|
|
9126
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9157
|
+
otherProps = _objectWithoutProperties(props, _excluded$4b);
|
|
9127
9158
|
|
|
9128
9159
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9129
9160
|
width: size,
|
|
@@ -9150,14 +9181,14 @@ Faq.defaultProps = {
|
|
|
9150
9181
|
size: '24'
|
|
9151
9182
|
};
|
|
9152
9183
|
|
|
9153
|
-
const _excluded$
|
|
9184
|
+
const _excluded$4c = ["color", "size"];
|
|
9154
9185
|
|
|
9155
9186
|
const WebsiteRedirect = props => {
|
|
9156
9187
|
const {
|
|
9157
9188
|
color,
|
|
9158
9189
|
size
|
|
9159
9190
|
} = props,
|
|
9160
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9191
|
+
otherProps = _objectWithoutProperties(props, _excluded$4c);
|
|
9161
9192
|
|
|
9162
9193
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9163
9194
|
width: size,
|
|
@@ -9183,14 +9214,14 @@ WebsiteRedirect.defaultProps = {
|
|
|
9183
9214
|
size: '24'
|
|
9184
9215
|
};
|
|
9185
9216
|
|
|
9186
|
-
const _excluded$
|
|
9217
|
+
const _excluded$4d = ["color", "size"];
|
|
9187
9218
|
|
|
9188
9219
|
const TriggerIgStoryReply = props => {
|
|
9189
9220
|
const {
|
|
9190
9221
|
color,
|
|
9191
9222
|
size
|
|
9192
9223
|
} = props,
|
|
9193
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9224
|
+
otherProps = _objectWithoutProperties(props, _excluded$4d);
|
|
9194
9225
|
|
|
9195
9226
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9196
9227
|
width: size,
|
|
@@ -9217,14 +9248,14 @@ TriggerIgStoryReply.defaultProps = {
|
|
|
9217
9248
|
size: '24'
|
|
9218
9249
|
};
|
|
9219
9250
|
|
|
9220
|
-
const _excluded$
|
|
9251
|
+
const _excluded$4e = ["color", "size"];
|
|
9221
9252
|
|
|
9222
9253
|
const IgLiveComments = props => {
|
|
9223
9254
|
const {
|
|
9224
9255
|
color,
|
|
9225
9256
|
size
|
|
9226
9257
|
} = props,
|
|
9227
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9258
|
+
otherProps = _objectWithoutProperties(props, _excluded$4e);
|
|
9228
9259
|
|
|
9229
9260
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9230
9261
|
width: size,
|
|
@@ -9259,14 +9290,14 @@ IgLiveComments.defaultProps = {
|
|
|
9259
9290
|
size: '24'
|
|
9260
9291
|
};
|
|
9261
9292
|
|
|
9262
|
-
const _excluded$
|
|
9293
|
+
const _excluded$4f = ["color", "size"];
|
|
9263
9294
|
|
|
9264
9295
|
const TelegramChannel = props => {
|
|
9265
9296
|
const {
|
|
9266
9297
|
color,
|
|
9267
9298
|
size
|
|
9268
9299
|
} = props,
|
|
9269
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9300
|
+
otherProps = _objectWithoutProperties(props, _excluded$4f);
|
|
9270
9301
|
|
|
9271
9302
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9272
9303
|
width: size,
|
|
@@ -9307,14 +9338,14 @@ TelegramChannel.defaultProps = {
|
|
|
9307
9338
|
size: '24'
|
|
9308
9339
|
};
|
|
9309
9340
|
|
|
9310
|
-
const _excluded$
|
|
9341
|
+
const _excluded$4g = ["color", "size"];
|
|
9311
9342
|
|
|
9312
9343
|
const TelegramChannel2 = props => {
|
|
9313
9344
|
const {
|
|
9314
9345
|
color,
|
|
9315
9346
|
size
|
|
9316
9347
|
} = props,
|
|
9317
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9348
|
+
otherProps = _objectWithoutProperties(props, _excluded$4g);
|
|
9318
9349
|
|
|
9319
9350
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9320
9351
|
width: size,
|
|
@@ -9345,14 +9376,14 @@ TelegramChannel2.defaultProps = {
|
|
|
9345
9376
|
size: '24'
|
|
9346
9377
|
};
|
|
9347
9378
|
|
|
9348
|
-
const _excluded$
|
|
9379
|
+
const _excluded$4h = ["color", "size"];
|
|
9349
9380
|
|
|
9350
9381
|
const Telegram = props => {
|
|
9351
9382
|
const {
|
|
9352
9383
|
color,
|
|
9353
9384
|
size
|
|
9354
9385
|
} = props,
|
|
9355
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9386
|
+
otherProps = _objectWithoutProperties(props, _excluded$4h);
|
|
9356
9387
|
|
|
9357
9388
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9358
9389
|
width: size,
|
|
@@ -9378,14 +9409,14 @@ Telegram.defaultProps = {
|
|
|
9378
9409
|
size: '24'
|
|
9379
9410
|
};
|
|
9380
9411
|
|
|
9381
|
-
const _excluded$
|
|
9412
|
+
const _excluded$4i = ["color", "size"];
|
|
9382
9413
|
|
|
9383
9414
|
const Tap = props => {
|
|
9384
9415
|
const {
|
|
9385
9416
|
color,
|
|
9386
9417
|
size
|
|
9387
9418
|
} = props,
|
|
9388
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9419
|
+
otherProps = _objectWithoutProperties(props, _excluded$4i);
|
|
9389
9420
|
|
|
9390
9421
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9391
9422
|
width: size,
|
|
@@ -9409,14 +9440,14 @@ Tap.defaultProps = {
|
|
|
9409
9440
|
size: '24'
|
|
9410
9441
|
};
|
|
9411
9442
|
|
|
9412
|
-
const _excluded$
|
|
9443
|
+
const _excluded$4j = ["color", "size"];
|
|
9413
9444
|
|
|
9414
9445
|
const VideoCircleTg = props => {
|
|
9415
9446
|
const {
|
|
9416
9447
|
color,
|
|
9417
9448
|
size
|
|
9418
9449
|
} = props,
|
|
9419
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9450
|
+
otherProps = _objectWithoutProperties(props, _excluded$4j);
|
|
9420
9451
|
|
|
9421
9452
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9422
9453
|
width: size,
|
|
@@ -9440,14 +9471,14 @@ VideoCircleTg.defaultProps = {
|
|
|
9440
9471
|
size: '24'
|
|
9441
9472
|
};
|
|
9442
9473
|
|
|
9443
|
-
const _excluded$
|
|
9474
|
+
const _excluded$4k = ["color", "size"];
|
|
9444
9475
|
|
|
9445
9476
|
const Reels = props => {
|
|
9446
9477
|
const {
|
|
9447
9478
|
color,
|
|
9448
9479
|
size
|
|
9449
9480
|
} = props,
|
|
9450
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9481
|
+
otherProps = _objectWithoutProperties(props, _excluded$4k);
|
|
9451
9482
|
|
|
9452
9483
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9453
9484
|
width: size,
|
|
@@ -9471,14 +9502,47 @@ Reels.defaultProps = {
|
|
|
9471
9502
|
size: '24'
|
|
9472
9503
|
};
|
|
9473
9504
|
|
|
9474
|
-
const _excluded$
|
|
9505
|
+
const _excluded$4l = ["color", "size"];
|
|
9506
|
+
|
|
9507
|
+
const AssignGroup = props => {
|
|
9508
|
+
const {
|
|
9509
|
+
color,
|
|
9510
|
+
size
|
|
9511
|
+
} = props,
|
|
9512
|
+
otherProps = _objectWithoutProperties(props, _excluded$4l);
|
|
9513
|
+
|
|
9514
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9515
|
+
width: size,
|
|
9516
|
+
height: size,
|
|
9517
|
+
viewBox: "0 0 24 24",
|
|
9518
|
+
fill: "none",
|
|
9519
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9520
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9521
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9522
|
+
fillRule: "evenodd",
|
|
9523
|
+
clipRule: "evenodd",
|
|
9524
|
+
d: "M11.8397 1.64493C11.1383 1.89349 10.4781 2.26661 9.90179 2.75104C8.38205 2.79046 6.98913 3.94211 6.98913 5.74532V5.74981V5.75431V5.75882V5.76334V5.76786V5.77239V5.77693V5.78147V5.78603V5.79059V5.79515V5.79973V5.80431V5.8089V5.81349V5.81809V5.8227V5.82732V5.83194V5.83657V5.8412V5.84585V5.85049V5.85515V5.85981V5.86447V5.86915V5.87383V5.87851V5.8832V5.8879V5.8926V5.89731V5.90202V5.90674V5.91146V5.91619V5.92093V5.92567V5.93042V5.93517V5.93992V5.94469V5.94945V5.95422V5.959V5.96378V5.96857V5.97336V5.97815V5.98295V5.98776V5.99257V5.99738V6.0022V6.00702V6.01185V6.01667V6.02151V6.02635V6.03119V6.03603V6.04088V6.04574V6.05059V6.05545V6.06032V6.06519V6.07006V6.07493V6.07981V6.08469V6.08957V6.09446V6.09935V6.10424V6.10914V6.11404V6.11894V6.12384V6.12875V6.13366V6.13857V6.14348V6.1484V6.15332V6.15824V6.16316V6.16809V6.17301V6.17794V6.18288V6.18781V6.19274V6.19768V6.20262V6.20756V6.2125V6.21744V6.22238V6.22733V6.23228V6.23722V6.24217V6.24712V6.25207V6.25703V6.26198V6.26693V6.27189V6.27684V6.2818V6.28675V6.29171V6.29667V6.30162V6.30658V6.31154V6.3165V6.32146V6.32641V6.33137V6.33633V6.34129V6.34625V6.3512V6.35616V6.36112V6.36607V6.37103V6.37598V6.38094V6.38589V6.39084V6.3958V6.40075V6.4057V6.41065V6.41559V6.42054V6.42549V6.43043V6.43537V6.44031V6.44525V6.45019V6.45513V6.46006V6.46499V6.46992V6.47485V6.47978V6.48471V6.48963V6.49455V6.49947V6.50438V6.5093V6.51421V6.51912V6.52403V6.52893V6.53383V6.53873V6.54362V6.54852V6.55341V6.55829V6.56318V6.56806V6.57293V6.57781V6.58268V6.58755V6.59241V6.59727V6.60213V6.60698V6.61183V6.61667V6.62152V6.62635V6.63119V6.63602V6.64084V6.64566V6.65048V6.65529V6.6601V6.66491V6.66971V6.6745V6.67929V6.68408V6.68886V6.69363V6.69841V6.70317V6.70793V6.71269V6.71744V6.72219V6.72693V6.73166V6.73639V6.74112V6.74584V6.75055V6.75526V6.75996V6.76465V6.76934V6.77403V6.77871V6.78338V6.78805V6.79271V6.79736V6.80201V6.80665V6.81128V6.81591V6.82053V6.82515V6.82975V6.83436V6.83895V6.84354V6.84812V6.85269V6.85726V6.86182V6.86637V6.87092V6.87545V6.87998V6.88451V6.88902V6.89353V6.89803V6.90252V6.90701V6.91148V6.91595V6.92041V6.92487V6.92931V6.93375V6.93817V6.94259V6.94701V6.95141V6.9558V6.96019V6.96457V6.96893V6.97329V6.97764V6.98199V6.98632V6.99064V6.99496V6.99926V7.00356V7.00785V7.01213V7.01639V7.02065V7.0249V7.02914V7.03337V7.03759V7.0418V7.046V7.0502V7.05438V7.05855V7.06271V7.06686V7.071V7.07513V7.07925V7.08336V7.08746V7.09154V7.09562V7.09969V7.10374V7.10779V7.11182V7.11585V7.11986V7.12386V7.12785V7.13183V7.13579V7.13975V7.14369V7.14763V7.15155V7.15546V7.15936V7.16324V7.16712V7.17098V7.17483V7.17867V7.1825V7.18631V7.19012V7.19391V7.19768V7.20145V7.2052V7.20894V7.21267V7.21639V7.22009V7.22378V7.22746V7.23112V7.23477V7.23841V7.24203V7.24565V7.24924V7.25283V7.2564V7.25996V7.2635V7.26704V7.27055V7.27406V7.27755V7.28102V7.28449V7.28794V7.29137V7.29479V7.2982V7.30159V7.30497V7.30833V7.31168V7.31502V7.31834V7.32164V7.32493V7.32821V7.33147V7.33472V7.33795V7.34117V7.34437V7.34756V7.35073V7.35388V7.35702V7.36015V7.36326V7.36636V7.36943V7.3725V7.37555V7.37858V7.38159V7.38459V7.38758V7.39055V7.3935V7.39644V7.39936V7.40226V7.40515V7.40802V7.41087V7.41371V7.41653V7.41934V7.42213V7.4249V7.42765V7.43039V7.43311V7.43581V7.4385V7.44117V7.44382V7.44645V7.44907V7.45167V7.45425V7.45682V7.45937V7.46189V7.46441V7.4669V7.46938V7.47183V7.47427V7.4767V7.4791V7.48149V7.48385V7.4862V7.48853V7.49084V7.49314V7.49541V7.49767V7.49991V7.50213V7.50432V7.50651V7.50867V7.51081V7.51293V7.51504V7.51712V7.51919V7.52124V7.52326V7.52527V7.52726V7.52923V7.53118V7.53311V7.53502V7.53691V7.53877V7.54062V7.54245V7.54426V7.54605V7.54782V7.54957V7.5513V7.553V7.55469V7.55636V7.558V7.55963V7.56123V7.56281V7.56438V7.56592V7.56744V7.56894V7.57041V7.57187V7.57331V7.57472V7.57611V7.57748V7.57883V7.58016V7.58147V7.58275V7.58401V7.58525V7.58647V7.58767V7.58884V7.59V7.59113V7.59223V7.59332V7.59438V7.59542V7.59644V7.59744V7.59841V7.59936V7.60029V7.60119V7.60207V7.60293V7.60377V7.60458V7.60537V7.60613V7.60687V7.60759V7.60829V7.60896V7.60961V7.61023V7.61084V7.61141V7.61197V7.6125V7.613V7.61348V7.61394V7.61437V7.61478V7.61517V7.61553V7.61586V7.61618V7.61646V7.61672V7.61696V7.61718V7.61736V7.61753V7.61767V7.61778V7.61787V7.61793V7.61797L6.23913 7.61798L5.48913 7.61797V7.61793V7.61787V7.61778V7.61767V7.61753V7.61736V7.61718V7.61696V7.61672V7.61646V7.61618V7.61586V7.61553V7.61517V7.61478V7.61437V7.61394V7.61348V7.613V7.6125V7.61197V7.61141V7.61084V7.61023V7.60961V7.60896V7.60829V7.60759V7.60687V7.60613V7.60537V7.60458V7.60377V7.60293V7.60207V7.60119V7.60029V7.59936V7.59841V7.59744V7.59644V7.59542V7.59438V7.59332V7.59223V7.59113V7.59V7.58884V7.58767V7.58647V7.58525V7.58401V7.58275V7.58147V7.58016V7.57883V7.57748V7.57611V7.57472V7.57331V7.57187V7.57041V7.56894V7.56744V7.56592V7.56438V7.56281V7.56123V7.55963V7.558V7.55636V7.55469V7.553V7.5513V7.54957V7.54782V7.54605V7.54426V7.54245V7.54062V7.53877V7.53691V7.53502V7.53311V7.53118V7.52923V7.52726V7.52527V7.52326V7.52124V7.51919V7.51712V7.51504V7.51293V7.51081V7.50867V7.50651V7.50432V7.50213V7.49991V7.49767V7.49541V7.49314V7.49084V7.48853V7.4862V7.48385V7.48149V7.4791V7.4767V7.47427V7.47183V7.46938V7.4669V7.46441V7.46189V7.45937V7.45682V7.45425V7.45167V7.44907V7.44645V7.44382V7.44117V7.4385V7.43581V7.43311V7.43039V7.42765V7.4249V7.42213V7.41934V7.41653V7.41371V7.41087V7.40802V7.40515V7.40226V7.39936V7.39644V7.3935V7.39055V7.38758V7.38459V7.38159V7.37858V7.37555V7.3725V7.36943V7.36636V7.36326V7.36015V7.35702V7.35388V7.35073V7.34756V7.34437V7.34117V7.33795V7.33472V7.33147V7.32821V7.32493V7.32164V7.31834V7.31502V7.31168V7.30833V7.30497V7.30159V7.2982V7.29479V7.29137V7.28794V7.28449V7.28102V7.27755V7.27406V7.27055V7.26704V7.2635V7.25996V7.2564V7.25283V7.24924V7.24565V7.24203V7.23841V7.23477V7.23112V7.22746V7.22378V7.22009V7.21639V7.21267V7.20894V7.2052V7.20145V7.19768V7.19391V7.19012V7.18631V7.1825V7.17867V7.17483V7.17098V7.16712V7.16324V7.15936V7.15546V7.15155V7.14763V7.14369V7.13975V7.13579V7.13183V7.12785V7.12386V7.11986V7.11585V7.11182V7.10779V7.10374V7.09969V7.09562V7.09154V7.08746V7.08336V7.07925V7.07513V7.071V7.06686V7.06271V7.05855V7.05438V7.0502V7.046V7.0418V7.03759V7.03337V7.02914V7.0249V7.02065V7.01639V7.01213V7.00785V7.00356V6.99926V6.99496V6.99064V6.98632V6.98199V6.97764V6.97329V6.96893V6.96457V6.96019V6.9558V6.95141V6.94701V6.94259V6.93817V6.93375V6.92931V6.92487V6.92041V6.91595V6.91148V6.90701V6.90252V6.89803V6.89353V6.88902V6.88451V6.87998V6.87545V6.87092V6.86637V6.86182V6.85726V6.85269V6.84812V6.84354V6.83895V6.83436V6.82975V6.82515V6.82053V6.81591V6.81128V6.80665V6.80201V6.79736V6.79271V6.78805V6.78338V6.77871V6.77403V6.76934V6.76465V6.75996V6.75526V6.75055V6.74584V6.74112V6.73639V6.73166V6.72693V6.72219V6.71744V6.71269V6.70793V6.70317V6.69841V6.69363V6.68886V6.68408V6.67929V6.6745V6.66971V6.66491V6.6601V6.65529V6.65048V6.64566V6.64084V6.63602V6.63119V6.62635V6.62152V6.61667V6.61183V6.60698V6.60213V6.59727V6.59241V6.58755V6.58268V6.57781V6.57293V6.56806V6.56318V6.55829V6.55341V6.54852V6.54362V6.53873V6.53383V6.52893V6.52403V6.51912V6.51421V6.5093V6.50438V6.49947V6.49455V6.48963V6.48471V6.47978V6.47485V6.46992V6.46499V6.46006V6.45513V6.45019V6.44525V6.44031V6.43537V6.43043V6.42549V6.42054V6.41559V6.41065V6.4057V6.40075V6.3958V6.39084V6.38589V6.38094V6.37598V6.37103V6.36607V6.36112V6.35616V6.3512V6.34625V6.34129V6.33633V6.33137V6.32641V6.32146V6.3165V6.31154V6.30658V6.30162V6.29667V6.29171V6.28675V6.2818V6.27684V6.27189V6.26693V6.26198V6.25703V6.25207V6.24712V6.24217V6.23722V6.23228V6.22733V6.22238V6.21744V6.2125V6.20756V6.20262V6.19768V6.19274V6.18781V6.18288V6.17794V6.17301V6.16809V6.16316V6.15824V6.15332V6.1484V6.14348V6.13857V6.13366V6.12875V6.12384V6.11894V6.11404V6.10914V6.10424V6.09935V6.09446V6.08957V6.08469V6.07981V6.07493V6.07006V6.06519V6.06032V6.05545V6.05059V6.04574V6.04088V6.03603V6.03119V6.02635V6.02151V6.01667V6.01185V6.00702V6.0022V5.99738V5.99257V5.98776V5.98295V5.97815V5.97336V5.96857V5.96378V5.959V5.95422V5.94945V5.94469V5.93992V5.93517V5.93042V5.92567V5.92093V5.91619V5.91146V5.90674V5.90202V5.89731V5.8926V5.8879V5.8832V5.87851V5.87383V5.86915V5.86447V5.85981V5.85515V5.85049V5.84585V5.8412V5.83657V5.83194V5.82732V5.8227V5.81809V5.81349V5.8089V5.80431V5.79973V5.79515V5.79059V5.78603V5.78147V5.77693V5.77239V5.76786V5.76334V5.75882V5.75431V5.74981V5.74532C5.48913 2.98383 7.70478 1.25 9.98238 1.25C10.6223 1.25 11.2573 1.38686 11.8397 1.64493ZM6.23913 7.61798H6.98913C6.98913 8.46498 7.29646 9.16823 7.7799 9.67997C7.81575 10.3309 7.94409 10.9366 8.14808 11.4919C7.40987 11.7357 6.72533 12.0356 6.12596 12.3958C6.00721 12.4672 5.89415 12.5437 5.78648 12.6244C5.01033 12.8328 4.33692 13.0988 3.818 13.4107C3.5532 13.5698 3.25401 13.9716 2.9845 14.6842C2.72553 15.369 2.53893 16.2194 2.41311 17.0998C2.39126 17.2527 2.48728 17.3903 2.63201 17.4244C2.86907 17.4803 3.10812 17.5315 3.34856 17.5784C3.30157 17.8361 3.26077 18.0908 3.22526 18.3393C3.18971 18.588 3.18174 18.8351 3.1992 19.0771C2.89415 19.0197 2.59004 18.9556 2.28793 18.8844C1.38185 18.6709 0.797302 17.8034 0.928194 16.8876C1.0621 15.9506 1.26859 14.981 1.58148 14.1536C1.88384 13.3541 2.3353 12.5516 3.04537 12.1249C4.03256 11.5317 5.371 11.1099 6.84337 10.8652C6.02622 10.0881 5.48913 8.9776 5.48913 7.61798H6.23913ZM10.9196 7.43047C10.9196 5.59543 12.3621 4.43515 13.9129 4.43515C15.4636 4.43515 16.9061 5.59542 16.9061 7.43047V7.44301V7.45549V7.46791V7.48028V7.49259V7.50484V7.51703V7.52917V7.54125V7.55327V7.56523V7.57714V7.58899V7.60079V7.61252V7.62421V7.63583V7.6474V7.65892V7.67038V7.68178V7.69313V7.70442V7.71566V7.72684V7.73797V7.74904V7.76006V7.77102V7.78193V7.79279V7.80359V7.81434V7.82503V7.83567V7.84626V7.8568V7.86728V7.8777V7.88808V7.8984V7.90867V7.91889V7.92905V7.93916V7.94922V7.95923V7.96919V7.97909V7.98895V7.99875V8.0085V8.0182V8.02785V8.03745V8.04699V8.05649V8.06594V8.07533V8.08468V8.09397V8.10322V8.11242V8.12156V8.13066V8.13971V8.14871V8.15766V8.16656V8.17541V8.18421V8.19297V8.20167V8.21033V8.21894V8.2275V8.23602V8.24448V8.2529V8.26127V8.2696V8.27788V8.28611V8.29429V8.30243V8.31052V8.31856V8.32656V8.33451V8.34241V8.35027V8.35809V8.36585V8.37358V8.38125V8.38889V8.39647V8.40401V8.41151V8.41896V8.42637V8.43374V8.44105V8.44833V8.45556V8.46275V8.46989V8.47699V8.48405V8.49106V8.49803V8.50496V8.51184V8.51869V8.52549V8.53224V8.53896V8.54563V8.55226V8.55885V8.56539V8.5719V8.57836V8.58478V8.59116V8.5975V8.6038V8.61006V8.61628V8.62245V8.62859V8.63469V8.64074V8.64676V8.65273V8.65867V8.66457V8.67043V8.67624V8.68202V8.68776V8.69346V8.69913V8.70475V8.71033V8.71588V8.72139V8.72686V8.73229V8.73769V8.74305V8.74837V8.75365V8.75889V8.7641V8.76927V8.77441V8.7795V8.78456V8.78959V8.79458V8.79953V8.80445V8.80933V8.81417V8.81898V8.82375V8.82849V8.8332V8.83786V8.8425V8.8471V8.85166V8.85619V8.86068V8.86514V8.86957V8.87396V8.87832V8.88265V8.88694V8.8912V8.89542V8.89961V8.90377V8.9079V8.91199V8.91605V8.92008V8.92408V8.92804V8.93197V8.93587V8.93974V8.94358V8.94738V8.95116V8.9549V8.95861V8.96229V8.96594V8.96956V8.97315V8.97671V8.98024V8.98374V8.98721V8.99064V8.99405V8.99743V9.00078V9.0041V9.00739V9.01066V9.01389V9.01709V9.02027V9.02342V9.02654V9.02963V9.03269V9.03573V9.03873V9.04171V9.04467V9.04759V9.05049V9.05336V9.05621V9.05902V9.06181V9.06458V9.06731V9.07003V9.07271V9.07537V9.078V9.08061V9.08319V9.08575V9.08828V9.09079V9.09327V9.09573V9.09816V9.10056V9.10295V9.10531V9.10764V9.10995V9.11224V9.1145V9.11674V9.11895V9.12114V9.12331V9.12546V9.12758V9.12968V9.13176V9.13381V9.13585V9.13786V9.13984V9.14181V9.14375V9.14568V9.14758V9.14946V9.15131V9.15315V9.15497V9.15676V9.15853V9.16029V9.16202V9.16373V9.16543V9.1671V9.16875V9.17038V9.172V9.17359V9.17516V9.17672V9.17826V9.17977V9.18127V9.18275V9.18421V9.18565V9.18708V9.18848V9.18987V9.19124V9.19259V9.19393V9.19525V9.19655V9.19783V9.19909V9.20034V9.20157V9.20279V9.20399V9.20517V9.20634V9.20749V9.20862V9.20974V9.21084V9.21193V9.213V9.21406V9.2151V9.21613V9.21714V9.21814V9.21912V9.22009V9.22104V9.22198V9.22291V9.22382V9.22472V9.2256V9.22647V9.22733V9.22817V9.229V9.22982V9.23063V9.23142V9.2322V9.23297V9.23373V9.23447V9.2352V9.23592V9.23663V9.23733V9.23801V9.23869V9.23935V9.24V9.24064V9.24127V9.24189V9.2425V9.2431V9.24369V9.24427V9.24484V9.2454V9.24594V9.24648V9.24701V9.24754V9.24805V9.24855V9.24905V9.24953V9.25001V9.25048V9.25094V9.25139V9.25184V9.25227V9.2527V9.25312V9.25354V9.25395V9.25434V9.25474V9.25512V9.2555V9.25587V9.25624V9.2566V9.25695V9.2573V9.25764V9.25798V9.25831V9.25863V9.25895V9.25927V9.25958V9.25988V9.26018V9.26047V9.26076V9.26105V9.26133V9.26161V9.26188V9.26215V9.26241V9.26268V9.26294V9.26319V9.26344V9.26369V9.26394V9.26418V9.26442V9.26466V9.2649V9.26513V9.26536V9.26559V9.26582V9.26604V9.26627V9.26649V9.26672V9.26694V9.26716V9.26738V9.26759V9.26781V9.26803V9.26825V9.26846V9.26868V9.2689V9.26912V9.26933V9.26955V9.26977V9.26999V9.27021V9.27043V9.27066V9.27088V9.27111V9.27133V9.27156V9.2718V9.27203V9.27226V9.2725V9.27274V9.27299V9.27323V9.27348V9.27373V9.27399V9.27424V9.27451V9.27477V9.27504V9.27531V9.27559V9.27587V9.27615V9.27644V9.27674V9.27704V9.27734V9.27765V9.27796V9.27828V9.2786V9.27893V9.27927V9.27961V9.27995V9.28031V9.28067V9.28103V9.2814V9.28178V9.28217V9.28256V9.28296V9.28336V9.28378V9.2842V9.28462V9.28506V9.2855V9.28596V9.28642V9.28688V9.28736V9.28784V9.28834V9.28884V9.28935V9.28987V9.2904V9.29094V9.29149V9.29205V9.29261V9.29319V9.29378V9.29437V9.29498V9.2956V9.29623V9.29687V9.29752V9.29818V9.29885V9.29954V9.30023V9.30094V9.30166V9.30239V9.30313C16.9061 11.1382 15.4636 12.2985 13.9129 12.2985C12.3621 12.2985 10.9196 11.1382 10.9196 9.30312V9.30308V9.30302V9.30293V9.30281V9.30268V9.30251V9.30233V9.30211V9.30187V9.30161V9.30132V9.30101V9.30068V9.30032V9.29993V9.29952V9.29909V9.29863V9.29815V9.29765V9.29712V9.29656V9.29599V9.29538V9.29476V9.29411V9.29344V9.29274V9.29202V9.29128V9.29052V9.28973V9.28891V9.28808V9.28722V9.28634V9.28544V9.28451V9.28356V9.28259V9.28159V9.28057V9.27953V9.27847V9.27738V9.27628V9.27515V9.27399V9.27282V9.27162V9.2704V9.26916V9.2679V9.26662V9.26531V9.26398V9.26263V9.26126V9.25987V9.25846V9.25702V9.25556V9.25409V9.25259V9.25107V9.24953V9.24796V9.24638V9.24478V9.24315V9.24151V9.23984V9.23815V9.23645V9.23472V9.23297V9.2312V9.22941V9.2276V9.22577V9.22392V9.22205V9.22017V9.21826V9.21633V9.21438V9.21241V9.21042V9.20841V9.20639V9.20434V9.20227V9.20019V9.19808V9.19596V9.19382V9.19166V9.18947V9.18727V9.18506V9.18282V9.18056V9.17829V9.17599V9.17368V9.17135V9.169V9.16664V9.16425V9.16185V9.15942V9.15698V9.15453V9.15205V9.14956V9.14704V9.14452V9.14197V9.1394V9.13682V9.13422V9.1316V9.12897V9.12632V9.12365V9.12096V9.11826V9.11554V9.1128V9.11005V9.10728V9.10449V9.10168V9.09886V9.09602V9.09317V9.0903V9.08741V9.08451V9.08159V9.07865V9.0757V9.07273V9.06974V9.06674V9.06373V9.0607V9.05765V9.05458V9.05151V9.04841V9.0453V9.04217V9.03903V9.03588V9.03271V9.02952V9.02632V9.0231V9.01987V9.01662V9.01336V9.01008V9.00679V9.00349V9.00017V8.99683V8.99348V8.99012V8.98674V8.98335V8.97994V8.97652V8.97309V8.96964V8.96617V8.9627V8.95921V8.9557V8.95219V8.94865V8.94511V8.94155V8.93798V8.93439V8.9308V8.92718V8.92356V8.91992V8.91627V8.91261V8.90893V8.90524V8.90154V8.89782V8.89409V8.89035V8.8866V8.88283V8.87906V8.87527V8.87146V8.86765V8.86382V8.85998V8.85613V8.85227V8.84839V8.84451V8.84061V8.8367V8.83278V8.82884V8.8249V8.82094V8.81698V8.813V8.80901V8.80501V8.801V8.79697V8.79294V8.78889V8.78484V8.78077V8.77669V8.77261V8.76851V8.7644V8.76028V8.75615V8.75201V8.74786V8.7437V8.73953V8.73535V8.73115V8.72695V8.72274V8.71852V8.71429V8.71005V8.7058V8.70154V8.69728V8.693V8.68871V8.68441V8.68011V8.67579V8.67147V8.66714V8.66279V8.65844V8.65408V8.64971V8.64534V8.64095V8.63656V8.63215V8.62774V8.62332V8.6189V8.61446V8.61001V8.60556V8.6011V8.59663V8.59216V8.58767V8.58318V8.57868V8.57417V8.56966V8.56513V8.5606V8.55607V8.55152V8.54697V8.54241V8.53784V8.53327V8.52869V8.5241V8.51951V8.5149V8.5103V8.50568V8.50106V8.49643V8.4918V8.48716V8.48251V8.47786V8.4732V8.46853V8.46386V8.45918V8.45449V8.4498V8.44511V8.44041V8.4357V8.43099V8.42627V8.42154V8.41681V8.41208V8.40734V8.40259V8.39784V8.39308V8.38832V8.38356V8.37879V8.37401V8.36923V8.36444V8.35965V8.35486V8.35006V8.34525V8.34044V8.33563V8.33081V8.32599V8.32117V8.31634V8.3115V8.30667V8.30182V8.29698V8.29213V8.28728V8.28242V8.27756V8.2727V8.26783V8.26296V8.25808V8.25321V8.24833V8.24344V8.23856V8.23367V8.22877V8.22388V8.21898V8.21408V8.20918V8.20427V8.19936V8.19445V8.18953V8.18462V8.1797V8.17478V8.16986V8.16493V8.16V8.15508V8.15014V8.14521V8.14028V8.13534V8.1304V8.12546V8.12052V8.11558V8.11064V8.10569V8.10074V8.0958V8.09085V8.0859V8.08095V8.07599V8.07104V8.06609V8.06113V8.05618V8.05122V8.04627V8.04131V8.03635V8.0314V8.02644V8.02148V8.01652V8.01156V8.00661V8.00165V7.99669V7.99173V7.98677V7.98182V7.97686V7.9719V7.96695V7.96199V7.95704V7.95208V7.94713V7.94218V7.93722V7.93227V7.92732V7.92237V7.91743V7.91248V7.90753V7.90259V7.89765V7.89271V7.88777V7.88283V7.87789V7.87296V7.86802V7.86309V7.85816V7.85324V7.84831V7.84339V7.83847V7.83355V7.82863V7.82372V7.81881V7.8139V7.80899V7.80409V7.79919V7.79429V7.78939V7.7845V7.77961V7.77472V7.76984V7.76496V7.76008V7.75521V7.75034V7.74547V7.7406V7.73574V7.73089V7.72603V7.72118V7.71634V7.7115V7.70666V7.70183V7.697V7.69217V7.68735V7.68253V7.67772V7.67291V7.6681V7.6633V7.65851V7.65372V7.64893V7.64415V7.63937V7.6346V7.62984V7.62507V7.62032V7.61557V7.61082V7.60608V7.60134V7.59661V7.59189V7.58717V7.58246V7.57775V7.57305V7.56835V7.56366V7.55898V7.5543V7.54962V7.54496V7.5403V7.53564V7.531V7.52635V7.52172V7.51709V7.51247V7.50785V7.50324V7.49864V7.49405V7.48946V7.48488V7.4803V7.47574V7.47118V7.46662V7.46208V7.45754V7.45301V7.44849V7.44397V7.43946V7.43496V7.43047ZM9.41959 9.30308V9.30312C9.41959 10.6628 9.95669 11.7733 10.7738 12.5504C9.30147 12.7951 7.96303 13.2169 6.97584 13.8101C6.26577 14.2368 5.8143 15.0393 5.51195 15.8387C5.19905 16.6661 4.99257 17.6357 4.85866 18.5727C4.72777 19.4886 5.31231 20.356 6.2184 20.5696C7.18968 20.7985 8.18168 20.9534 9.15903 21.0513C9.30625 21.066 9.48824 21.0854 9.68865 21.1067L9.68877 21.1068L9.68898 21.1068C10.2834 21.1701 11.0396 21.2506 11.5307 21.2786C11.9442 21.3021 12.2985 20.986 12.3221 20.5724C12.3457 20.1589 12.0295 19.8046 11.616 19.781C11.1654 19.7553 10.4766 19.682 9.89033 19.6196L9.89029 19.6196L9.89015 19.6196C9.67733 19.5969 9.47802 19.5757 9.30852 19.5587C8.38601 19.4663 7.46003 19.3211 6.56248 19.1096C6.41774 19.0755 6.32172 18.9378 6.34357 18.7849C6.46939 17.9045 6.65599 17.0541 6.91497 16.3693C7.18448 15.6567 7.48366 15.2549 7.74846 15.0958C9.07865 14.2964 11.424 13.7984 13.9129 13.7985C16.4017 13.7985 18.747 14.2965 20.0772 15.0958C20.2007 15.17 20.3711 15.3514 20.5574 15.7085C20.7375 16.0536 20.8971 16.494 21.0372 16.9903C21.1498 17.389 21.5642 17.6209 21.9628 17.5083C22.3614 17.3958 22.5933 16.9814 22.4808 16.5827C22.3263 16.0356 22.1336 15.4868 21.8873 15.0147C21.6473 14.5547 21.3173 14.091 20.8498 13.8101C19.8627 13.2169 18.5242 12.7951 17.0519 12.5504C17.869 11.7733 18.4061 10.6628 18.4061 9.30313V9.30239V9.30166V9.30094V9.30023V9.29954V9.29885V9.29818V9.29752V9.29687V9.29623V9.2956V9.29498V9.29437V9.29378V9.29319V9.29261V9.29205V9.29149V9.29094V9.2904V9.28987V9.28935V9.28884V9.28834V9.28784V9.28736V9.28688V9.28642V9.28596V9.2855V9.28506V9.28462V9.2842V9.28378V9.28336V9.28296V9.28256V9.28217V9.28178V9.2814V9.28103V9.28067V9.28031V9.27995V9.27961V9.27927V9.27893V9.2786V9.27828V9.27796V9.27765V9.27734V9.27704V9.27674V9.27644V9.27615V9.27587V9.27559V9.27531V9.27504V9.27477V9.27451V9.27424V9.27399V9.27373V9.27348V9.27323V9.27299V9.27274V9.2725V9.27226V9.27203V9.2718V9.27156V9.27133V9.27111V9.27088V9.27066V9.27043V9.27021V9.26999V9.26977V9.26955V9.26933V9.26912V9.2689V9.26868V9.26846V9.26825V9.26803V9.26781V9.26759V9.26738V9.26716V9.26694V9.26672V9.26649V9.26627V9.26604V9.26582V9.26559V9.26536V9.26513V9.2649V9.26466V9.26442V9.26418V9.26394V9.26369V9.26344V9.26319V9.26294V9.26268V9.26241V9.26215V9.26188V9.26161V9.26133V9.26105V9.26076V9.26047V9.26018V9.25988V9.25958V9.25927V9.25895V9.25863V9.25831V9.25798V9.25764V9.2573V9.25695V9.2566V9.25624V9.25587V9.2555V9.25512V9.25474V9.25434V9.25395V9.25354V9.25312V9.2527V9.25227V9.25184V9.25139V9.25094V9.25048V9.25001V9.24953V9.24905V9.24855V9.24805V9.24754V9.24701V9.24648V9.24594V9.2454V9.24484V9.24427V9.24369V9.2431V9.2425V9.24189V9.24127V9.24064V9.24V9.23935V9.23869V9.23801V9.23733V9.23663V9.23592V9.2352V9.23447V9.23373V9.23297V9.2322V9.23142V9.23063V9.22982V9.229V9.22817V9.22733V9.22647V9.2256V9.22472V9.22382V9.22291V9.22198V9.22104V9.22009V9.21912V9.21814V9.21714V9.21613V9.2151V9.21406V9.213V9.21193V9.21084V9.20974V9.20862V9.20749V9.20634V9.20517V9.20399V9.20279V9.20157V9.20034V9.19909V9.19783V9.19655V9.19525V9.19393V9.19259V9.19124V9.18987V9.18848V9.18708V9.18565V9.18421V9.18275V9.18127V9.17977V9.17826V9.17672V9.17516V9.17359V9.172V9.17038V9.16875V9.1671V9.16543V9.16373V9.16202V9.16029V9.15853V9.15676V9.15497V9.15315V9.15131V9.14946V9.14758V9.14568V9.14375V9.14181V9.13984V9.13786V9.13585V9.13381V9.13176V9.12968V9.12758V9.12546V9.12331V9.12114V9.11895V9.11674V9.1145V9.11224V9.10995V9.10764V9.10531V9.10295V9.10056V9.09816V9.09573V9.09327V9.09079V9.08828V9.08575V9.08319V9.08061V9.078V9.07537V9.07271V9.07003V9.06731V9.06458V9.06181V9.05902V9.05621V9.05336V9.05049V9.04759V9.04467V9.04171V9.03873V9.03573V9.03269V9.02963V9.02654V9.02342V9.02027V9.01709V9.01389V9.01066V9.00739V9.0041V9.00078V8.99743V8.99405V8.99064V8.98721V8.98374V8.98024V8.97671V8.97315V8.96956V8.96594V8.96229V8.95861V8.9549V8.95116V8.94738V8.94358V8.93974V8.93587V8.93197V8.92804V8.92408V8.92008V8.91605V8.91199V8.9079V8.90377V8.89961V8.89542V8.8912V8.88694V8.88265V8.87832V8.87396V8.86957V8.86514V8.86068V8.85619V8.85166V8.8471V8.8425V8.83786V8.8332V8.82849V8.82375V8.81898V8.81417V8.80933V8.80445V8.79953V8.79458V8.78959V8.78456V8.7795V8.77441V8.76927V8.7641V8.75889V8.75365V8.74837V8.74305V8.73769V8.73229V8.72686V8.72139V8.71588V8.71033V8.70475V8.69913V8.69346V8.68776V8.68202V8.67624V8.67043V8.66457V8.65867V8.65273V8.64676V8.64074V8.63469V8.62859V8.62245V8.61628V8.61006V8.6038V8.5975V8.59116V8.58478V8.57836V8.5719V8.56539V8.55885V8.55226V8.54563V8.53896V8.53224V8.52549V8.51869V8.51184V8.50496V8.49803V8.49106V8.48405V8.47699V8.46989V8.46275V8.45556V8.44833V8.44105V8.43374V8.42637V8.41896V8.41151V8.40401V8.39647V8.38889V8.38125V8.37358V8.36585V8.35809V8.35027V8.34241V8.33451V8.32656V8.31856V8.31052V8.30243V8.29429V8.28611V8.27788V8.2696V8.26127V8.2529V8.24448V8.23602V8.2275V8.21894V8.21033V8.20167V8.19297V8.18421V8.17541V8.16656V8.15766V8.14871V8.13971V8.13066V8.12156V8.11242V8.10322V8.09397V8.08468V8.07533V8.06594V8.05649V8.04699V8.03745V8.02785V8.0182V8.0085V7.99875V7.98895V7.97909V7.96919V7.95923V7.94922V7.93916V7.92905V7.91889V7.90867V7.8984V7.88808V7.8777V7.86728V7.8568V7.84626V7.83567V7.82503V7.81434V7.80359V7.79279V7.78193V7.77102V7.76006V7.74904V7.73797V7.72684V7.71566V7.70442V7.69313V7.68178V7.67038V7.65892V7.6474V7.63583V7.62421V7.61252V7.60079V7.58899V7.57714V7.56523V7.55327V7.54125V7.52917V7.51703V7.50484V7.49259V7.48028V7.46791V7.45549V7.44301V7.43047C18.4061 4.66898 16.1905 2.93515 13.9129 2.93515C11.6352 2.93515 9.41959 4.66898 9.41959 7.43047V7.43496V7.43946V7.44397V7.44849V7.45301V7.45754V7.46208V7.46662V7.47118V7.47574V7.4803V7.48488V7.48946V7.49405V7.49864V7.50324V7.50785V7.51247V7.51709V7.52172V7.52635V7.531V7.53564V7.5403V7.54496V7.54962V7.5543V7.55898V7.56366V7.56835V7.57305V7.57775V7.58246V7.58717V7.59189V7.59661V7.60134V7.60608V7.61082V7.61557V7.62032V7.62507V7.62984V7.6346V7.63937V7.64415V7.64893V7.65372V7.65851V7.6633V7.6681V7.67291V7.67772V7.68253V7.68735V7.69217V7.697V7.70183V7.70666V7.7115V7.71634V7.72118V7.72603V7.73089V7.73574V7.7406V7.74547V7.75034V7.75521V7.76008V7.76496V7.76984V7.77472V7.77961V7.7845V7.78939V7.79429V7.79919V7.80409V7.80899V7.8139V7.81881V7.82372V7.82863V7.83355V7.83847V7.84339V7.84831V7.85324V7.85816V7.86309V7.86802V7.87296V7.87789V7.88283V7.88777V7.89271V7.89765V7.90259V7.90753V7.91248V7.91743V7.92237V7.92732V7.93227V7.93722V7.94218V7.94713V7.95208V7.95704V7.96199V7.96695V7.9719V7.97686V7.98182V7.98677V7.99173V7.99669V8.00165V8.00661V8.01156V8.01652V8.02148V8.02644V8.0314V8.03635V8.04131V8.04627V8.05122V8.05618V8.06113V8.06609V8.07104V8.07599V8.08095V8.0859V8.09085V8.0958V8.10074V8.10569V8.11064V8.11558V8.12052V8.12546V8.1304V8.13534V8.14028V8.14521V8.15014V8.15508V8.16V8.16493V8.16986V8.17478V8.1797V8.18462V8.18953V8.19445V8.19936V8.20427V8.20918V8.21408V8.21898V8.22388V8.22877V8.23367V8.23856V8.24344V8.24833V8.25321V8.25808V8.26296V8.26783V8.2727V8.27756V8.28242V8.28728V8.29213V8.29698V8.30182V8.30667V8.3115V8.31634V8.32117V8.32599V8.33081V8.33563V8.34044V8.34525V8.35006V8.35486V8.35965V8.36444V8.36923V8.37401V8.37879V8.38356V8.38832V8.39308V8.39784V8.40259V8.40734V8.41208V8.41681V8.42154V8.42627V8.43099V8.4357V8.44041V8.44511V8.4498V8.45449V8.45918V8.46386V8.46853V8.4732V8.47786V8.48251V8.48716V8.4918V8.49643V8.50106V8.50568V8.5103V8.5149V8.51951V8.5241V8.52869V8.53327V8.53784V8.54241V8.54697V8.55152V8.55607V8.5606V8.56513V8.56966V8.57417V8.57868V8.58318V8.58767V8.59216V8.59663V8.6011V8.60556V8.61001V8.61446V8.6189V8.62332V8.62774V8.63215V8.63656V8.64095V8.64534V8.64971V8.65408V8.65844V8.66279V8.66714V8.67147V8.67579V8.68011V8.68441V8.68871V8.693V8.69728V8.70154V8.7058V8.71005V8.71429V8.71852V8.72274V8.72695V8.73115V8.73535V8.73953V8.7437V8.74786V8.75201V8.75615V8.76028V8.7644V8.76851V8.77261V8.77669V8.78077V8.78484V8.78889V8.79294V8.79697V8.801V8.80501V8.80901V8.813V8.81698V8.82094V8.8249V8.82884V8.83278V8.8367V8.84061V8.84451V8.84839V8.85227V8.85613V8.85998V8.86382V8.86765V8.87146V8.87527V8.87906V8.88283V8.8866V8.89035V8.89409V8.89782V8.90154V8.90524V8.90893V8.91261V8.91627V8.91992V8.92356V8.92718V8.9308V8.93439V8.93798V8.94155V8.94511V8.94865V8.95219V8.9557V8.95921V8.9627V8.96617V8.96964V8.97309V8.97652V8.97994V8.98335V8.98674V8.99012V8.99348V8.99683V9.00017V9.00349V9.00679V9.01008V9.01336V9.01662V9.01987V9.0231V9.02632V9.02952V9.03271V9.03588V9.03903V9.04217V9.0453V9.04841V9.05151V9.05458V9.05765V9.0607V9.06373V9.06674V9.06974V9.07273V9.0757V9.07865V9.08159V9.08451V9.08741V9.0903V9.09317V9.09602V9.09886V9.10168V9.10449V9.10728V9.11005V9.1128V9.11554V9.11826V9.12096V9.12365V9.12632V9.12897V9.1316V9.13422V9.13682V9.1394V9.14197V9.14452V9.14704V9.14956V9.15205V9.15453V9.15698V9.15942V9.16185V9.16425V9.16664V9.169V9.17135V9.17368V9.17599V9.17829V9.18056V9.18282V9.18506V9.18727V9.18947V9.19166V9.19382V9.19596V9.19808V9.20019V9.20227V9.20434V9.20639V9.20841V9.21042V9.21241V9.21438V9.21633V9.21826V9.22017V9.22205V9.22392V9.22577V9.2276V9.22941V9.2312V9.23297V9.23472V9.23645V9.23815V9.23984V9.24151V9.24315V9.24478V9.24638V9.24796V9.24953V9.25107V9.25259V9.25409V9.25556V9.25702V9.25846V9.25987V9.26126V9.26263V9.26398V9.26531V9.26662V9.2679V9.26916V9.2704V9.27162V9.27282V9.27399V9.27515V9.27628V9.27738V9.27847V9.27953V9.28057V9.28159V9.28259V9.28356V9.28451V9.28544V9.28634V9.28722V9.28808V9.28891V9.28973V9.29052V9.29128V9.29202V9.29274V9.29344V9.29411V9.29476V9.29538V9.29599V9.29656V9.29712V9.29765V9.29815V9.29863V9.29909V9.29952V9.29993V9.30032V9.30068V9.30101V9.30132V9.30161V9.30187V9.30211V9.30233V9.30251V9.30268V9.30281V9.30293V9.30302V9.30308ZM19.9332 18.1278C19.6403 18.4207 19.6403 18.8956 19.9332 19.1885L20.5245 19.7798H14.8487C14.4344 19.7798 14.0987 20.1156 14.0987 20.5298C14.0987 20.944 14.4344 21.2798 14.8487 21.2798H20.5245L19.9332 21.8711C19.6403 22.164 19.6403 22.6389 19.9332 22.9317C20.2261 23.2246 20.701 23.2246 20.9939 22.9317L22.8655 21.0601C23.0061 20.9195 23.0852 20.7287 23.0852 20.5298C23.0852 20.3309 23.0061 20.1401 22.8655 19.9995L20.9939 18.1278C20.701 17.8349 20.2261 17.8349 19.9332 18.1278Z",
|
|
9525
|
+
fill: color
|
|
9526
|
+
}));
|
|
9527
|
+
};
|
|
9528
|
+
|
|
9529
|
+
AssignGroup.propTypes = {
|
|
9530
|
+
color: PropTypes.string,
|
|
9531
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9532
|
+
};
|
|
9533
|
+
AssignGroup.defaultProps = {
|
|
9534
|
+
color: 'currentColor',
|
|
9535
|
+
size: '24'
|
|
9536
|
+
};
|
|
9537
|
+
|
|
9538
|
+
const _excluded$4m = ["color", "size"];
|
|
9475
9539
|
|
|
9476
9540
|
const Create = props => {
|
|
9477
9541
|
const {
|
|
9478
9542
|
color,
|
|
9479
9543
|
size
|
|
9480
9544
|
} = props,
|
|
9481
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9545
|
+
otherProps = _objectWithoutProperties(props, _excluded$4m);
|
|
9482
9546
|
|
|
9483
9547
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9484
9548
|
width: size,
|
|
@@ -9505,14 +9569,14 @@ Create.defaultProps = {
|
|
|
9505
9569
|
size: '24'
|
|
9506
9570
|
};
|
|
9507
9571
|
|
|
9508
|
-
const _excluded$
|
|
9572
|
+
const _excluded$4n = ["color", "size"];
|
|
9509
9573
|
|
|
9510
9574
|
const GtCheckbox = props => {
|
|
9511
9575
|
const {
|
|
9512
9576
|
color,
|
|
9513
9577
|
size
|
|
9514
9578
|
} = props,
|
|
9515
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9579
|
+
otherProps = _objectWithoutProperties(props, _excluded$4n);
|
|
9516
9580
|
|
|
9517
9581
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9518
9582
|
width: size,
|
|
@@ -9539,14 +9603,14 @@ GtCheckbox.defaultProps = {
|
|
|
9539
9603
|
size: '24'
|
|
9540
9604
|
};
|
|
9541
9605
|
|
|
9542
|
-
const _excluded$
|
|
9606
|
+
const _excluded$4o = ["color", "size"];
|
|
9543
9607
|
|
|
9544
9608
|
const GtFbComment = props => {
|
|
9545
9609
|
const {
|
|
9546
9610
|
color,
|
|
9547
9611
|
size
|
|
9548
9612
|
} = props,
|
|
9549
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9613
|
+
otherProps = _objectWithoutProperties(props, _excluded$4o);
|
|
9550
9614
|
|
|
9551
9615
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9552
9616
|
width: size,
|
|
@@ -9570,14 +9634,14 @@ GtFbComment.defaultProps = {
|
|
|
9570
9634
|
size: '24'
|
|
9571
9635
|
};
|
|
9572
9636
|
|
|
9573
|
-
const _excluded$
|
|
9637
|
+
const _excluded$4p = ["color", "size"];
|
|
9574
9638
|
|
|
9575
9639
|
const GtAdsJson = props => {
|
|
9576
9640
|
const {
|
|
9577
9641
|
color,
|
|
9578
9642
|
size
|
|
9579
9643
|
} = props,
|
|
9580
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9644
|
+
otherProps = _objectWithoutProperties(props, _excluded$4p);
|
|
9581
9645
|
|
|
9582
9646
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9583
9647
|
width: size,
|
|
@@ -9610,14 +9674,14 @@ GtAdsJson.defaultProps = {
|
|
|
9610
9674
|
size: '24'
|
|
9611
9675
|
};
|
|
9612
9676
|
|
|
9613
|
-
const _excluded$
|
|
9677
|
+
const _excluded$4q = ["color", "size"];
|
|
9614
9678
|
|
|
9615
9679
|
const GtFbCode = props => {
|
|
9616
9680
|
const {
|
|
9617
9681
|
color,
|
|
9618
9682
|
size
|
|
9619
9683
|
} = props,
|
|
9620
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9684
|
+
otherProps = _objectWithoutProperties(props, _excluded$4q);
|
|
9621
9685
|
|
|
9622
9686
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9623
9687
|
width: size,
|
|
@@ -9646,14 +9710,14 @@ GtFbCode.defaultProps = {
|
|
|
9646
9710
|
size: '24'
|
|
9647
9711
|
};
|
|
9648
9712
|
|
|
9649
|
-
const _excluded$
|
|
9713
|
+
const _excluded$4r = ["color", "size"];
|
|
9650
9714
|
|
|
9651
9715
|
const GtRef = props => {
|
|
9652
9716
|
const {
|
|
9653
9717
|
color,
|
|
9654
9718
|
size
|
|
9655
9719
|
} = props,
|
|
9656
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9720
|
+
otherProps = _objectWithoutProperties(props, _excluded$4r);
|
|
9657
9721
|
|
|
9658
9722
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9659
9723
|
width: size,
|
|
@@ -9677,14 +9741,14 @@ GtRef.defaultProps = {
|
|
|
9677
9741
|
size: '24'
|
|
9678
9742
|
};
|
|
9679
9743
|
|
|
9680
|
-
const _excluded$
|
|
9744
|
+
const _excluded$4s = ["color", "size"];
|
|
9681
9745
|
|
|
9682
9746
|
const GtCustomerChat = props => {
|
|
9683
9747
|
const {
|
|
9684
9748
|
color,
|
|
9685
9749
|
size
|
|
9686
9750
|
} = props,
|
|
9687
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9751
|
+
otherProps = _objectWithoutProperties(props, _excluded$4s);
|
|
9688
9752
|
|
|
9689
9753
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9690
9754
|
width: size,
|
|
@@ -9713,14 +9777,14 @@ GtCustomerChat.defaultProps = {
|
|
|
9713
9777
|
size: '24'
|
|
9714
9778
|
};
|
|
9715
9779
|
|
|
9716
|
-
const _excluded$
|
|
9780
|
+
const _excluded$4t = ["color", "size"];
|
|
9717
9781
|
|
|
9718
9782
|
const GtTakeover = props => {
|
|
9719
9783
|
const {
|
|
9720
9784
|
color,
|
|
9721
9785
|
size
|
|
9722
9786
|
} = props,
|
|
9723
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9787
|
+
otherProps = _objectWithoutProperties(props, _excluded$4t);
|
|
9724
9788
|
|
|
9725
9789
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9726
9790
|
width: size,
|
|
@@ -9778,14 +9842,14 @@ GtTakeover.defaultProps = {
|
|
|
9778
9842
|
size: '24'
|
|
9779
9843
|
};
|
|
9780
9844
|
|
|
9781
|
-
const _excluded$
|
|
9845
|
+
const _excluded$4u = ["color", "size"];
|
|
9782
9846
|
|
|
9783
9847
|
const FlowPlaceholder = props => {
|
|
9784
9848
|
const {
|
|
9785
9849
|
color,
|
|
9786
9850
|
size
|
|
9787
9851
|
} = props,
|
|
9788
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9852
|
+
otherProps = _objectWithoutProperties(props, _excluded$4u);
|
|
9789
9853
|
|
|
9790
9854
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9791
9855
|
width: size,
|
|
@@ -9864,14 +9928,14 @@ FlowPlaceholder.defaultProps = {
|
|
|
9864
9928
|
size: '24'
|
|
9865
9929
|
};
|
|
9866
9930
|
|
|
9867
|
-
const _excluded$
|
|
9931
|
+
const _excluded$4v = ["color", "size"];
|
|
9868
9932
|
|
|
9869
9933
|
const AddStep = props => {
|
|
9870
9934
|
const {
|
|
9871
9935
|
color,
|
|
9872
9936
|
size
|
|
9873
9937
|
} = props,
|
|
9874
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9938
|
+
otherProps = _objectWithoutProperties(props, _excluded$4v);
|
|
9875
9939
|
|
|
9876
9940
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9877
9941
|
width: size,
|
|
@@ -9907,14 +9971,14 @@ AddStep.defaultProps = {
|
|
|
9907
9971
|
size: '24'
|
|
9908
9972
|
};
|
|
9909
9973
|
|
|
9910
|
-
const _excluded$
|
|
9974
|
+
const _excluded$4w = ["color", "size"];
|
|
9911
9975
|
|
|
9912
9976
|
const Stats = props => {
|
|
9913
9977
|
const {
|
|
9914
9978
|
color,
|
|
9915
9979
|
size
|
|
9916
9980
|
} = props,
|
|
9917
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9981
|
+
otherProps = _objectWithoutProperties(props, _excluded$4w);
|
|
9918
9982
|
|
|
9919
9983
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9920
9984
|
width: size,
|
|
@@ -9954,14 +10018,14 @@ Stats.defaultProps = {
|
|
|
9954
10018
|
size: '24'
|
|
9955
10019
|
};
|
|
9956
10020
|
|
|
9957
|
-
const _excluded$
|
|
10021
|
+
const _excluded$4x = ["color", "size"];
|
|
9958
10022
|
|
|
9959
10023
|
const Coursor = props => {
|
|
9960
10024
|
const {
|
|
9961
10025
|
color,
|
|
9962
10026
|
size
|
|
9963
10027
|
} = props,
|
|
9964
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10028
|
+
otherProps = _objectWithoutProperties(props, _excluded$4x);
|
|
9965
10029
|
|
|
9966
10030
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9967
10031
|
width: size,
|
|
@@ -9985,14 +10049,14 @@ Coursor.defaultProps = {
|
|
|
9985
10049
|
size: '24'
|
|
9986
10050
|
};
|
|
9987
10051
|
|
|
9988
|
-
const _excluded$
|
|
10052
|
+
const _excluded$4y = ["color", "size"];
|
|
9989
10053
|
|
|
9990
10054
|
const CoursorFullcolor = props => {
|
|
9991
10055
|
const {
|
|
9992
10056
|
color,
|
|
9993
10057
|
size
|
|
9994
10058
|
} = props,
|
|
9995
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10059
|
+
otherProps = _objectWithoutProperties(props, _excluded$4y);
|
|
9996
10060
|
|
|
9997
10061
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9998
10062
|
width: size,
|
|
@@ -10077,6 +10141,7 @@ exports.ArrowLeft = ArrowLeft;
|
|
|
10077
10141
|
exports.ArrowRight = ArrowRight;
|
|
10078
10142
|
exports.ArrowUp = ArrowUp;
|
|
10079
10143
|
exports.Assign = Assign;
|
|
10144
|
+
exports.AssignGroup = AssignGroup;
|
|
10080
10145
|
exports.Attach = Attach;
|
|
10081
10146
|
exports.Attention = Attention;
|
|
10082
10147
|
exports.Audience = Audience;
|
|
@@ -10260,6 +10325,7 @@ exports.Pin = Pin;
|
|
|
10260
10325
|
exports.Play = Play;
|
|
10261
10326
|
exports.Plus = Plus;
|
|
10262
10327
|
exports.Popular = Popular;
|
|
10328
|
+
exports.PopularFilled = PopularFilled;
|
|
10263
10329
|
exports.Protect = Protect;
|
|
10264
10330
|
exports.PublicChangelog = PublicChangelog;
|
|
10265
10331
|
exports.Publish = Publish;
|