@loomhq/lens 11.3.0 → 11.5.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/components/icon/available-icons/create-ticket.d.ts +2 -0
- package/dist/components/icon/available-icons/index.d.ts +4 -0
- package/dist/components/icon/available-icons/numbered-list.d.ts +2 -0
- package/dist/components/icon/available-icons/write-document.d.ts +2 -0
- package/dist/components/icon/available-icons/write-message.d.ts +2 -0
- package/dist/icons/create-ticket.d.ts +2 -0
- package/dist/icons/create-ticket.js +26 -0
- package/dist/icons/index.d.ts +4 -0
- package/dist/icons/index.js +838 -712
- package/dist/icons/numbered-list.d.ts +2 -0
- package/dist/icons/numbered-list.js +48 -0
- package/dist/icons/write-document.d.ts +2 -0
- package/dist/icons/write-document.js +24 -0
- package/dist/icons/write-message.d.ts +2 -0
- package/dist/icons/write-message.js +32 -0
- package/package.json +1 -1
package/dist/icons/index.js
CHANGED
|
@@ -1536,10 +1536,34 @@ var SvgCreate = (props) => /* @__PURE__ */ React69.createElement("svg", __spread
|
|
|
1536
1536
|
}
|
|
1537
1537
|
));
|
|
1538
1538
|
|
|
1539
|
-
// src/components/icon/available-icons/
|
|
1539
|
+
// src/components/icon/available-icons/create-ticket.tsx
|
|
1540
1540
|
import * as React70 from "react";
|
|
1541
|
+
function SvgCreateTicket() {
|
|
1542
|
+
return /* @__PURE__ */ React70.createElement("svg", { viewBox: "0 0 24 24", fill: "none" }, /* @__PURE__ */ React70.createElement(
|
|
1543
|
+
"path",
|
|
1544
|
+
{
|
|
1545
|
+
d: "M19.9131 5.90222C19.9131 5.34994 19.4654 4.90222 18.9131 4.90222C18.3608 4.90222 17.9131 5.34994 17.9131 5.90222V7.40222L16.4131 7.40222C15.8608 7.40222 15.4131 7.84994 15.4131 8.40222C15.4131 8.95451 15.8608 9.40222 16.4131 9.40222H17.9131V10.9022C17.9131 11.4545 18.3608 11.9022 18.9131 11.9022C19.4654 11.9022 19.9131 11.4545 19.9131 10.9022V9.40222H21.4131C21.9654 9.40222 22.4131 8.95451 22.4131 8.40222C22.4131 7.84994 21.9654 7.40222 21.4131 7.40222L19.9131 7.40222V5.90222Z",
|
|
1546
|
+
fill: "currentColor"
|
|
1547
|
+
}
|
|
1548
|
+
), /* @__PURE__ */ React70.createElement(
|
|
1549
|
+
"path",
|
|
1550
|
+
{
|
|
1551
|
+
d: "M7.41309 6.92389H4.43481C3.88253 6.92389 3.43481 7.3716 3.43481 7.92389V8.09207C5.18431 8.53715 6.47829 10.1229 6.47829 12.0109C6.47829 13.899 5.18431 15.4847 3.43481 15.9298V16.0978C3.43481 16.6501 3.88253 17.0978 4.43481 17.0978H7.41309V16.5761C7.41309 16.0238 7.8608 15.5761 8.41309 15.5761C8.96537 15.5761 9.41309 16.0238 9.41309 16.5761V17.0978H19.5652C20.1175 17.0978 20.5652 16.6501 20.5652 16.0978V13.0544C20.5652 12.5021 21.013 12.0544 21.5652 12.0544C22.1175 12.0544 22.5652 12.5021 22.5652 13.0544V16.0978C22.5652 17.7547 21.2221 19.0978 19.5652 19.0978H4.43481C2.77796 19.0978 1.43481 17.7547 1.43481 16.0978V15.0544C1.43481 14.5021 1.88253 14.0544 2.43481 14.0544C3.5634 14.0544 4.47829 13.1395 4.47829 12.0109C4.47829 10.8824 3.5634 9.96746 2.43481 9.96746C1.88253 9.96746 1.43481 9.51975 1.43481 8.96746V7.92389C1.43481 6.26703 2.77796 4.92389 4.43481 4.92389H14.4348C14.9871 4.92389 15.4348 5.3716 15.4348 5.92389C15.4348 6.47617 14.9871 6.92389 14.4348 6.92389H9.41309V7.44563C9.41309 7.99791 8.96537 8.44563 8.41309 8.44563C7.8608 8.44563 7.41309 7.99791 7.41309 7.44563V6.92389Z",
|
|
1552
|
+
fill: "currentColor"
|
|
1553
|
+
}
|
|
1554
|
+
), /* @__PURE__ */ React70.createElement(
|
|
1555
|
+
"path",
|
|
1556
|
+
{
|
|
1557
|
+
d: "M9.41309 10.4891C9.41309 9.93682 8.96537 9.48911 8.41309 9.48911C7.8608 9.48911 7.41309 9.93682 7.41309 10.4891V13.5326C7.41309 14.0849 7.8608 14.5326 8.41309 14.5326C8.96537 14.5326 9.41309 14.0849 9.41309 13.5326V10.4891Z",
|
|
1558
|
+
fill: "currentColor"
|
|
1559
|
+
}
|
|
1560
|
+
));
|
|
1561
|
+
}
|
|
1562
|
+
|
|
1563
|
+
// src/components/icon/available-icons/crop169-expanded.tsx
|
|
1564
|
+
import * as React71 from "react";
|
|
1541
1565
|
function SvgCrop169Expanded(props) {
|
|
1542
|
-
return /* @__PURE__ */
|
|
1566
|
+
return /* @__PURE__ */ React71.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React71.createElement(
|
|
1543
1567
|
"path",
|
|
1544
1568
|
{
|
|
1545
1569
|
fillRule: "evenodd",
|
|
@@ -1551,8 +1575,8 @@ function SvgCrop169Expanded(props) {
|
|
|
1551
1575
|
}
|
|
1552
1576
|
|
|
1553
1577
|
// src/components/icon/available-icons/cut.tsx
|
|
1554
|
-
import
|
|
1555
|
-
var SvgCut = (props) => /* @__PURE__ */
|
|
1578
|
+
import React72 from "react";
|
|
1579
|
+
var SvgCut = (props) => /* @__PURE__ */ React72.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React72.createElement(
|
|
1556
1580
|
"path",
|
|
1557
1581
|
{
|
|
1558
1582
|
fillRule: "evenodd",
|
|
@@ -1563,8 +1587,8 @@ var SvgCut = (props) => /* @__PURE__ */ React71.createElement("svg", __spreadVal
|
|
|
1563
1587
|
));
|
|
1564
1588
|
|
|
1565
1589
|
// src/components/icon/available-icons/delete.tsx
|
|
1566
|
-
import
|
|
1567
|
-
var SvgDelete = (props) => /* @__PURE__ */
|
|
1590
|
+
import React73 from "react";
|
|
1591
|
+
var SvgDelete = (props) => /* @__PURE__ */ React73.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React73.createElement(
|
|
1568
1592
|
"path",
|
|
1569
1593
|
{
|
|
1570
1594
|
fillRule: "evenodd",
|
|
@@ -1575,8 +1599,8 @@ var SvgDelete = (props) => /* @__PURE__ */ React72.createElement("svg", __spread
|
|
|
1575
1599
|
));
|
|
1576
1600
|
|
|
1577
1601
|
// src/components/icon/available-icons/delete-forever.tsx
|
|
1578
|
-
import
|
|
1579
|
-
var SvgDeleteForever = (props) => /* @__PURE__ */
|
|
1602
|
+
import React74 from "react";
|
|
1603
|
+
var SvgDeleteForever = (props) => /* @__PURE__ */ React74.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React74.createElement(
|
|
1580
1604
|
"path",
|
|
1581
1605
|
{
|
|
1582
1606
|
fillRule: "evenodd",
|
|
@@ -1587,9 +1611,9 @@ var SvgDeleteForever = (props) => /* @__PURE__ */ React73.createElement("svg", _
|
|
|
1587
1611
|
));
|
|
1588
1612
|
|
|
1589
1613
|
// src/components/icon/available-icons/desktop-mac.tsx
|
|
1590
|
-
import * as
|
|
1614
|
+
import * as React75 from "react";
|
|
1591
1615
|
function SvgDesktopMac(props) {
|
|
1592
|
-
return /* @__PURE__ */
|
|
1616
|
+
return /* @__PURE__ */ React75.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React75.createElement(
|
|
1593
1617
|
"path",
|
|
1594
1618
|
{
|
|
1595
1619
|
fillRule: "evenodd",
|
|
@@ -1597,7 +1621,7 @@ function SvgDesktopMac(props) {
|
|
|
1597
1621
|
d: "M9.589 16.104a1 1 0 01.868-.504h3.086a1 1 0 01.868.504l2.057 3.6A1 1 0 0115.6 21.2H8.4a1 1 0 01-.868-1.496l2.057-3.6zm1.448 1.496l-.914 1.6h3.754l-.915-1.6h-1.925z",
|
|
1598
1622
|
fill: "currentColor"
|
|
1599
1623
|
}
|
|
1600
|
-
), /* @__PURE__ */
|
|
1624
|
+
), /* @__PURE__ */ React75.createElement(
|
|
1601
1625
|
"path",
|
|
1602
1626
|
{
|
|
1603
1627
|
fillRule: "evenodd",
|
|
@@ -1605,7 +1629,7 @@ function SvgDesktopMac(props) {
|
|
|
1605
1629
|
d: "M2 6a3 3 0 013-3h14a3 3 0 013 3v8.6a3 3 0 01-3 3H5a3 3 0 01-3-3V6zm3-1a1 1 0 00-1 1v8.6a1 1 0 001 1h14a1 1 0 001-1V6a1 1 0 00-1-1H5z",
|
|
1606
1630
|
fill: "currentColor"
|
|
1607
1631
|
}
|
|
1608
|
-
), /* @__PURE__ */
|
|
1632
|
+
), /* @__PURE__ */ React75.createElement(
|
|
1609
1633
|
"path",
|
|
1610
1634
|
{
|
|
1611
1635
|
fillRule: "evenodd",
|
|
@@ -1617,15 +1641,15 @@ function SvgDesktopMac(props) {
|
|
|
1617
1641
|
}
|
|
1618
1642
|
|
|
1619
1643
|
// src/components/icon/available-icons/domain.tsx
|
|
1620
|
-
import * as
|
|
1644
|
+
import * as React76 from "react";
|
|
1621
1645
|
function SvgDomain(props) {
|
|
1622
|
-
return /* @__PURE__ */
|
|
1646
|
+
return /* @__PURE__ */ React76.createElement("svg", __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React76.createElement(
|
|
1623
1647
|
"path",
|
|
1624
1648
|
{
|
|
1625
1649
|
d: "M21.62 10.26a3 3 0 00-2.12-.88h-4V5.62a3 3 0 00-4.34-2.68l-8 4A3 3 0 002 8a3 3 0 00-.5 1.62v8.76a3 3 0 00.88 2.13 3 3 0 002.12.87h15a3 3 0 002.12-.87 3 3 0 00.88-2.13v-6a3 3 0 00-.88-2.12zM4.5 19.38a1 1 0 01-.71-.29 1 1 0 01-.29-.71V9.62a1 1 0 01.15-.53 1.06 1.06 0 01.4-.36l8-4a1 1 0 01.5-.11 1 1 0 01.48.15 1 1 0 01.34.36 1 1 0 01.13.49v12.76a1 1 0 01-.29.71 1 1 0 01-.71.29zm16-1a1 1 0 01-.29.71 1 1 0 01-.71.29h-4v-8h4a1 1 0 011 1z",
|
|
1626
1650
|
fill: "currentColor"
|
|
1627
1651
|
}
|
|
1628
|
-
), /* @__PURE__ */
|
|
1652
|
+
), /* @__PURE__ */ React76.createElement(
|
|
1629
1653
|
"path",
|
|
1630
1654
|
{
|
|
1631
1655
|
d: "M6.5 14.38a1 1 0 00-1 1 1 1 0 00.29.71 1 1 0 001.42 0 1 1 0 00.29-.71 1 1 0 00-1-1zM6.5 10.38a1 1 0 00-1 1 1 1 0 00.29.71 1 1 0 001.42 0 1 1 0 00.29-.71 1 1 0 00-1-1zM10.5 10.38a1 1 0 00-1 1 1 1 0 00.29.71 1 1 0 001.42 0 1 1 0 00.29-.71 1 1 0 00-1-1zM10.5 14.38a1 1 0 00-1 1 1 1 0 00.29.71 1 1 0 001.42 0 1 1 0 00.29-.71 1 1 0 00-1-1z",
|
|
@@ -1635,9 +1659,9 @@ function SvgDomain(props) {
|
|
|
1635
1659
|
}
|
|
1636
1660
|
|
|
1637
1661
|
// src/components/icon/available-icons/download.tsx
|
|
1638
|
-
import * as
|
|
1662
|
+
import * as React77 from "react";
|
|
1639
1663
|
function SvgDownload(props) {
|
|
1640
|
-
return /* @__PURE__ */
|
|
1664
|
+
return /* @__PURE__ */ React77.createElement("svg", __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React77.createElement(
|
|
1641
1665
|
"path",
|
|
1642
1666
|
{
|
|
1643
1667
|
d: "M18.22 21H5.78A2.77 2.77 0 013 18.22v-3.55a1 1 0 012 0v3.55a.76.76 0 00.23.55.75.75 0 00.55.23h12.44a.79.79 0 00.78-.78v-3.55a1 1 0 012 0v3.55A2.77 2.77 0 0118.22 21zM12 15.67a1 1 0 01-.35-.08.83.83 0 01-.34-.22l-4.46-4.44a1 1 0 01-.29-.71 1 1 0 01.29-.7 1 1 0 011.41 0L11 12.25V4a1 1 0 012 0v8.25l2.74-2.73a1 1 0 011.41 0 1 1 0 01.29.7 1 1 0 01-.29.71l-4.44 4.44a1 1 0 01-.33.22 1.05 1.05 0 01-.36.08z",
|
|
@@ -1647,9 +1671,9 @@ function SvgDownload(props) {
|
|
|
1647
1671
|
}
|
|
1648
1672
|
|
|
1649
1673
|
// src/components/icon/available-icons/edge-logo.tsx
|
|
1650
|
-
import * as
|
|
1674
|
+
import * as React78 from "react";
|
|
1651
1675
|
function SvgEdgeLogo(props) {
|
|
1652
|
-
return /* @__PURE__ */
|
|
1676
|
+
return /* @__PURE__ */ React78.createElement(
|
|
1653
1677
|
"svg",
|
|
1654
1678
|
__spreadValues({
|
|
1655
1679
|
width: "96",
|
|
@@ -1658,46 +1682,46 @@ function SvgEdgeLogo(props) {
|
|
|
1658
1682
|
fill: "none",
|
|
1659
1683
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1660
1684
|
}, props),
|
|
1661
|
-
/* @__PURE__ */
|
|
1685
|
+
/* @__PURE__ */ React78.createElement("g", { clipPath: "url(#clip0_2_3904)" }, /* @__PURE__ */ React78.createElement(
|
|
1662
1686
|
"path",
|
|
1663
1687
|
{
|
|
1664
1688
|
d: "M86.6625 71.8734C85.3752 72.5424 84.0476 73.131 82.6875 73.6359C78.3808 75.2389 73.8203 76.0519 69.225 76.0359C51.4875 76.0359 36.0375 63.8484 36.0375 48.1734C36.0606 46.0745 36.6425 44.0196 37.7234 42.2202C38.8044 40.4208 40.3452 38.942 42.1875 37.9359C26.1375 38.6109 22.0125 55.3359 22.0125 65.1234C22.0125 92.8734 47.55 95.6484 53.0625 95.6484C56.025 95.6484 60.4875 94.7859 63.1875 93.9234L63.675 93.7734C74.0077 90.2026 82.8163 83.2192 88.65 73.9734C88.8195 73.6925 88.8923 73.3637 88.8571 73.0375C88.8219 72.7113 88.6808 72.4056 88.4552 72.1673C88.2297 71.9289 87.9322 71.7712 87.6084 71.7181C87.2846 71.665 86.9523 71.7196 86.6625 71.8734Z",
|
|
1665
1689
|
fill: "url(#paint0_linear_2_3904)"
|
|
1666
1690
|
}
|
|
1667
|
-
), /* @__PURE__ */
|
|
1691
|
+
), /* @__PURE__ */ React78.createElement(
|
|
1668
1692
|
"path",
|
|
1669
1693
|
{
|
|
1670
1694
|
opacity: "0.35",
|
|
1671
1695
|
d: "M86.6625 71.8734C85.3752 72.5424 84.0476 73.131 82.6875 73.6359C78.3808 75.2389 73.8203 76.0519 69.225 76.0359C51.4875 76.0359 36.0375 63.8484 36.0375 48.1734C36.0606 46.0745 36.6425 44.0196 37.7234 42.2202C38.8044 40.4208 40.3452 38.942 42.1875 37.9359C26.1375 38.6109 22.0125 55.3359 22.0125 65.1234C22.0125 92.8734 47.55 95.6484 53.0625 95.6484C56.025 95.6484 60.4875 94.7859 63.1875 93.9234L63.675 93.7734C74.0077 90.2026 82.8163 83.2192 88.65 73.9734C88.8195 73.6925 88.8923 73.3637 88.8571 73.0375C88.8219 72.7113 88.6808 72.4056 88.4552 72.1673C88.2297 71.9289 87.9322 71.7712 87.6084 71.7181C87.2846 71.665 86.9523 71.7196 86.6625 71.8734Z",
|
|
1672
1696
|
fill: "url(#paint1_radial_2_3904)"
|
|
1673
1697
|
}
|
|
1674
|
-
), /* @__PURE__ */
|
|
1698
|
+
), /* @__PURE__ */ React78.createElement(
|
|
1675
1699
|
"path",
|
|
1676
1700
|
{
|
|
1677
1701
|
d: "M39.6375 90.9234C36.2996 88.8502 33.4062 86.1353 31.125 82.9359C28.52 79.3703 26.7269 75.2779 25.8714 70.9458C25.016 66.6137 25.119 62.1469 26.1731 57.8588C27.2273 53.5707 29.2071 49.5653 31.9736 46.1235C34.7401 42.6818 38.2263 39.8872 42.1875 37.9359C43.3875 37.3734 45.375 36.3984 48.0375 36.4359C49.911 36.4504 51.7558 36.898 53.4277 37.7437C55.0996 38.5894 56.5532 39.8102 57.675 41.3109C59.1838 43.34 60.0109 45.7949 60.0375 48.3234C60.0375 48.2484 69.225 18.4734 30.0375 18.4734C13.575 18.4734 0.0374987 34.0734 0.0374987 47.7984C-0.0279818 55.0485 1.52204 62.2221 4.575 68.7984C9.57477 79.4447 18.3095 87.8848 29.1211 92.5163C39.9327 97.1479 52.0686 97.6486 63.225 93.9234C59.3164 95.1578 55.1864 95.5289 51.1204 95.0109C47.0543 94.493 43.1493 93.0983 39.675 90.9234H39.6375Z",
|
|
1678
1702
|
fill: "url(#paint2_linear_2_3904)"
|
|
1679
1703
|
}
|
|
1680
|
-
), /* @__PURE__ */
|
|
1704
|
+
), /* @__PURE__ */ React78.createElement(
|
|
1681
1705
|
"path",
|
|
1682
1706
|
{
|
|
1683
1707
|
opacity: "0.41",
|
|
1684
1708
|
d: "M39.6375 90.9234C36.2996 88.8502 33.4062 86.1353 31.125 82.9359C28.52 79.3703 26.7269 75.2779 25.8714 70.9458C25.016 66.6137 25.119 62.1469 26.1731 57.8588C27.2273 53.5707 29.2071 49.5653 31.9736 46.1235C34.7401 42.6818 38.2263 39.8872 42.1875 37.9359C43.3875 37.3734 45.375 36.3984 48.0375 36.4359C49.911 36.4504 51.7558 36.898 53.4277 37.7437C55.0996 38.5894 56.5532 39.8102 57.675 41.3109C59.1838 43.34 60.0109 45.7949 60.0375 48.3234C60.0375 48.2484 69.225 18.4734 30.0375 18.4734C13.575 18.4734 0.0374987 34.0734 0.0374987 47.7984C-0.0279818 55.0485 1.52204 62.2221 4.575 68.7984C9.57477 79.4447 18.3095 87.8848 29.1211 92.5163C39.9327 97.1479 52.0686 97.6486 63.225 93.9234C59.3164 95.1578 55.1864 95.5289 51.1204 95.0109C47.0543 94.493 43.1493 93.0983 39.675 90.9234H39.6375Z",
|
|
1685
1709
|
fill: "url(#paint3_radial_2_3904)"
|
|
1686
1710
|
}
|
|
1687
|
-
), /* @__PURE__ */
|
|
1711
|
+
), /* @__PURE__ */ React78.createElement(
|
|
1688
1712
|
"path",
|
|
1689
1713
|
{
|
|
1690
1714
|
d: "M57.15 56.2359C56.8125 56.6109 55.875 57.1734 55.875 58.3359C55.875 59.3109 56.5125 60.2859 57.675 61.0734C63.0375 64.8234 73.2 64.2984 73.2375 64.2984C77.2352 64.2958 81.159 63.2209 84.6 61.1859C88.0643 59.1596 90.9387 56.2631 92.9384 52.7834C94.9381 49.3037 95.9935 45.3617 96 41.3484C96.1125 32.9484 93 27.3609 91.7625 24.8859C83.775 9.36091 66.6375 0.435913 48 0.435913C35.3857 0.434666 23.2779 5.39903 14.2953 14.2553C5.31272 23.1116 0.177389 35.1479 0 47.7609C0.1875 34.0734 13.8 23.0109 30 23.0109C31.3125 23.0109 38.8125 23.1234 45.75 26.7609C50.6239 29.1829 54.6601 33.01 57.3375 37.7484C59.625 41.7234 60.0375 46.7859 60.0375 48.8109C60.0375 50.8359 59.025 53.7984 57.1125 56.2734L57.15 56.2359Z",
|
|
1691
1715
|
fill: "url(#paint4_radial_2_3904)"
|
|
1692
1716
|
}
|
|
1693
|
-
), /* @__PURE__ */
|
|
1717
|
+
), /* @__PURE__ */ React78.createElement(
|
|
1694
1718
|
"path",
|
|
1695
1719
|
{
|
|
1696
1720
|
d: "M57.15 56.2359C56.8125 56.6109 55.875 57.1734 55.875 58.3359C55.875 59.3109 56.5125 60.2859 57.675 61.0734C63.0375 64.8234 73.2 64.2984 73.2375 64.2984C77.2352 64.2958 81.159 63.2209 84.6 61.1859C88.0643 59.1596 90.9387 56.2631 92.9384 52.7834C94.9381 49.3037 95.9935 45.3617 96 41.3484C96.1125 32.9484 93 27.3609 91.7625 24.8859C83.775 9.36091 66.6375 0.435913 48 0.435913C35.3857 0.434666 23.2779 5.39903 14.2953 14.2553C5.31272 23.1116 0.177389 35.1479 0 47.7609C0.1875 34.0734 13.8 23.0109 30 23.0109C31.3125 23.0109 38.8125 23.1234 45.75 26.7609C50.6239 29.1829 54.6601 33.01 57.3375 37.7484C59.625 41.7234 60.0375 46.7859 60.0375 48.8109C60.0375 50.8359 59.025 53.7984 57.1125 56.2734L57.15 56.2359Z",
|
|
1697
1721
|
fill: "url(#paint5_radial_2_3904)"
|
|
1698
1722
|
}
|
|
1699
1723
|
)),
|
|
1700
|
-
/* @__PURE__ */
|
|
1724
|
+
/* @__PURE__ */ React78.createElement("defs", null, /* @__PURE__ */ React78.createElement(
|
|
1701
1725
|
"linearGradient",
|
|
1702
1726
|
{
|
|
1703
1727
|
id: "paint0_linear_2_3904",
|
|
@@ -1707,9 +1731,9 @@ function SvgEdgeLogo(props) {
|
|
|
1707
1731
|
y2: "66.8109",
|
|
1708
1732
|
gradientUnits: "userSpaceOnUse"
|
|
1709
1733
|
},
|
|
1710
|
-
/* @__PURE__ */
|
|
1711
|
-
/* @__PURE__ */
|
|
1712
|
-
), /* @__PURE__ */
|
|
1734
|
+
/* @__PURE__ */ React78.createElement("stop", { stopColor: "#0C59A4" }),
|
|
1735
|
+
/* @__PURE__ */ React78.createElement("stop", { offset: "1", stopColor: "#114A8B" })
|
|
1736
|
+
), /* @__PURE__ */ React78.createElement(
|
|
1713
1737
|
"radialGradient",
|
|
1714
1738
|
{
|
|
1715
1739
|
id: "paint1_radial_2_3904",
|
|
@@ -1719,10 +1743,10 @@ function SvgEdgeLogo(props) {
|
|
|
1719
1743
|
gradientUnits: "userSpaceOnUse",
|
|
1720
1744
|
gradientTransform: "translate(58.95 67.3153) scale(35.775 33.9863)"
|
|
1721
1745
|
},
|
|
1722
|
-
/* @__PURE__ */
|
|
1723
|
-
/* @__PURE__ */
|
|
1724
|
-
/* @__PURE__ */
|
|
1725
|
-
), /* @__PURE__ */
|
|
1746
|
+
/* @__PURE__ */ React78.createElement("stop", { offset: "0.7", stopOpacity: "0" }),
|
|
1747
|
+
/* @__PURE__ */ React78.createElement("stop", { offset: "0.9", stopOpacity: "0.5" }),
|
|
1748
|
+
/* @__PURE__ */ React78.createElement("stop", { offset: "1" })
|
|
1749
|
+
), /* @__PURE__ */ React78.createElement(
|
|
1726
1750
|
"linearGradient",
|
|
1727
1751
|
{
|
|
1728
1752
|
id: "paint2_linear_2_3904",
|
|
@@ -1732,11 +1756,11 @@ function SvgEdgeLogo(props) {
|
|
|
1732
1756
|
y2: "83.2734",
|
|
1733
1757
|
gradientUnits: "userSpaceOnUse"
|
|
1734
1758
|
},
|
|
1735
|
-
/* @__PURE__ */
|
|
1736
|
-
/* @__PURE__ */
|
|
1737
|
-
/* @__PURE__ */
|
|
1738
|
-
/* @__PURE__ */
|
|
1739
|
-
), /* @__PURE__ */
|
|
1759
|
+
/* @__PURE__ */ React78.createElement("stop", { stopColor: "#1B9DE2" }),
|
|
1760
|
+
/* @__PURE__ */ React78.createElement("stop", { offset: "0.2", stopColor: "#1595DF" }),
|
|
1761
|
+
/* @__PURE__ */ React78.createElement("stop", { offset: "0.7", stopColor: "#0680D7" }),
|
|
1762
|
+
/* @__PURE__ */ React78.createElement("stop", { offset: "1", stopColor: "#0078D4" })
|
|
1763
|
+
), /* @__PURE__ */ React78.createElement(
|
|
1740
1764
|
"radialGradient",
|
|
1741
1765
|
{
|
|
1742
1766
|
id: "paint3_radial_2_3904",
|
|
@@ -1746,10 +1770,10 @@ function SvgEdgeLogo(props) {
|
|
|
1746
1770
|
gradientUnits: "userSpaceOnUse",
|
|
1747
1771
|
gradientTransform: "translate(26.4581 75.0373) rotate(-81.3844) scale(53.7698 43.4406)"
|
|
1748
1772
|
},
|
|
1749
|
-
/* @__PURE__ */
|
|
1750
|
-
/* @__PURE__ */
|
|
1751
|
-
/* @__PURE__ */
|
|
1752
|
-
), /* @__PURE__ */
|
|
1773
|
+
/* @__PURE__ */ React78.createElement("stop", { offset: "0.8", stopOpacity: "0" }),
|
|
1774
|
+
/* @__PURE__ */ React78.createElement("stop", { offset: "0.9", stopOpacity: "0.5" }),
|
|
1775
|
+
/* @__PURE__ */ React78.createElement("stop", { offset: "1" })
|
|
1776
|
+
), /* @__PURE__ */ React78.createElement(
|
|
1753
1777
|
"radialGradient",
|
|
1754
1778
|
{
|
|
1755
1779
|
id: "paint4_radial_2_3904",
|
|
@@ -1759,12 +1783,12 @@ function SvgEdgeLogo(props) {
|
|
|
1759
1783
|
gradientUnits: "userSpaceOnUse",
|
|
1760
1784
|
gradientTransform: "translate(9.70875 18.1794) rotate(92.2906) scale(75.9607 161.781)"
|
|
1761
1785
|
},
|
|
1762
|
-
/* @__PURE__ */
|
|
1763
|
-
/* @__PURE__ */
|
|
1764
|
-
/* @__PURE__ */
|
|
1765
|
-
/* @__PURE__ */
|
|
1766
|
-
/* @__PURE__ */
|
|
1767
|
-
), /* @__PURE__ */
|
|
1786
|
+
/* @__PURE__ */ React78.createElement("stop", { stopColor: "#35C1F1" }),
|
|
1787
|
+
/* @__PURE__ */ React78.createElement("stop", { offset: "0.1", stopColor: "#34C1ED" }),
|
|
1788
|
+
/* @__PURE__ */ React78.createElement("stop", { offset: "0.2", stopColor: "#2FC2DF" }),
|
|
1789
|
+
/* @__PURE__ */ React78.createElement("stop", { offset: "0.3", stopColor: "#2BC3D2" }),
|
|
1790
|
+
/* @__PURE__ */ React78.createElement("stop", { offset: "0.7", stopColor: "#36C752" })
|
|
1791
|
+
), /* @__PURE__ */ React78.createElement(
|
|
1768
1792
|
"radialGradient",
|
|
1769
1793
|
{
|
|
1770
1794
|
id: "paint5_radial_2_3904",
|
|
@@ -1774,9 +1798,9 @@ function SvgEdgeLogo(props) {
|
|
|
1774
1798
|
gradientUnits: "userSpaceOnUse",
|
|
1775
1799
|
gradientTransform: "translate(90.0225 29.4234) rotate(73.7398) scale(36.4875 29.6716)"
|
|
1776
1800
|
},
|
|
1777
|
-
/* @__PURE__ */
|
|
1778
|
-
/* @__PURE__ */
|
|
1779
|
-
), /* @__PURE__ */
|
|
1801
|
+
/* @__PURE__ */ React78.createElement("stop", { stopColor: "#66EB6E" }),
|
|
1802
|
+
/* @__PURE__ */ React78.createElement("stop", { offset: "1", stopColor: "#66EB6E", stopOpacity: "0" })
|
|
1803
|
+
), /* @__PURE__ */ React78.createElement("clipPath", { id: "clip0_2_3904" }, /* @__PURE__ */ React78.createElement(
|
|
1780
1804
|
"rect",
|
|
1781
1805
|
{
|
|
1782
1806
|
width: "96",
|
|
@@ -1789,9 +1813,9 @@ function SvgEdgeLogo(props) {
|
|
|
1789
1813
|
}
|
|
1790
1814
|
|
|
1791
1815
|
// src/components/icon/available-icons/edit.tsx
|
|
1792
|
-
import * as
|
|
1816
|
+
import * as React79 from "react";
|
|
1793
1817
|
function SvgEdit(props) {
|
|
1794
|
-
return /* @__PURE__ */
|
|
1818
|
+
return /* @__PURE__ */ React79.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React79.createElement(
|
|
1795
1819
|
"path",
|
|
1796
1820
|
{
|
|
1797
1821
|
fillRule: "evenodd",
|
|
@@ -1803,9 +1827,9 @@ function SvgEdit(props) {
|
|
|
1803
1827
|
}
|
|
1804
1828
|
|
|
1805
1829
|
// src/components/icon/available-icons/edit-border.tsx
|
|
1806
|
-
import * as
|
|
1830
|
+
import * as React80 from "react";
|
|
1807
1831
|
function SvgEditBorder(props) {
|
|
1808
|
-
return /* @__PURE__ */
|
|
1832
|
+
return /* @__PURE__ */ React80.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React80.createElement(
|
|
1809
1833
|
"path",
|
|
1810
1834
|
{
|
|
1811
1835
|
fillRule: "evenodd",
|
|
@@ -1813,13 +1837,13 @@ function SvgEditBorder(props) {
|
|
|
1813
1837
|
d: "M11 18.317a1 1 0 011-1h7a1 1 0 110 2h-7a1 1 0 01-1-1z",
|
|
1814
1838
|
fill: "currentColor"
|
|
1815
1839
|
}
|
|
1816
|
-
), /* @__PURE__ */
|
|
1840
|
+
), /* @__PURE__ */ React80.createElement(
|
|
1817
1841
|
"path",
|
|
1818
1842
|
{
|
|
1819
1843
|
d: "M15.5 5.483a1.65 1.65 0 012.333 2.334l-9.722 9.722L5 18.317l.778-3.111L15.5 5.482z",
|
|
1820
1844
|
fill: "currentColor"
|
|
1821
1845
|
}
|
|
1822
|
-
), /* @__PURE__ */
|
|
1846
|
+
), /* @__PURE__ */ React80.createElement(
|
|
1823
1847
|
"path",
|
|
1824
1848
|
{
|
|
1825
1849
|
fillRule: "evenodd",
|
|
@@ -1831,8 +1855,8 @@ function SvgEditBorder(props) {
|
|
|
1831
1855
|
}
|
|
1832
1856
|
|
|
1833
1857
|
// src/components/icon/available-icons/exit-to-app.tsx
|
|
1834
|
-
import
|
|
1835
|
-
var SvgExitToApp = (props) => /* @__PURE__ */
|
|
1858
|
+
import React81 from "react";
|
|
1859
|
+
var SvgExitToApp = (props) => /* @__PURE__ */ React81.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React81.createElement(
|
|
1836
1860
|
"path",
|
|
1837
1861
|
{
|
|
1838
1862
|
fillRule: "evenodd",
|
|
@@ -1843,8 +1867,8 @@ var SvgExitToApp = (props) => /* @__PURE__ */ React80.createElement("svg", __spr
|
|
|
1843
1867
|
));
|
|
1844
1868
|
|
|
1845
1869
|
// src/components/icon/available-icons/expand.tsx
|
|
1846
|
-
import
|
|
1847
|
-
var SvgExpand = (props) => /* @__PURE__ */
|
|
1870
|
+
import React82 from "react";
|
|
1871
|
+
var SvgExpand = (props) => /* @__PURE__ */ React82.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React82.createElement(
|
|
1848
1872
|
"path",
|
|
1849
1873
|
{
|
|
1850
1874
|
fillRule: "evenodd",
|
|
@@ -1855,8 +1879,8 @@ var SvgExpand = (props) => /* @__PURE__ */ React81.createElement("svg", __spread
|
|
|
1855
1879
|
));
|
|
1856
1880
|
|
|
1857
1881
|
// src/components/icon/available-icons/expand-replies.tsx
|
|
1858
|
-
import
|
|
1859
|
-
var SvgExpandReplies = (props) => /* @__PURE__ */
|
|
1882
|
+
import React83 from "react";
|
|
1883
|
+
var SvgExpandReplies = (props) => /* @__PURE__ */ React83.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React83.createElement(
|
|
1860
1884
|
"path",
|
|
1861
1885
|
{
|
|
1862
1886
|
fillRule: "evenodd",
|
|
@@ -1864,7 +1888,7 @@ var SvgExpandReplies = (props) => /* @__PURE__ */ React82.createElement("svg", _
|
|
|
1864
1888
|
d: "M7.12627 13.7929C7.51679 13.4024 8.14996 13.4024 8.54048 13.7929L12 17.2525L15.4596 13.7929C15.8501 13.4024 16.4833 13.4024 16.8738 13.7929C17.2643 14.1834 17.2643 14.8166 16.8738 15.2071L12.7071 19.3738C12.3166 19.7643 11.6835 19.7643 11.2929 19.3738L7.12627 15.2071C6.73574 14.8166 6.73574 14.1834 7.12627 13.7929Z",
|
|
1865
1889
|
fill: "currentColor"
|
|
1866
1890
|
}
|
|
1867
|
-
), /* @__PURE__ */
|
|
1891
|
+
), /* @__PURE__ */ React83.createElement(
|
|
1868
1892
|
"path",
|
|
1869
1893
|
{
|
|
1870
1894
|
fillRule: "evenodd",
|
|
@@ -1875,9 +1899,9 @@ var SvgExpandReplies = (props) => /* @__PURE__ */ React82.createElement("svg", _
|
|
|
1875
1899
|
));
|
|
1876
1900
|
|
|
1877
1901
|
// src/components/icon/available-icons/extension.tsx
|
|
1878
|
-
import * as
|
|
1902
|
+
import * as React84 from "react";
|
|
1879
1903
|
function SvgExtension(props) {
|
|
1880
|
-
return /* @__PURE__ */
|
|
1904
|
+
return /* @__PURE__ */ React84.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React84.createElement(
|
|
1881
1905
|
"path",
|
|
1882
1906
|
{
|
|
1883
1907
|
fillRule: "evenodd",
|
|
@@ -1889,9 +1913,9 @@ function SvgExtension(props) {
|
|
|
1889
1913
|
}
|
|
1890
1914
|
|
|
1891
1915
|
// src/components/icon/available-icons/external-link.tsx
|
|
1892
|
-
import * as
|
|
1916
|
+
import * as React85 from "react";
|
|
1893
1917
|
function SvgExternalLink(props) {
|
|
1894
|
-
return /* @__PURE__ */
|
|
1918
|
+
return /* @__PURE__ */ React85.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React85.createElement(
|
|
1895
1919
|
"path",
|
|
1896
1920
|
{
|
|
1897
1921
|
fillRule: "evenodd",
|
|
@@ -1899,7 +1923,7 @@ function SvgExternalLink(props) {
|
|
|
1899
1923
|
d: "M5.778 7.667A.778.778 0 005 8.444v9.778a.778.778 0 00.778.778h9.778a.778.778 0 00.777-.778V12.89a1 1 0 112 0v5.333A2.778 2.778 0 0115.556 21H5.778A2.778 2.778 0 013 18.222V8.444a2.778 2.778 0 012.778-2.777h5.333a1 1 0 110 2H5.778zM13.667 4a1 1 0 011-1H20a1 1 0 011 1v5.333a1 1 0 11-2 0V5h-4.333a1 1 0 01-1-1z",
|
|
1900
1924
|
fill: "currentColor"
|
|
1901
1925
|
}
|
|
1902
|
-
), /* @__PURE__ */
|
|
1926
|
+
), /* @__PURE__ */ React85.createElement(
|
|
1903
1927
|
"path",
|
|
1904
1928
|
{
|
|
1905
1929
|
fillRule: "evenodd",
|
|
@@ -1911,9 +1935,9 @@ function SvgExternalLink(props) {
|
|
|
1911
1935
|
}
|
|
1912
1936
|
|
|
1913
1937
|
// src/components/icon/available-icons/eye.tsx
|
|
1914
|
-
import * as
|
|
1938
|
+
import * as React86 from "react";
|
|
1915
1939
|
function SvgEye(props) {
|
|
1916
|
-
return /* @__PURE__ */
|
|
1940
|
+
return /* @__PURE__ */ React86.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React86.createElement(
|
|
1917
1941
|
"path",
|
|
1918
1942
|
{
|
|
1919
1943
|
fillRule: "evenodd",
|
|
@@ -1921,7 +1945,7 @@ function SvgEye(props) {
|
|
|
1921
1945
|
d: "M4.144 11.546a15.1 15.1 0 001.938 2.589C7.532 15.68 9.536 17.09 12 17.09s4.468-1.41 5.918-2.957a15.097 15.097 0 001.938-2.588 15.094 15.094 0 00-1.938-2.589C16.468 7.41 14.464 6 12 6S7.532 7.41 6.082 8.957a15.096 15.096 0 00-1.938 2.588zm16.856 0l.894-.448-.001-.003-.003-.007-.01-.018a5.925 5.925 0 00-.16-.296 17.105 17.105 0 00-2.342-3.185C17.758 5.863 15.262 4 12 4S6.24 5.863 4.623 7.589a17.096 17.096 0 00-2.343 3.185 10.286 10.286 0 00-.16.296l-.01.018-.003.007v.002s-.001.001.893.449l-.894-.448a1 1 0 000 .895L3 11.546l-.894.447v.001l.001.002.003.006.01.02a7.033 7.033 0 00.16.295 17.096 17.096 0 002.343 3.185C6.24 17.228 8.737 19.091 12 19.091s5.76-1.863 7.377-3.589a17.104 17.104 0 002.343-3.185 10.361 10.361 0 00.16-.296l.01-.019.003-.006v-.002s.001-.001-.893-.448zm0 0l.894.447c.141-.282.14-.614 0-.895l-.894.447z",
|
|
1922
1946
|
fill: "currentColor"
|
|
1923
1947
|
}
|
|
1924
|
-
), /* @__PURE__ */
|
|
1948
|
+
), /* @__PURE__ */ React86.createElement(
|
|
1925
1949
|
"path",
|
|
1926
1950
|
{
|
|
1927
1951
|
fillRule: "evenodd",
|
|
@@ -1933,9 +1957,9 @@ function SvgEye(props) {
|
|
|
1933
1957
|
}
|
|
1934
1958
|
|
|
1935
1959
|
// src/components/icon/available-icons/eye-off.tsx
|
|
1936
|
-
import * as
|
|
1960
|
+
import * as React87 from "react";
|
|
1937
1961
|
function SvgEyeOff(props) {
|
|
1938
|
-
return /* @__PURE__ */
|
|
1962
|
+
return /* @__PURE__ */ React87.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React87.createElement(
|
|
1939
1963
|
"path",
|
|
1940
1964
|
{
|
|
1941
1965
|
fillRule: "evenodd",
|
|
@@ -1943,13 +1967,13 @@ function SvgEyeOff(props) {
|
|
|
1943
1967
|
d: "M8.03143 6.61314C8.36661 7.05208 8.28249 7.67964 7.84355 8.01482C6.35752 9.14956 5.10854 10.5622 4.16503 12.1725C4.24759 12.3126 4.35007 12.4804 4.472 12.6692C4.85229 13.258 5.41523 14.0406 6.14535 14.8194C7.62224 16.3948 9.66508 17.8336 12.1785 17.8367C13.7531 17.8092 15.2778 17.2795 16.5304 16.3247C16.9697 15.9899 17.5971 16.0746 17.9319 16.5138C18.2668 16.9531 18.1821 17.5805 17.7429 17.9153C16.1486 19.1306 14.2073 19.8038 12.203 19.8366L12.1866 19.8367C8.87047 19.8367 6.3328 17.9436 4.68628 16.1873C3.8539 15.2994 3.21892 14.4154 2.79192 13.7542C2.5778 13.4227 2.41434 13.1446 2.30303 12.9468C2.24734 12.8477 2.20458 12.7686 2.17496 12.7126C2.16015 12.6846 2.14861 12.6624 2.14037 12.6464L2.13049 12.627L2.1274 12.6209L2.12632 12.6188C2.12632 12.6188 2.12556 12.6173 3.01998 12.17L2.12556 12.6173C1.98024 12.3266 1.98519 11.9835 2.13883 11.6972C3.24282 9.63982 4.77404 7.84231 6.62975 6.42526C7.06869 6.09008 7.69624 6.1742 8.03143 6.61314ZM11.1516 9.72165C11.5281 10.1257 11.5058 10.7585 11.1017 11.135C10.9543 11.2723 10.8361 11.4379 10.7541 11.6219C10.6722 11.8059 10.6281 12.0045 10.6245 12.2059C10.621 12.4073 10.658 12.6074 10.7335 12.7942C10.8089 12.981 10.9212 13.1506 11.0636 13.2931C11.2061 13.4355 11.3757 13.5478 11.5625 13.6232C11.7493 13.6987 11.9493 13.7357 12.1508 13.7322C12.3522 13.7286 12.5508 13.6845 12.7348 13.6025C12.9188 13.5206 13.0844 13.4024 13.2217 13.255C13.5982 12.8509 14.231 12.8286 14.635 13.2051C15.0391 13.5816 15.0614 14.2144 14.6849 14.6184C14.3645 14.9623 13.9781 15.2381 13.5488 15.4294C13.1194 15.6207 12.656 15.7236 12.186 15.7319C11.7161 15.7401 11.2493 15.6537 10.8135 15.4777C10.3777 15.3016 9.98177 15.0396 9.64941 14.7073C9.31706 14.3749 9.05505 13.979 8.87902 13.5432C8.70299 13.1074 8.61654 12.6406 8.62483 12.1707C8.63312 11.7007 8.73599 11.2372 8.92728 10.8079C9.11858 10.3786 9.39439 9.99219 9.73826 9.67176C10.1423 9.29526 10.7751 9.31759 11.1516 9.72165Z",
|
|
1944
1968
|
fill: "currentColor"
|
|
1945
1969
|
}
|
|
1946
|
-
), /* @__PURE__ */
|
|
1970
|
+
), /* @__PURE__ */ React87.createElement(
|
|
1947
1971
|
"path",
|
|
1948
1972
|
{
|
|
1949
1973
|
d: "M12.1679 6.50002C11.6563 6.49882 11.1463 6.5571 10.6481 6.6737C10.1104 6.79958 9.5724 6.46568 9.44653 5.92793C9.32065 5.39018 9.65454 4.85221 10.1923 4.72634C10.841 4.57449 11.5052 4.49855 12.1714 4.50002C15.487 4.50047 18.0243 6.39334 19.6706 8.14941C20.503 9.03728 21.1379 9.92133 21.5649 10.5825C21.7791 10.914 21.9425 11.1921 22.0538 11.39C22.1095 11.489 22.1523 11.5681 22.1819 11.6241L22.2313 11.7195C22.3764 12.0096 22.3717 12.352 22.2188 12.6381C21.6801 13.6458 21.0377 14.5946 20.302 15.4689C19.9464 15.8914 19.3156 15.9458 18.893 15.5902C18.4704 15.2346 18.4161 14.6038 18.7717 14.1812C19.3022 13.5507 19.7774 12.8762 20.1924 12.1652C20.1097 12.0249 20.0071 11.8568 19.8849 11.6675C19.5046 11.0787 18.9416 10.2961 18.2115 9.51729C16.733 7.94025 14.6874 6.50002 12.1702 6.50002L12.1679 6.50002Z",
|
|
1950
1974
|
fill: "currentColor"
|
|
1951
1975
|
}
|
|
1952
|
-
), /* @__PURE__ */
|
|
1976
|
+
), /* @__PURE__ */ React87.createElement(
|
|
1953
1977
|
"path",
|
|
1954
1978
|
{
|
|
1955
1979
|
fillRule: "evenodd",
|
|
@@ -1961,13 +1985,13 @@ function SvgEyeOff(props) {
|
|
|
1961
1985
|
}
|
|
1962
1986
|
|
|
1963
1987
|
// src/components/icon/available-icons/fiber-manual-record.tsx
|
|
1964
|
-
import
|
|
1965
|
-
var SvgFiberManualRecord = (props) => /* @__PURE__ */
|
|
1988
|
+
import React88 from "react";
|
|
1989
|
+
var SvgFiberManualRecord = (props) => /* @__PURE__ */ React88.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React88.createElement("path", { d: "M12 4a8 8 0 100 16 8 8 0 000-16z", fill: "currentColor" }));
|
|
1966
1990
|
|
|
1967
1991
|
// src/components/icon/available-icons/filler-word-removal.tsx
|
|
1968
|
-
import * as
|
|
1992
|
+
import * as React89 from "react";
|
|
1969
1993
|
function SvgFillerWordRemoval(props) {
|
|
1970
|
-
return /* @__PURE__ */
|
|
1994
|
+
return /* @__PURE__ */ React89.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React89.createElement(
|
|
1971
1995
|
"path",
|
|
1972
1996
|
{
|
|
1973
1997
|
fillRule: "evenodd",
|
|
@@ -1975,7 +1999,7 @@ function SvgFillerWordRemoval(props) {
|
|
|
1975
1999
|
d: "M0.934712 19.0857C0.549991 18.6942 0.55273 18.0658 0.940849 17.6777L10.9105 7.70804C11.098 7.5205 11.3524 7.41515 11.6176 7.41515C11.8828 7.41515 12.1371 7.5205 12.3247 7.70804L17.3058 12.6891C17.4934 12.8768 17.5988 13.1313 17.5987 13.3967C17.5985 13.6621 17.4929 13.9166 17.3051 14.104L9.65947 21.7347C9.47199 21.9218 9.21793 22.0269 8.95305 22.0269L4.24442 22.0269C3.97619 22.0269 3.71919 21.9191 3.53118 21.7278L0.934712 19.0857ZM3.05603 18.3909L4.66376 20.0269L8.53941 20.0269L15.1837 13.3955L11.6176 9.82936L3.05603 18.3909Z",
|
|
1976
2000
|
fill: "currentColor"
|
|
1977
2001
|
}
|
|
1978
|
-
), /* @__PURE__ */
|
|
2002
|
+
), /* @__PURE__ */ React89.createElement(
|
|
1979
2003
|
"path",
|
|
1980
2004
|
{
|
|
1981
2005
|
fillRule: "evenodd",
|
|
@@ -1983,19 +2007,19 @@ function SvgFillerWordRemoval(props) {
|
|
|
1983
2007
|
d: "M6.19775 21.0355C6.19775 20.4833 6.64547 20.0355 7.19775 20.0355H21.1324C21.6846 20.0355 22.1324 20.4833 22.1324 21.0355C22.1324 21.5878 21.6846 22.0355 21.1324 22.0355H7.19775C6.64547 22.0355 6.19775 21.5878 6.19775 21.0355Z",
|
|
1984
2008
|
fill: "currentColor"
|
|
1985
2009
|
}
|
|
1986
|
-
), /* @__PURE__ */
|
|
2010
|
+
), /* @__PURE__ */ React89.createElement(
|
|
1987
2011
|
"path",
|
|
1988
2012
|
{
|
|
1989
2013
|
d: "M21.3752 3.44676C22.2171 3.58484 22.2171 4.79645 21.3752 4.93453C20.2646 5.11716 19.3945 5.98726 19.2119 7.0979C19.0738 7.93978 17.8622 7.93978 17.7241 7.0979C17.5415 5.98726 16.6714 5.11716 15.5607 4.93453C14.7188 4.79645 14.7188 3.58484 15.5607 3.44676C16.6714 3.26412 17.5415 2.39403 17.7241 1.28339C17.8622 0.441506 19.0738 0.441506 19.2119 1.28339C19.3945 2.39403 20.2646 3.26412 21.3752 3.44676Z",
|
|
1990
2014
|
fill: "currentColor"
|
|
1991
2015
|
}
|
|
1992
|
-
), /* @__PURE__ */
|
|
2016
|
+
), /* @__PURE__ */ React89.createElement(
|
|
1993
2017
|
"path",
|
|
1994
2018
|
{
|
|
1995
2019
|
d: "M7.00913 7.71001C7.42232 7.77778 7.42232 8.37242 7.00913 8.44019C6.46405 8.52982 6.03702 8.95685 5.94739 9.50193C5.87962 9.91511 5.28498 9.91511 5.21721 9.50193C5.12758 8.95685 4.70055 8.52982 4.15547 8.44019C3.74229 8.37242 3.74229 7.77778 4.15547 7.71001C4.70055 7.62038 5.12758 7.19335 5.21721 6.64827C5.28498 6.23508 5.87962 6.23508 5.94739 6.64827C6.03702 7.19335 6.46405 7.62038 7.00913 7.71001Z",
|
|
1996
2020
|
fill: "currentColor"
|
|
1997
2021
|
}
|
|
1998
|
-
), /* @__PURE__ */
|
|
2022
|
+
), /* @__PURE__ */ React89.createElement(
|
|
1999
2023
|
"path",
|
|
2000
2024
|
{
|
|
2001
2025
|
d: "M11.8133 4.19266C12.157 4.67119 11.5653 5.26283 11.0868 4.91916C10.4553 4.466 9.60551 4.466 8.97399 4.91916C8.49546 5.26283 7.90382 4.67119 8.24749 4.19266C8.70065 3.56114 8.70065 2.71138 8.24749 2.07986C7.90382 1.60132 8.49546 1.00968 8.97399 1.35336C9.60552 1.80651 10.4553 1.80651 11.0868 1.35335C11.5653 1.00968 12.157 1.60132 11.8133 2.07986C11.3601 2.71138 11.3601 3.56114 11.8133 4.19266Z",
|
|
@@ -2005,9 +2029,9 @@ function SvgFillerWordRemoval(props) {
|
|
|
2005
2029
|
}
|
|
2006
2030
|
|
|
2007
2031
|
// src/components/icon/available-icons/firefox-logo.tsx
|
|
2008
|
-
import * as
|
|
2032
|
+
import * as React90 from "react";
|
|
2009
2033
|
function SvgFirefoxLogo(props) {
|
|
2010
|
-
return /* @__PURE__ */
|
|
2034
|
+
return /* @__PURE__ */ React90.createElement(
|
|
2011
2035
|
"svg",
|
|
2012
2036
|
__spreadValues({
|
|
2013
2037
|
width: "96",
|
|
@@ -2016,92 +2040,92 @@ function SvgFirefoxLogo(props) {
|
|
|
2016
2040
|
fill: "none",
|
|
2017
2041
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2018
2042
|
}, props),
|
|
2019
|
-
/* @__PURE__ */
|
|
2043
|
+
/* @__PURE__ */ React90.createElement("g", { clipPath: "url(#clip0_2_3887)" }, /* @__PURE__ */ React90.createElement(
|
|
2020
2044
|
"path",
|
|
2021
2045
|
{
|
|
2022
2046
|
d: "M77.3755 9.37085C74.977 12.1637 73.8599 18.4493 76.292 24.8212C78.7241 31.1931 82.4518 29.8092 84.7755 36.3068C87.8427 44.8806 86.4151 56.3979 86.4151 56.3979C86.4151 56.3979 90.1024 67.0759 92.6719 55.7335C98.3593 34.4291 77.3755 14.6171 77.3755 9.37085Z",
|
|
2023
2047
|
fill: "url(#paint0_radial_2_3887)"
|
|
2024
2048
|
}
|
|
2025
|
-
), /* @__PURE__ */
|
|
2049
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2026
2050
|
"path",
|
|
2027
2051
|
{
|
|
2028
2052
|
d: "M48.1074 97.8203C72.6703 97.8203 92.5685 77.8143 92.5685 53.146C92.5685 28.4776 72.6703 8.4718 48.1312 8.4718C23.5922 8.4718 3.69412 28.4777 3.69412 53.146C3.64654 77.8382 23.5682 97.8203 48.1074 97.8203Z",
|
|
2029
2053
|
fill: "url(#paint1_radial_2_3887)"
|
|
2030
2054
|
}
|
|
2031
|
-
), /* @__PURE__ */
|
|
2055
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2032
2056
|
"path",
|
|
2033
2057
|
{
|
|
2034
2058
|
d: "M81.421 80.6927C80.4599 81.3707 79.4516 81.9793 78.4038 82.5139C79.7918 80.4802 81.0722 78.3753 82.24 76.2077C83.1875 75.159 84.0555 74.1396 84.7628 73.0373C85.1071 72.4958 85.4953 71.8275 85.9062 71.0522C88.4023 66.5551 91.1546 59.2771 91.2327 51.8014V51.7834C91.2345 51.5994 91.2356 51.4153 91.2341 51.231C91.247 49.3545 91.0551 47.4822 90.662 45.6473C90.682 45.7906 90.6996 45.9339 90.7176 46.0771C90.6955 45.9669 90.6769 45.8555 90.6531 45.7452C90.6898 45.9489 90.7192 46.1458 90.7509 46.3444C91.2611 50.673 90.8977 54.8953 89.08 58.0081C89.0514 58.0536 89.0219 58.0961 88.993 58.1406C89.9355 53.4096 90.2508 48.186 89.2021 42.9563C89.2021 42.9563 88.7828 40.4139 85.6589 32.6958C83.8608 28.2534 80.6676 24.6112 77.8464 21.9579C75.3734 18.8984 73.1274 16.8452 71.8893 15.5416C69.3031 12.8184 68.2191 10.7771 67.774 9.44518C67.3881 9.25167 62.452 4.4565 62.0599 4.2738C59.9053 7.61435 53.1294 18.0634 56.3527 27.8261C57.8134 32.2504 61.5076 36.8422 65.3738 39.4182C65.5436 39.6121 67.6744 41.9264 68.6877 47.1463C69.734 52.5391 69.1839 56.7472 67.0304 62.9699C64.4978 68.4292 58.0093 73.8261 51.9339 74.3782C38.9455 75.5582 34.1906 67.8569 34.1906 67.8569C38.8316 69.7124 43.963 69.3243 47.0836 67.4006C50.2287 65.455 52.1311 64.0125 53.6752 64.5813C55.1976 65.1475 56.4096 63.504 55.322 61.8001C54.4822 60.5066 53.2804 59.4886 51.8664 58.8729C50.4523 58.2571 48.8884 58.0709 47.3693 58.3373C44.221 58.849 41.337 61.343 37.2118 58.9277C36.9448 58.7727 36.6864 58.6035 36.4377 58.4206C36.1658 58.2419 37.3217 58.6928 37.052 58.4896C36.2492 58.0535 34.8284 57.1031 34.4598 56.7651C34.3984 56.7088 35.0827 56.9833 35.0213 56.927C31.1642 53.7507 31.6459 51.605 31.7671 50.2593C31.8642 49.1827 32.5648 47.803 33.7454 47.2435C34.3156 47.5546 34.6709 47.7922 34.6709 47.7922C34.6709 47.7922 34.4277 47.2953 34.2962 47.0334C34.3422 47.0134 34.3863 47.0187 34.4322 46.9992C34.8993 47.2246 35.9323 47.8105 36.4762 48.1677C37.1845 48.6673 37.4103 49.1128 37.4103 49.1128C37.4103 49.1128 37.5967 49.0102 37.4588 48.5745C37.4087 48.3958 37.1937 47.828 36.4921 47.255L36.536 47.2599C36.9559 47.4992 37.3537 47.7754 37.7246 48.0853C37.9224 47.3661 38.2781 46.6151 38.1999 45.2716C38.1521 44.327 38.1742 44.0824 38.0077 43.7176C37.8587 43.4043 38.0912 43.2821 38.3501 43.6074C38.3058 43.3525 38.2315 43.1038 38.1289 42.8663L38.1311 42.8418C38.4541 41.7164 44.9668 38.7892 45.4409 38.4471C46.2198 37.896 46.8729 37.1859 47.3572 36.3637C47.7194 35.7865 47.9919 34.9767 48.0583 33.7484C48.0938 32.8625 47.6818 32.2726 41.0965 31.5831C39.2955 31.4057 38.2388 30.1007 37.6383 28.8965C37.5287 28.6371 37.4171 28.402 37.3053 28.1671C37.1986 27.8926 37.1129 27.6103 37.0491 27.3227C38.1257 24.2304 39.9347 21.6159 42.5946 19.6404C42.7396 19.5084 42.0155 19.6742 42.1604 19.5422C42.3293 19.3882 43.433 18.9436 43.6414 18.8434C43.896 18.7232 42.5515 18.1523 41.3646 18.2913C40.1557 18.4276 39.899 18.5718 39.2539 18.8453C39.5216 18.5788 40.373 18.2294 40.1734 18.2317C38.8702 18.4316 37.2508 19.1891 35.8665 20.047C35.8638 19.8976 35.8923 19.7493 35.9501 19.6115C35.305 19.8852 33.7206 20.9926 33.2593 21.9295C33.2792 21.7499 33.2881 21.5693 33.286 21.3886C32.7945 21.7985 32.3511 22.2628 31.9643 22.7726L31.9402 22.7945C28.1984 21.2871 24.9056 21.1896 22.1192 21.8654C21.5096 21.2533 21.2118 21.7008 19.8248 18.6534C19.7306 18.4699 19.8971 18.8346 19.8248 18.6534C19.5967 18.0625 19.9639 19.4419 19.8248 18.6534C17.4927 20.4936 14.4242 22.579 12.9512 24.051C12.933 24.1097 14.6696 23.5603 12.9512 24.051C12.3495 24.2229 12.3903 24.58 12.2989 27.8071C12.2768 28.0518 12.2964 28.3258 12.2765 28.546C11.0999 30.0452 10.2985 31.3148 9.99539 31.9726C8.47366 34.5948 6.79768 38.6826 5.17308 45.1488C5.88966 43.3961 6.7536 41.7073 7.75561 40.1006C6.40465 43.5328 5.09866 48.9225 4.83754 57.2225C5.16435 55.5098 5.58339 53.816 6.09285 52.1484C5.77391 59.0344 6.96139 65.907 9.57242 72.2867C10.5068 74.5725 12.0524 78.0414 14.6835 81.842C22.95 90.5398 34.6099 95.9546 47.5212 95.9546C61 95.9547 73.1037 90.0574 81.421 80.6927Z",
|
|
2035
2059
|
fill: "url(#paint2_linear_2_3887)"
|
|
2036
2060
|
}
|
|
2037
|
-
), /* @__PURE__ */
|
|
2061
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2038
2062
|
"path",
|
|
2039
2063
|
{
|
|
2040
2064
|
d: "M71.4475 87.01C87.7606 85.121 94.9821 68.3101 85.7084 67.9796C77.3317 67.7118 63.7206 87.9014 71.4475 87.01Z",
|
|
2041
2065
|
fill: "url(#paint3_radial_2_3887)"
|
|
2042
2066
|
}
|
|
2043
|
-
), /* @__PURE__ */
|
|
2067
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2044
2068
|
"path",
|
|
2045
2069
|
{
|
|
2046
2070
|
d: "M86.8829 64.5457C98.1065 58.0138 95.1801 43.9047 95.1801 43.9047C95.1801 43.9047 90.8486 48.9365 87.9059 56.9575C84.9992 64.9002 80.1351 68.4908 86.8829 64.5457Z",
|
|
2047
2071
|
fill: "url(#paint4_radial_2_3887)"
|
|
2048
2072
|
}
|
|
2049
|
-
), /* @__PURE__ */
|
|
2073
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2050
2074
|
"path",
|
|
2051
2075
|
{
|
|
2052
2076
|
d: "M51.2526 95.3589C66.9003 100.352 80.3492 88.0251 72.0592 83.9085C64.522 80.196 43.8257 92.9979 51.2526 95.3589Z",
|
|
2053
2077
|
fill: "url(#paint5_radial_2_3887)"
|
|
2054
2078
|
}
|
|
2055
|
-
), /* @__PURE__ */
|
|
2079
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2056
2080
|
"path",
|
|
2057
2081
|
{
|
|
2058
2082
|
d: "M88.049 70.5362C88.4296 69.9991 88.9444 68.2791 89.3991 67.5103C92.1618 63.0509 92.1813 59.4952 92.1813 59.4137C93.8499 51.0785 93.6985 47.675 92.6721 41.3806C91.8456 36.3125 88.2328 29.0517 85.103 25.5553C81.8778 21.953 84.15 23.1267 81.0272 20.4954C78.2902 17.4612 75.6363 14.4566 74.191 13.2483C63.7467 4.5166 63.9827 2.66193 64.1838 2.34573C64.1498 2.38289 64.1 2.43808 64.0364 2.51029C63.9127 2.0172 63.8253 1.60254 63.8253 1.60254C63.8253 1.60254 58.1162 7.31167 56.9143 16.8269C56.1296 23.0389 58.455 29.5148 61.8221 33.6538C63.5754 35.7988 65.5569 37.7467 67.7316 39.4631V39.4605C70.2756 43.1141 71.6759 47.6225 71.6759 52.4722C71.6759 64.6161 61.826 74.4605 49.6755 74.4605C48.0195 74.4614 46.3687 74.2759 44.7542 73.9077C39.0214 72.8152 35.7109 69.9233 34.0599 67.96C33.1137 66.8348 32.7113 66.0146 32.7113 66.0146C37.8479 67.8547 43.5272 67.4697 46.981 65.5621C50.4614 63.6325 52.5673 62.2021 54.2763 62.7661C55.961 63.3276 57.3023 61.6977 56.0993 60.0081C54.9203 58.3209 51.8525 55.9045 47.2974 56.574C43.8129 57.0815 40.621 59.5548 36.0554 57.1594C35.7613 57.0067 35.4754 56.8388 35.1986 56.6566C34.8976 56.4792 36.177 56.9266 35.8784 56.7249C34.99 56.2924 33.4172 55.3499 33.0095 55.0148C32.9415 54.959 33.6989 55.2312 33.6305 55.1751C29.3616 52.0251 29.8945 49.8973 30.0288 48.5627C30.1363 47.495 30.9117 46.1268 32.2182 45.5719C32.8493 45.8805 33.2425 46.1161 33.2425 46.1161C33.2425 46.1161 32.9733 45.6233 32.8277 45.3636C32.8787 45.3441 32.9273 45.349 32.978 45.3296C33.495 45.5532 34.6382 46.1338 35.2402 46.4885C36.0241 46.984 36.274 47.4258 36.274 47.4258C36.274 47.4258 36.4805 47.324 36.3277 46.8919C36.2719 46.7147 36.0344 46.1516 35.2578 45.5833L35.3064 45.5882C35.7674 45.8232 36.2075 46.0971 36.6219 46.4068C36.8408 45.6936 37.2347 44.9488 37.148 43.6165C37.0951 42.6798 37.1196 42.4371 36.9353 42.0754C36.7703 41.7649 37.0278 41.6435 37.3141 41.9664C37.2646 41.7117 37.1823 41.4645 37.0693 41.2309L37.0718 41.2067C37.4294 40.0906 44.6374 37.1878 45.1621 36.8484C46.0075 36.3178 46.7304 35.6134 47.283 34.7821C47.6836 34.2097 47.9855 33.4066 48.059 32.1885C48.0836 31.6396 47.9147 31.2052 46.0057 30.7897C44.86 30.5403 43.0874 30.2977 40.3534 30.0411C38.3602 29.8653 37.1906 28.5712 36.526 27.3769C36.4047 27.1196 36.2812 26.8861 36.1575 26.6535C36.0399 26.3828 35.945 26.1027 35.8739 25.8162C37.0666 22.6938 39.2146 20.0276 42.0116 18.1977C42.1719 18.0667 41.3706 18.2312 41.5308 18.1003C41.7179 17.9476 42.9394 17.5067 43.1702 17.4073C43.4519 17.2885 41.9638 16.7222 40.6502 16.8599C39.3124 16.995 39.0282 17.1379 38.3142 17.4093C38.6106 17.145 39.5528 16.7984 39.3319 16.8009C37.8896 16.999 36.0968 17.7503 34.5643 18.601C34.5615 18.4519 34.5932 18.3041 34.6569 18.1691C33.9428 18.4405 32.1892 19.5387 31.6787 20.4678C31.7006 20.2899 31.7105 20.1108 31.7081 19.9316C31.1704 20.3323 30.6799 20.7926 30.2458 21.3038L30.219 21.3256C26.0777 19.8307 22.4334 19.7339 19.3495 20.4041C18.6748 19.7971 17.59 18.8791 16.055 15.8568C15.9507 15.6749 15.8947 16.2329 15.8146 16.0533C15.2181 14.6697 14.8578 12.403 14.917 10.8403C14.917 10.8403 13.6832 11.4026 12.6621 13.751C12.4725 14.1732 12.3509 14.406 12.2294 14.6389C12.1735 14.7068 12.3561 13.8677 12.3269 13.9133C12.1494 14.2138 11.6903 14.6337 11.4885 15.1772C11.3499 15.5799 11.1554 15.8055 11.0313 16.3078L11.0022 16.3538C10.9922 16.2058 11.039 15.7448 11.0049 15.8393C10.5263 16.8063 10.1144 17.805 9.77213 18.8282C9.22235 20.6357 8.58233 23.096 8.48087 26.2966C8.45643 26.5393 8.47816 26.8111 8.45613 27.0295C7.15405 28.5163 6.26683 29.7752 5.93139 30.4278C4.248 33.029 2.39303 37.0829 0.594851 43.4955C1.39488 41.7438 2.35156 40.068 3.45322 38.4886C1.95793 41.8923 0.512519 47.2374 0.223557 55.4687C0.58652 53.7653 1.05048 52.085 1.61298 50.4367C1.35477 55.9255 1.99409 62.7303 5.46404 70.4079C7.52434 74.9239 12.267 84.0947 23.8555 91.2513L23.8545 91.252C23.8545 91.252 27.7968 94.1867 34.5733 96.3861C35.0741 96.5678 35.5814 96.7467 36.0992 96.9202C35.9367 96.8546 35.7795 96.7856 35.6269 96.7147C40.1374 98.0661 44.8205 98.7544 49.5291 98.758C67.0752 98.7729 72.2501 91.7267 72.2501 91.7267C72.2501 91.7267 72.2319 91.7405 72.1987 91.7645C72.4463 91.5314 72.6848 91.2891 72.9142 91.0376C70.1458 93.6518 63.8281 93.8253 61.4658 93.6367C65.4946 92.4535 68.1456 91.4526 73.3023 89.4781C73.9057 89.2545 74.5228 88.9994 75.1534 88.7129C75.2216 88.6829 75.2905 88.6503 75.359 88.6192C75.4841 88.5609 75.608 88.5058 75.7343 88.4445C78.2467 87.2605 80.6092 85.7815 82.7717 84.0387C87.95 79.9021 89.0767 75.87 89.6657 73.2114C89.5835 73.4662 89.3276 74.0603 89.1478 74.445C87.8142 77.2978 84.8569 79.0483 81.645 80.5496C83.1734 78.5442 84.5907 76.4566 85.8906 74.2962C86.939 73.2562 87.2661 71.6294 88.049 70.5362Z",
|
|
2059
2083
|
fill: "url(#paint6_radial_2_3887)"
|
|
2060
2084
|
}
|
|
2061
|
-
), /* @__PURE__ */
|
|
2085
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2062
2086
|
"path",
|
|
2063
2087
|
{
|
|
2064
2088
|
d: "M81.7461 80.4269C83.8575 78.0991 85.7535 75.4365 87.1897 72.4173C90.8856 64.6466 96.6 51.7262 92.0994 38.232C88.5424 27.5666 83.6587 21.7348 77.4578 16.0379C67.3873 6.78646 64.5747 2.65635 64.5747 0.200317C64.5747 0.200317 52.9472 13.162 57.99 26.6808C63.0328 40.1996 73.3606 39.704 80.1934 53.8116C88.2338 70.4127 73.6881 88.5285 61.6594 93.5991C62.3958 93.4355 88.3991 87.5511 89.7657 72.6774C89.7348 72.9509 89.1488 77.0647 81.7461 80.4269Z",
|
|
2065
2089
|
fill: "url(#paint7_radial_2_3887)"
|
|
2066
2090
|
}
|
|
2067
|
-
), /* @__PURE__ */
|
|
2091
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2068
2092
|
"path",
|
|
2069
2093
|
{
|
|
2070
2094
|
d: "M48.0593 32.1888C48.0987 31.3104 47.643 30.7205 40.3788 30.0391C37.3901 29.7631 36.2457 27.0008 35.8968 25.8383C34.8341 28.5992 34.3953 31.4963 34.6312 35.0006C34.7925 37.2963 36.3348 39.7603 37.0721 41.207C37.0721 41.207 37.236 40.9941 37.3116 40.9154C38.6999 39.47 44.5167 37.2676 45.0632 36.9549C45.6656 36.5744 47.9581 34.8994 48.0593 32.1888Z",
|
|
2071
2095
|
fill: "url(#paint8_linear_2_3887)"
|
|
2072
2096
|
}
|
|
2073
|
-
), /* @__PURE__ */
|
|
2097
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2074
2098
|
"path",
|
|
2075
2099
|
{
|
|
2076
2100
|
d: "M16.0803 15.8725C15.9761 15.6904 15.9201 16.2485 15.8399 16.0689C15.2435 14.6854 14.8806 12.4431 14.9665 10.8584C14.9665 10.8584 13.7328 11.4207 12.7116 13.7691C12.522 14.1912 12.4004 14.4241 12.2789 14.657C12.2231 14.7249 12.4057 13.8857 12.3765 13.9314C12.1991 14.2319 11.74 14.6518 11.5406 15.1709C11.3752 15.5955 11.2051 15.8234 11.0785 16.35C11.0396 16.4931 11.1178 15.7167 11.0837 15.8112C8.70884 20.4011 8.25551 27.3411 8.50581 27.0476C13.5617 21.649 19.3557 20.3686 19.3557 20.3686C18.7392 19.9145 17.3997 18.6033 16.0804 15.8725H16.0803Z",
|
|
2077
2101
|
fill: "url(#paint9_linear_2_3887)"
|
|
2078
2102
|
}
|
|
2079
|
-
), /* @__PURE__ */
|
|
2103
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2080
2104
|
"path",
|
|
2081
2105
|
{
|
|
2082
2106
|
d: "M35.264 72.3257C28.2804 69.344 20.3409 65.1387 20.6406 55.5851C21.0488 43.0031 32.3739 45.4899 32.3739 45.4899C31.9465 45.5939 30.8039 46.4075 30.3989 47.2747C29.971 48.3592 29.1901 50.808 31.5559 53.3745C35.2707 57.4001 23.9237 62.9254 41.438 73.3632C41.8797 73.6036 37.3323 73.2199 35.2642 72.3257H35.264Z",
|
|
2083
2107
|
fill: "url(#paint10_linear_2_3887)"
|
|
2084
2108
|
}
|
|
2085
|
-
), /* @__PURE__ */
|
|
2109
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2086
2110
|
"path",
|
|
2087
2111
|
{
|
|
2088
2112
|
d: "M32.7831 66.0557C37.7352 67.7791 43.5042 67.4768 46.958 65.5691C49.2702 64.2819 52.2365 62.2203 54.0616 62.7292C52.4814 62.1046 51.2846 61.8128 49.8449 61.7415C49.5997 61.7415 49.3058 61.7363 49.0388 61.7094C48.5115 61.7077 47.9845 61.7366 47.4605 61.7958C46.5691 61.8778 45.5809 62.4402 44.6826 62.3499C44.634 62.345 45.554 61.9719 45.4792 61.9889C45.0032 62.0881 44.4861 62.1096 43.9397 62.1773C43.5924 62.2159 43.2938 62.2594 42.949 62.2737C32.6343 63.1484 23.9169 56.6835 23.9169 56.6835C23.1749 59.1825 27.2388 64.1254 32.7832 66.0557H32.7831Z",
|
|
2089
2113
|
fill: "url(#paint11_linear_2_3887)"
|
|
2090
2114
|
}
|
|
2091
|
-
), /* @__PURE__ */
|
|
2115
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2092
2116
|
"path",
|
|
2093
2117
|
{
|
|
2094
2118
|
d: "M81.7278 80.4934C92.1607 70.25 97.4391 57.7986 95.2076 43.8328C95.2076 43.8328 96.0991 50.9943 92.7189 58.3188C94.3428 51.1681 94.5317 42.2818 90.2173 33.0796C84.4588 20.7969 74.9882 14.3338 71.3725 11.6375C65.8942 7.55209 63.6233 3.39243 63.5823 2.53406C61.9458 5.88712 56.9952 17.3778 63.0505 27.2736C68.7236 36.5449 77.6604 39.2968 83.9167 47.8012C95.4426 63.4683 81.7278 80.4934 81.7278 80.4934Z",
|
|
2095
2119
|
fill: "url(#paint12_linear_2_3887)"
|
|
2096
2120
|
}
|
|
2097
|
-
), /* @__PURE__ */
|
|
2121
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2098
2122
|
"path",
|
|
2099
2123
|
{
|
|
2100
2124
|
d: "M80.233 53.8412C76.5869 46.3091 72.0363 43.0238 67.7316 39.4631C68.2324 40.1643 68.3558 40.412 68.633 40.8654C72.4218 44.9034 78.0087 54.7532 73.9525 67.1181C66.3174 90.3928 35.7771 79.4328 32.5753 76.3541C33.8706 89.8245 56.4171 96.2704 71.0969 87.535C79.4503 79.6274 86.2079 66.1847 80.233 53.8412Z",
|
|
2101
2125
|
fill: "url(#paint13_linear_2_3887)"
|
|
2102
2126
|
}
|
|
2103
2127
|
)),
|
|
2104
|
-
/* @__PURE__ */
|
|
2128
|
+
/* @__PURE__ */ React90.createElement("defs", null, /* @__PURE__ */ React90.createElement(
|
|
2105
2129
|
"radialGradient",
|
|
2106
2130
|
{
|
|
2107
2131
|
id: "paint0_radial_2_3887",
|
|
@@ -2111,15 +2135,15 @@ function SvgFirefoxLogo(props) {
|
|
|
2111
2135
|
gradientUnits: "userSpaceOnUse",
|
|
2112
2136
|
gradientTransform: "translate(91.188 24.8595) rotate(2.55481) scale(34.446 50.6293)"
|
|
2113
2137
|
},
|
|
2114
|
-
/* @__PURE__ */
|
|
2115
|
-
/* @__PURE__ */
|
|
2116
|
-
/* @__PURE__ */
|
|
2117
|
-
/* @__PURE__ */
|
|
2118
|
-
/* @__PURE__ */
|
|
2119
|
-
/* @__PURE__ */
|
|
2120
|
-
/* @__PURE__ */
|
|
2121
|
-
/* @__PURE__ */
|
|
2122
|
-
), /* @__PURE__ */
|
|
2138
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.045", stopColor: "#FFEA00" }),
|
|
2139
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.12", stopColor: "#FFDE00" }),
|
|
2140
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.254", stopColor: "#FFBF00" }),
|
|
2141
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.429", stopColor: "#FF8E00" }),
|
|
2142
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.769", stopColor: "#FF272D" }),
|
|
2143
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.872", stopColor: "#E0255A" }),
|
|
2144
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.953", stopColor: "#CC2477" }),
|
|
2145
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "1", stopColor: "#C42482" })
|
|
2146
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2123
2147
|
"radialGradient",
|
|
2124
2148
|
{
|
|
2125
2149
|
id: "paint1_radial_2_3887",
|
|
@@ -2129,15 +2153,15 @@ function SvgFirefoxLogo(props) {
|
|
|
2129
2153
|
gradientUnits: "userSpaceOnUse",
|
|
2130
2154
|
gradientTransform: "translate(66.6417 19.5445) scale(97.0809 97.0809)"
|
|
2131
2155
|
},
|
|
2132
|
-
/* @__PURE__ */
|
|
2133
|
-
/* @__PURE__ */
|
|
2134
|
-
/* @__PURE__ */
|
|
2135
|
-
/* @__PURE__ */
|
|
2136
|
-
/* @__PURE__ */
|
|
2137
|
-
/* @__PURE__ */
|
|
2138
|
-
/* @__PURE__ */
|
|
2139
|
-
/* @__PURE__ */
|
|
2140
|
-
), /* @__PURE__ */
|
|
2156
|
+
/* @__PURE__ */ React90.createElement("stop", { stopColor: "#00CCDA" }),
|
|
2157
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.22", stopColor: "#0083FF" }),
|
|
2158
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.261", stopColor: "#007AF9" }),
|
|
2159
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.33", stopColor: "#0060E8" }),
|
|
2160
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.333", stopColor: "#005FE7" }),
|
|
2161
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.438", stopColor: "#2639AD" }),
|
|
2162
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.522", stopColor: "#401E84" }),
|
|
2163
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.566", stopColor: "#4A1475" })
|
|
2164
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2141
2165
|
"linearGradient",
|
|
2142
2166
|
{
|
|
2143
2167
|
id: "paint2_linear_2_3887",
|
|
@@ -2147,10 +2171,10 @@ function SvgFirefoxLogo(props) {
|
|
|
2147
2171
|
y2: "10.5128",
|
|
2148
2172
|
gradientUnits: "userSpaceOnUse"
|
|
2149
2173
|
},
|
|
2150
|
-
/* @__PURE__ */
|
|
2151
|
-
/* @__PURE__ */
|
|
2152
|
-
/* @__PURE__ */
|
|
2153
|
-
), /* @__PURE__ */
|
|
2174
|
+
/* @__PURE__ */ React90.createElement("stop", { stopColor: "#000F43", stopOpacity: "0.4" }),
|
|
2175
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.485", stopColor: "#001962", stopOpacity: "0.173" }),
|
|
2176
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "1", stopColor: "#002079", stopOpacity: "0" })
|
|
2177
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2154
2178
|
"radialGradient",
|
|
2155
2179
|
{
|
|
2156
2180
|
id: "paint3_radial_2_3887",
|
|
@@ -2160,10 +2184,10 @@ function SvgFirefoxLogo(props) {
|
|
|
2160
2184
|
gradientUnits: "userSpaceOnUse",
|
|
2161
2185
|
gradientTransform: "translate(99.6542 63.8474) rotate(5.76178) scale(32.751 32.751)"
|
|
2162
2186
|
},
|
|
2163
|
-
/* @__PURE__ */
|
|
2164
|
-
/* @__PURE__ */
|
|
2165
|
-
/* @__PURE__ */
|
|
2166
|
-
), /* @__PURE__ */
|
|
2187
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.003", stopColor: "#FFEA00" }),
|
|
2188
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.497", stopColor: "#FF272D" }),
|
|
2189
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "1", stopColor: "#C42482" })
|
|
2190
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2167
2191
|
"radialGradient",
|
|
2168
2192
|
{
|
|
2169
2193
|
id: "paint4_radial_2_3887",
|
|
@@ -2173,15 +2197,15 @@ function SvgFirefoxLogo(props) {
|
|
|
2173
2197
|
gradientUnits: "userSpaceOnUse",
|
|
2174
2198
|
gradientTransform: "translate(99.8587 32.3043) rotate(5.76178) scale(54.6915)"
|
|
2175
2199
|
},
|
|
2176
|
-
/* @__PURE__ */
|
|
2177
|
-
/* @__PURE__ */
|
|
2178
|
-
/* @__PURE__ */
|
|
2179
|
-
/* @__PURE__ */
|
|
2180
|
-
/* @__PURE__ */
|
|
2181
|
-
/* @__PURE__ */
|
|
2182
|
-
/* @__PURE__ */
|
|
2183
|
-
/* @__PURE__ */
|
|
2184
|
-
), /* @__PURE__ */
|
|
2200
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.003", stopColor: "#FFE900" }),
|
|
2201
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.157", stopColor: "#FFAF0E" }),
|
|
2202
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.316", stopColor: "#FF7A1B" }),
|
|
2203
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.472", stopColor: "#FF4E26" }),
|
|
2204
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.621", stopColor: "#FF2C2E" }),
|
|
2205
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.762", stopColor: "#FF1434" }),
|
|
2206
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.892", stopColor: "#FF0538" }),
|
|
2207
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "1", stopColor: "#FF0039" })
|
|
2208
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2185
2209
|
"radialGradient",
|
|
2186
2210
|
{
|
|
2187
2211
|
id: "paint5_radial_2_3887",
|
|
@@ -2191,10 +2215,10 @@ function SvgFirefoxLogo(props) {
|
|
|
2191
2215
|
gradientUnits: "userSpaceOnUse",
|
|
2192
2216
|
gradientTransform: "translate(102.465 83.5229) rotate(5.76178) scale(50.1854 50.1854)"
|
|
2193
2217
|
},
|
|
2194
|
-
/* @__PURE__ */
|
|
2195
|
-
/* @__PURE__ */
|
|
2196
|
-
/* @__PURE__ */
|
|
2197
|
-
), /* @__PURE__ */
|
|
2218
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.003", stopColor: "#FF272D" }),
|
|
2219
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.497", stopColor: "#C42482" }),
|
|
2220
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.986", stopColor: "#620700" })
|
|
2221
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2198
2222
|
"radialGradient",
|
|
2199
2223
|
{
|
|
2200
2224
|
id: "paint6_radial_2_3887",
|
|
@@ -2204,16 +2228,16 @@ function SvgFirefoxLogo(props) {
|
|
|
2204
2228
|
gradientUnits: "userSpaceOnUse",
|
|
2205
2229
|
gradientTransform: "translate(71.8571 39.6675) scale(78.3434)"
|
|
2206
2230
|
},
|
|
2207
|
-
/* @__PURE__ */
|
|
2208
|
-
/* @__PURE__ */
|
|
2209
|
-
/* @__PURE__ */
|
|
2210
|
-
/* @__PURE__ */
|
|
2211
|
-
/* @__PURE__ */
|
|
2212
|
-
/* @__PURE__ */
|
|
2213
|
-
/* @__PURE__ */
|
|
2214
|
-
/* @__PURE__ */
|
|
2215
|
-
/* @__PURE__ */
|
|
2216
|
-
), /* @__PURE__ */
|
|
2231
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.156", stopColor: "#FFEA00" }),
|
|
2232
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.231", stopColor: "#FFDE00" }),
|
|
2233
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.365", stopColor: "#FFBF00" }),
|
|
2234
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.541", stopColor: "#FF8E00" }),
|
|
2235
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.763", stopColor: "#FF272D" }),
|
|
2236
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.796", stopColor: "#F92433" }),
|
|
2237
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.841", stopColor: "#E91C45" }),
|
|
2238
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.893", stopColor: "#CF0E62" }),
|
|
2239
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.935", stopColor: "#B5007F" })
|
|
2240
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2217
2241
|
"radialGradient",
|
|
2218
2242
|
{
|
|
2219
2243
|
id: "paint7_radial_2_3887",
|
|
@@ -2223,13 +2247,13 @@ function SvgFirefoxLogo(props) {
|
|
|
2223
2247
|
gradientUnits: "userSpaceOnUse",
|
|
2224
2248
|
gradientTransform: "translate(65.9626 0.329422) scale(92.5095 92.5095)"
|
|
2225
2249
|
},
|
|
2226
|
-
/* @__PURE__ */
|
|
2227
|
-
/* @__PURE__ */
|
|
2228
|
-
/* @__PURE__ */
|
|
2229
|
-
/* @__PURE__ */
|
|
2230
|
-
/* @__PURE__ */
|
|
2231
|
-
/* @__PURE__ */
|
|
2232
|
-
), /* @__PURE__ */
|
|
2250
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.279", stopColor: "#FFEA00" }),
|
|
2251
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.402", stopColor: "#FFDD00" }),
|
|
2252
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.63", stopColor: "#FFBA00" }),
|
|
2253
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.856", stopColor: "#FF9100" }),
|
|
2254
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.933", stopColor: "#FF6711" }),
|
|
2255
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.994", stopColor: "#FF4A1D" })
|
|
2256
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2233
2257
|
"linearGradient",
|
|
2234
2258
|
{
|
|
2235
2259
|
id: "paint8_linear_2_3887",
|
|
@@ -2239,14 +2263,14 @@ function SvgFirefoxLogo(props) {
|
|
|
2239
2263
|
y2: "30.3976",
|
|
2240
2264
|
gradientUnits: "userSpaceOnUse"
|
|
2241
2265
|
},
|
|
2242
|
-
/* @__PURE__ */
|
|
2243
|
-
/* @__PURE__ */
|
|
2244
|
-
/* @__PURE__ */
|
|
2245
|
-
/* @__PURE__ */
|
|
2246
|
-
/* @__PURE__ */
|
|
2247
|
-
/* @__PURE__ */
|
|
2248
|
-
/* @__PURE__ */
|
|
2249
|
-
), /* @__PURE__ */
|
|
2266
|
+
/* @__PURE__ */ React90.createElement("stop", { stopColor: "#C42482", stopOpacity: "0.5" }),
|
|
2267
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.474", stopColor: "#FF272D", stopOpacity: "0.5" }),
|
|
2268
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.486", stopColor: "#FF2C2C", stopOpacity: "0.513" }),
|
|
2269
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.675", stopColor: "#FF7A1A", stopOpacity: "0.72" }),
|
|
2270
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.829", stopColor: "#FFB20D", stopOpacity: "0.871" }),
|
|
2271
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.942", stopColor: "#FFD605", stopOpacity: "0.964" }),
|
|
2272
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "1", stopColor: "#FFE302" })
|
|
2273
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2250
2274
|
"linearGradient",
|
|
2251
2275
|
{
|
|
2252
2276
|
id: "paint9_linear_2_3887",
|
|
@@ -2256,9 +2280,9 @@ function SvgFirefoxLogo(props) {
|
|
|
2256
2280
|
y2: "11.7457",
|
|
2257
2281
|
gradientUnits: "userSpaceOnUse"
|
|
2258
2282
|
},
|
|
2259
|
-
/* @__PURE__ */
|
|
2260
|
-
/* @__PURE__ */
|
|
2261
|
-
), /* @__PURE__ */
|
|
2283
|
+
/* @__PURE__ */ React90.createElement("stop", { stopColor: "#891551", stopOpacity: "0.6" }),
|
|
2284
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "1", stopColor: "#C42482", stopOpacity: "0" })
|
|
2285
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2262
2286
|
"linearGradient",
|
|
2263
2287
|
{
|
|
2264
2288
|
id: "paint10_linear_2_3887",
|
|
@@ -2268,10 +2292,10 @@ function SvgFirefoxLogo(props) {
|
|
|
2268
2292
|
y2: "58.806",
|
|
2269
2293
|
gradientUnits: "userSpaceOnUse"
|
|
2270
2294
|
},
|
|
2271
|
-
/* @__PURE__ */
|
|
2272
|
-
/* @__PURE__ */
|
|
2273
|
-
/* @__PURE__ */
|
|
2274
|
-
), /* @__PURE__ */
|
|
2295
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.005", stopColor: "#891551", stopOpacity: "0.5" }),
|
|
2296
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.484", stopColor: "#FF272D", stopOpacity: "0.5" }),
|
|
2297
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "1", stopColor: "#FF272D", stopOpacity: "0" })
|
|
2298
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2275
2299
|
"linearGradient",
|
|
2276
2300
|
{
|
|
2277
2301
|
id: "paint11_linear_2_3887",
|
|
@@ -2281,15 +2305,15 @@ function SvgFirefoxLogo(props) {
|
|
|
2281
2305
|
y2: "60.0569",
|
|
2282
2306
|
gradientUnits: "userSpaceOnUse"
|
|
2283
2307
|
},
|
|
2284
|
-
/* @__PURE__ */
|
|
2285
|
-
/* @__PURE__ */
|
|
2286
|
-
/* @__PURE__ */
|
|
2287
|
-
/* @__PURE__ */
|
|
2288
|
-
/* @__PURE__ */
|
|
2289
|
-
/* @__PURE__ */
|
|
2290
|
-
/* @__PURE__ */
|
|
2291
|
-
/* @__PURE__ */
|
|
2292
|
-
), /* @__PURE__ */
|
|
2308
|
+
/* @__PURE__ */ React90.createElement("stop", { stopColor: "#C42482" }),
|
|
2309
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.083", stopColor: "#C42482", stopOpacity: "0.81" }),
|
|
2310
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.206", stopColor: "#C42482", stopOpacity: "0.565" }),
|
|
2311
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.328", stopColor: "#C42482", stopOpacity: "0.362" }),
|
|
2312
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.447", stopColor: "#C42482", stopOpacity: "0.204" }),
|
|
2313
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.562", stopColor: "#C42482", stopOpacity: "0.091" }),
|
|
2314
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.673", stopColor: "#C42482", stopOpacity: "0.023" }),
|
|
2315
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.773", stopColor: "#C42482", stopOpacity: "0" })
|
|
2316
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2293
2317
|
"linearGradient",
|
|
2294
2318
|
{
|
|
2295
2319
|
id: "paint12_linear_2_3887",
|
|
@@ -2299,16 +2323,16 @@ function SvgFirefoxLogo(props) {
|
|
|
2299
2323
|
y2: "72.2772",
|
|
2300
2324
|
gradientUnits: "userSpaceOnUse"
|
|
2301
2325
|
},
|
|
2302
|
-
/* @__PURE__ */
|
|
2303
|
-
/* @__PURE__ */
|
|
2304
|
-
/* @__PURE__ */
|
|
2305
|
-
/* @__PURE__ */
|
|
2306
|
-
/* @__PURE__ */
|
|
2307
|
-
/* @__PURE__ */
|
|
2308
|
-
/* @__PURE__ */
|
|
2309
|
-
/* @__PURE__ */
|
|
2310
|
-
/* @__PURE__ */
|
|
2311
|
-
), /* @__PURE__ */
|
|
2326
|
+
/* @__PURE__ */ React90.createElement("stop", { stopColor: "#FFF14F" }),
|
|
2327
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.268", stopColor: "#FFEE4C" }),
|
|
2328
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.452", stopColor: "#FFE643" }),
|
|
2329
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.612", stopColor: "#FFD834" }),
|
|
2330
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.757", stopColor: "#FFC41E" }),
|
|
2331
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.892", stopColor: "#FFAB02" }),
|
|
2332
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.902", stopColor: "#FFA900" }),
|
|
2333
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.949", stopColor: "#FFA000" }),
|
|
2334
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "1", stopColor: "#FF9100" })
|
|
2335
|
+
), /* @__PURE__ */ React90.createElement(
|
|
2312
2336
|
"linearGradient",
|
|
2313
2337
|
{
|
|
2314
2338
|
id: "paint13_linear_2_3887",
|
|
@@ -2318,25 +2342,25 @@ function SvgFirefoxLogo(props) {
|
|
|
2318
2342
|
y2: "82.1274",
|
|
2319
2343
|
gradientUnits: "userSpaceOnUse"
|
|
2320
2344
|
},
|
|
2321
|
-
/* @__PURE__ */
|
|
2322
|
-
/* @__PURE__ */
|
|
2323
|
-
/* @__PURE__ */
|
|
2324
|
-
/* @__PURE__ */
|
|
2325
|
-
/* @__PURE__ */
|
|
2326
|
-
/* @__PURE__ */
|
|
2327
|
-
/* @__PURE__ */
|
|
2328
|
-
/* @__PURE__ */
|
|
2329
|
-
/* @__PURE__ */
|
|
2330
|
-
/* @__PURE__ */
|
|
2331
|
-
/* @__PURE__ */
|
|
2332
|
-
/* @__PURE__ */
|
|
2333
|
-
), /* @__PURE__ */
|
|
2345
|
+
/* @__PURE__ */ React90.createElement("stop", { stopColor: "#FF8E00" }),
|
|
2346
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.04", stopColor: "#FF8E00", stopOpacity: "0.858" }),
|
|
2347
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.084", stopColor: "#FF8E00", stopOpacity: "0.729" }),
|
|
2348
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.13", stopColor: "#FF8E00", stopOpacity: "0.628" }),
|
|
2349
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.178", stopColor: "#FF8E00", stopOpacity: "0.557" }),
|
|
2350
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.227", stopColor: "#FF8E00", stopOpacity: "0.514" }),
|
|
2351
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.282", stopColor: "#FF8E00", stopOpacity: "0.5" }),
|
|
2352
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.389", stopColor: "#FF8E00", stopOpacity: "0.478" }),
|
|
2353
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.524", stopColor: "#FF8E00", stopOpacity: "0.416" }),
|
|
2354
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.676", stopColor: "#FF8E00", stopOpacity: "0.314" }),
|
|
2355
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "0.838", stopColor: "#FF8E00", stopOpacity: "0.172" }),
|
|
2356
|
+
/* @__PURE__ */ React90.createElement("stop", { offset: "1", stopColor: "#FF8E00", stopOpacity: "0" })
|
|
2357
|
+
), /* @__PURE__ */ React90.createElement("clipPath", { id: "clip0_2_3887" }, /* @__PURE__ */ React90.createElement("rect", { width: "96", height: "98.8718", fill: "white" })))
|
|
2334
2358
|
);
|
|
2335
2359
|
}
|
|
2336
2360
|
|
|
2337
2361
|
// src/components/icon/available-icons/first-page.tsx
|
|
2338
|
-
import
|
|
2339
|
-
var SvgFirstPage = (props) => /* @__PURE__ */
|
|
2362
|
+
import React91 from "react";
|
|
2363
|
+
var SvgFirstPage = (props) => /* @__PURE__ */ React91.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React91.createElement(
|
|
2340
2364
|
"path",
|
|
2341
2365
|
{
|
|
2342
2366
|
fillRule: "evenodd",
|
|
@@ -2347,9 +2371,9 @@ var SvgFirstPage = (props) => /* @__PURE__ */ React90.createElement("svg", __spr
|
|
|
2347
2371
|
));
|
|
2348
2372
|
|
|
2349
2373
|
// src/components/icon/available-icons/folder.tsx
|
|
2350
|
-
import * as
|
|
2374
|
+
import * as React92 from "react";
|
|
2351
2375
|
function SvgFolder(props) {
|
|
2352
|
-
return /* @__PURE__ */
|
|
2376
|
+
return /* @__PURE__ */ React92.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React92.createElement(
|
|
2353
2377
|
"path",
|
|
2354
2378
|
{
|
|
2355
2379
|
fillRule: "evenodd",
|
|
@@ -2361,9 +2385,9 @@ function SvgFolder(props) {
|
|
|
2361
2385
|
}
|
|
2362
2386
|
|
|
2363
2387
|
// src/components/icon/available-icons/folder-shared.tsx
|
|
2364
|
-
import * as
|
|
2388
|
+
import * as React93 from "react";
|
|
2365
2389
|
function SvgFolderShared(props) {
|
|
2366
|
-
return /* @__PURE__ */
|
|
2390
|
+
return /* @__PURE__ */ React93.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React93.createElement(
|
|
2367
2391
|
"path",
|
|
2368
2392
|
{
|
|
2369
2393
|
fillRule: "evenodd",
|
|
@@ -2371,7 +2395,7 @@ function SvgFolderShared(props) {
|
|
|
2371
2395
|
d: "M4.8 5a.8.8 0 00-.8.8v8.55a1 1 0 11-2 0V5.8A2.8 2.8 0 014.8 3h4.5a1 1 0 01.832.445L11.635 5.7H19.2A2.8 2.8 0 0122 8.5v11.7a1 1 0 11-2 0V8.5a.8.8 0 00-.8-.8h-8.1a1 1 0 01-.832-.445L8.765 5H4.8z",
|
|
2372
2396
|
fill: "currentColor"
|
|
2373
2397
|
}
|
|
2374
|
-
), /* @__PURE__ */
|
|
2398
|
+
), /* @__PURE__ */ React93.createElement(
|
|
2375
2399
|
"path",
|
|
2376
2400
|
{
|
|
2377
2401
|
fillRule: "evenodd",
|
|
@@ -2379,7 +2403,7 @@ function SvgFolderShared(props) {
|
|
|
2379
2403
|
d: "M4.8 5a.8.8 0 00-.8.8v14.4a1 1 0 11-2 0V5.8A2.8 2.8 0 014.8 3h4.5a1 1 0 01.832.445L11.635 5.7H19.2A2.8 2.8 0 0122 8.5a1 1 0 11-2 0 .8.8 0 00-.8-.8h-8.1a1 1 0 01-.832-.445L8.765 5H4.8z",
|
|
2380
2404
|
fill: "currentColor"
|
|
2381
2405
|
}
|
|
2382
|
-
), /* @__PURE__ */
|
|
2406
|
+
), /* @__PURE__ */ React93.createElement(
|
|
2383
2407
|
"path",
|
|
2384
2408
|
{
|
|
2385
2409
|
fillRule: "evenodd",
|
|
@@ -2391,15 +2415,15 @@ function SvgFolderShared(props) {
|
|
|
2391
2415
|
}
|
|
2392
2416
|
|
|
2393
2417
|
// src/components/icon/available-icons/caret-folder.tsx
|
|
2394
|
-
import * as
|
|
2418
|
+
import * as React94 from "react";
|
|
2395
2419
|
function SvgCaretFolder(props) {
|
|
2396
|
-
return /* @__PURE__ */
|
|
2420
|
+
return /* @__PURE__ */ React94.createElement("svg", __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React94.createElement(
|
|
2397
2421
|
"path",
|
|
2398
2422
|
{
|
|
2399
2423
|
d: "M20.24 7a2.6 2.6 0 00-1.84-.8h-6.67l-1.3-1.95a1 1 0 00-.83-.45h-4a2.66 2.66 0 00-1.84.76A2.6 2.6 0 003 6.4v11.2a2.6 2.6 0 00.76 1.84 2.66 2.66 0 001.84.76h12.8a2.6 2.6 0 001.84-.76A2.66 2.66 0 0021 17.6V8.8a2.6 2.6 0 00-.76-1.8zM19 17.6a.62.62 0 01-.6.6H5.6a.62.62 0 01-.6-.6V6.4a.62.62 0 01.6-.6h3.46l1.31 2a1 1 0 00.83.45h7.2a.59.59 0 01.42.17.6.6 0 01.18.38z",
|
|
2400
2424
|
fill: "currentColor"
|
|
2401
2425
|
}
|
|
2402
|
-
), /* @__PURE__ */
|
|
2426
|
+
), /* @__PURE__ */ React94.createElement(
|
|
2403
2427
|
"path",
|
|
2404
2428
|
{
|
|
2405
2429
|
d: "M13.07 11.2L12 12.28l-1.07-1.08a1 1 0 00-1.42 1.42l1.78 1.78a1 1 0 001.42 0l1.77-1.78a1 1 0 00-1.41-1.42z",
|
|
@@ -2409,9 +2433,9 @@ function SvgCaretFolder(props) {
|
|
|
2409
2433
|
}
|
|
2410
2434
|
|
|
2411
2435
|
// src/components/icon/available-icons/frown.tsx
|
|
2412
|
-
import * as
|
|
2436
|
+
import * as React95 from "react";
|
|
2413
2437
|
function SvgFrown(props) {
|
|
2414
|
-
return /* @__PURE__ */
|
|
2438
|
+
return /* @__PURE__ */ React95.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React95.createElement(
|
|
2415
2439
|
"path",
|
|
2416
2440
|
{
|
|
2417
2441
|
fillRule: "evenodd",
|
|
@@ -2419,7 +2443,7 @@ function SvgFrown(props) {
|
|
|
2419
2443
|
d: "M12 5a7 7 0 100 14 7 7 0 000-14zm-9 7a9 9 0 1118 0 9 9 0 01-18 0z",
|
|
2420
2444
|
fill: "currentColor"
|
|
2421
2445
|
}
|
|
2422
|
-
), /* @__PURE__ */
|
|
2446
|
+
), /* @__PURE__ */ React95.createElement(
|
|
2423
2447
|
"path",
|
|
2424
2448
|
{
|
|
2425
2449
|
fillRule: "evenodd",
|
|
@@ -2431,8 +2455,8 @@ function SvgFrown(props) {
|
|
|
2431
2455
|
}
|
|
2432
2456
|
|
|
2433
2457
|
// src/components/icon/available-icons/fullscreen.tsx
|
|
2434
|
-
import
|
|
2435
|
-
var SvgFullscreen = (props) => /* @__PURE__ */
|
|
2458
|
+
import React96 from "react";
|
|
2459
|
+
var SvgFullscreen = (props) => /* @__PURE__ */ React96.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React96.createElement(
|
|
2436
2460
|
"path",
|
|
2437
2461
|
{
|
|
2438
2462
|
fillRule: "evenodd",
|
|
@@ -2443,8 +2467,8 @@ var SvgFullscreen = (props) => /* @__PURE__ */ React95.createElement("svg", __sp
|
|
|
2443
2467
|
));
|
|
2444
2468
|
|
|
2445
2469
|
// src/components/icon/available-icons/fullscreen-exit.tsx
|
|
2446
|
-
import
|
|
2447
|
-
var SvgFullscreenExit = (props) => /* @__PURE__ */
|
|
2470
|
+
import React97 from "react";
|
|
2471
|
+
var SvgFullscreenExit = (props) => /* @__PURE__ */ React97.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React97.createElement(
|
|
2448
2472
|
"path",
|
|
2449
2473
|
{
|
|
2450
2474
|
fillRule: "evenodd",
|
|
@@ -2455,9 +2479,9 @@ var SvgFullscreenExit = (props) => /* @__PURE__ */ React96.createElement("svg",
|
|
|
2455
2479
|
));
|
|
2456
2480
|
|
|
2457
2481
|
// src/components/icon/available-icons/google.tsx
|
|
2458
|
-
import * as
|
|
2482
|
+
import * as React98 from "react";
|
|
2459
2483
|
function SvgGoogle(props) {
|
|
2460
|
-
return /* @__PURE__ */
|
|
2484
|
+
return /* @__PURE__ */ React98.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React98.createElement(
|
|
2461
2485
|
"path",
|
|
2462
2486
|
{
|
|
2463
2487
|
fillRule: "evenodd",
|
|
@@ -2465,7 +2489,7 @@ function SvgGoogle(props) {
|
|
|
2465
2489
|
d: "M20.64 12.2044C20.64 11.5663 20.5827 10.9526 20.4764 10.3635H12V13.8449H16.8436C16.635 14.9699 16.0009 15.9231 15.0477 16.5613V18.8194H17.9564C19.6582 17.2526 20.64 14.9453 20.64 12.2044Z",
|
|
2466
2490
|
fill: "#4285F4"
|
|
2467
2491
|
}
|
|
2468
|
-
), /* @__PURE__ */
|
|
2492
|
+
), /* @__PURE__ */ React98.createElement(
|
|
2469
2493
|
"path",
|
|
2470
2494
|
{
|
|
2471
2495
|
fillRule: "evenodd",
|
|
@@ -2473,7 +2497,7 @@ function SvgGoogle(props) {
|
|
|
2473
2497
|
d: "M12 21C14.43 21 16.4673 20.1941 17.9564 18.8195L15.0477 16.5613C14.2418 17.1013 13.2109 17.4204 12 17.4204C9.656 17.4204 7.6718 15.8372 6.964 13.71H3.9574V16.0418C5.4382 18.9831 8.4818 21 12 21Z",
|
|
2474
2498
|
fill: "#34A853"
|
|
2475
2499
|
}
|
|
2476
|
-
), /* @__PURE__ */
|
|
2500
|
+
), /* @__PURE__ */ React98.createElement(
|
|
2477
2501
|
"path",
|
|
2478
2502
|
{
|
|
2479
2503
|
fillRule: "evenodd",
|
|
@@ -2481,7 +2505,7 @@ function SvgGoogle(props) {
|
|
|
2481
2505
|
d: "M6.964 13.7101C6.784 13.1701 6.6818 12.5932 6.6818 12.0001C6.6818 11.4069 6.7841 10.8301 6.9641 10.2901V7.95819H3.9573C3.32728 9.21237 2.99945 10.5966 3 12.0001C3 13.4523 3.3477 14.8269 3.9573 16.0419L6.9641 13.7101H6.964Z",
|
|
2482
2506
|
fill: "#FBBC05"
|
|
2483
2507
|
}
|
|
2484
|
-
), /* @__PURE__ */
|
|
2508
|
+
), /* @__PURE__ */ React98.createElement(
|
|
2485
2509
|
"path",
|
|
2486
2510
|
{
|
|
2487
2511
|
fillRule: "evenodd",
|
|
@@ -2493,9 +2517,9 @@ function SvgGoogle(props) {
|
|
|
2493
2517
|
}
|
|
2494
2518
|
|
|
2495
2519
|
// src/components/icon/available-icons/grid.tsx
|
|
2496
|
-
import * as
|
|
2520
|
+
import * as React99 from "react";
|
|
2497
2521
|
function SvgGrid(props) {
|
|
2498
|
-
return /* @__PURE__ */
|
|
2522
|
+
return /* @__PURE__ */ React99.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React99.createElement(
|
|
2499
2523
|
"path",
|
|
2500
2524
|
{
|
|
2501
2525
|
fillRule: "evenodd",
|
|
@@ -2507,8 +2531,8 @@ function SvgGrid(props) {
|
|
|
2507
2531
|
}
|
|
2508
2532
|
|
|
2509
2533
|
// src/components/icon/available-icons/group-add.tsx
|
|
2510
|
-
import
|
|
2511
|
-
var SvgGroupAdd = (props) => /* @__PURE__ */
|
|
2534
|
+
import React100 from "react";
|
|
2535
|
+
var SvgGroupAdd = (props) => /* @__PURE__ */ React100.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React100.createElement(
|
|
2512
2536
|
"path",
|
|
2513
2537
|
{
|
|
2514
2538
|
fillRule: "evenodd",
|
|
@@ -2519,8 +2543,8 @@ var SvgGroupAdd = (props) => /* @__PURE__ */ React99.createElement("svg", __spre
|
|
|
2519
2543
|
));
|
|
2520
2544
|
|
|
2521
2545
|
// src/components/icon/available-icons/help.tsx
|
|
2522
|
-
import
|
|
2523
|
-
var SvgHelp = (props) => /* @__PURE__ */
|
|
2546
|
+
import React101 from "react";
|
|
2547
|
+
var SvgHelp = (props) => /* @__PURE__ */ React101.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React101.createElement(
|
|
2524
2548
|
"path",
|
|
2525
2549
|
{
|
|
2526
2550
|
fillRule: "evenodd",
|
|
@@ -2531,9 +2555,9 @@ var SvgHelp = (props) => /* @__PURE__ */ React100.createElement("svg", __spreadV
|
|
|
2531
2555
|
));
|
|
2532
2556
|
|
|
2533
2557
|
// src/components/icon/available-icons/help-circle.tsx
|
|
2534
|
-
import * as
|
|
2558
|
+
import * as React102 from "react";
|
|
2535
2559
|
function SvgHelpCircle(props) {
|
|
2536
|
-
return /* @__PURE__ */
|
|
2560
|
+
return /* @__PURE__ */ React102.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React102.createElement(
|
|
2537
2561
|
"path",
|
|
2538
2562
|
{
|
|
2539
2563
|
fillRule: "evenodd",
|
|
@@ -2541,7 +2565,7 @@ function SvgHelpCircle(props) {
|
|
|
2541
2565
|
d: "M12 5a7 7 0 100 14 7 7 0 000-14zm-9 7a9 9 0 1118 0 9 9 0 01-18 0z",
|
|
2542
2566
|
fill: "currentColor"
|
|
2543
2567
|
}
|
|
2544
|
-
), /* @__PURE__ */
|
|
2568
|
+
), /* @__PURE__ */ React102.createElement(
|
|
2545
2569
|
"path",
|
|
2546
2570
|
{
|
|
2547
2571
|
d: "M12.709 13.94v-.082c0-.56.26-.984.739-1.325l.56-.396c.808-.574 1.356-1.34 1.356-2.418 0-1.38-1.109-2.719-3.23-2.719C10.108 7 9 8.42 9 9.896c0 .205.014.424.068.615l1.725.068a1.413 1.413 0 01-.055-.437c0-.765.424-1.544 1.396-1.544.917 0 1.368.601 1.368 1.23 0 .41-.178.779-.588 1.08l-.657.49c-.78.588-1.081 1.258-1.081 1.982 0 .205.027.382.055.56h1.478zm-1.793 1.98c0 .602.479 1.08 1.081 1.08s1.095-.478 1.095-1.08c0-.6-.493-1.092-1.095-1.092s-1.081.492-1.081 1.093z",
|
|
@@ -2551,8 +2575,8 @@ function SvgHelpCircle(props) {
|
|
|
2551
2575
|
}
|
|
2552
2576
|
|
|
2553
2577
|
// src/components/icon/available-icons/highlight-off.tsx
|
|
2554
|
-
import
|
|
2555
|
-
var SvgHighlightOff = (props) => /* @__PURE__ */
|
|
2578
|
+
import React103 from "react";
|
|
2579
|
+
var SvgHighlightOff = (props) => /* @__PURE__ */ React103.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React103.createElement(
|
|
2556
2580
|
"path",
|
|
2557
2581
|
{
|
|
2558
2582
|
fillRule: "evenodd",
|
|
@@ -2563,27 +2587,27 @@ var SvgHighlightOff = (props) => /* @__PURE__ */ React102.createElement("svg", _
|
|
|
2563
2587
|
));
|
|
2564
2588
|
|
|
2565
2589
|
// src/components/icon/available-icons/jira.tsx
|
|
2566
|
-
import * as
|
|
2590
|
+
import * as React104 from "react";
|
|
2567
2591
|
function SvgJira(props) {
|
|
2568
|
-
return /* @__PURE__ */
|
|
2592
|
+
return /* @__PURE__ */ React104.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React104.createElement("g", { clipPath: "url(#clip0_11637_9729)" }, /* @__PURE__ */ React104.createElement(
|
|
2569
2593
|
"path",
|
|
2570
2594
|
{
|
|
2571
2595
|
d: "M20.2546 3H11.0742C11.0742 5.24582 12.9315 7.07382 15.2134 7.07382H16.9115V8.66678C16.9115 10.9126 18.7688 12.7406 21.0506 12.7406V3.78343C21.0506 3.33948 20.7057 3 20.2546 3Z",
|
|
2572
2596
|
fill: "#2684FF"
|
|
2573
2597
|
}
|
|
2574
|
-
), /* @__PURE__ */
|
|
2598
|
+
), /* @__PURE__ */ React104.createElement(
|
|
2575
2599
|
"path",
|
|
2576
2600
|
{
|
|
2577
2601
|
d: "M15.7175 7.4917H6.53711C6.53711 9.73752 8.39442 11.5655 10.6763 11.5655H12.3744V13.1846C12.3744 15.4304 14.2317 17.2584 16.5135 17.2584V8.27513C16.5135 7.8573 16.1686 7.4917 15.7175 7.4917Z",
|
|
2578
2602
|
fill: "url(#paint0_linear_11637_9729)"
|
|
2579
2603
|
}
|
|
2580
|
-
), /* @__PURE__ */
|
|
2604
|
+
), /* @__PURE__ */ React104.createElement(
|
|
2581
2605
|
"path",
|
|
2582
2606
|
{
|
|
2583
2607
|
d: "M11.1804 12.0093H2C2 14.2551 3.85731 16.0831 6.13915 16.0831H7.83726V17.6761C7.83726 19.9219 9.69457 21.7499 11.9764 21.7499V12.7927C11.9764 12.3488 11.605 12.0093 11.1804 12.0093Z",
|
|
2584
2608
|
fill: "url(#paint1_linear_11637_9729)"
|
|
2585
2609
|
}
|
|
2586
|
-
)), /* @__PURE__ */
|
|
2610
|
+
)), /* @__PURE__ */ React104.createElement("defs", null, /* @__PURE__ */ React104.createElement(
|
|
2587
2611
|
"linearGradient",
|
|
2588
2612
|
{
|
|
2589
2613
|
id: "paint0_linear_11637_9729",
|
|
@@ -2593,9 +2617,9 @@ function SvgJira(props) {
|
|
|
2593
2617
|
y2: "11.5369",
|
|
2594
2618
|
gradientUnits: "userSpaceOnUse"
|
|
2595
2619
|
},
|
|
2596
|
-
/* @__PURE__ */
|
|
2597
|
-
/* @__PURE__ */
|
|
2598
|
-
), /* @__PURE__ */
|
|
2620
|
+
/* @__PURE__ */ React104.createElement("stop", { offset: "0.176", stopColor: "#0052CC" }),
|
|
2621
|
+
/* @__PURE__ */ React104.createElement("stop", { offset: "1", stopColor: "#0C66E4" })
|
|
2622
|
+
), /* @__PURE__ */ React104.createElement(
|
|
2599
2623
|
"linearGradient",
|
|
2600
2624
|
{
|
|
2601
2625
|
id: "paint1_linear_11637_9729",
|
|
@@ -2605,27 +2629,27 @@ function SvgJira(props) {
|
|
|
2605
2629
|
y2: "16.4316",
|
|
2606
2630
|
gradientUnits: "userSpaceOnUse"
|
|
2607
2631
|
},
|
|
2608
|
-
/* @__PURE__ */
|
|
2609
|
-
/* @__PURE__ */
|
|
2610
|
-
), /* @__PURE__ */
|
|
2632
|
+
/* @__PURE__ */ React104.createElement("stop", { offset: "0.176", stopColor: "#0052CC" }),
|
|
2633
|
+
/* @__PURE__ */ React104.createElement("stop", { offset: "1", stopColor: "#2684FF" })
|
|
2634
|
+
), /* @__PURE__ */ React104.createElement("clipPath", { id: "clip0_11637_9729" }, /* @__PURE__ */ React104.createElement("rect", { width: "24", height: "24", fill: "white" }))));
|
|
2611
2635
|
}
|
|
2612
2636
|
|
|
2613
2637
|
// src/components/icon/available-icons/jira-neutral.tsx
|
|
2614
|
-
import * as
|
|
2638
|
+
import * as React105 from "react";
|
|
2615
2639
|
function SvgJiraNeutral(props) {
|
|
2616
|
-
return /* @__PURE__ */
|
|
2640
|
+
return /* @__PURE__ */ React105.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React105.createElement(
|
|
2617
2641
|
"path",
|
|
2618
2642
|
{
|
|
2619
2643
|
d: "M19.0696 4.28571H11.6347C11.6347 6.13627 13.1388 7.64255 14.9868 7.64255H16.3621V8.95516C16.3621 10.8057 17.8663 12.312 19.7142 12.312V4.93125C19.7142 4.56544 19.4134 4.28571 19.0696 4.28571Z",
|
|
2620
2644
|
fill: "currentColor"
|
|
2621
2645
|
}
|
|
2622
|
-
), /* @__PURE__ */
|
|
2646
|
+
), /* @__PURE__ */ React105.createElement(
|
|
2623
2647
|
"path",
|
|
2624
2648
|
{
|
|
2625
2649
|
d: "M15.3951 7.98676H7.96013C7.96013 9.83732 9.46431 11.3436 11.3123 11.3436H12.6875V12.6777C12.6875 14.5283 14.1917 16.0346 16.0397 16.0346V8.65382C16.0397 8.28801 15.7389 7.98676 15.3951 7.98676Z",
|
|
2626
2650
|
fill: "currentColor"
|
|
2627
2651
|
}
|
|
2628
|
-
), /* @__PURE__ */
|
|
2652
|
+
), /* @__PURE__ */ React105.createElement(
|
|
2629
2653
|
"path",
|
|
2630
2654
|
{
|
|
2631
2655
|
d: "M11.7206 11.6879H4.28563C4.28563 13.5385 5.78981 15.0448 7.6378 15.0448H8.99156V16.3574C8.99156 18.208 10.4957 19.7142 12.3437 19.7142V12.312C12.3652 11.9892 12.0644 11.6879 11.7206 11.6879Z",
|
|
@@ -2635,8 +2659,8 @@ function SvgJiraNeutral(props) {
|
|
|
2635
2659
|
}
|
|
2636
2660
|
|
|
2637
2661
|
// src/components/icon/available-icons/image.tsx
|
|
2638
|
-
import
|
|
2639
|
-
var SvgImage = (props) => /* @__PURE__ */
|
|
2662
|
+
import React106 from "react";
|
|
2663
|
+
var SvgImage = (props) => /* @__PURE__ */ React106.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React106.createElement(
|
|
2640
2664
|
"path",
|
|
2641
2665
|
{
|
|
2642
2666
|
fillRule: "evenodd",
|
|
@@ -2647,9 +2671,9 @@ var SvgImage = (props) => /* @__PURE__ */ React105.createElement("svg", __spread
|
|
|
2647
2671
|
));
|
|
2648
2672
|
|
|
2649
2673
|
// src/components/icon/available-icons/image1.tsx
|
|
2650
|
-
import * as
|
|
2674
|
+
import * as React107 from "react";
|
|
2651
2675
|
function SvgImage1(props) {
|
|
2652
|
-
return /* @__PURE__ */
|
|
2676
|
+
return /* @__PURE__ */ React107.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React107.createElement(
|
|
2653
2677
|
"path",
|
|
2654
2678
|
{
|
|
2655
2679
|
fillRule: "evenodd",
|
|
@@ -2657,7 +2681,7 @@ function SvgImage1(props) {
|
|
|
2657
2681
|
d: "M5 4a1 1 0 00-1 1v14a1 1 0 001 1h14a1 1 0 001-1V5a1 1 0 00-1-1H5zM2 5a3 3 0 013-3h14a3 3 0 013 3v14a3 3 0 01-3 3H5a3 3 0 01-3-3V5z",
|
|
2658
2682
|
fill: "currentColor"
|
|
2659
2683
|
}
|
|
2660
|
-
), /* @__PURE__ */
|
|
2684
|
+
), /* @__PURE__ */ React107.createElement(
|
|
2661
2685
|
"path",
|
|
2662
2686
|
{
|
|
2663
2687
|
fillRule: "evenodd",
|
|
@@ -2669,9 +2693,9 @@ function SvgImage1(props) {
|
|
|
2669
2693
|
}
|
|
2670
2694
|
|
|
2671
2695
|
// src/components/icon/available-icons/image2.tsx
|
|
2672
|
-
import * as
|
|
2696
|
+
import * as React108 from "react";
|
|
2673
2697
|
function SvgImage2(props) {
|
|
2674
|
-
return /* @__PURE__ */
|
|
2698
|
+
return /* @__PURE__ */ React108.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React108.createElement(
|
|
2675
2699
|
"path",
|
|
2676
2700
|
{
|
|
2677
2701
|
fillRule: "evenodd",
|
|
@@ -2679,7 +2703,7 @@ function SvgImage2(props) {
|
|
|
2679
2703
|
d: "M4.8 5a.8.8 0 00-.8.8v12.6a.8.8 0 00.8.8h14.4a.8.8 0 00.8-.8V5.8a.8.8 0 00-.8-.8H4.8zM2 5.8A2.8 2.8 0 014.8 3h14.4A2.8 2.8 0 0122 5.8v12.6a2.8 2.8 0 01-2.8 2.8H4.8A2.8 2.8 0 012 18.4V5.8z",
|
|
2680
2704
|
fill: "currentColor"
|
|
2681
2705
|
}
|
|
2682
|
-
), /* @__PURE__ */
|
|
2706
|
+
), /* @__PURE__ */ React108.createElement(
|
|
2683
2707
|
"path",
|
|
2684
2708
|
{
|
|
2685
2709
|
fillRule: "evenodd",
|
|
@@ -2691,9 +2715,9 @@ function SvgImage2(props) {
|
|
|
2691
2715
|
}
|
|
2692
2716
|
|
|
2693
2717
|
// src/components/icon/available-icons/import.tsx
|
|
2694
|
-
import * as
|
|
2718
|
+
import * as React109 from "react";
|
|
2695
2719
|
function SvgImport(props) {
|
|
2696
|
-
return /* @__PURE__ */
|
|
2720
|
+
return /* @__PURE__ */ React109.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React109.createElement(
|
|
2697
2721
|
"path",
|
|
2698
2722
|
{
|
|
2699
2723
|
fillRule: "evenodd",
|
|
@@ -2701,7 +2725,7 @@ function SvgImport(props) {
|
|
|
2701
2725
|
d: "M8.42715 15.1435C8.23108 14.6272 8.49068 14.0497 9.00699 13.8537L12.3755 12.5745L11.0963 9.20601C10.9002 8.6897 11.1598 8.11221 11.6761 7.91614C12.1924 7.72007 12.7699 7.97968 12.966 8.49598L14.6002 12.7993C14.7963 13.3156 14.5367 13.8931 14.0203 14.0892L9.71702 15.7234C9.20071 15.9194 8.62322 15.6598 8.42715 15.1435Z",
|
|
2702
2726
|
fill: "currentColor"
|
|
2703
2727
|
}
|
|
2704
|
-
), /* @__PURE__ */
|
|
2728
|
+
), /* @__PURE__ */ React109.createElement(
|
|
2705
2729
|
"path",
|
|
2706
2730
|
{
|
|
2707
2731
|
fillRule: "evenodd",
|
|
@@ -2709,7 +2733,7 @@ function SvgImport(props) {
|
|
|
2709
2733
|
d: "M4.16554 4.76675C4.71782 4.76673 5.16556 5.21443 5.16558 5.76671L5.16562 6.97381C5.16564 7.34597 5.37233 7.68734 5.70209 7.85985L14.1291 12.2682C14.6185 12.5242 14.8077 13.1285 14.5517 13.6178C14.2957 14.1072 13.6914 14.2964 13.2021 14.0404L4.77503 9.63201C3.78573 9.11449 3.16567 8.09038 3.16562 6.97389L3.16558 5.76679C3.16556 5.2145 3.61325 4.76677 4.16554 4.76675Z",
|
|
2710
2734
|
fill: "currentColor"
|
|
2711
2735
|
}
|
|
2712
|
-
), /* @__PURE__ */
|
|
2736
|
+
), /* @__PURE__ */ React109.createElement(
|
|
2713
2737
|
"path",
|
|
2714
2738
|
{
|
|
2715
2739
|
fillRule: "evenodd",
|
|
@@ -2721,9 +2745,9 @@ function SvgImport(props) {
|
|
|
2721
2745
|
}
|
|
2722
2746
|
|
|
2723
2747
|
// src/components/icon/available-icons/info.tsx
|
|
2724
|
-
import * as
|
|
2748
|
+
import * as React110 from "react";
|
|
2725
2749
|
function SvgInfo(props) {
|
|
2726
|
-
return /* @__PURE__ */
|
|
2750
|
+
return /* @__PURE__ */ React110.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React110.createElement(
|
|
2727
2751
|
"path",
|
|
2728
2752
|
{
|
|
2729
2753
|
fillRule: "evenodd",
|
|
@@ -2731,7 +2755,7 @@ function SvgInfo(props) {
|
|
|
2731
2755
|
d: "M12 5a7 7 0 100 14 7 7 0 000-14zm-9 7a9 9 0 1118 0 9 9 0 01-18 0z",
|
|
2732
2756
|
fill: "currentColor"
|
|
2733
2757
|
}
|
|
2734
|
-
), /* @__PURE__ */
|
|
2758
|
+
), /* @__PURE__ */ React110.createElement(
|
|
2735
2759
|
"path",
|
|
2736
2760
|
{
|
|
2737
2761
|
fillRule: "evenodd",
|
|
@@ -2743,9 +2767,9 @@ function SvgInfo(props) {
|
|
|
2743
2767
|
}
|
|
2744
2768
|
|
|
2745
2769
|
// src/components/icon/available-icons/info-fill.tsx
|
|
2746
|
-
import * as
|
|
2770
|
+
import * as React111 from "react";
|
|
2747
2771
|
function SvgInfoFill(props) {
|
|
2748
|
-
return /* @__PURE__ */
|
|
2772
|
+
return /* @__PURE__ */ React111.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React111.createElement(
|
|
2749
2773
|
"path",
|
|
2750
2774
|
{
|
|
2751
2775
|
fillRule: "evenodd",
|
|
@@ -2757,8 +2781,8 @@ function SvgInfoFill(props) {
|
|
|
2757
2781
|
}
|
|
2758
2782
|
|
|
2759
2783
|
// src/components/icon/available-icons/info-outline.tsx
|
|
2760
|
-
import
|
|
2761
|
-
var SvgInfoOutline = (props) => /* @__PURE__ */
|
|
2784
|
+
import React112 from "react";
|
|
2785
|
+
var SvgInfoOutline = (props) => /* @__PURE__ */ React112.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React112.createElement(
|
|
2762
2786
|
"path",
|
|
2763
2787
|
{
|
|
2764
2788
|
fillRule: "evenodd",
|
|
@@ -2769,9 +2793,9 @@ var SvgInfoOutline = (props) => /* @__PURE__ */ React111.createElement("svg", __
|
|
|
2769
2793
|
));
|
|
2770
2794
|
|
|
2771
2795
|
// src/components/icon/available-icons/italics.tsx
|
|
2772
|
-
import * as
|
|
2796
|
+
import * as React113 from "react";
|
|
2773
2797
|
function SvgItalics(props) {
|
|
2774
|
-
return /* @__PURE__ */
|
|
2798
|
+
return /* @__PURE__ */ React113.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React113.createElement(
|
|
2775
2799
|
"path",
|
|
2776
2800
|
{
|
|
2777
2801
|
fillRule: "evenodd",
|
|
@@ -2783,8 +2807,8 @@ function SvgItalics(props) {
|
|
|
2783
2807
|
}
|
|
2784
2808
|
|
|
2785
2809
|
// src/components/icon/available-icons/keyboard-arrow-down.tsx
|
|
2786
|
-
import
|
|
2787
|
-
var SvgKeyboardArrowDown = (props) => /* @__PURE__ */
|
|
2810
|
+
import React114 from "react";
|
|
2811
|
+
var SvgKeyboardArrowDown = (props) => /* @__PURE__ */ React114.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React114.createElement(
|
|
2788
2812
|
"path",
|
|
2789
2813
|
{
|
|
2790
2814
|
d: "M8.125 9l3.88 3.88L15.885 9a.996.996 0 111.41 1.41L12.705 15a.996.996 0 01-1.41 0l-4.59-4.59a.996.996 0 010-1.41c.39-.38 1.03-.39 1.42 0z",
|
|
@@ -2793,8 +2817,8 @@ var SvgKeyboardArrowDown = (props) => /* @__PURE__ */ React113.createElement("sv
|
|
|
2793
2817
|
));
|
|
2794
2818
|
|
|
2795
2819
|
// src/components/icon/available-icons/keyboard-arrow-left.tsx
|
|
2796
|
-
import
|
|
2797
|
-
var SvgKeyboardArrowLeft = (props) => /* @__PURE__ */
|
|
2820
|
+
import React115 from "react";
|
|
2821
|
+
var SvgKeyboardArrowLeft = (props) => /* @__PURE__ */ React115.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React115.createElement(
|
|
2798
2822
|
"path",
|
|
2799
2823
|
{
|
|
2800
2824
|
d: "M15 15.875l-3.88-3.88L15 8.115a.996.996 0 10-1.41-1.41L9 11.295a.996.996 0 000 1.41l4.59 4.59c.39.39 1.02.39 1.41 0 .38-.39.39-1.03 0-1.42z",
|
|
@@ -2803,8 +2827,8 @@ var SvgKeyboardArrowLeft = (props) => /* @__PURE__ */ React114.createElement("sv
|
|
|
2803
2827
|
));
|
|
2804
2828
|
|
|
2805
2829
|
// src/components/icon/available-icons/keyboard-arrow-right.tsx
|
|
2806
|
-
import
|
|
2807
|
-
var SvgKeyboardArrowRight = (props) => /* @__PURE__ */
|
|
2830
|
+
import React116 from "react";
|
|
2831
|
+
var SvgKeyboardArrowRight = (props) => /* @__PURE__ */ React116.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React116.createElement(
|
|
2808
2832
|
"path",
|
|
2809
2833
|
{
|
|
2810
2834
|
d: "M9 15.875l3.88-3.88L9 8.115a.996.996 0 111.41-1.41l4.59 4.59c.39.39.39 1.02 0 1.41l-4.59 4.59a.996.996 0 01-1.41 0c-.38-.39-.39-1.03 0-1.42z",
|
|
@@ -2813,8 +2837,8 @@ var SvgKeyboardArrowRight = (props) => /* @__PURE__ */ React115.createElement("s
|
|
|
2813
2837
|
));
|
|
2814
2838
|
|
|
2815
2839
|
// src/components/icon/available-icons/keyboard-arrow-up.tsx
|
|
2816
|
-
import
|
|
2817
|
-
var SvgKeyboardArrowUp = (props) => /* @__PURE__ */
|
|
2840
|
+
import React117 from "react";
|
|
2841
|
+
var SvgKeyboardArrowUp = (props) => /* @__PURE__ */ React117.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React117.createElement(
|
|
2818
2842
|
"path",
|
|
2819
2843
|
{
|
|
2820
2844
|
d: "M8.125 15l3.88-3.88 3.88 3.88a.996.996 0 101.41-1.41L12.705 9a.996.996 0 00-1.41 0l-4.59 4.59a.996.996 0 000 1.41c.39.38 1.03.39 1.42 0z",
|
|
@@ -2823,8 +2847,8 @@ var SvgKeyboardArrowUp = (props) => /* @__PURE__ */ React116.createElement("svg"
|
|
|
2823
2847
|
));
|
|
2824
2848
|
|
|
2825
2849
|
// src/components/icon/available-icons/launch.tsx
|
|
2826
|
-
import
|
|
2827
|
-
var SvgLaunch = (props) => /* @__PURE__ */
|
|
2850
|
+
import React118 from "react";
|
|
2851
|
+
var SvgLaunch = (props) => /* @__PURE__ */ React118.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React118.createElement(
|
|
2828
2852
|
"path",
|
|
2829
2853
|
{
|
|
2830
2854
|
fillRule: "evenodd",
|
|
@@ -2835,8 +2859,8 @@ var SvgLaunch = (props) => /* @__PURE__ */ React117.createElement("svg", __sprea
|
|
|
2835
2859
|
));
|
|
2836
2860
|
|
|
2837
2861
|
// src/components/icon/available-icons/lightbulb-outline.tsx
|
|
2838
|
-
import
|
|
2839
|
-
var SvgLightbulbOutline = (props) => /* @__PURE__ */
|
|
2862
|
+
import React119 from "react";
|
|
2863
|
+
var SvgLightbulbOutline = (props) => /* @__PURE__ */ React119.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React119.createElement(
|
|
2840
2864
|
"path",
|
|
2841
2865
|
{
|
|
2842
2866
|
fillRule: "evenodd",
|
|
@@ -2847,21 +2871,21 @@ var SvgLightbulbOutline = (props) => /* @__PURE__ */ React118.createElement("svg
|
|
|
2847
2871
|
));
|
|
2848
2872
|
|
|
2849
2873
|
// src/components/icon/available-icons/linearDark.tsx
|
|
2850
|
-
import * as
|
|
2874
|
+
import * as React120 from "react";
|
|
2851
2875
|
function SvgLinearDark(props) {
|
|
2852
|
-
return /* @__PURE__ */
|
|
2876
|
+
return /* @__PURE__ */ React120.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React120.createElement("g", { clipPath: "url(#clip0_11637_9734)" }, /* @__PURE__ */ React120.createElement(
|
|
2853
2877
|
"path",
|
|
2854
2878
|
{
|
|
2855
2879
|
d: "M3.22057 14.0741C3.18052 13.9034 3.38392 13.7958 3.50792 13.9198L10.0802 20.4921C10.2042 20.6161 10.0966 20.8195 9.9259 20.7794C6.60927 20.0014 3.9986 17.3907 3.22057 14.0741ZM3.00034 11.44C2.99716 11.491 3.01634 11.5408 3.05246 11.5769L12.4231 20.9475C12.4592 20.9837 12.509 21.0029 12.56 20.9997C12.9864 20.9731 13.4048 20.9169 13.8132 20.833C13.9508 20.8047 13.9986 20.6357 13.8993 20.5363L3.46367 10.1007C3.36434 10.0014 3.19526 10.0492 3.167 10.1868C3.08313 10.5952 3.0269 11.0136 3.00034 11.44ZM3.75797 8.34697C3.728 8.41425 3.74326 8.49288 3.79534 8.54497L15.455 20.2046C15.5071 20.2567 15.5857 20.272 15.653 20.242C15.9745 20.0988 16.2861 19.9373 16.5864 19.7589C16.6858 19.6999 16.7011 19.5633 16.6194 19.4816L4.51842 7.3806C4.43668 7.29887 4.30013 7.3142 4.24109 7.41358C4.06265 7.71389 3.90117 8.02547 3.75797 8.34697ZM5.27857 6.25332C5.21195 6.1867 5.20783 6.07985 5.27059 6.00958C6.92031 4.16268 9.32005 3 11.9913 3C16.9667 3 21 7.03331 21 12.0087C21 14.6799 19.8373 17.0797 17.9904 18.7294C17.9202 18.7922 17.8133 18.788 17.7467 18.7214L5.27857 6.25332Z",
|
|
2856
2880
|
fill: "currentColor"
|
|
2857
2881
|
}
|
|
2858
|
-
)), /* @__PURE__ */
|
|
2882
|
+
)), /* @__PURE__ */ React120.createElement("defs", null, /* @__PURE__ */ React120.createElement("clipPath", { id: "clip0_11637_9734" }, /* @__PURE__ */ React120.createElement("rect", { width: "24", height: "24", fill: "currentColor" }))));
|
|
2859
2883
|
}
|
|
2860
2884
|
|
|
2861
2885
|
// src/components/icon/available-icons/link.tsx
|
|
2862
|
-
import * as
|
|
2886
|
+
import * as React121 from "react";
|
|
2863
2887
|
function SvgLink(props) {
|
|
2864
|
-
return /* @__PURE__ */
|
|
2888
|
+
return /* @__PURE__ */ React121.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React121.createElement(
|
|
2865
2889
|
"path",
|
|
2866
2890
|
{
|
|
2867
2891
|
fillRule: "evenodd",
|
|
@@ -2869,7 +2893,7 @@ function SvgLink(props) {
|
|
|
2869
2893
|
d: "M6.34412 13.2845C5.76446 13.8641 5.43882 14.6503 5.43882 15.4701C5.43882 16.2898 5.76446 17.076 6.34412 17.6557C6.92378 18.2353 7.70997 18.561 8.52972 18.561C8.93563 18.561 9.33756 18.481 9.71256 18.3257C10.0876 18.1704 10.4283 17.9427 10.7153 17.6557L12.451 15.92C12.8415 15.5295 13.4746 15.5295 13.8652 15.92C14.2557 16.3106 14.2557 16.9437 13.8652 17.3343L12.1295 19.0699C11.6568 19.5426 11.0956 19.9176 10.4779 20.1734C9.86027 20.4293 9.19827 20.561 8.52972 20.561C7.17953 20.561 5.88464 20.0246 4.92991 19.0699C3.97518 18.1151 3.43882 16.8203 3.43882 15.4701C3.43882 14.1199 3.97518 12.825 4.92991 11.8702L6.66553 10.1346C7.05606 9.7441 7.68922 9.74409 8.07975 10.1346C8.47027 10.5251 8.47027 11.1583 8.07975 11.5488L6.34412 13.2845Z",
|
|
2870
2894
|
fill: "currentColor"
|
|
2871
2895
|
}
|
|
2872
|
-
), /* @__PURE__ */
|
|
2896
|
+
), /* @__PURE__ */ React121.createElement(
|
|
2873
2897
|
"path",
|
|
2874
2898
|
{
|
|
2875
2899
|
fillRule: "evenodd",
|
|
@@ -2877,7 +2901,7 @@ function SvgLink(props) {
|
|
|
2877
2901
|
d: "M17.6577 10.7131C18.2374 10.1334 18.563 9.34723 18.563 8.52747C18.563 7.70771 18.2374 6.92152 17.6577 6.34187C17.0781 5.76221 16.2919 5.43656 15.4721 5.43656C15.0662 5.43656 14.6643 5.51651 14.2893 5.67184C13.9143 5.82717 13.5736 6.05485 13.2865 6.34186L11.5509 8.07749C11.1604 8.46801 10.5272 8.46801 10.1367 8.07749C9.74617 7.68697 9.74617 7.0538 10.1367 6.66328L11.8723 4.92765C12.3451 4.45492 12.9063 4.07992 13.5239 3.82408C14.1416 3.56824 14.8036 3.43656 15.4721 3.43656C16.8223 3.43656 18.1172 3.97292 19.072 4.92765C20.0267 5.88238 20.563 7.17728 20.563 8.52747C20.563 9.87766 20.0267 11.1726 19.072 12.1273L17.3363 13.8629C16.9458 14.2534 16.3126 14.2534 15.9221 13.8629C15.5316 13.4724 15.5316 12.8392 15.9221 12.4487L17.6577 10.7131Z",
|
|
2878
2902
|
fill: "currentColor"
|
|
2879
2903
|
}
|
|
2880
|
-
), /* @__PURE__ */
|
|
2904
|
+
), /* @__PURE__ */ React121.createElement(
|
|
2881
2905
|
"path",
|
|
2882
2906
|
{
|
|
2883
2907
|
fillRule: "evenodd",
|
|
@@ -2889,8 +2913,8 @@ function SvgLink(props) {
|
|
|
2889
2913
|
}
|
|
2890
2914
|
|
|
2891
2915
|
// src/components/icon/available-icons/linkedin.tsx
|
|
2892
|
-
import
|
|
2893
|
-
var SvgLinkedIn = (props) => /* @__PURE__ */
|
|
2916
|
+
import React122 from "react";
|
|
2917
|
+
var SvgLinkedIn = (props) => /* @__PURE__ */ React122.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React122.createElement(
|
|
2894
2918
|
"path",
|
|
2895
2919
|
{
|
|
2896
2920
|
fillRule: "evenodd",
|
|
@@ -2901,9 +2925,9 @@ var SvgLinkedIn = (props) => /* @__PURE__ */ React121.createElement("svg", __spr
|
|
|
2901
2925
|
));
|
|
2902
2926
|
|
|
2903
2927
|
// src/components/icon/available-icons/link-off.tsx
|
|
2904
|
-
import * as
|
|
2928
|
+
import * as React123 from "react";
|
|
2905
2929
|
function SvgLinkOff(props) {
|
|
2906
|
-
return /* @__PURE__ */
|
|
2930
|
+
return /* @__PURE__ */ React123.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React123.createElement(
|
|
2907
2931
|
"path",
|
|
2908
2932
|
{
|
|
2909
2933
|
fillRule: "evenodd",
|
|
@@ -2915,9 +2939,9 @@ function SvgLinkOff(props) {
|
|
|
2915
2939
|
}
|
|
2916
2940
|
|
|
2917
2941
|
// src/components/icon/available-icons/list.tsx
|
|
2918
|
-
import * as
|
|
2942
|
+
import * as React124 from "react";
|
|
2919
2943
|
function SvgList(props) {
|
|
2920
|
-
return /* @__PURE__ */
|
|
2944
|
+
return /* @__PURE__ */ React124.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React124.createElement(
|
|
2921
2945
|
"path",
|
|
2922
2946
|
{
|
|
2923
2947
|
fillRule: "evenodd",
|
|
@@ -2929,9 +2953,9 @@ function SvgList(props) {
|
|
|
2929
2953
|
}
|
|
2930
2954
|
|
|
2931
2955
|
// src/components/icon/available-icons/location.tsx
|
|
2932
|
-
import * as
|
|
2956
|
+
import * as React125 from "react";
|
|
2933
2957
|
function SvgLocation(props) {
|
|
2934
|
-
return /* @__PURE__ */
|
|
2958
|
+
return /* @__PURE__ */ React125.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React125.createElement(
|
|
2935
2959
|
"path",
|
|
2936
2960
|
{
|
|
2937
2961
|
fillRule: "evenodd",
|
|
@@ -2943,9 +2967,9 @@ function SvgLocation(props) {
|
|
|
2943
2967
|
}
|
|
2944
2968
|
|
|
2945
2969
|
// src/components/icon/available-icons/lock.tsx
|
|
2946
|
-
import * as
|
|
2970
|
+
import * as React126 from "react";
|
|
2947
2971
|
function SvgLock(props) {
|
|
2948
|
-
return /* @__PURE__ */
|
|
2972
|
+
return /* @__PURE__ */ React126.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React126.createElement(
|
|
2949
2973
|
"path",
|
|
2950
2974
|
{
|
|
2951
2975
|
fillRule: "evenodd",
|
|
@@ -2953,7 +2977,7 @@ function SvgLock(props) {
|
|
|
2953
2977
|
d: "M6.6 12.2a.6.6 0 00-.6.6v5.6a.6.6 0 00.6.6h11.2a.6.6 0 00.6-.6v-5.6a.6.6 0 00-.6-.6H6.6zm-2.6.6a2.6 2.6 0 012.6-2.6h11.2a2.6 2.6 0 012.6 2.6v5.6a2.6 2.6 0 01-2.6 2.6H6.6A2.6 2.6 0 014 18.4v-5.6z",
|
|
2954
2978
|
fill: "currentColor"
|
|
2955
2979
|
}
|
|
2956
|
-
), /* @__PURE__ */
|
|
2980
|
+
), /* @__PURE__ */ React126.createElement(
|
|
2957
2981
|
"path",
|
|
2958
2982
|
{
|
|
2959
2983
|
fillRule: "evenodd",
|
|
@@ -2965,9 +2989,9 @@ function SvgLock(props) {
|
|
|
2965
2989
|
}
|
|
2966
2990
|
|
|
2967
2991
|
// src/components/icon/available-icons/lock-fill.tsx
|
|
2968
|
-
import * as
|
|
2992
|
+
import * as React127 from "react";
|
|
2969
2993
|
function SvgLockFill(props) {
|
|
2970
|
-
return /* @__PURE__ */
|
|
2994
|
+
return /* @__PURE__ */ React127.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React127.createElement(
|
|
2971
2995
|
"path",
|
|
2972
2996
|
{
|
|
2973
2997
|
fillRule: "evenodd",
|
|
@@ -2975,7 +2999,7 @@ function SvgLockFill(props) {
|
|
|
2975
2999
|
d: "M6.6 12.2001C6.26863 12.2001 6 12.4688 6 12.8001V18.4001C6 18.7315 6.26863 19.0001 6.6 19.0001H17.8C18.1314 19.0001 18.4 18.7315 18.4 18.4001V12.8001C18.4 12.4688 18.1314 12.2001 17.8 12.2001H6.6ZM4 12.8001C4 11.3642 5.16406 10.2001 6.6 10.2001H17.8C19.2359 10.2001 20.4 11.3642 20.4 12.8001V18.4001C20.4 19.8361 19.2359 21.0001 17.8 21.0001H6.6C5.16406 21.0001 4 19.8361 4 18.4001V12.8001Z",
|
|
2976
3000
|
fill: "currentColor"
|
|
2977
3001
|
}
|
|
2978
|
-
), /* @__PURE__ */
|
|
3002
|
+
), /* @__PURE__ */ React127.createElement(
|
|
2979
3003
|
"path",
|
|
2980
3004
|
{
|
|
2981
3005
|
fillRule: "evenodd",
|
|
@@ -2983,13 +3007,13 @@ function SvgLockFill(props) {
|
|
|
2983
3007
|
d: "M12.2001 5C11.4045 5 10.6414 5.31607 10.0788 5.87868C9.51621 6.44129 9.20014 7.20435 9.20014 8V11.2C9.20014 11.7523 8.75242 12.2 8.20014 12.2C7.64785 12.2 7.20014 11.7523 7.20014 11.2V8C7.20014 6.67392 7.72692 5.40215 8.6646 4.46447C9.60229 3.52678 10.8741 3 12.2001 3C13.5262 3 14.798 3.52678 15.7357 4.46447C16.6734 5.40215 17.2001 6.67392 17.2001 8V11.2C17.2001 11.7523 16.7524 12.2 16.2001 12.2C15.6479 12.2 15.2001 11.7523 15.2001 11.2V8C15.2001 7.20435 14.8841 6.44129 14.3215 5.87868C13.7588 5.31607 12.9958 5 12.2001 5Z",
|
|
2984
3008
|
fill: "currentColor"
|
|
2985
3009
|
}
|
|
2986
|
-
), /* @__PURE__ */
|
|
3010
|
+
), /* @__PURE__ */ React127.createElement("path", { d: "M6 12H19V19H6V12Z", fill: "currentColor" }));
|
|
2987
3011
|
}
|
|
2988
3012
|
|
|
2989
3013
|
// src/components/icon/available-icons/log-out.tsx
|
|
2990
|
-
import * as
|
|
3014
|
+
import * as React128 from "react";
|
|
2991
3015
|
function SvgLogOut(props) {
|
|
2992
|
-
return /* @__PURE__ */
|
|
3016
|
+
return /* @__PURE__ */ React128.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React128.createElement(
|
|
2993
3017
|
"path",
|
|
2994
3018
|
{
|
|
2995
3019
|
fillRule: "evenodd",
|
|
@@ -2997,7 +3021,7 @@ function SvgLogOut(props) {
|
|
|
2997
3021
|
d: "M5.778 5A.778.778 0 005 5.778v12.444a.778.778 0 00.778.778h3.555a1 1 0 110 2H5.778A2.778 2.778 0 013 18.222V5.778A2.778 2.778 0 015.778 3h3.555a1 1 0 010 2H5.778zM14.848 6.848a1 1 0 011.415 0l4.444 4.445a1 1 0 010 1.414l-4.444 4.445a1 1 0 01-1.415-1.415L18.587 12l-3.737-3.737a1 1 0 010-1.415z",
|
|
2998
3022
|
fill: "currentColor"
|
|
2999
3023
|
}
|
|
3000
|
-
), /* @__PURE__ */
|
|
3024
|
+
), /* @__PURE__ */ React128.createElement(
|
|
3001
3025
|
"path",
|
|
3002
3026
|
{
|
|
3003
3027
|
fillRule: "evenodd",
|
|
@@ -3009,9 +3033,9 @@ function SvgLogOut(props) {
|
|
|
3009
3033
|
}
|
|
3010
3034
|
|
|
3011
3035
|
// src/components/icon/available-icons/maximize.tsx
|
|
3012
|
-
import * as
|
|
3036
|
+
import * as React129 from "react";
|
|
3013
3037
|
function SvgMaximize(props) {
|
|
3014
|
-
return /* @__PURE__ */
|
|
3038
|
+
return /* @__PURE__ */ React129.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React129.createElement(
|
|
3015
3039
|
"path",
|
|
3016
3040
|
{
|
|
3017
3041
|
fillRule: "evenodd",
|
|
@@ -3023,9 +3047,9 @@ function SvgMaximize(props) {
|
|
|
3023
3047
|
}
|
|
3024
3048
|
|
|
3025
3049
|
// src/components/icon/available-icons/menu.tsx
|
|
3026
|
-
import * as
|
|
3050
|
+
import * as React130 from "react";
|
|
3027
3051
|
function SvgMenu(props) {
|
|
3028
|
-
return /* @__PURE__ */
|
|
3052
|
+
return /* @__PURE__ */ React130.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React130.createElement(
|
|
3029
3053
|
"path",
|
|
3030
3054
|
{
|
|
3031
3055
|
fillRule: "evenodd",
|
|
@@ -3037,9 +3061,9 @@ function SvgMenu(props) {
|
|
|
3037
3061
|
}
|
|
3038
3062
|
|
|
3039
3063
|
// src/components/icon/available-icons/mic.tsx
|
|
3040
|
-
import * as
|
|
3064
|
+
import * as React131 from "react";
|
|
3041
3065
|
function SvgMic(props) {
|
|
3042
|
-
return /* @__PURE__ */
|
|
3066
|
+
return /* @__PURE__ */ React131.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React131.createElement(
|
|
3043
3067
|
"path",
|
|
3044
3068
|
{
|
|
3045
3069
|
fillRule: "evenodd",
|
|
@@ -3047,7 +3071,7 @@ function SvgMic(props) {
|
|
|
3047
3071
|
d: "M9.284 3.012a3.455 3.455 0 015.898 2.443V12a3.454 3.454 0 11-6.91 0V5.455c0-.917.364-1.795 1.012-2.443zM11.727 4a1.454 1.454 0 00-1.454 1.455V12a1.454 1.454 0 002.909 0V5.455A1.454 1.454 0 0011.727 4z",
|
|
3048
3072
|
fill: "currentColor"
|
|
3049
3073
|
}
|
|
3050
|
-
), /* @__PURE__ */
|
|
3074
|
+
), /* @__PURE__ */ React131.createElement(
|
|
3051
3075
|
"path",
|
|
3052
3076
|
{
|
|
3053
3077
|
fillRule: "evenodd",
|
|
@@ -3055,7 +3079,7 @@ function SvgMic(props) {
|
|
|
3055
3079
|
d: "M6 9.364a1 1 0 011 1V12a4.727 4.727 0 009.454 0v-1.636a1 1 0 012 0V12A6.727 6.727 0 115 12v-1.636a1 1 0 011-1z",
|
|
3056
3080
|
fill: "currentColor"
|
|
3057
3081
|
}
|
|
3058
|
-
), /* @__PURE__ */
|
|
3082
|
+
), /* @__PURE__ */ React131.createElement(
|
|
3059
3083
|
"path",
|
|
3060
3084
|
{
|
|
3061
3085
|
fillRule: "evenodd",
|
|
@@ -3063,7 +3087,7 @@ function SvgMic(props) {
|
|
|
3063
3087
|
d: "M11.727 16.727a1 1 0 011 1V21a1 1 0 01-2 0v-3.273a1 1 0 011-1z",
|
|
3064
3088
|
fill: "currentColor"
|
|
3065
3089
|
}
|
|
3066
|
-
), /* @__PURE__ */
|
|
3090
|
+
), /* @__PURE__ */ React131.createElement(
|
|
3067
3091
|
"path",
|
|
3068
3092
|
{
|
|
3069
3093
|
fillRule: "evenodd",
|
|
@@ -3075,9 +3099,9 @@ function SvgMic(props) {
|
|
|
3075
3099
|
}
|
|
3076
3100
|
|
|
3077
3101
|
// src/components/icon/available-icons/mic-off.tsx
|
|
3078
|
-
import * as
|
|
3102
|
+
import * as React132 from "react";
|
|
3079
3103
|
function SvgMicOff(props) {
|
|
3080
|
-
return /* @__PURE__ */
|
|
3104
|
+
return /* @__PURE__ */ React132.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React132.createElement(
|
|
3081
3105
|
"path",
|
|
3082
3106
|
{
|
|
3083
3107
|
fillRule: "evenodd",
|
|
@@ -3089,9 +3113,9 @@ function SvgMicOff(props) {
|
|
|
3089
3113
|
}
|
|
3090
3114
|
|
|
3091
3115
|
// src/components/icon/available-icons/minimize.tsx
|
|
3092
|
-
import * as
|
|
3116
|
+
import * as React133 from "react";
|
|
3093
3117
|
function SvgMinimize(props) {
|
|
3094
|
-
return /* @__PURE__ */
|
|
3118
|
+
return /* @__PURE__ */ React133.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React133.createElement(
|
|
3095
3119
|
"path",
|
|
3096
3120
|
{
|
|
3097
3121
|
fillRule: "evenodd",
|
|
@@ -3103,9 +3127,9 @@ function SvgMinimize(props) {
|
|
|
3103
3127
|
}
|
|
3104
3128
|
|
|
3105
3129
|
// src/components/icon/available-icons/minus-circle.tsx
|
|
3106
|
-
import * as
|
|
3130
|
+
import * as React134 from "react";
|
|
3107
3131
|
function SvgMinusCircle(props) {
|
|
3108
|
-
return /* @__PURE__ */
|
|
3132
|
+
return /* @__PURE__ */ React134.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React134.createElement(
|
|
3109
3133
|
"path",
|
|
3110
3134
|
{
|
|
3111
3135
|
fillRule: "evenodd",
|
|
@@ -3113,7 +3137,7 @@ function SvgMinusCircle(props) {
|
|
|
3113
3137
|
d: "M12 5a7 7 0 100 14 7 7 0 000-14zm-9 7a9 9 0 1118 0 9 9 0 01-18 0z",
|
|
3114
3138
|
fill: "currentColor"
|
|
3115
3139
|
}
|
|
3116
|
-
), /* @__PURE__ */
|
|
3140
|
+
), /* @__PURE__ */ React134.createElement(
|
|
3117
3141
|
"path",
|
|
3118
3142
|
{
|
|
3119
3143
|
fillRule: "evenodd",
|
|
@@ -3125,9 +3149,9 @@ function SvgMinusCircle(props) {
|
|
|
3125
3149
|
}
|
|
3126
3150
|
|
|
3127
3151
|
// src/components/icon/available-icons/more-horiz.tsx
|
|
3128
|
-
import * as
|
|
3152
|
+
import * as React135 from "react";
|
|
3129
3153
|
function SvgMoreHoriz(props) {
|
|
3130
|
-
return /* @__PURE__ */
|
|
3154
|
+
return /* @__PURE__ */ React135.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React135.createElement(
|
|
3131
3155
|
"path",
|
|
3132
3156
|
{
|
|
3133
3157
|
fillRule: "evenodd",
|
|
@@ -3139,9 +3163,9 @@ function SvgMoreHoriz(props) {
|
|
|
3139
3163
|
}
|
|
3140
3164
|
|
|
3141
3165
|
// src/components/icon/available-icons/mute.tsx
|
|
3142
|
-
import * as
|
|
3166
|
+
import * as React136 from "react";
|
|
3143
3167
|
function SvgMute(props) {
|
|
3144
|
-
return /* @__PURE__ */
|
|
3168
|
+
return /* @__PURE__ */ React136.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React136.createElement(
|
|
3145
3169
|
"path",
|
|
3146
3170
|
{
|
|
3147
3171
|
fillRule: "evenodd",
|
|
@@ -3153,8 +3177,8 @@ function SvgMute(props) {
|
|
|
3153
3177
|
}
|
|
3154
3178
|
|
|
3155
3179
|
// src/components/icon/available-icons/near-me.tsx
|
|
3156
|
-
import
|
|
3157
|
-
var SvgNearMe = (props) => /* @__PURE__ */
|
|
3180
|
+
import React137 from "react";
|
|
3181
|
+
var SvgNearMe = (props) => /* @__PURE__ */ React137.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React137.createElement(
|
|
3158
3182
|
"path",
|
|
3159
3183
|
{
|
|
3160
3184
|
d: "M18.95 3.738L4.27 9.878c-.83.35-.81 1.53.02 1.85l5.34 2.07a1 1 0 01.57.57l2.06 5.33c.32.84 1.51.86 1.86.03l6.15-14.67c.33-.83-.5-1.66-1.32-1.32z",
|
|
@@ -3163,8 +3187,8 @@ var SvgNearMe = (props) => /* @__PURE__ */ React136.createElement("svg", __sprea
|
|
|
3163
3187
|
));
|
|
3164
3188
|
|
|
3165
3189
|
// src/components/icon/available-icons/notifications.tsx
|
|
3166
|
-
import
|
|
3167
|
-
var SvgNotifications = (props) => /* @__PURE__ */
|
|
3190
|
+
import React138 from "react";
|
|
3191
|
+
var SvgNotifications = (props) => /* @__PURE__ */ React138.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React138.createElement(
|
|
3168
3192
|
"path",
|
|
3169
3193
|
{
|
|
3170
3194
|
fillRule: "evenodd",
|
|
@@ -3174,9 +3198,55 @@ var SvgNotifications = (props) => /* @__PURE__ */ React137.createElement("svg",
|
|
|
3174
3198
|
}
|
|
3175
3199
|
));
|
|
3176
3200
|
|
|
3201
|
+
// src/components/icon/available-icons/numbered-list.tsx
|
|
3202
|
+
import React139 from "react";
|
|
3203
|
+
var SvgNumberedList = () => /* @__PURE__ */ React139.createElement("svg", { viewBox: "0 0 24 24", fill: "none" }, /* @__PURE__ */ React139.createElement(
|
|
3204
|
+
"path",
|
|
3205
|
+
{
|
|
3206
|
+
fillRule: "evenodd",
|
|
3207
|
+
clipRule: "evenodd",
|
|
3208
|
+
d: "M11.4444 11C11.4444 10.4477 11.8921 10 12.4444 10H23.9999C24.5522 10 24.9999 10.4477 24.9999 11C24.9999 11.5523 24.5522 12 23.9999 12H12.4444C11.8921 12 11.4444 11.5523 11.4444 11Z",
|
|
3209
|
+
fill: "currentColor"
|
|
3210
|
+
}
|
|
3211
|
+
), /* @__PURE__ */ React139.createElement(
|
|
3212
|
+
"path",
|
|
3213
|
+
{
|
|
3214
|
+
fillRule: "evenodd",
|
|
3215
|
+
clipRule: "evenodd",
|
|
3216
|
+
d: "M11.4444 16.3333C11.4444 15.781 11.8921 15.3333 12.4444 15.3333H23.9999C24.5522 15.3333 24.9999 15.781 24.9999 16.3333C24.9999 16.8856 24.5522 17.3333 23.9999 17.3333H12.4444C11.8921 17.3333 11.4444 16.8856 11.4444 16.3333Z",
|
|
3217
|
+
fill: "currentColor"
|
|
3218
|
+
}
|
|
3219
|
+
), /* @__PURE__ */ React139.createElement(
|
|
3220
|
+
"path",
|
|
3221
|
+
{
|
|
3222
|
+
fillRule: "evenodd",
|
|
3223
|
+
clipRule: "evenodd",
|
|
3224
|
+
d: "M11.4444 21.6667C11.4444 21.1144 11.8921 20.6667 12.4444 20.6667H23.9999C24.5522 20.6667 24.9999 21.1144 24.9999 21.6667C24.9999 22.219 24.5522 22.6667 23.9999 22.6667H12.4444C11.8921 22.6667 11.4444 22.219 11.4444 21.6667Z",
|
|
3225
|
+
fill: "currentColor"
|
|
3226
|
+
}
|
|
3227
|
+
), /* @__PURE__ */ React139.createElement(
|
|
3228
|
+
"path",
|
|
3229
|
+
{
|
|
3230
|
+
d: "M8.8852 13H8.1002V10.65H7.3052V10.12C7.8252 10.11 8.1452 9.82 8.2102 9.455H8.8852V13Z",
|
|
3231
|
+
fill: "currentColor"
|
|
3232
|
+
}
|
|
3233
|
+
), /* @__PURE__ */ React139.createElement(
|
|
3234
|
+
"path",
|
|
3235
|
+
{
|
|
3236
|
+
d: "M8.015 15.835L7.265 15.815C7.25 15.76 7.24 15.65 7.24 15.555C7.24 14.93 7.725 14.38 8.525 14.38C9.305 14.38 9.8 14.91 9.8 15.54C9.8 15.99 9.58 16.37 9.115 16.635L8.415 17.035C8.28 17.115 8.18 17.215 8.15 17.335H9.79V18H7.205C7.21 17.36 7.385 16.83 8.025 16.465L8.6 16.135C8.895 15.965 9.01 15.805 9.01 15.555C9.01 15.29 8.805 15.085 8.525 15.085C8.2 15.085 7.99 15.31 7.99 15.64C7.99 15.695 7.995 15.77 8.015 15.835Z",
|
|
3237
|
+
fill: "currentColor"
|
|
3238
|
+
}
|
|
3239
|
+
), /* @__PURE__ */ React139.createElement(
|
|
3240
|
+
"path",
|
|
3241
|
+
{
|
|
3242
|
+
d: "M8.205 21.7L7.865 21.16L8.755 20.37H7.28V19.705H9.735V20.345L8.88 21.085C9.39 21.11 9.84 21.505 9.84 22.155C9.84 22.78 9.335 23.325 8.505 23.325C7.71 23.325 7.22 22.8 7.17 22.21L7.92 22.055C7.935 22.4 8.165 22.65 8.5 22.65C8.85 22.65 9.045 22.405 9.045 22.135C9.045 21.785 8.795 21.625 8.515 21.625C8.41 21.625 8.28 21.655 8.205 21.7Z",
|
|
3243
|
+
fill: "currentColor"
|
|
3244
|
+
}
|
|
3245
|
+
));
|
|
3246
|
+
|
|
3177
3247
|
// src/components/icon/available-icons/offline-bolt.tsx
|
|
3178
|
-
import
|
|
3179
|
-
var SvgOfflineBolt = (props) => /* @__PURE__ */
|
|
3248
|
+
import React140 from "react";
|
|
3249
|
+
var SvgOfflineBolt = (props) => /* @__PURE__ */ React140.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React140.createElement(
|
|
3180
3250
|
"path",
|
|
3181
3251
|
{
|
|
3182
3252
|
fillRule: "evenodd",
|
|
@@ -3187,27 +3257,27 @@ var SvgOfflineBolt = (props) => /* @__PURE__ */ React138.createElement("svg", __
|
|
|
3187
3257
|
));
|
|
3188
3258
|
|
|
3189
3259
|
// src/components/icon/available-icons/outlook.tsx
|
|
3190
|
-
import * as
|
|
3260
|
+
import * as React141 from "react";
|
|
3191
3261
|
function SvgOutlook(props) {
|
|
3192
|
-
return /* @__PURE__ */
|
|
3262
|
+
return /* @__PURE__ */ React141.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React141.createElement(
|
|
3193
3263
|
"path",
|
|
3194
3264
|
{
|
|
3195
3265
|
d: "M14.2645 6.81636V10.3373L15.5085 11.112C15.5413 11.1215 15.6125 11.1222 15.6453 11.112L20.9993 7.54177C20.9993 7.11923 20.6008 6.81635 20.3759 6.81635H14.2645V6.81636Z",
|
|
3196
3266
|
fill: "#0072C6"
|
|
3197
3267
|
}
|
|
3198
|
-
), /* @__PURE__ */
|
|
3268
|
+
), /* @__PURE__ */ React141.createElement(
|
|
3199
3269
|
"path",
|
|
3200
3270
|
{
|
|
3201
3271
|
d: "M14.2645 11.6508L15.3998 12.4222C15.5598 12.5385 15.7525 12.4222 15.7525 12.4222C15.5604 12.5385 21 8.96487 21 8.96487V15.4361C21 16.1405 20.544 16.436 20.0314 16.436H14.2638V11.6508H14.2645Z",
|
|
3202
3272
|
fill: "#0072C6"
|
|
3203
3273
|
}
|
|
3204
|
-
), /* @__PURE__ */
|
|
3274
|
+
), /* @__PURE__ */ React141.createElement(
|
|
3205
3275
|
"path",
|
|
3206
3276
|
{
|
|
3207
3277
|
d: "M8.38623 10.0276C7.99935 10.0276 7.69108 10.2074 7.46347 10.5664C7.23585 10.9254 7.1217 11.4007 7.1217 11.9922C7.1217 12.5926 7.23585 13.0672 7.46347 13.416C7.69108 13.7655 7.98978 13.9393 8.35889 13.9393C8.73961 13.9393 9.04173 13.7696 9.26456 13.4302C9.48739 13.0908 9.59949 12.6196 9.59949 12.0173C9.59949 11.3892 9.49149 10.9004 9.27481 10.5509C9.05814 10.202 8.76217 10.0276 8.38623 10.0276Z",
|
|
3208
3278
|
fill: "#0072C6"
|
|
3209
3279
|
}
|
|
3210
|
-
), /* @__PURE__ */
|
|
3280
|
+
), /* @__PURE__ */ React141.createElement(
|
|
3211
3281
|
"path",
|
|
3212
3282
|
{
|
|
3213
3283
|
d: "M3 5.02817V18.8028L13.5947 21V3L3 5.02817ZM10.0895 14.2442C9.64183 14.8269 9.0581 15.119 8.33766 15.119C7.63568 15.119 7.06425 14.8364 6.62201 14.2719C6.18045 13.7067 5.95899 12.9712 5.95899 12.0639C5.95899 11.1059 6.18319 10.3312 6.63226 9.7396C7.08134 9.14806 7.67601 8.85194 8.41627 8.85194C9.11552 8.85194 9.68148 9.13453 10.1128 9.70107C10.5448 10.2676 10.7608 11.014 10.7608 11.9408C10.7614 12.8934 10.5373 13.6614 10.0895 14.2442Z",
|
|
@@ -3217,9 +3287,9 @@ function SvgOutlook(props) {
|
|
|
3217
3287
|
}
|
|
3218
3288
|
|
|
3219
3289
|
// src/components/icon/available-icons/palette.tsx
|
|
3220
|
-
import * as
|
|
3290
|
+
import * as React142 from "react";
|
|
3221
3291
|
function SvgPalette(props) {
|
|
3222
|
-
return /* @__PURE__ */
|
|
3292
|
+
return /* @__PURE__ */ React142.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React142.createElement(
|
|
3223
3293
|
"path",
|
|
3224
3294
|
{
|
|
3225
3295
|
fillRule: "evenodd",
|
|
@@ -3227,7 +3297,7 @@ function SvgPalette(props) {
|
|
|
3227
3297
|
d: "M3 12a9 9 0 019-9c4.856 0 9 3.522 9 8.111a5.446 5.446 0 01-5.444 5.445h-1.574a.331.331 0 00-.333.333c0 .073.03.153.086.217A2.332 2.332 0 0112 21a9 9 0 01-9-9zm9-7a7 7 0 000 14 .331.331 0 00.333-.333c0-.082-.029-.16-.094-.234l-.001-.002a2.335 2.335 0 01-.59-1.542 2.332 2.332 0 012.334-2.333h1.574A3.446 3.446 0 0019 11.11C19 7.842 15.98 5 12 5z",
|
|
3228
3298
|
fill: "currentColor"
|
|
3229
3299
|
}
|
|
3230
|
-
), /* @__PURE__ */
|
|
3300
|
+
), /* @__PURE__ */ React142.createElement(
|
|
3231
3301
|
"path",
|
|
3232
3302
|
{
|
|
3233
3303
|
d: "M11 10c-.553 0-1-.447-1-1 0-.553.447-1 1-1 .553 0 1 .447 1 1 0 .553-.447 1-1 1zM15 11c-.553 0-1-.447-1-1 0-.553.447-1 1-1 .553 0 1 .447 1 1 0 .553-.447 1-1 1zM9 13c-.553 0-1-.447-1-1 0-.553.447-1 1-1 .553 0 1 .447 1 1 0 .553-.447 1-1 1z",
|
|
@@ -3237,9 +3307,9 @@ function SvgPalette(props) {
|
|
|
3237
3307
|
}
|
|
3238
3308
|
|
|
3239
3309
|
// src/components/icon/available-icons/pause.tsx
|
|
3240
|
-
import * as
|
|
3310
|
+
import * as React143 from "react";
|
|
3241
3311
|
function SvgPause(props) {
|
|
3242
|
-
return /* @__PURE__ */
|
|
3312
|
+
return /* @__PURE__ */ React143.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React143.createElement(
|
|
3243
3313
|
"path",
|
|
3244
3314
|
{
|
|
3245
3315
|
fillRule: "evenodd",
|
|
@@ -3251,8 +3321,8 @@ function SvgPause(props) {
|
|
|
3251
3321
|
}
|
|
3252
3322
|
|
|
3253
3323
|
// src/components/icon/available-icons/people.tsx
|
|
3254
|
-
import
|
|
3255
|
-
var SvgPeople = (props) => /* @__PURE__ */
|
|
3324
|
+
import React144 from "react";
|
|
3325
|
+
var SvgPeople = (props) => /* @__PURE__ */ React144.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React144.createElement(
|
|
3256
3326
|
"path",
|
|
3257
3327
|
{
|
|
3258
3328
|
fillRule: "evenodd",
|
|
@@ -3263,8 +3333,8 @@ var SvgPeople = (props) => /* @__PURE__ */ React142.createElement("svg", __sprea
|
|
|
3263
3333
|
));
|
|
3264
3334
|
|
|
3265
3335
|
// src/components/icon/available-icons/person.tsx
|
|
3266
|
-
import
|
|
3267
|
-
var SvgPerson = (props) => /* @__PURE__ */
|
|
3336
|
+
import React145 from "react";
|
|
3337
|
+
var SvgPerson = (props) => /* @__PURE__ */ React145.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React145.createElement(
|
|
3268
3338
|
"path",
|
|
3269
3339
|
{
|
|
3270
3340
|
fillRule: "evenodd",
|
|
@@ -3275,9 +3345,9 @@ var SvgPerson = (props) => /* @__PURE__ */ React143.createElement("svg", __sprea
|
|
|
3275
3345
|
));
|
|
3276
3346
|
|
|
3277
3347
|
// src/components/icon/available-icons/phone-link-off.tsx
|
|
3278
|
-
import * as
|
|
3348
|
+
import * as React146 from "react";
|
|
3279
3349
|
function SvgPhoneLinkOff(props) {
|
|
3280
|
-
return /* @__PURE__ */
|
|
3350
|
+
return /* @__PURE__ */ React146.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React146.createElement(
|
|
3281
3351
|
"path",
|
|
3282
3352
|
{
|
|
3283
3353
|
fillRule: "evenodd",
|
|
@@ -3285,7 +3355,7 @@ function SvgPhoneLinkOff(props) {
|
|
|
3285
3355
|
d: "M8.727 5.818a1 1 0 011-1h10.455a1 1 0 110 2H9.727a1 1 0 01-1-1zM2.202 3.293a1 1 0 011.414 0L19.98 19.657a1 1 0 01-1.414 1.414L2.202 4.707a1 1 0 010-1.414z",
|
|
3286
3356
|
fill: "currentColor"
|
|
3287
3357
|
}
|
|
3288
|
-
), /* @__PURE__ */
|
|
3358
|
+
), /* @__PURE__ */ React146.createElement(
|
|
3289
3359
|
"path",
|
|
3290
3360
|
{
|
|
3291
3361
|
fillRule: "evenodd",
|
|
@@ -3293,7 +3363,7 @@ function SvgPhoneLinkOff(props) {
|
|
|
3293
3363
|
d: "M3.818 4.364a1 1 0 011 1V18.09a1 1 0 11-2 0V5.364a1 1 0 011-1zM15.545 9.455a1 1 0 011-1H22a1 1 0 011 1v9.09a1 1 0 11-2 0v-8.09h-3.455v2.181a1 1 0 01-2 0V9.455z",
|
|
3294
3364
|
fill: "currentColor"
|
|
3295
3365
|
}
|
|
3296
|
-
), /* @__PURE__ */
|
|
3366
|
+
), /* @__PURE__ */ React146.createElement(
|
|
3297
3367
|
"path",
|
|
3298
3368
|
{
|
|
3299
3369
|
fillRule: "evenodd",
|
|
@@ -3305,8 +3375,8 @@ function SvgPhoneLinkOff(props) {
|
|
|
3305
3375
|
}
|
|
3306
3376
|
|
|
3307
3377
|
// src/components/icon/available-icons/phonelink-off.tsx
|
|
3308
|
-
import
|
|
3309
|
-
var SvgPhonelinkOff = (props) => /* @__PURE__ */
|
|
3378
|
+
import React147 from "react";
|
|
3379
|
+
var SvgPhonelinkOff = (props) => /* @__PURE__ */ React147.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React147.createElement(
|
|
3310
3380
|
"path",
|
|
3311
3381
|
{
|
|
3312
3382
|
fillRule: "evenodd",
|
|
@@ -3317,8 +3387,8 @@ var SvgPhonelinkOff = (props) => /* @__PURE__ */ React145.createElement("svg", _
|
|
|
3317
3387
|
));
|
|
3318
3388
|
|
|
3319
3389
|
// src/components/icon/available-icons/photo-size-select-actual.tsx
|
|
3320
|
-
import
|
|
3321
|
-
var SvgPhotoSizeSelectActual = (props) => /* @__PURE__ */
|
|
3390
|
+
import React148 from "react";
|
|
3391
|
+
var SvgPhotoSizeSelectActual = (props) => /* @__PURE__ */ React148.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React148.createElement(
|
|
3322
3392
|
"path",
|
|
3323
3393
|
{
|
|
3324
3394
|
fillRule: "evenodd",
|
|
@@ -3329,9 +3399,9 @@ var SvgPhotoSizeSelectActual = (props) => /* @__PURE__ */ React146.createElement
|
|
|
3329
3399
|
));
|
|
3330
3400
|
|
|
3331
3401
|
// src/components/icon/available-icons/play.tsx
|
|
3332
|
-
import * as
|
|
3402
|
+
import * as React149 from "react";
|
|
3333
3403
|
function SvgPlay(props) {
|
|
3334
|
-
return /* @__PURE__ */
|
|
3404
|
+
return /* @__PURE__ */ React149.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React149.createElement(
|
|
3335
3405
|
"path",
|
|
3336
3406
|
{
|
|
3337
3407
|
d: "M6 6.134v11.732c0 .895 1.03 1.438 1.822.951l9.628-5.866c.733-.441.733-1.46 0-1.914L7.822 5.183C7.029 4.696 6 5.239 6 6.134z",
|
|
@@ -3341,8 +3411,8 @@ function SvgPlay(props) {
|
|
|
3341
3411
|
}
|
|
3342
3412
|
|
|
3343
3413
|
// src/components/icon/available-icons/play-arrow.tsx
|
|
3344
|
-
import
|
|
3345
|
-
var SvgPlayArrow = (props) => /* @__PURE__ */
|
|
3414
|
+
import React150 from "react";
|
|
3415
|
+
var SvgPlayArrow = (props) => /* @__PURE__ */ React150.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React150.createElement(
|
|
3346
3416
|
"path",
|
|
3347
3417
|
{
|
|
3348
3418
|
d: "M6 5.957v12.086a1.164 1.164 0 001.797.98l9.496-6.043c.724-.455.724-1.505 0-1.972L7.797 4.977A1.164 1.164 0 006 5.957z",
|
|
@@ -3351,9 +3421,9 @@ var SvgPlayArrow = (props) => /* @__PURE__ */ React148.createElement("svg", __sp
|
|
|
3351
3421
|
));
|
|
3352
3422
|
|
|
3353
3423
|
// src/components/icon/available-icons/play-circle.tsx
|
|
3354
|
-
import * as
|
|
3424
|
+
import * as React151 from "react";
|
|
3355
3425
|
function SvgPlayCircle(props) {
|
|
3356
|
-
return /* @__PURE__ */
|
|
3426
|
+
return /* @__PURE__ */ React151.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React151.createElement(
|
|
3357
3427
|
"path",
|
|
3358
3428
|
{
|
|
3359
3429
|
fillRule: "evenodd",
|
|
@@ -3361,7 +3431,7 @@ function SvgPlayCircle(props) {
|
|
|
3361
3431
|
d: "M12 5a7 7 0 100 14 7 7 0 000-14zm-9 7a9 9 0 1118 0 9 9 0 01-18 0z",
|
|
3362
3432
|
fill: "currentColor"
|
|
3363
3433
|
}
|
|
3364
|
-
), /* @__PURE__ */
|
|
3434
|
+
), /* @__PURE__ */ React151.createElement(
|
|
3365
3435
|
"path",
|
|
3366
3436
|
{
|
|
3367
3437
|
fillRule: "evenodd",
|
|
@@ -3373,8 +3443,8 @@ function SvgPlayCircle(props) {
|
|
|
3373
3443
|
}
|
|
3374
3444
|
|
|
3375
3445
|
// src/components/icon/available-icons/play-circle-filled.tsx
|
|
3376
|
-
import
|
|
3377
|
-
var SvgPlayCircleFilled = (props) => /* @__PURE__ */
|
|
3446
|
+
import React152 from "react";
|
|
3447
|
+
var SvgPlayCircleFilled = (props) => /* @__PURE__ */ React152.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React152.createElement(
|
|
3378
3448
|
"path",
|
|
3379
3449
|
{
|
|
3380
3450
|
fillRule: "evenodd",
|
|
@@ -3385,9 +3455,9 @@ var SvgPlayCircleFilled = (props) => /* @__PURE__ */ React150.createElement("svg
|
|
|
3385
3455
|
));
|
|
3386
3456
|
|
|
3387
3457
|
// src/components/icon/available-icons/plus-circle.tsx
|
|
3388
|
-
import * as
|
|
3458
|
+
import * as React153 from "react";
|
|
3389
3459
|
function SvgPlusCircle(props) {
|
|
3390
|
-
return /* @__PURE__ */
|
|
3460
|
+
return /* @__PURE__ */ React153.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React153.createElement(
|
|
3391
3461
|
"path",
|
|
3392
3462
|
{
|
|
3393
3463
|
fillRule: "evenodd",
|
|
@@ -3399,9 +3469,9 @@ function SvgPlusCircle(props) {
|
|
|
3399
3469
|
}
|
|
3400
3470
|
|
|
3401
3471
|
// src/components/icon/available-icons/public-off.tsx
|
|
3402
|
-
import * as
|
|
3472
|
+
import * as React154 from "react";
|
|
3403
3473
|
function SvgPublicOff(props) {
|
|
3404
|
-
return /* @__PURE__ */
|
|
3474
|
+
return /* @__PURE__ */ React154.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React154.createElement(
|
|
3405
3475
|
"path",
|
|
3406
3476
|
{
|
|
3407
3477
|
fillRule: "evenodd",
|
|
@@ -3413,8 +3483,8 @@ function SvgPublicOff(props) {
|
|
|
3413
3483
|
}
|
|
3414
3484
|
|
|
3415
3485
|
// src/components/icon/available-icons/publicoff.tsx
|
|
3416
|
-
import
|
|
3417
|
-
var SvgPublicoff = (props) => /* @__PURE__ */
|
|
3486
|
+
import React155 from "react";
|
|
3487
|
+
var SvgPublicoff = (props) => /* @__PURE__ */ React155.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React155.createElement(
|
|
3418
3488
|
"path",
|
|
3419
3489
|
{
|
|
3420
3490
|
d: "M11 8.17L6.49 3.66A9.91 9.91 0 0112 2c5.52 0 10 4.48 10 10 0 2.04-.61 3.93-1.66 5.51l-1.46-1.46A7.842 7.842 0 0020 12c0-3.35-2.07-6.22-5-7.41V5c0 1.1-.9 2-2 2h-2v1.17zm10.19 13.02l-1.41 1.41-2.27-2.27A9.839 9.839 0 0112 22C6.48 22 2 17.52 2 12c0-2.04.61-3.93 1.66-5.51L1.39 4.22 2.8 2.81l18.39 18.38zM11 18c-1.1 0-2-.9-2-2v-1l-4.79-4.79C4.08 10.79 4 11.38 4 12c0 4.08 3.05 7.44 7 7.93V18z",
|
|
@@ -3423,9 +3493,9 @@ var SvgPublicoff = (props) => /* @__PURE__ */ React153.createElement("svg", __sp
|
|
|
3423
3493
|
));
|
|
3424
3494
|
|
|
3425
3495
|
// src/components/icon/available-icons/public-on.tsx
|
|
3426
|
-
import * as
|
|
3496
|
+
import * as React156 from "react";
|
|
3427
3497
|
function SvgPublicOn(props) {
|
|
3428
|
-
return /* @__PURE__ */
|
|
3498
|
+
return /* @__PURE__ */ React156.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React156.createElement(
|
|
3429
3499
|
"path",
|
|
3430
3500
|
{
|
|
3431
3501
|
clipRule: "evenodd",
|
|
@@ -3437,8 +3507,8 @@ function SvgPublicOn(props) {
|
|
|
3437
3507
|
}
|
|
3438
3508
|
|
|
3439
3509
|
// src/components/icon/available-icons/publicon.tsx
|
|
3440
|
-
import
|
|
3441
|
-
var SvgPublicon = (props) => /* @__PURE__ */
|
|
3510
|
+
import React157 from "react";
|
|
3511
|
+
var SvgPublicon = (props) => /* @__PURE__ */ React157.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React157.createElement(
|
|
3442
3512
|
"path",
|
|
3443
3513
|
{
|
|
3444
3514
|
fillRule: "evenodd",
|
|
@@ -3449,15 +3519,15 @@ var SvgPublicon = (props) => /* @__PURE__ */ React155.createElement("svg", __spr
|
|
|
3449
3519
|
));
|
|
3450
3520
|
|
|
3451
3521
|
// src/components/icon/available-icons/quick-edit.tsx
|
|
3452
|
-
import * as
|
|
3522
|
+
import * as React158 from "react";
|
|
3453
3523
|
function SvgQuickEdit(props) {
|
|
3454
|
-
return /* @__PURE__ */
|
|
3524
|
+
return /* @__PURE__ */ React158.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React158.createElement(
|
|
3455
3525
|
"path",
|
|
3456
3526
|
{
|
|
3457
3527
|
d: "M11.1869 14.1526L4.3398 21.2194C3.61853 21.9639 2.44813 21.9639 1.72519 21.2194C1.36456 20.8472 1.18424 20.3578 1.18424 19.8702C1.18424 19.3825 1.36456 18.8931 1.72519 18.5209L8.52216 11.5057L11.1869 14.1526Z",
|
|
3458
3528
|
fill: "currentColor"
|
|
3459
3529
|
}
|
|
3460
|
-
), /* @__PURE__ */
|
|
3530
|
+
), /* @__PURE__ */ React158.createElement(
|
|
3461
3531
|
"path",
|
|
3462
3532
|
{
|
|
3463
3533
|
fillRule: "evenodd",
|
|
@@ -3465,7 +3535,7 @@ function SvgQuickEdit(props) {
|
|
|
3465
3535
|
d: "M8.51258 10.5058C8.77994 10.5032 9.03719 10.6078 9.22689 10.7962L11.8916 13.4431C12.28 13.8289 12.286 14.4552 11.905 14.8484L5.05799 21.9153C3.94334 23.0657 2.12305 23.0645 1.00781 21.9161L1.007 21.9153C0.454796 21.3453 0.18424 20.6016 0.18424 19.8702C0.18424 19.1387 0.454796 18.395 1.007 17.825L7.80397 10.8099C7.99002 10.6178 8.24522 10.5083 8.51258 10.5058ZM8.53579 12.9287L2.44338 19.2167C2.27432 19.3912 2.18424 19.6262 2.18424 19.8702C2.18424 20.1139 2.27422 20.3488 2.44311 20.5233C2.77378 20.8632 3.29389 20.8618 3.62161 20.5236L9.78142 14.166L8.53579 12.9287Z",
|
|
3466
3536
|
fill: "currentColor"
|
|
3467
3537
|
}
|
|
3468
|
-
), /* @__PURE__ */
|
|
3538
|
+
), /* @__PURE__ */ React158.createElement(
|
|
3469
3539
|
"path",
|
|
3470
3540
|
{
|
|
3471
3541
|
fillRule: "evenodd",
|
|
@@ -3473,19 +3543,19 @@ function SvgQuickEdit(props) {
|
|
|
3473
3543
|
d: "M12.9852 9.55334C12.6546 9.21325 12.1343 9.21459 11.8065 9.55289L9.92761 11.4921L11.1732 12.7294L12.9848 10.8597C13.1541 10.6849 13.2439 10.4515 13.2439 10.2063C13.2439 9.96261 13.154 9.72778 12.9852 9.55334ZM10.3702 8.16119C11.4848 7.01076 13.3051 7.01198 14.4203 8.16036L14.4212 8.16119C14.9734 8.73113 15.2439 9.47489 15.2439 10.2063C15.2439 10.9399 14.973 11.6818 14.4212 12.2514L11.9051 14.8483C11.719 15.0403 11.4638 15.1499 11.1964 15.1524C10.9291 15.155 10.6718 15.0504 10.4821 14.8619L7.81744 12.2151C7.42905 11.8293 7.42305 11.2029 7.80398 10.8098L10.3702 8.16119L11.0884 8.85704L10.3702 8.16119Z",
|
|
3474
3544
|
fill: "currentColor"
|
|
3475
3545
|
}
|
|
3476
|
-
), /* @__PURE__ */
|
|
3546
|
+
), /* @__PURE__ */ React158.createElement(
|
|
3477
3547
|
"path",
|
|
3478
3548
|
{
|
|
3479
3549
|
d: "M20.553 3.66412C21.3946 3.8066 21.3946 5.05677 20.553 5.19925C19.4426 5.3877 18.5728 6.28549 18.3902 7.43148C18.2521 8.30016 17.0409 8.30016 16.9028 7.43148C16.7202 6.28549 15.8504 5.3877 14.74 5.19925C13.8983 5.05677 13.8983 3.8066 14.74 3.66412C15.8504 3.47567 16.7202 2.57788 16.9028 1.43189C17.0409 0.563209 18.2521 0.563209 18.3902 1.43189C18.5728 2.57788 19.4426 3.47567 20.553 3.66412Z",
|
|
3480
3550
|
fill: "currentColor"
|
|
3481
3551
|
}
|
|
3482
|
-
), /* @__PURE__ */
|
|
3552
|
+
), /* @__PURE__ */ React158.createElement(
|
|
3483
3553
|
"path",
|
|
3484
3554
|
{
|
|
3485
3555
|
d: "M6.19052 8.063C6.60359 8.13293 6.60359 8.74649 6.19052 8.81642C5.64558 8.9089 5.21866 9.34952 5.12905 9.91196C5.0613 10.3383 4.46682 10.3383 4.39907 9.91196C4.30946 9.34952 3.88255 8.9089 3.33761 8.81642C2.92453 8.74649 2.92453 8.13293 3.33761 8.063C3.88255 7.97051 4.30946 7.52989 4.39907 6.96746C4.46682 6.54112 5.0613 6.54112 5.12905 6.96746C5.21866 7.52989 5.64558 7.97051 6.19052 8.063Z",
|
|
3486
3556
|
fill: "currentColor"
|
|
3487
3557
|
}
|
|
3488
|
-
), /* @__PURE__ */
|
|
3558
|
+
), /* @__PURE__ */ React158.createElement(
|
|
3489
3559
|
"path",
|
|
3490
3560
|
{
|
|
3491
3561
|
d: "M10.9935 4.43377C11.3371 4.92754 10.7456 5.53801 10.2672 5.1834C9.63582 4.71582 8.78628 4.71582 8.15493 5.1834C7.67652 5.53801 7.08504 4.92754 7.42862 4.43377C7.88166 3.78215 7.88166 2.90534 7.42862 2.25372C7.08504 1.75995 7.67652 1.14948 8.15493 1.50409C8.78628 1.97167 9.63582 1.97167 10.2672 1.50409C10.7456 1.14948 11.3371 1.75995 10.9935 2.25372C10.5404 2.90534 10.5404 3.78215 10.9935 4.43377Z",
|
|
@@ -3495,14 +3565,14 @@ function SvgQuickEdit(props) {
|
|
|
3495
3565
|
}
|
|
3496
3566
|
|
|
3497
3567
|
// src/components/icon/available-icons/record.tsx
|
|
3498
|
-
import * as
|
|
3568
|
+
import * as React159 from "react";
|
|
3499
3569
|
function SvgRecord(props) {
|
|
3500
|
-
return /* @__PURE__ */
|
|
3570
|
+
return /* @__PURE__ */ React159.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React159.createElement("circle", { cx: 12, cy: 12, r: 8, fill: "currentColor" }));
|
|
3501
3571
|
}
|
|
3502
3572
|
|
|
3503
3573
|
// src/components/icon/available-icons/remove-circle-outline.tsx
|
|
3504
|
-
import
|
|
3505
|
-
var SvgRemoveCircleOutline = (props) => /* @__PURE__ */
|
|
3574
|
+
import React160 from "react";
|
|
3575
|
+
var SvgRemoveCircleOutline = (props) => /* @__PURE__ */ React160.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React160.createElement(
|
|
3506
3576
|
"path",
|
|
3507
3577
|
{
|
|
3508
3578
|
fillRule: "evenodd",
|
|
@@ -3513,8 +3583,8 @@ var SvgRemoveCircleOutline = (props) => /* @__PURE__ */ React158.createElement("
|
|
|
3513
3583
|
));
|
|
3514
3584
|
|
|
3515
3585
|
// src/components/icon/available-icons/remove-red-eye.tsx
|
|
3516
|
-
import
|
|
3517
|
-
var SvgRemoveRedEye = (props) => /* @__PURE__ */
|
|
3586
|
+
import React161 from "react";
|
|
3587
|
+
var SvgRemoveRedEye = (props) => /* @__PURE__ */ React161.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React161.createElement(
|
|
3518
3588
|
"path",
|
|
3519
3589
|
{
|
|
3520
3590
|
fillRule: "evenodd",
|
|
@@ -3525,8 +3595,8 @@ var SvgRemoveRedEye = (props) => /* @__PURE__ */ React159.createElement("svg", _
|
|
|
3525
3595
|
));
|
|
3526
3596
|
|
|
3527
3597
|
// src/components/icon/available-icons/reply.tsx
|
|
3528
|
-
import
|
|
3529
|
-
var SvgReply = (props) => /* @__PURE__ */
|
|
3598
|
+
import React162 from "react";
|
|
3599
|
+
var SvgReply = (props) => /* @__PURE__ */ React162.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React162.createElement(
|
|
3530
3600
|
"path",
|
|
3531
3601
|
{
|
|
3532
3602
|
d: "M9.796 7.797v-1.59c0-.89-1.08-1.34-1.71-.71l-4.59 4.59a.996.996 0 000 1.41l4.59 4.59c.63.63 1.71.19 1.71-.7v-1.69c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z",
|
|
@@ -3535,9 +3605,9 @@ var SvgReply = (props) => /* @__PURE__ */ React160.createElement("svg", __spread
|
|
|
3535
3605
|
));
|
|
3536
3606
|
|
|
3537
3607
|
// src/components/icon/available-icons/reply-left.tsx
|
|
3538
|
-
import * as
|
|
3608
|
+
import * as React163 from "react";
|
|
3539
3609
|
function SvgReplyLeft(props) {
|
|
3540
|
-
return /* @__PURE__ */
|
|
3610
|
+
return /* @__PURE__ */ React163.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React163.createElement(
|
|
3541
3611
|
"path",
|
|
3542
3612
|
{
|
|
3543
3613
|
fillRule: "evenodd",
|
|
@@ -3549,9 +3619,9 @@ function SvgReplyLeft(props) {
|
|
|
3549
3619
|
}
|
|
3550
3620
|
|
|
3551
3621
|
// src/components/icon/available-icons/reply-right.tsx
|
|
3552
|
-
import * as
|
|
3622
|
+
import * as React164 from "react";
|
|
3553
3623
|
function SvgReplyRight(props) {
|
|
3554
|
-
return /* @__PURE__ */
|
|
3624
|
+
return /* @__PURE__ */ React164.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React164.createElement(
|
|
3555
3625
|
"path",
|
|
3556
3626
|
{
|
|
3557
3627
|
fillRule: "evenodd",
|
|
@@ -3563,8 +3633,8 @@ function SvgReplyRight(props) {
|
|
|
3563
3633
|
}
|
|
3564
3634
|
|
|
3565
3635
|
// src/components/icon/available-icons/rotate-left.tsx
|
|
3566
|
-
import
|
|
3567
|
-
var SvgRotateLeft = (props) => /* @__PURE__ */
|
|
3636
|
+
import React165 from "react";
|
|
3637
|
+
var SvgRotateLeft = (props) => /* @__PURE__ */ React165.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React165.createElement(
|
|
3568
3638
|
"path",
|
|
3569
3639
|
{
|
|
3570
3640
|
fillRule: "evenodd",
|
|
@@ -3575,9 +3645,9 @@ var SvgRotateLeft = (props) => /* @__PURE__ */ React163.createElement("svg", __s
|
|
|
3575
3645
|
));
|
|
3576
3646
|
|
|
3577
3647
|
// src/components/icon/available-icons/safari-logo.tsx
|
|
3578
|
-
import * as
|
|
3648
|
+
import * as React166 from "react";
|
|
3579
3649
|
function SvgSafariLogo(props) {
|
|
3580
|
-
return /* @__PURE__ */
|
|
3650
|
+
return /* @__PURE__ */ React166.createElement(
|
|
3581
3651
|
"svg",
|
|
3582
3652
|
__spreadValues({
|
|
3583
3653
|
width: "96",
|
|
@@ -3586,13 +3656,13 @@ function SvgSafariLogo(props) {
|
|
|
3586
3656
|
fill: "none",
|
|
3587
3657
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3588
3658
|
}, props),
|
|
3589
|
-
/* @__PURE__ */
|
|
3659
|
+
/* @__PURE__ */ React166.createElement("g", { clipPath: "url(#clip0_2_3913)" }, /* @__PURE__ */ React166.createElement("g", { opacity: "0.53", filter: "url(#filter0_f_2_3913)" }, /* @__PURE__ */ React166.createElement(
|
|
3590
3660
|
"path",
|
|
3591
3661
|
{
|
|
3592
3662
|
d: "M91.785 49.9529C91.785 55.4895 90.6526 60.9718 88.4523 66.087C86.252 71.2021 83.0269 75.8498 78.9613 79.7648C74.8957 83.6797 70.0691 86.7852 64.7572 88.904C59.4452 91.0227 53.7518 92.1132 48.0022 92.1132C42.2525 92.1132 36.5592 91.0227 31.2472 88.904C25.9352 86.7852 21.1086 83.6797 17.043 79.7648C12.9774 75.8498 9.7524 71.2021 7.5521 66.087C5.35181 60.9718 4.21933 55.4895 4.21933 49.9529C4.21933 38.7713 8.83215 28.0477 17.043 20.1411C25.2539 12.2345 36.3902 7.7926 48.0022 7.7926C53.7518 7.7926 59.4452 8.88311 64.7572 11.0019C70.0691 13.1206 74.8957 16.2261 78.9613 20.1411C83.0269 24.056 86.252 28.7037 88.4523 33.8189C90.6526 38.934 91.785 44.4163 91.785 49.9529Z",
|
|
3593
3663
|
fill: "black"
|
|
3594
3664
|
}
|
|
3595
|
-
)), /* @__PURE__ */
|
|
3665
|
+
)), /* @__PURE__ */ React166.createElement(
|
|
3596
3666
|
"path",
|
|
3597
3667
|
{
|
|
3598
3668
|
d: "M93.4497 46.2302C93.4497 52.1988 92.2741 58.1089 89.9901 63.6231C87.706 69.1373 84.3582 74.1476 80.1378 78.368C75.9174 82.5884 70.9071 85.9362 65.3929 88.2203C59.8787 90.5044 53.9685 91.6799 48 91.6799C35.946 91.6799 24.3857 86.8915 15.8622 78.368C7.33875 69.8446 2.55032 58.2842 2.55032 46.2302C2.55032 34.1762 7.33875 22.6159 15.8622 14.0924C24.3857 5.56897 35.946 0.780521 48 0.780518C53.9685 0.780517 59.8787 1.95611 65.3929 4.24018C70.9071 6.52424 75.9174 9.87204 80.1378 14.0924C84.3582 18.3128 87.706 23.3232 89.9901 28.8374C92.2741 34.3516 93.4497 40.2617 93.4497 46.2302Z",
|
|
@@ -3602,37 +3672,37 @@ function SvgSafariLogo(props) {
|
|
|
3602
3672
|
strokeLinecap: "round",
|
|
3603
3673
|
strokeLinejoin: "round"
|
|
3604
3674
|
}
|
|
3605
|
-
), /* @__PURE__ */
|
|
3675
|
+
), /* @__PURE__ */ React166.createElement(
|
|
3606
3676
|
"path",
|
|
3607
3677
|
{
|
|
3608
3678
|
d: "M89.8883 46.2302C89.8883 57.3397 85.4751 67.9941 77.6195 75.8497C69.7639 83.7053 59.1095 88.1185 48 88.1185C36.8905 88.1185 26.2361 83.7053 18.3805 75.8497C10.5249 67.9941 6.11168 57.3397 6.11168 46.2302C6.11168 35.1208 10.5249 24.4663 18.3805 16.6107C26.2361 8.75514 36.8905 4.34192 48 4.34192C59.1095 4.34192 69.7639 8.75514 77.6195 16.6107C85.4751 24.4663 89.8883 35.1208 89.8883 46.2302Z",
|
|
3609
3679
|
fill: "url(#paint1_radial_2_3913)"
|
|
3610
3680
|
}
|
|
3611
|
-
), /* @__PURE__ */
|
|
3681
|
+
), /* @__PURE__ */ React166.createElement(
|
|
3612
3682
|
"path",
|
|
3613
3683
|
{
|
|
3614
3684
|
d: "M48 6.52637C47.6617 6.52637 47.3893 6.79873 47.3893 7.13708V14.1814C47.3893 14.5198 47.6617 14.7922 48 14.7922C48.3384 14.7922 48.6107 14.5198 48.6107 14.1814V7.13708C48.6107 6.79873 48.3384 6.52637 48 6.52637ZM44.0047 6.77888C43.9642 6.77453 43.9226 6.77453 43.8805 6.77939C43.544 6.8145 43.3014 7.11368 43.3365 7.4502L43.6443 10.3973C43.6795 10.7338 43.9786 10.9764 44.3151 10.9413C44.6517 10.9062 44.8943 10.607 44.8592 10.2705L44.5516 7.32343C44.5208 7.02897 44.2879 6.80638 44.0047 6.77888ZM52.0232 6.78178C51.74 6.80906 51.507 7.03164 51.4761 7.32606L51.1661 10.2729C51.1307 10.6094 51.3734 10.9088 51.7099 10.9442C52.0463 10.9796 52.3455 10.7372 52.3809 10.4007L52.6909 7.45364C52.7263 7.11714 52.4836 6.81794 52.1471 6.78257C52.105 6.77821 52.0637 6.77819 52.0232 6.78178ZM39.9005 7.37404C39.8599 7.37436 39.8186 7.37839 39.7772 7.3871C39.4462 7.45718 39.2361 7.78013 39.3062 8.11114L40.7651 15.0026C40.8352 15.3336 41.1581 15.5437 41.4891 15.4737C41.8201 15.4036 42.0302 15.0809 41.9602 14.7499L40.5013 7.85812C40.4399 7.56848 40.185 7.37182 39.9005 7.37404ZM56.1271 7.37984C55.8426 7.37694 55.5877 7.57418 55.5262 7.86376L54.0623 14.7544C53.9919 15.0854 54.2019 15.4085 54.5328 15.4788C54.8637 15.5491 55.1868 15.3392 55.2571 15.0083L56.721 8.11757C56.7914 7.78662 56.5814 7.46356 56.2505 7.39327C56.2092 7.38456 56.1678 7.37984 56.1271 7.37984ZM35.9838 8.47842C35.9047 8.47117 35.8231 8.47987 35.7426 8.50657C35.4208 8.61118 35.2458 8.95417 35.3504 9.27595L36.2661 12.0941C36.3707 12.4159 36.7139 12.5909 37.0357 12.4863C37.3575 12.3817 37.5322 12.0385 37.4276 11.7167L36.512 8.89852C36.4336 8.65717 36.221 8.49859 35.9838 8.47842ZM60.0218 8.47987C59.7846 8.50004 59.572 8.65868 59.4936 8.90001L58.5774 11.7179C58.4727 12.0397 58.6476 12.383 58.9693 12.4876C59.2911 12.5922 59.6343 12.4173 59.739 12.0956L60.6551 9.27746C60.7598 8.95568 60.5849 8.61241 60.2632 8.50782C60.1828 8.4817 60.1008 8.4732 60.0218 8.47987ZM32.1105 9.89581C32.0311 9.89726 31.9508 9.91467 31.8736 9.94905C31.5645 10.0865 31.4262 10.4459 31.5636 10.7551L34.4247 17.1922C34.5621 17.5013 34.9216 17.6396 35.2307 17.5021C35.5397 17.3647 35.6784 17.0053 35.541 16.6961L32.6796 10.259C32.5765 10.0271 32.3485 9.89119 32.1105 9.89581ZM63.9388 9.91743C63.7008 9.91307 63.4726 10.0482 63.3692 10.2798L60.4994 16.713C60.3615 17.022 60.4993 17.3817 60.8083 17.5195C61.1173 17.6574 61.477 17.5196 61.6148 17.2106L64.4847 10.7775C64.6225 10.4685 64.4847 10.1088 64.1758 9.97093C64.0986 9.93655 64.0181 9.91917 63.9388 9.91743ZM28.5153 11.7981C28.3981 11.7893 28.2773 11.8155 28.1674 11.879C27.8744 12.0482 27.7747 12.4202 27.9439 12.7132L29.4255 15.2794C29.5946 15.5725 29.9666 15.6721 30.2597 15.5029C30.5527 15.3338 30.6523 14.9617 30.4832 14.6687L29.0016 12.1025C28.8958 11.9194 28.7107 11.8117 28.5153 11.7981ZM67.4847 11.7981C67.2893 11.8111 67.1044 11.9193 66.9987 12.1025L65.5168 14.6687C65.3476 14.9617 65.4476 15.3337 65.7406 15.5029C66.0336 15.6721 66.4057 15.5724 66.5748 15.2794L68.0564 12.7132C68.2256 12.4202 68.1259 12.0481 67.8329 11.879C67.723 11.8156 67.602 11.7899 67.4847 11.7981ZM25.0242 13.9755C24.9067 13.9798 24.789 14.0175 24.6863 14.092C24.4125 14.2906 24.3519 14.671 24.5507 14.9449L28.687 20.6469C28.8856 20.9207 29.2663 20.9813 29.5402 20.7827C29.814 20.584 29.8746 20.2036 29.6758 19.9297L25.5393 14.2278C25.4151 14.0566 25.22 13.9688 25.0242 13.9755ZM71.0195 14.0065C70.8238 13.9993 70.6286 14.087 70.5042 14.258L66.36 19.9544C66.161 20.228 66.221 20.6086 66.4947 20.8076C66.7683 21.0066 67.1488 20.9467 67.3479 20.6732L71.4918 14.9768C71.6909 14.7032 71.6307 14.3227 71.3572 14.1236C71.2546 14.049 71.137 14.0107 71.0195 14.0065ZM21.9037 16.5925C21.7478 16.5838 21.5888 16.6358 21.463 16.749C21.2116 16.9754 21.1913 17.36 21.4178 17.6115L23.4004 19.8139C23.6267 20.0654 24.0113 20.0856 24.2628 19.8592C24.5143 19.6328 24.5345 19.248 24.3081 18.9965L22.3257 16.7943C22.2126 16.6685 22.0596 16.6007 21.9037 16.5925ZM74.1007 16.5968C73.9448 16.6055 73.792 16.673 73.6788 16.7987L71.6961 19.0006C71.4697 19.2521 71.4898 19.6369 71.7413 19.8633C71.9927 20.0897 72.3773 20.0694 72.6037 19.8181L74.5866 17.6161C74.813 17.3647 74.7927 16.9798 74.5413 16.7535C74.4155 16.6403 74.2567 16.5886 74.1007 16.5968ZM18.9129 19.4653C18.757 19.474 18.6044 19.5415 18.4912 19.6672C18.2648 19.9187 18.2851 20.3033 18.5365 20.5297L23.7719 25.2427C24.0234 25.4691 24.408 25.4488 24.6343 25.1974C24.8607 24.9459 24.8407 24.5613 24.5892 24.335L19.3535 19.622C19.2277 19.5088 19.0688 19.4571 18.9129 19.4653ZM77.1061 19.4859C76.9502 19.4772 76.7909 19.5292 76.6651 19.6422L71.4265 24.3516C71.1749 24.5778 71.1542 24.9624 71.3804 25.214C71.6066 25.4656 71.9914 25.486 72.243 25.2598L77.4819 20.5505C77.7335 20.3243 77.754 19.9397 77.5278 19.6881C77.4146 19.5623 77.262 19.4942 77.1061 19.4859ZM16.4258 22.6634C16.23 22.6561 16.0348 22.7443 15.9105 22.9153C15.7116 23.1891 15.772 23.5694 16.0457 23.7683L18.443 25.51C18.7167 25.7089 19.097 25.6488 19.2959 25.3751C19.4948 25.1013 19.4346 24.7207 19.161 24.5219L16.7637 22.7801C16.6612 22.7056 16.5433 22.6676 16.4258 22.6634ZM79.5908 22.6856C79.4733 22.6899 79.3556 22.7275 79.2529 22.8021L76.8546 24.5422C76.5808 24.7409 76.5202 25.1215 76.7188 25.3954C76.9175 25.6693 77.2979 25.7296 77.5718 25.5309L79.9703 23.7908C80.2442 23.5921 80.3045 23.2117 80.1058 22.9379C79.9816 22.7667 79.7866 22.6789 79.5908 22.6856ZM14.1016 26.0746C13.9062 26.0877 13.7213 26.1959 13.6155 26.3791C13.4464 26.6721 13.5461 27.0441 13.8391 27.2133L19.9396 30.7355C20.2326 30.9046 20.6046 30.805 20.7738 30.512C20.943 30.219 20.8433 29.8469 20.5503 29.6777L14.4498 26.1555C14.3399 26.0921 14.2188 26.0665 14.1016 26.0746ZM81.8984 26.0746C81.7812 26.0659 81.6601 26.0921 81.5502 26.1556L75.4497 29.6778C75.1567 29.847 75.0571 30.219 75.2262 30.512C75.3954 30.805 75.7674 30.9047 76.0605 30.7355L82.1612 27.2134C82.4542 27.0442 82.5539 26.6721 82.3847 26.3791C82.279 26.196 82.0938 26.0883 81.8984 26.0746ZM12.3443 29.7107C12.1063 29.7049 11.8781 29.8411 11.7747 30.0728C11.6369 30.3818 11.7746 30.7416 12.0836 30.8794L14.79 32.0866C15.099 32.2244 15.4588 32.0867 15.5966 31.7777C15.7344 31.4687 15.5964 31.1089 15.2874 30.9711L12.5813 29.7639C12.5041 29.7294 12.4236 29.7123 12.3443 29.7107ZM83.6676 29.7358C83.5882 29.7372 83.5076 29.7547 83.4303 29.789L80.7234 30.9941C80.4143 31.1318 80.2761 31.4913 80.4137 31.8004C80.5514 32.1095 80.9111 32.2477 81.2202 32.1101L83.9272 30.9047C84.2363 30.7672 84.3742 30.4076 84.2366 30.0985C84.1335 29.8666 83.9056 29.7311 83.6676 29.7358ZM10.7781 33.511C10.5409 33.5309 10.3283 33.6893 10.2497 33.9306C10.1449 34.2523 10.3193 34.5957 10.6411 34.7005L17.3388 36.8829C17.6605 36.9877 18.0039 36.8132 18.1088 36.4915C18.2135 36.1698 18.0391 35.8264 17.7173 35.7216L11.0196 33.5392C10.9392 33.5129 10.8572 33.5043 10.7781 33.511ZM85.2308 33.5371C85.1518 33.5299 85.0701 33.5386 84.9897 33.5653L78.2903 35.743C77.9685 35.8476 77.7938 36.1908 77.8984 36.5126C78.003 36.8344 78.3462 37.0091 78.668 36.9046L85.3671 34.7269C85.6889 34.6223 85.8639 34.279 85.7593 33.9572C85.6808 33.7159 85.468 33.5573 85.2308 33.5371ZM9.80238 37.5003C9.51786 37.4974 9.2627 37.6949 9.20116 37.9845C9.13079 38.3154 9.34073 38.6384 9.67164 38.7088L12.5702 39.3248C12.9012 39.3951 13.2242 39.1852 13.2945 38.8543C13.3649 38.5233 13.1549 38.2003 12.824 38.13L9.92572 37.514C9.88437 37.5053 9.843 37.5003 9.80238 37.5003ZM86.199 37.5061C86.1583 37.5064 86.1173 37.5119 86.0759 37.5192L83.1773 38.1349C82.8464 38.2052 82.6366 38.528 82.7069 38.8589C82.7772 39.1899 83.1002 39.4 83.4312 39.3297L86.3295 38.714C86.6604 38.6436 86.8705 38.3206 86.8002 37.9896C86.7387 37.7001 86.4835 37.5037 86.199 37.5061ZM9.06383 41.513C8.78061 41.5401 8.5475 41.7623 8.51639 42.0568C8.48084 42.3932 8.72288 42.6928 9.05934 42.7283L16.0647 43.469C16.4012 43.5046 16.7008 43.2622 16.7363 42.9258C16.7718 42.5893 16.5296 42.2897 16.1931 42.2542L9.18772 41.5135C9.14564 41.5092 9.10431 41.5092 9.06383 41.513ZM86.9428 41.5657C86.9023 41.5613 86.8606 41.5613 86.8186 41.5662L79.8124 42.2973C79.4759 42.3325 79.2333 42.6316 79.2684 42.9681C79.3035 43.3047 79.6027 43.5473 79.9392 43.5122L86.9454 42.781C87.2819 42.7459 87.5245 42.4467 87.4894 42.1102C87.4586 41.8158 87.226 41.5932 86.9428 41.5657ZM8.94522 45.6205C8.60687 45.6205 8.33452 45.8929 8.33452 46.2313C8.33452 46.5696 8.60687 46.842 8.94522 46.842H11.9084C12.2467 46.842 12.5193 46.5696 12.5193 46.2313C12.5193 45.8929 12.2467 45.6205 11.9084 45.6205H8.94522ZM84.0917 45.6205C83.7533 45.6205 83.4809 45.8929 83.4809 46.2313C83.4809 46.5696 83.7533 46.842 84.0917 46.842H87.0548C87.3931 46.842 87.6655 46.5696 87.6655 46.2313C87.6655 45.8929 87.3931 45.6205 87.0548 45.6205H84.0917ZM16.1849 48.9498C16.1444 48.9454 16.1031 48.9454 16.061 48.9503L9.05457 49.6815C8.71805 49.7166 8.47547 50.0158 8.51056 50.3523C8.54567 50.6888 8.84484 50.9314 9.18135 50.8963L16.1878 50.1651C16.5243 50.13 16.7669 49.8308 16.7318 49.4943C16.701 49.1999 16.4681 48.9773 16.1849 48.9498ZM79.8114 48.993C79.5282 49.0202 79.2951 49.2424 79.264 49.5368C79.2284 49.8733 79.4705 50.1728 79.8069 50.2084L86.8123 50.949C87.1488 50.9846 87.4483 50.7423 87.4839 50.4058C87.5194 50.0693 87.2771 49.7698 86.9407 49.7342L79.9356 48.9936C79.8935 48.9892 79.8519 48.9892 79.8114 48.993ZM12.6925 53.1188C12.6519 53.1192 12.6105 53.1232 12.5692 53.1319L9.67061 53.7476C9.33964 53.8179 9.12984 54.1409 9.20013 54.4719C9.27049 54.8029 9.59348 55.0127 9.92444 54.9424L12.823 54.3269C13.154 54.2565 13.3638 53.9336 13.2935 53.6026C13.232 53.313 12.977 53.1164 12.6925 53.1188ZM83.3067 53.1246C83.0222 53.1217 82.7673 53.3189 82.7058 53.6085C82.6354 53.9395 82.8451 54.2625 83.176 54.3329L86.0745 54.9488C86.4055 55.0192 86.7285 54.8095 86.7989 54.4786C86.8692 54.1477 86.6593 53.8244 86.3284 53.754L83.4301 53.1381C83.3887 53.1293 83.3473 53.1246 83.3067 53.1246ZM17.5734 55.53C17.4943 55.5228 17.4127 55.5315 17.3322 55.5582L10.6329 57.7358C10.3111 57.8404 10.1364 58.1837 10.241 58.5055C10.3456 58.8273 10.6888 59.002 11.0106 58.8974L17.7097 56.7197C18.0315 56.6151 18.2065 56.2719 18.1019 55.9501C18.0234 55.7088 17.8106 55.5501 17.5734 55.53ZM78.42 55.5516C78.1828 55.5715 77.9701 55.73 77.8915 55.9713C77.7868 56.293 77.9612 56.6363 78.2829 56.7412L84.9807 58.9236C85.3024 59.0283 85.6458 58.8538 85.7506 58.5322C85.8555 58.2105 85.681 57.8671 85.3592 57.7623L78.6614 55.5798C78.5811 55.5536 78.4991 55.545 78.42 55.5516ZM15.017 60.2997C14.9376 60.3012 14.8573 60.3183 14.78 60.3527L12.0728 61.558C11.7637 61.6956 11.6258 62.0552 11.7634 62.3643C11.9011 62.6734 12.2606 62.8113 12.5697 62.6737L15.2769 61.4687C15.586 61.3311 15.7239 60.9715 15.5863 60.6624C15.4832 60.4305 15.255 60.295 15.017 60.2997ZM80.9733 60.3229C80.7353 60.3171 80.5071 60.4534 80.4037 60.6851C80.2658 60.9941 80.4036 61.3538 80.7126 61.4916L83.4187 62.6988C83.7277 62.8366 84.0875 62.6989 84.2253 62.3899C84.3631 62.0809 84.2254 61.7212 83.9164 61.5834L81.2102 60.3762C81.133 60.3416 81.0526 60.3245 80.9733 60.3229ZM20.2877 61.6464C20.1705 61.6377 20.0494 61.6638 19.9396 61.7273L13.8391 65.2495C13.5461 65.4187 13.4464 65.7907 13.6155 66.0837C13.7847 66.3767 14.1568 66.4764 14.4498 66.3072L20.5503 62.7853C20.8433 62.6161 20.9429 62.2438 20.7738 61.9508C20.668 61.7677 20.4832 61.66 20.2877 61.6464ZM75.7125 61.6464C75.5171 61.6594 75.332 61.7677 75.2262 61.9508C75.0571 62.2438 75.1567 62.6161 75.4497 62.7853L81.5502 66.3072C81.8433 66.4764 82.2155 66.3767 82.3847 66.0837C82.5539 65.7907 82.4542 65.4186 82.1612 65.2495L76.0605 61.7273C75.9506 61.6639 75.8298 61.6382 75.7125 61.6464ZM18.7661 66.8151C18.6486 66.8195 18.5309 66.8573 18.4282 66.9319L16.0299 68.672C15.7561 68.8707 15.6955 69.2511 15.8941 69.525C16.0928 69.7988 16.4732 69.8594 16.7471 69.6606L19.1456 67.9205C19.4195 67.7218 19.48 67.3414 19.2814 67.0676C19.1572 66.8964 18.9619 66.8084 18.7661 66.8151ZM77.2194 66.8357C77.0236 66.8285 76.8284 66.9167 76.7041 67.0877C76.5052 67.3614 76.5656 67.742 76.8393 67.9409L79.2366 69.6826C79.5103 69.8815 79.8906 69.8212 80.0895 69.5474C80.2884 69.2737 80.2282 68.8933 79.9546 68.6944L77.5574 66.9527C77.4548 66.8781 77.3369 66.8399 77.2194 66.8357ZM24.1979 67.0466C24.042 67.0379 23.883 67.0898 23.7572 67.2029L18.5184 71.9122C18.2667 72.1384 18.2463 72.523 18.4725 72.7746C18.6987 73.0262 19.0833 73.0467 19.3349 72.8205L24.5738 68.1111C24.8254 67.885 24.8458 67.5004 24.6196 67.2487C24.5066 67.1229 24.3538 67.0549 24.1979 67.0466ZM71.7876 67.0634C71.6317 67.0721 71.4788 67.1396 71.3656 67.2653C71.1392 67.5168 71.1595 67.9013 71.4109 68.1277L76.6463 72.8407C76.8978 73.0671 77.2826 73.0469 77.509 72.7955C77.7354 72.544 77.7151 72.1594 77.4638 71.9331L72.228 67.22C72.1022 67.1068 71.9435 67.0552 71.7876 67.0634ZM29.1679 71.5374C28.9722 71.5301 28.7768 71.6177 28.6524 71.7888L24.5084 77.4852C24.3094 77.7589 24.3693 78.1394 24.6428 78.3384C24.9164 78.5375 25.2969 78.4776 25.496 78.2039L29.6399 72.5075C29.839 72.2339 29.7791 71.8534 29.5056 71.6543C29.403 71.5797 29.2854 71.5414 29.1679 71.5374ZM66.7981 71.5629C66.6806 71.5673 66.5629 71.6048 66.4602 71.6794C66.1863 71.8781 66.1258 72.2585 66.3244 72.5323L70.4607 78.2343C70.6593 78.5082 71.0397 78.5687 71.3136 78.3701C71.5875 78.1714 71.648 77.7911 71.4494 77.5172L67.3131 71.8152C67.1889 71.6441 66.9939 71.5562 66.7981 71.5629ZM23.8184 72.4427C23.6625 72.4514 23.5096 72.5189 23.3964 72.6446L21.4137 74.8465C21.1873 75.098 21.2074 75.4828 21.4589 75.7092C21.7103 75.9356 22.0949 75.9153 22.3213 75.6638L24.3042 73.4619C24.5306 73.2105 24.5103 72.8256 24.2589 72.5992C24.1331 72.486 23.9743 72.4346 23.8184 72.4427ZM72.178 72.4456C72.0221 72.4369 71.8632 72.489 71.7375 72.6022C71.486 72.8285 71.4658 73.2131 71.6921 73.4646L73.6745 75.6671C73.9008 75.9185 74.2854 75.9388 74.5369 75.7123C74.7884 75.486 74.8086 75.1011 74.5822 74.8496L72.5998 72.6475C72.4866 72.5217 72.3339 72.4538 72.178 72.4456ZM34.9548 74.8885C34.7168 74.8826 34.4888 75.0189 34.3855 75.2506L31.5153 81.6837C31.3775 81.9927 31.5153 82.3524 31.8243 82.4903C32.1333 82.6281 32.493 82.4904 32.6308 82.1814L35.5009 75.7482C35.6387 75.4392 35.501 75.0795 35.192 74.9417C35.1148 74.9072 35.0341 74.89 34.9548 74.8885ZM61.0065 74.9062C60.9271 74.9076 60.8466 74.9247 60.7693 74.9591C60.4603 75.0965 60.3219 75.456 60.4593 75.7651L63.3204 82.2022C63.4578 82.5112 63.8175 82.6496 64.1267 82.5122C64.4357 82.3748 64.5741 82.0153 64.4367 81.7062L61.5756 75.2691C61.4725 75.0373 61.2445 74.9016 61.0065 74.9062ZM29.9115 76.8774C29.7161 76.8905 29.5312 76.9987 29.4255 77.1819L27.9439 79.7481C27.7747 80.0411 27.8744 80.4131 28.1674 80.5823C28.4604 80.7515 28.8324 80.6518 29.0016 80.3588L30.4832 77.7926C30.6523 77.4996 30.5527 77.1275 30.2597 76.9584C30.1498 76.895 30.0287 76.8693 29.9115 76.8774ZM66.0885 76.8774C65.9713 76.8687 65.8505 76.895 65.7406 76.9584C65.4476 77.1276 65.3479 77.4996 65.5171 77.7926L66.9987 80.3588C67.1678 80.6518 67.5399 80.7515 67.8329 80.5823C68.1259 80.4132 68.2256 80.0411 68.0564 79.7481L66.5748 77.1819C66.4691 76.9988 66.2839 76.8911 66.0885 76.8774ZM41.3441 76.9694C41.0596 76.9665 40.8047 77.1638 40.7432 77.4534L39.2793 84.3441C39.2089 84.675 39.4189 84.9981 39.7498 85.0684C40.0807 85.1387 40.4038 84.9288 40.4741 84.5979L41.938 77.7072C42.0084 77.3762 41.7984 77.0532 41.4675 76.9829C41.4262 76.9742 41.3848 76.9694 41.3441 76.9694ZM54.6342 76.9738C54.5936 76.9741 54.5526 76.9781 54.5112 76.9868C54.1802 77.0569 53.9701 77.3796 54.0402 77.7106L55.4991 84.6024C55.5692 84.9334 55.8921 85.1435 56.2231 85.0734C56.5541 85.0033 56.7642 84.6804 56.6942 84.3494L55.235 77.4581C55.1736 77.1684 54.9187 76.9716 54.6342 76.9738ZM48 77.6688C47.6617 77.6688 47.3893 77.9412 47.3893 78.2795V85.3239C47.3893 85.6623 47.6617 85.9346 48 85.9346C48.3384 85.9346 48.6107 85.6623 48.6107 85.3239V78.2795C48.6107 77.9412 48.3384 77.6688 48 77.6688ZM36.7895 79.9451C36.5523 79.9653 36.3395 80.1239 36.2611 80.3652L35.3451 83.1834C35.2405 83.5052 35.4153 83.8484 35.7371 83.9531C36.0588 84.0577 36.4021 83.8825 36.5067 83.5609L37.4226 80.7429C37.5272 80.4212 37.3524 80.0779 37.0307 79.9733C36.9503 79.9472 36.8686 79.9384 36.7895 79.9451ZM59.2057 79.9465C59.1267 79.9393 59.045 79.948 58.9646 79.9745C58.6428 80.0792 58.4678 80.4224 58.5723 80.7442L59.488 83.5624C59.5926 83.8842 59.9359 84.0589 60.2577 83.9543C60.5794 83.8497 60.7544 83.5067 60.6499 83.1849L59.734 80.3668C59.6555 80.1254 59.4429 79.9667 59.2057 79.9465ZM44.1665 81.5161C43.8833 81.5434 43.65 81.7657 43.6191 82.0602L43.3094 85.0072C43.274 85.3437 43.5164 85.6429 43.8529 85.6783C44.1894 85.7137 44.4888 85.4713 44.5242 85.1348L44.8339 82.188C44.8693 81.8515 44.6269 81.5521 44.2904 81.5167C44.2484 81.5123 44.207 81.5123 44.1665 81.5161ZM51.8089 81.519C51.7685 81.5147 51.7268 81.5147 51.6848 81.5196C51.3482 81.5547 51.1056 81.8538 51.1407 82.1903L51.4486 85.1377C51.4837 85.4742 51.7829 85.7166 52.1194 85.6814C52.4559 85.6463 52.6986 85.3471 52.6634 85.0106L52.3558 82.0636C52.3251 81.7691 52.0921 81.5466 51.8089 81.519Z",
|
|
3615
3685
|
fill: "#F4F2F3"
|
|
3616
3686
|
}
|
|
3617
|
-
), /* @__PURE__ */
|
|
3687
|
+
), /* @__PURE__ */ React166.createElement("g", { opacity: "0.409", filter: "url(#filter1_f_2_3913)" }, /* @__PURE__ */ React166.createElement(
|
|
3618
3688
|
"path",
|
|
3619
3689
|
{
|
|
3620
3690
|
d: "M76.623 21.8018L43.2099 41.2149L22.0837 74.4734L52.9895 51.5818L76.623 21.8018Z",
|
|
3621
3691
|
fill: "black"
|
|
3622
3692
|
}
|
|
3623
|
-
)), /* @__PURE__ */
|
|
3693
|
+
)), /* @__PURE__ */ React166.createElement(
|
|
3624
3694
|
"path",
|
|
3625
3695
|
{
|
|
3626
3696
|
d: "M52.7887 51.2451L43.2114 41.2154L77.1857 18.3608L52.7887 51.2451Z",
|
|
3627
3697
|
fill: "#FF5150"
|
|
3628
3698
|
}
|
|
3629
|
-
), /* @__PURE__ */
|
|
3699
|
+
), /* @__PURE__ */ React166.createElement(
|
|
3630
3700
|
"path",
|
|
3631
3701
|
{
|
|
3632
3702
|
d: "M52.7887 51.245L43.2113 41.2153L18.8143 74.0996L52.7887 51.245Z",
|
|
3633
3703
|
fill: "#F1F1F1"
|
|
3634
3704
|
}
|
|
3635
|
-
), /* @__PURE__ */
|
|
3705
|
+
), /* @__PURE__ */ React166.createElement(
|
|
3636
3706
|
"path",
|
|
3637
3707
|
{
|
|
3638
3708
|
opacity: "0.243",
|
|
@@ -3640,7 +3710,7 @@ function SvgSafariLogo(props) {
|
|
|
3640
3710
|
fill: "black"
|
|
3641
3711
|
}
|
|
3642
3712
|
)),
|
|
3643
|
-
/* @__PURE__ */
|
|
3713
|
+
/* @__PURE__ */ React166.createElement("defs", null, /* @__PURE__ */ React166.createElement(
|
|
3644
3714
|
"filter",
|
|
3645
3715
|
{
|
|
3646
3716
|
id: "filter0_f_2_3913",
|
|
@@ -3651,8 +3721,8 @@ function SvgSafariLogo(props) {
|
|
|
3651
3721
|
filterUnits: "userSpaceOnUse",
|
|
3652
3722
|
colorInterpolationFilters: "sRGB"
|
|
3653
3723
|
},
|
|
3654
|
-
/* @__PURE__ */
|
|
3655
|
-
/* @__PURE__ */
|
|
3724
|
+
/* @__PURE__ */ React166.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
3725
|
+
/* @__PURE__ */ React166.createElement(
|
|
3656
3726
|
"feBlend",
|
|
3657
3727
|
{
|
|
3658
3728
|
mode: "normal",
|
|
@@ -3661,14 +3731,14 @@ function SvgSafariLogo(props) {
|
|
|
3661
3731
|
result: "shape"
|
|
3662
3732
|
}
|
|
3663
3733
|
),
|
|
3664
|
-
/* @__PURE__ */
|
|
3734
|
+
/* @__PURE__ */ React166.createElement(
|
|
3665
3735
|
"feGaussianBlur",
|
|
3666
3736
|
{
|
|
3667
3737
|
stdDeviation: "2.475",
|
|
3668
3738
|
result: "effect1_foregroundBlur_2_3913"
|
|
3669
3739
|
}
|
|
3670
3740
|
)
|
|
3671
|
-
), /* @__PURE__ */
|
|
3741
|
+
), /* @__PURE__ */ React166.createElement(
|
|
3672
3742
|
"filter",
|
|
3673
3743
|
{
|
|
3674
3744
|
id: "filter1_f_2_3913",
|
|
@@ -3679,8 +3749,8 @@ function SvgSafariLogo(props) {
|
|
|
3679
3749
|
filterUnits: "userSpaceOnUse",
|
|
3680
3750
|
colorInterpolationFilters: "sRGB"
|
|
3681
3751
|
},
|
|
3682
|
-
/* @__PURE__ */
|
|
3683
|
-
/* @__PURE__ */
|
|
3752
|
+
/* @__PURE__ */ React166.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
3753
|
+
/* @__PURE__ */ React166.createElement(
|
|
3684
3754
|
"feBlend",
|
|
3685
3755
|
{
|
|
3686
3756
|
mode: "normal",
|
|
@@ -3689,14 +3759,14 @@ function SvgSafariLogo(props) {
|
|
|
3689
3759
|
result: "shape"
|
|
3690
3760
|
}
|
|
3691
3761
|
),
|
|
3692
|
-
/* @__PURE__ */
|
|
3762
|
+
/* @__PURE__ */ React166.createElement(
|
|
3693
3763
|
"feGaussianBlur",
|
|
3694
3764
|
{
|
|
3695
3765
|
stdDeviation: "1.27242",
|
|
3696
3766
|
result: "effect1_foregroundBlur_2_3913"
|
|
3697
3767
|
}
|
|
3698
3768
|
)
|
|
3699
|
-
), /* @__PURE__ */
|
|
3769
|
+
), /* @__PURE__ */ React166.createElement(
|
|
3700
3770
|
"linearGradient",
|
|
3701
3771
|
{
|
|
3702
3772
|
id: "paint0_linear_2_3913",
|
|
@@ -3706,9 +3776,9 @@ function SvgSafariLogo(props) {
|
|
|
3706
3776
|
y2: "0.780279",
|
|
3707
3777
|
gradientUnits: "userSpaceOnUse"
|
|
3708
3778
|
},
|
|
3709
|
-
/* @__PURE__ */
|
|
3710
|
-
/* @__PURE__ */
|
|
3711
|
-
), /* @__PURE__ */
|
|
3779
|
+
/* @__PURE__ */ React166.createElement("stop", { stopColor: "#BDBDBD" }),
|
|
3780
|
+
/* @__PURE__ */ React166.createElement("stop", { offset: "1", stopColor: "white" })
|
|
3781
|
+
), /* @__PURE__ */ React166.createElement(
|
|
3712
3782
|
"radialGradient",
|
|
3713
3783
|
{
|
|
3714
3784
|
id: "paint1_radial_2_3913",
|
|
@@ -3718,12 +3788,12 @@ function SvgSafariLogo(props) {
|
|
|
3718
3788
|
gradientUnits: "userSpaceOnUse",
|
|
3719
3789
|
gradientTransform: "translate(48.1888 40.1224) scale(45.4496 45.4495)"
|
|
3720
3790
|
},
|
|
3721
|
-
/* @__PURE__ */
|
|
3722
|
-
/* @__PURE__ */
|
|
3723
|
-
/* @__PURE__ */
|
|
3724
|
-
/* @__PURE__ */
|
|
3725
|
-
/* @__PURE__ */
|
|
3726
|
-
), /* @__PURE__ */
|
|
3791
|
+
/* @__PURE__ */ React166.createElement("stop", { stopColor: "#06C2E7" }),
|
|
3792
|
+
/* @__PURE__ */ React166.createElement("stop", { offset: "0.25", stopColor: "#0DB8EC" }),
|
|
3793
|
+
/* @__PURE__ */ React166.createElement("stop", { offset: "0.5", stopColor: "#12AEF1" }),
|
|
3794
|
+
/* @__PURE__ */ React166.createElement("stop", { offset: "0.75", stopColor: "#1F86F9" }),
|
|
3795
|
+
/* @__PURE__ */ React166.createElement("stop", { offset: "1", stopColor: "#107DDD" })
|
|
3796
|
+
), /* @__PURE__ */ React166.createElement("clipPath", { id: "clip0_2_3913" }, /* @__PURE__ */ React166.createElement(
|
|
3727
3797
|
"rect",
|
|
3728
3798
|
{
|
|
3729
3799
|
width: "96",
|
|
@@ -3736,32 +3806,32 @@ function SvgSafariLogo(props) {
|
|
|
3736
3806
|
}
|
|
3737
3807
|
|
|
3738
3808
|
// src/components/icon/available-icons/salesforce.tsx
|
|
3739
|
-
import
|
|
3740
|
-
var SvgSalesforce = (props) => /* @__PURE__ */
|
|
3809
|
+
import React167 from "react";
|
|
3810
|
+
var SvgSalesforce = (props) => /* @__PURE__ */ React167.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React167.createElement(
|
|
3741
3811
|
"path",
|
|
3742
3812
|
{
|
|
3743
3813
|
d: "M14.9076 12.034C14.9801 11.923 15.0171 11.7665 15.0171 11.5681C15.0171 11.3704 14.9805 11.2146 14.9076 11.1051C14.8356 10.9968 14.7268 10.9441 14.574 10.9441C14.4211 10.9441 14.3129 10.9963 14.2418 11.1051C14.1702 11.2146 14.1337 11.3704 14.1337 11.5688C14.1337 11.7672 14.17 11.9245 14.2418 12.0347C14.3131 12.1439 14.4219 12.1972 14.574 12.1972C14.7261 12.1972 14.8354 12.1435 14.9076 12.034Z",
|
|
3744
3814
|
fill: "#00A1E0"
|
|
3745
3815
|
}
|
|
3746
|
-
), /* @__PURE__ */
|
|
3816
|
+
), /* @__PURE__ */ React167.createElement(
|
|
3747
3817
|
"path",
|
|
3748
3818
|
{
|
|
3749
3819
|
d: "M18.7729 11.3768L19.5996 11.377C19.5919 11.2704 19.571 11.1753 19.5232 11.1036C19.4512 10.9951 19.3505 10.9353 19.1983 10.9353C19.0463 10.9353 18.938 10.9948 18.8669 11.1036C18.8587 11.1159 18.8511 11.1288 18.8439 11.1423C18.8376 11.154 18.8318 11.1661 18.8264 11.1786C18.8096 11.2173 18.7962 11.2602 18.7857 11.307C18.7833 11.3177 18.7812 11.3285 18.7791 11.3395C18.7768 11.3517 18.7748 11.3642 18.7729 11.3768Z",
|
|
3750
3820
|
fill: "#00A1E0"
|
|
3751
3821
|
}
|
|
3752
|
-
), /* @__PURE__ */
|
|
3822
|
+
), /* @__PURE__ */ React167.createElement(
|
|
3753
3823
|
"path",
|
|
3754
3824
|
{
|
|
3755
3825
|
d: "M9.49091 11.3768C9.494 11.3558 9.49766 11.3355 9.50182 11.3158C9.51122 11.2713 9.52335 11.2303 9.53842 11.1929C9.54625 11.1737 9.55479 11.1554 9.56419 11.1381C9.57072 11.1261 9.57761 11.1146 9.58493 11.1036C9.65605 10.9948 9.76428 10.9353 9.91636 10.9353C10.0685 10.9353 10.1692 10.9951 10.2412 11.1036C10.2889 11.1753 10.3098 11.2704 10.3176 11.377L9.49091 11.3768Z",
|
|
3756
3826
|
fill: "#00A1E0"
|
|
3757
3827
|
}
|
|
3758
|
-
), /* @__PURE__ */
|
|
3828
|
+
), /* @__PURE__ */ React167.createElement(
|
|
3759
3829
|
"path",
|
|
3760
3830
|
{
|
|
3761
3831
|
d: "M6.91791 12.0652C6.93299 12.0888 6.9393 12.0977 6.9848 12.134L6.98545 12.1343C6.98473 12.1341 7.08908 12.2162 7.32499 12.202C7.49106 12.192 7.6379 12.1603 7.6379 12.1603V11.6334C7.53377 11.6174 7.4287 11.6085 7.32334 11.6066C7.08672 11.6036 6.98602 11.6905 6.98674 11.6904C6.97325 11.6999 6.96112 11.7103 6.95028 11.7217C6.92846 11.7446 6.91203 11.7713 6.9009 11.802C6.88906 11.8348 6.88318 11.8722 6.88318 11.9145C6.88318 11.929 6.88375 11.9427 6.8849 11.9558C6.88669 11.976 6.88992 11.9944 6.89452 12.0111C6.90019 12.0318 6.90801 12.0499 6.91791 12.0652Z",
|
|
3762
3832
|
fill: "#00A1E0"
|
|
3763
3833
|
}
|
|
3764
|
-
), /* @__PURE__ */
|
|
3834
|
+
), /* @__PURE__ */ React167.createElement(
|
|
3765
3835
|
"path",
|
|
3766
3836
|
{
|
|
3767
3837
|
fillRule: "evenodd",
|
|
@@ -3772,32 +3842,32 @@ var SvgSalesforce = (props) => /* @__PURE__ */ React165.createElement("svg", __s
|
|
|
3772
3842
|
));
|
|
3773
3843
|
|
|
3774
3844
|
// src/components/icon/available-icons/salesforce-blk.tsx
|
|
3775
|
-
import
|
|
3776
|
-
var SvgSalesforceBlk = (props) => /* @__PURE__ */
|
|
3845
|
+
import React168 from "react";
|
|
3846
|
+
var SvgSalesforceBlk = (props) => /* @__PURE__ */ React168.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React168.createElement(
|
|
3777
3847
|
"path",
|
|
3778
3848
|
{
|
|
3779
3849
|
d: "M14.9076 12.034C14.9801 11.923 15.0171 11.7665 15.0171 11.5681C15.0171 11.3704 14.9805 11.2146 14.9076 11.1051C14.8356 10.9968 14.7268 10.9441 14.574 10.9441C14.4211 10.9441 14.3129 10.9963 14.2418 11.1051C14.1702 11.2146 14.1337 11.3704 14.1337 11.5688C14.1337 11.7672 14.17 11.9245 14.2418 12.0347C14.3131 12.1439 14.4219 12.1972 14.574 12.1972C14.7261 12.1972 14.8354 12.1435 14.9076 12.034Z",
|
|
3780
3850
|
fill: "currentColor"
|
|
3781
3851
|
}
|
|
3782
|
-
), /* @__PURE__ */
|
|
3852
|
+
), /* @__PURE__ */ React168.createElement(
|
|
3783
3853
|
"path",
|
|
3784
3854
|
{
|
|
3785
3855
|
d: "M18.7729 11.3768L19.5996 11.377C19.5919 11.2704 19.571 11.1753 19.5232 11.1036C19.4512 10.9951 19.3505 10.9353 19.1983 10.9353C19.0463 10.9353 18.938 10.9948 18.8669 11.1036C18.8587 11.1159 18.8511 11.1288 18.8439 11.1423C18.8376 11.154 18.8318 11.1661 18.8264 11.1786C18.8096 11.2173 18.7962 11.2602 18.7857 11.307C18.7833 11.3177 18.7812 11.3285 18.7791 11.3395C18.7768 11.3517 18.7748 11.3642 18.7729 11.3768Z",
|
|
3786
3856
|
fill: "currentColor"
|
|
3787
3857
|
}
|
|
3788
|
-
), /* @__PURE__ */
|
|
3858
|
+
), /* @__PURE__ */ React168.createElement(
|
|
3789
3859
|
"path",
|
|
3790
3860
|
{
|
|
3791
3861
|
d: "M9.49091 11.3768C9.494 11.3558 9.49766 11.3355 9.50182 11.3158C9.51122 11.2713 9.52335 11.2303 9.53842 11.1929C9.54625 11.1737 9.55479 11.1554 9.56419 11.1381C9.57072 11.1261 9.57761 11.1146 9.58493 11.1036C9.65605 10.9948 9.76428 10.9353 9.91636 10.9353C10.0685 10.9353 10.1692 10.9951 10.2412 11.1036C10.2889 11.1753 10.3098 11.2704 10.3176 11.377L9.49091 11.3768Z",
|
|
3792
3862
|
fill: "currentColor"
|
|
3793
3863
|
}
|
|
3794
|
-
), /* @__PURE__ */
|
|
3864
|
+
), /* @__PURE__ */ React168.createElement(
|
|
3795
3865
|
"path",
|
|
3796
3866
|
{
|
|
3797
3867
|
d: "M6.91791 12.0652C6.93299 12.0888 6.9393 12.0977 6.9848 12.134L6.98545 12.1343C6.98473 12.1341 7.08908 12.2162 7.32499 12.202C7.49106 12.192 7.6379 12.1603 7.6379 12.1603V11.6334C7.53377 11.6174 7.4287 11.6085 7.32334 11.6066C7.08672 11.6036 6.98602 11.6905 6.98674 11.6904C6.97325 11.6999 6.96112 11.7103 6.95028 11.7217C6.92846 11.7446 6.91203 11.7713 6.9009 11.802C6.88906 11.8348 6.88318 11.8722 6.88318 11.9145C6.88318 11.929 6.88375 11.9427 6.8849 11.9558C6.88669 11.976 6.88992 11.9944 6.89452 12.0111C6.90019 12.0318 6.90801 12.0499 6.91791 12.0652Z",
|
|
3798
3868
|
fill: "currentColor"
|
|
3799
3869
|
}
|
|
3800
|
-
), /* @__PURE__ */
|
|
3870
|
+
), /* @__PURE__ */ React168.createElement(
|
|
3801
3871
|
"path",
|
|
3802
3872
|
{
|
|
3803
3873
|
fillRule: "evenodd",
|
|
@@ -3808,9 +3878,9 @@ var SvgSalesforceBlk = (props) => /* @__PURE__ */ React166.createElement("svg",
|
|
|
3808
3878
|
));
|
|
3809
3879
|
|
|
3810
3880
|
// src/components/icon/available-icons/scissors.tsx
|
|
3811
|
-
import * as
|
|
3881
|
+
import * as React169 from "react";
|
|
3812
3882
|
function SvgScissors(props) {
|
|
3813
|
-
return /* @__PURE__ */
|
|
3883
|
+
return /* @__PURE__ */ React169.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React169.createElement(
|
|
3814
3884
|
"path",
|
|
3815
3885
|
{
|
|
3816
3886
|
fillRule: "evenodd",
|
|
@@ -3818,7 +3888,7 @@ function SvgScissors(props) {
|
|
|
3818
3888
|
d: "M6.667 5a1.667 1.667 0 100 3.333 1.667 1.667 0 000-3.333zM3 6.667a3.667 3.667 0 117.333 0 3.667 3.667 0 01-7.333 0zM6.667 15.667a1.667 1.667 0 100 3.333 1.667 1.667 0 000-3.333zM3 17.333a3.667 3.667 0 117.333 0 3.667 3.667 0 01-7.333 0z",
|
|
3819
3889
|
fill: "currentColor"
|
|
3820
3890
|
}
|
|
3821
|
-
), /* @__PURE__ */
|
|
3891
|
+
), /* @__PURE__ */ React169.createElement(
|
|
3822
3892
|
"path",
|
|
3823
3893
|
{
|
|
3824
3894
|
fillRule: "evenodd",
|
|
@@ -3826,7 +3896,7 @@ function SvgScissors(props) {
|
|
|
3826
3896
|
d: "M19.818 4.182a1 1 0 010 1.414l-10.56 10.56a1 1 0 01-1.414-1.414l10.56-10.56a1 1 0 011.414 0zM13.488 13.498a1 1 0 011.414-.001l4.916 4.906a1 1 0 01-1.413 1.416l-4.916-4.907a1 1 0 01-.001-1.414z",
|
|
3827
3897
|
fill: "currentColor"
|
|
3828
3898
|
}
|
|
3829
|
-
), /* @__PURE__ */
|
|
3899
|
+
), /* @__PURE__ */ React169.createElement(
|
|
3830
3900
|
"path",
|
|
3831
3901
|
{
|
|
3832
3902
|
fillRule: "evenodd",
|
|
@@ -3838,9 +3908,9 @@ function SvgScissors(props) {
|
|
|
3838
3908
|
}
|
|
3839
3909
|
|
|
3840
3910
|
// src/components/icon/available-icons/search.tsx
|
|
3841
|
-
import * as
|
|
3911
|
+
import * as React170 from "react";
|
|
3842
3912
|
function SvgSearch(props) {
|
|
3843
|
-
return /* @__PURE__ */
|
|
3913
|
+
return /* @__PURE__ */ React170.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React170.createElement(
|
|
3844
3914
|
"path",
|
|
3845
3915
|
{
|
|
3846
3916
|
fillRule: "evenodd",
|
|
@@ -3848,7 +3918,7 @@ function SvgSearch(props) {
|
|
|
3848
3918
|
d: "M11.111 5a6.111 6.111 0 100 12.222 6.111 6.111 0 000-12.222zM3 11.111a8.111 8.111 0 1116.222 0 8.111 8.111 0 01-16.222 0z",
|
|
3849
3919
|
fill: "currentColor"
|
|
3850
3920
|
}
|
|
3851
|
-
), /* @__PURE__ */
|
|
3921
|
+
), /* @__PURE__ */ React170.createElement(
|
|
3852
3922
|
"path",
|
|
3853
3923
|
{
|
|
3854
3924
|
fillRule: "evenodd",
|
|
@@ -3860,9 +3930,9 @@ function SvgSearch(props) {
|
|
|
3860
3930
|
}
|
|
3861
3931
|
|
|
3862
3932
|
// src/components/icon/available-icons/send.tsx
|
|
3863
|
-
import * as
|
|
3933
|
+
import * as React171 from "react";
|
|
3864
3934
|
function SvgSend(props) {
|
|
3865
|
-
return /* @__PURE__ */
|
|
3935
|
+
return /* @__PURE__ */ React171.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React171.createElement(
|
|
3866
3936
|
"path",
|
|
3867
3937
|
{
|
|
3868
3938
|
fillRule: "evenodd",
|
|
@@ -3870,7 +3940,7 @@ function SvgSend(props) {
|
|
|
3870
3940
|
d: "M21.707 2.293a1 1 0 010 1.414l-9.9 9.9a1 1 0 01-1.414-1.414l9.9-9.9a1 1 0 011.414 0z",
|
|
3871
3941
|
fill: "currentColor"
|
|
3872
3942
|
}
|
|
3873
|
-
), /* @__PURE__ */
|
|
3943
|
+
), /* @__PURE__ */ React171.createElement(
|
|
3874
3944
|
"path",
|
|
3875
3945
|
{
|
|
3876
3946
|
fillRule: "evenodd",
|
|
@@ -3882,8 +3952,8 @@ function SvgSend(props) {
|
|
|
3882
3952
|
}
|
|
3883
3953
|
|
|
3884
3954
|
// src/components/icon/available-icons/sentiment-dissatisfied.tsx
|
|
3885
|
-
import
|
|
3886
|
-
var SvgSentimentDissatisfied = (props) => /* @__PURE__ */
|
|
3955
|
+
import React172 from "react";
|
|
3956
|
+
var SvgSentimentDissatisfied = (props) => /* @__PURE__ */ React172.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React172.createElement(
|
|
3887
3957
|
"path",
|
|
3888
3958
|
{
|
|
3889
3959
|
fillRule: "evenodd",
|
|
@@ -3894,8 +3964,8 @@ var SvgSentimentDissatisfied = (props) => /* @__PURE__ */ React170.createElement
|
|
|
3894
3964
|
));
|
|
3895
3965
|
|
|
3896
3966
|
// src/components/icon/available-icons/sentiment-satisfied.tsx
|
|
3897
|
-
import
|
|
3898
|
-
var SvgSentimentSatisfied = (props) => /* @__PURE__ */
|
|
3967
|
+
import React173 from "react";
|
|
3968
|
+
var SvgSentimentSatisfied = (props) => /* @__PURE__ */ React173.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React173.createElement(
|
|
3899
3969
|
"path",
|
|
3900
3970
|
{
|
|
3901
3971
|
fillRule: "evenodd",
|
|
@@ -3906,9 +3976,9 @@ var SvgSentimentSatisfied = (props) => /* @__PURE__ */ React171.createElement("s
|
|
|
3906
3976
|
));
|
|
3907
3977
|
|
|
3908
3978
|
// src/components/icon/available-icons/settings.tsx
|
|
3909
|
-
import * as
|
|
3979
|
+
import * as React174 from "react";
|
|
3910
3980
|
function SvgSettings(props) {
|
|
3911
|
-
return /* @__PURE__ */
|
|
3981
|
+
return /* @__PURE__ */ React174.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React174.createElement(
|
|
3912
3982
|
"path",
|
|
3913
3983
|
{
|
|
3914
3984
|
fillRule: "evenodd",
|
|
@@ -3916,7 +3986,7 @@ function SvgSettings(props) {
|
|
|
3916
3986
|
d: "M12 10.545a1.455 1.455 0 100 2.91 1.455 1.455 0 000-2.91zM8.546 12a3.455 3.455 0 116.909 0 3.455 3.455 0 01-6.91 0z",
|
|
3917
3987
|
fill: "currentColor"
|
|
3918
3988
|
}
|
|
3919
|
-
), /* @__PURE__ */
|
|
3989
|
+
), /* @__PURE__ */ React174.createElement(
|
|
3920
3990
|
"path",
|
|
3921
3991
|
{
|
|
3922
3992
|
fillRule: "evenodd",
|
|
@@ -3928,9 +3998,9 @@ function SvgSettings(props) {
|
|
|
3928
3998
|
}
|
|
3929
3999
|
|
|
3930
4000
|
// src/components/icon/available-icons/share.tsx
|
|
3931
|
-
import * as
|
|
4001
|
+
import * as React175 from "react";
|
|
3932
4002
|
function SvgShare(props) {
|
|
3933
|
-
return /* @__PURE__ */
|
|
4003
|
+
return /* @__PURE__ */ React175.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React175.createElement(
|
|
3934
4004
|
"path",
|
|
3935
4005
|
{
|
|
3936
4006
|
fillRule: "evenodd",
|
|
@@ -3942,8 +4012,8 @@ function SvgShare(props) {
|
|
|
3942
4012
|
}
|
|
3943
4013
|
|
|
3944
4014
|
// src/components/icon/available-icons/show-chart.tsx
|
|
3945
|
-
import
|
|
3946
|
-
var SvgShowChart = (props) => /* @__PURE__ */
|
|
4015
|
+
import React176 from "react";
|
|
4016
|
+
var SvgShowChart = (props) => /* @__PURE__ */ React176.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React176.createElement(
|
|
3947
4017
|
"path",
|
|
3948
4018
|
{
|
|
3949
4019
|
d: "M4.186 17.765l5.3-5.3 3.25 3.25c.41.41 1.07.39 1.45-.04l7.17-8.07c.35-.39.33-.99-.04-1.37a1 1 0 00-1.45.04l-6.39 7.18-3.29-3.29a.996.996 0 00-1.41 0l-6.09 6.1a.996.996 0 000 1.41l.09.09c.39.39 1.03.39 1.41 0z",
|
|
@@ -3952,15 +4022,15 @@ var SvgShowChart = (props) => /* @__PURE__ */ React174.createElement("svg", __sp
|
|
|
3952
4022
|
));
|
|
3953
4023
|
|
|
3954
4024
|
// src/components/icon/available-icons/silence-removal.tsx
|
|
3955
|
-
import * as
|
|
4025
|
+
import * as React177 from "react";
|
|
3956
4026
|
function SvgSilenceRemoval(props) {
|
|
3957
|
-
return /* @__PURE__ */
|
|
4027
|
+
return /* @__PURE__ */ React177.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React177.createElement(
|
|
3958
4028
|
"path",
|
|
3959
4029
|
{
|
|
3960
4030
|
d: "M7.18252 17.8247C8.06972 17.9687 8.06972 19.2461 7.18252 19.3901C6.01198 19.5806 5.09692 20.5003 4.90647 21.6662C4.76248 22.5534 3.4851 22.5534 3.34111 21.6662C3.15066 20.4956 2.23095 19.5806 1.06505 19.3901C0.177859 19.2461 0.177859 17.9687 1.06505 17.8247C2.2356 17.6343 3.15066 16.7146 3.34111 15.5487C3.4851 14.6615 4.76248 14.6615 4.90647 15.5487C5.09692 16.7192 6.01663 17.6343 7.18252 17.8247Z",
|
|
3961
4031
|
fill: "currentColor"
|
|
3962
4032
|
}
|
|
3963
|
-
), /* @__PURE__ */
|
|
4033
|
+
), /* @__PURE__ */ React177.createElement(
|
|
3964
4034
|
"path",
|
|
3965
4035
|
{
|
|
3966
4036
|
fillRule: "evenodd",
|
|
@@ -3968,7 +4038,7 @@ function SvgSilenceRemoval(props) {
|
|
|
3968
4038
|
d: "M21.6797 10.1499C22.232 10.1499 22.6797 10.5976 22.6797 11.1499C22.6797 17.3319 17.6659 22.3457 11.4839 22.3457C10.9316 22.3457 10.4839 21.898 10.4839 21.3457C10.4839 20.7934 10.9316 20.3457 11.4839 20.3457C16.5613 20.3457 20.6797 16.2274 20.6797 11.1499C20.6797 10.5976 21.1274 10.1499 21.6797 10.1499Z",
|
|
3969
4039
|
fill: "currentColor"
|
|
3970
4040
|
}
|
|
3971
|
-
), /* @__PURE__ */
|
|
4041
|
+
), /* @__PURE__ */ React177.createElement(
|
|
3972
4042
|
"path",
|
|
3973
4043
|
{
|
|
3974
4044
|
fillRule: "evenodd",
|
|
@@ -3976,7 +4046,7 @@ function SvgSilenceRemoval(props) {
|
|
|
3976
4046
|
d: "M7.81602 1.6288C8.06418 2.12219 7.86537 2.72334 7.37198 2.97149C6.66003 3.32957 5.9945 3.77397 5.3989 4.30293C4.98596 4.66967 4.3539 4.63222 3.98716 4.21927C3.62042 3.80633 3.65788 3.17428 4.07082 2.80754C4.80369 2.15667 5.61527 1.61633 6.47333 1.18476C6.96672 0.936601 7.56787 1.1354 7.81602 1.6288Z",
|
|
3977
4047
|
fill: "currentColor"
|
|
3978
4048
|
}
|
|
3979
|
-
), /* @__PURE__ */
|
|
4049
|
+
), /* @__PURE__ */ React177.createElement(
|
|
3980
4050
|
"path",
|
|
3981
4051
|
{
|
|
3982
4052
|
fillRule: "evenodd",
|
|
@@ -3984,7 +4054,7 @@ function SvgSilenceRemoval(props) {
|
|
|
3984
4054
|
d: "M2.13818 6.1366C2.69047 6.1366 3.13818 6.58431 3.13818 7.1366V7.18133C3.13818 7.73361 2.69047 8.18133 2.13818 8.18133C1.5859 8.18133 1.13818 7.73361 1.13818 7.18133V7.1366C1.13818 6.58431 1.5859 6.1366 2.13818 6.1366Z",
|
|
3985
4055
|
fill: "currentColor"
|
|
3986
4056
|
}
|
|
3987
|
-
), /* @__PURE__ */
|
|
4057
|
+
), /* @__PURE__ */ React177.createElement(
|
|
3988
4058
|
"path",
|
|
3989
4059
|
{
|
|
3990
4060
|
fillRule: "evenodd",
|
|
@@ -3996,9 +4066,9 @@ function SvgSilenceRemoval(props) {
|
|
|
3996
4066
|
}
|
|
3997
4067
|
|
|
3998
4068
|
// src/components/icon/available-icons/skip-back.tsx
|
|
3999
|
-
import * as
|
|
4069
|
+
import * as React178 from "react";
|
|
4000
4070
|
function SvgSkipBack(props) {
|
|
4001
|
-
return /* @__PURE__ */
|
|
4071
|
+
return /* @__PURE__ */ React178.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React178.createElement(
|
|
4002
4072
|
"path",
|
|
4003
4073
|
{
|
|
4004
4074
|
fillRule: "evenodd",
|
|
@@ -4010,27 +4080,27 @@ function SvgSkipBack(props) {
|
|
|
4010
4080
|
}
|
|
4011
4081
|
|
|
4012
4082
|
// src/components/icon/available-icons/slack.tsx
|
|
4013
|
-
import * as
|
|
4083
|
+
import * as React179 from "react";
|
|
4014
4084
|
function SvgSlack(props) {
|
|
4015
|
-
return /* @__PURE__ */
|
|
4085
|
+
return /* @__PURE__ */ React179.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React179.createElement(
|
|
4016
4086
|
"path",
|
|
4017
4087
|
{
|
|
4018
4088
|
d: "M6.7818 14.3745C6.7818 15.4152 5.9316 16.2654 4.8908 16.2654C3.8503 16.2654 3 15.4152 3 14.3745C3 13.3338 3.8502 12.4836 4.8909 12.4836H6.7818V14.3745ZM7.7346 14.3745C7.7346 13.3338 8.5848 12.4836 9.6255 12.4836C10.6662 12.4836 11.5164 13.3338 11.5164 14.3745V19.109C11.5164 20.1498 10.6662 20.9999 9.6255 20.9999C8.5848 20.9999 7.7346 20.1498 7.7346 19.109V14.3745Z",
|
|
4019
4089
|
fill: "#E01E5A"
|
|
4020
4090
|
}
|
|
4021
|
-
), /* @__PURE__ */
|
|
4091
|
+
), /* @__PURE__ */ React179.createElement(
|
|
4022
4092
|
"path",
|
|
4023
4093
|
{
|
|
4024
4094
|
d: "M9.6255 6.7818C8.5848 6.7818 7.7346 5.9316 7.7346 4.8908C7.7346 3.8503 8.5848 3 9.6255 3C10.6662 3 11.5164 3.8502 11.5164 4.8909V6.7818H9.6255ZM9.6254 7.7346C10.6661 7.7346 11.5163 8.5848 11.5163 9.6255C11.5163 10.6662 10.6661 11.5164 9.6254 11.5164H4.891C3.8502 11.5164 3 10.6662 3 9.6255C3 8.5848 3.8502 7.7346 4.8909 7.7346H9.6254Z",
|
|
4025
4095
|
fill: "#36C5F0"
|
|
4026
4096
|
}
|
|
4027
|
-
), /* @__PURE__ */
|
|
4097
|
+
), /* @__PURE__ */ React179.createElement(
|
|
4028
4098
|
"path",
|
|
4029
4099
|
{
|
|
4030
4100
|
d: "M17.2183 9.6255C17.2183 8.5848 18.0684 7.7346 19.1091 7.7346C20.1499 7.7346 21 8.5848 21 9.6255C21 10.6662 20.1499 11.5164 19.1091 11.5164H17.2183V9.6255ZM16.2654 9.6254C16.2654 10.6661 15.4152 11.5163 14.3745 11.5163C13.3338 11.5163 12.4836 10.6661 12.4836 9.6254V4.891C12.4836 3.8502 13.3338 3 14.3745 3C15.4152 3 16.2654 3.8502 16.2654 4.8909V9.6254Z",
|
|
4031
4101
|
fill: "#2EB67D"
|
|
4032
4102
|
}
|
|
4033
|
-
), /* @__PURE__ */
|
|
4103
|
+
), /* @__PURE__ */ React179.createElement(
|
|
4034
4104
|
"path",
|
|
4035
4105
|
{
|
|
4036
4106
|
d: "M14.3745 17.2183C15.4152 17.2183 16.2654 18.0684 16.2654 19.1091C16.2654 20.1499 15.4152 21 14.3745 21C13.3338 21 12.4836 20.1499 12.4836 19.1091V17.2183H14.3745ZM14.3745 16.2654C13.3338 16.2654 12.4836 15.4152 12.4836 14.3745C12.4836 13.3338 13.3338 12.4836 14.3745 12.4836H19.109C20.1498 12.4836 20.9999 13.3338 20.9999 14.3745C20.9999 15.4152 20.1498 16.2654 19.109 16.2654H14.3745Z",
|
|
@@ -4040,9 +4110,9 @@ function SvgSlack(props) {
|
|
|
4040
4110
|
}
|
|
4041
4111
|
|
|
4042
4112
|
// src/components/icon/available-icons/smile.tsx
|
|
4043
|
-
import * as
|
|
4113
|
+
import * as React180 from "react";
|
|
4044
4114
|
function SvgSmile(props) {
|
|
4045
|
-
return /* @__PURE__ */
|
|
4115
|
+
return /* @__PURE__ */ React180.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React180.createElement(
|
|
4046
4116
|
"path",
|
|
4047
4117
|
{
|
|
4048
4118
|
fillRule: "evenodd",
|
|
@@ -4050,7 +4120,7 @@ function SvgSmile(props) {
|
|
|
4050
4120
|
d: "M12 5a7 7 0 100 14 7 7 0 000-14zm-9 7a9 9 0 1118 0 9 9 0 01-18 0z",
|
|
4051
4121
|
fill: "currentColor"
|
|
4052
4122
|
}
|
|
4053
|
-
), /* @__PURE__ */
|
|
4123
|
+
), /* @__PURE__ */ React180.createElement(
|
|
4054
4124
|
"path",
|
|
4055
4125
|
{
|
|
4056
4126
|
fillRule: "evenodd",
|
|
@@ -4062,9 +4132,9 @@ function SvgSmile(props) {
|
|
|
4062
4132
|
}
|
|
4063
4133
|
|
|
4064
4134
|
// src/components/icon/available-icons/smile-alt.tsx
|
|
4065
|
-
import * as
|
|
4135
|
+
import * as React181 from "react";
|
|
4066
4136
|
function SvgSmileAlt(props) {
|
|
4067
|
-
return /* @__PURE__ */
|
|
4137
|
+
return /* @__PURE__ */ React181.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React181.createElement(
|
|
4068
4138
|
"path",
|
|
4069
4139
|
{
|
|
4070
4140
|
fillRule: "evenodd",
|
|
@@ -4072,7 +4142,7 @@ function SvgSmileAlt(props) {
|
|
|
4072
4142
|
d: "M12 5a7 7 0 100 14 7 7 0 000-14zm-9 7a9 9 0 1118 0 9 9 0 01-18 0z",
|
|
4073
4143
|
fill: "currentColor"
|
|
4074
4144
|
}
|
|
4075
|
-
), /* @__PURE__ */
|
|
4145
|
+
), /* @__PURE__ */ React181.createElement(
|
|
4076
4146
|
"path",
|
|
4077
4147
|
{
|
|
4078
4148
|
fillRule: "evenodd",
|
|
@@ -4084,9 +4154,9 @@ function SvgSmileAlt(props) {
|
|
|
4084
4154
|
}
|
|
4085
4155
|
|
|
4086
4156
|
// src/components/icon/available-icons/smile-select.tsx
|
|
4087
|
-
import * as
|
|
4157
|
+
import * as React182 from "react";
|
|
4088
4158
|
function SvgSmileSelect(props) {
|
|
4089
|
-
return /* @__PURE__ */
|
|
4159
|
+
return /* @__PURE__ */ React182.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React182.createElement(
|
|
4090
4160
|
"path",
|
|
4091
4161
|
{
|
|
4092
4162
|
fillRule: "evenodd",
|
|
@@ -4098,8 +4168,8 @@ function SvgSmileSelect(props) {
|
|
|
4098
4168
|
}
|
|
4099
4169
|
|
|
4100
4170
|
// src/components/icon/available-icons/sparkle.tsx
|
|
4101
|
-
import
|
|
4102
|
-
var SvgSparkle = (props) => /* @__PURE__ */
|
|
4171
|
+
import React183 from "react";
|
|
4172
|
+
var SvgSparkle = (props) => /* @__PURE__ */ React183.createElement("svg", __spreadValues({ width: 24, height: 24, viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React183.createElement(
|
|
4103
4173
|
"path",
|
|
4104
4174
|
{
|
|
4105
4175
|
d: "M10.6 9.6L9 15 7.4 9.6 2 8l5.4-1.6L9 1l1.6 5.4L16 8l-5.4 1.6zm6.4 4.6l4-2.2-2.2 4 2.2 4-4-2.2-4 2.2 2.2-4-2.2-4 4 2.2zM10 16l-1.7 3 1.7 3-3-1.7L4 22l1.7-3L4 16l3 1.7 3-1.7z",
|
|
@@ -4108,9 +4178,9 @@ var SvgSparkle = (props) => /* @__PURE__ */ React181.createElement("svg", __spre
|
|
|
4108
4178
|
));
|
|
4109
4179
|
|
|
4110
4180
|
// src/components/icon/available-icons/star.tsx
|
|
4111
|
-
import * as
|
|
4181
|
+
import * as React184 from "react";
|
|
4112
4182
|
function SvgStar(props) {
|
|
4113
|
-
return /* @__PURE__ */
|
|
4183
|
+
return /* @__PURE__ */ React184.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React184.createElement(
|
|
4114
4184
|
"path",
|
|
4115
4185
|
{
|
|
4116
4186
|
fillRule: "evenodd",
|
|
@@ -4122,9 +4192,9 @@ function SvgStar(props) {
|
|
|
4122
4192
|
}
|
|
4123
4193
|
|
|
4124
4194
|
// src/components/icon/available-icons/star-outline.tsx
|
|
4125
|
-
import * as
|
|
4195
|
+
import * as React185 from "react";
|
|
4126
4196
|
function SvgStarOutline(props) {
|
|
4127
|
-
return /* @__PURE__ */
|
|
4197
|
+
return /* @__PURE__ */ React185.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React185.createElement(
|
|
4128
4198
|
"path",
|
|
4129
4199
|
{
|
|
4130
4200
|
fillRule: "evenodd",
|
|
@@ -4136,14 +4206,14 @@ function SvgStarOutline(props) {
|
|
|
4136
4206
|
}
|
|
4137
4207
|
|
|
4138
4208
|
// src/components/icon/available-icons/stop.tsx
|
|
4139
|
-
import * as
|
|
4209
|
+
import * as React186 from "react";
|
|
4140
4210
|
function SvgStop(props) {
|
|
4141
|
-
return /* @__PURE__ */
|
|
4211
|
+
return /* @__PURE__ */ React186.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React186.createElement("rect", { x: 4, y: 4, width: 16, height: 16, rx: 2, fill: "currentColor" }));
|
|
4142
4212
|
}
|
|
4143
4213
|
|
|
4144
4214
|
// src/components/icon/available-icons/tag-faces.tsx
|
|
4145
|
-
import
|
|
4146
|
-
var SvgTagFaces = (props) => /* @__PURE__ */
|
|
4215
|
+
import React187 from "react";
|
|
4216
|
+
var SvgTagFaces = (props) => /* @__PURE__ */ React187.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React187.createElement(
|
|
4147
4217
|
"path",
|
|
4148
4218
|
{
|
|
4149
4219
|
fillRule: "evenodd",
|
|
@@ -4154,8 +4224,8 @@ var SvgTagFaces = (props) => /* @__PURE__ */ React185.createElement("svg", __spr
|
|
|
4154
4224
|
));
|
|
4155
4225
|
|
|
4156
4226
|
// src/components/icon/available-icons/task.tsx
|
|
4157
|
-
import
|
|
4158
|
-
var SvgTask = () => /* @__PURE__ */
|
|
4227
|
+
import React188 from "react";
|
|
4228
|
+
var SvgTask = () => /* @__PURE__ */ React188.createElement("svg", { viewBox: "0 0 21 23", fill: "none" }, /* @__PURE__ */ React188.createElement(
|
|
4159
4229
|
"path",
|
|
4160
4230
|
{
|
|
4161
4231
|
fillRule: "evenodd",
|
|
@@ -4163,7 +4233,7 @@ var SvgTask = () => /* @__PURE__ */ React186.createElement("svg", { viewBox: "0
|
|
|
4163
4233
|
d: "M10.5 20C15.7467 20 20 15.7467 20 10.5C20 5.25329 15.7467 1 10.5 1C5.25329 1 1 5.25329 1 10.5V20.6209C1 21.7814 2.44382 22.3155 3.19907 21.4344L5.59598 18.638C7.02754 19.5025 8.70568 20 10.5 20Z",
|
|
4164
4234
|
fill: "currentColor"
|
|
4165
4235
|
}
|
|
4166
|
-
), /* @__PURE__ */
|
|
4236
|
+
), /* @__PURE__ */ React188.createElement(
|
|
4167
4237
|
"path",
|
|
4168
4238
|
{
|
|
4169
4239
|
fillRule: "evenodd",
|
|
@@ -4172,7 +4242,7 @@ var SvgTask = () => /* @__PURE__ */ React186.createElement("svg", { viewBox: "0
|
|
|
4172
4242
|
fill: "white",
|
|
4173
4243
|
fillOpacity: "0.65"
|
|
4174
4244
|
}
|
|
4175
|
-
), /* @__PURE__ */
|
|
4245
|
+
), /* @__PURE__ */ React188.createElement(
|
|
4176
4246
|
"path",
|
|
4177
4247
|
{
|
|
4178
4248
|
fillRule: "evenodd",
|
|
@@ -4180,7 +4250,7 @@ var SvgTask = () => /* @__PURE__ */ React186.createElement("svg", { viewBox: "0
|
|
|
4180
4250
|
d: "M15.6186 7.09759C15.8471 7.32614 15.8471 7.69669 15.6186 7.92524L9.18096 14.3629C8.95241 14.5914 8.58186 14.5914 8.35331 14.3629L5.42712 11.4367C5.19857 11.2081 5.19857 10.8376 5.42712 10.609C5.65567 10.3805 6.02622 10.3805 6.25477 10.609L8.76714 13.1214L14.7909 7.09759C15.0195 6.86904 15.39 6.86904 15.6186 7.09759Z",
|
|
4181
4251
|
fill: "currentColor"
|
|
4182
4252
|
}
|
|
4183
|
-
), /* @__PURE__ */
|
|
4253
|
+
), /* @__PURE__ */ React188.createElement(
|
|
4184
4254
|
"path",
|
|
4185
4255
|
{
|
|
4186
4256
|
fillRule: "evenodd",
|
|
@@ -4191,9 +4261,9 @@ var SvgTask = () => /* @__PURE__ */ React186.createElement("svg", { viewBox: "0
|
|
|
4191
4261
|
));
|
|
4192
4262
|
|
|
4193
4263
|
// src/components/icon/available-icons/timer.tsx
|
|
4194
|
-
import * as
|
|
4264
|
+
import * as React189 from "react";
|
|
4195
4265
|
function SvgTimer(props) {
|
|
4196
|
-
return /* @__PURE__ */
|
|
4266
|
+
return /* @__PURE__ */ React189.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React189.createElement(
|
|
4197
4267
|
"path",
|
|
4198
4268
|
{
|
|
4199
4269
|
fillRule: "evenodd",
|
|
@@ -4205,8 +4275,8 @@ function SvgTimer(props) {
|
|
|
4205
4275
|
}
|
|
4206
4276
|
|
|
4207
4277
|
// src/components/icon/available-icons/touch-app.tsx
|
|
4208
|
-
import
|
|
4209
|
-
var SvgTouchApp = (props) => /* @__PURE__ */
|
|
4278
|
+
import React190 from "react";
|
|
4279
|
+
var SvgTouchApp = (props) => /* @__PURE__ */ React190.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React190.createElement(
|
|
4210
4280
|
"path",
|
|
4211
4281
|
{
|
|
4212
4282
|
fillRule: "evenodd",
|
|
@@ -4217,9 +4287,9 @@ var SvgTouchApp = (props) => /* @__PURE__ */ React188.createElement("svg", __spr
|
|
|
4217
4287
|
));
|
|
4218
4288
|
|
|
4219
4289
|
// src/components/icon/available-icons/trash.tsx
|
|
4220
|
-
import * as
|
|
4290
|
+
import * as React191 from "react";
|
|
4221
4291
|
function SvgTrash(props) {
|
|
4222
|
-
return /* @__PURE__ */
|
|
4292
|
+
return /* @__PURE__ */ React191.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React191.createElement(
|
|
4223
4293
|
"path",
|
|
4224
4294
|
{
|
|
4225
4295
|
fillRule: "evenodd",
|
|
@@ -4227,7 +4297,7 @@ function SvgTrash(props) {
|
|
|
4227
4297
|
d: "M4 7.2a1 1 0 011-1h14.4a1 1 0 110 2H5a1 1 0 01-1-1z",
|
|
4228
4298
|
fill: "currentColor"
|
|
4229
4299
|
}
|
|
4230
|
-
), /* @__PURE__ */
|
|
4300
|
+
), /* @__PURE__ */ React191.createElement(
|
|
4231
4301
|
"path",
|
|
4232
4302
|
{
|
|
4233
4303
|
fillRule: "evenodd",
|
|
@@ -4235,7 +4305,7 @@ function SvgTrash(props) {
|
|
|
4235
4305
|
d: "M10.6 5a.6.6 0 00-.6.6v.6h4.4v-.6a.6.6 0 00-.6-.6h-3.2zm5.8 1.2v-.6A2.6 2.6 0 0013.8 3h-3.2A2.6 2.6 0 008 5.6v.6H6.6a1 1 0 00-1 1v11.2A2.6 2.6 0 008.2 21h8a2.6 2.6 0 002.6-2.6V7.2a1 1 0 00-1-1h-1.4zm-8.8 2v10.2a.6.6 0 00.6.6h8a.6.6 0 00.6-.6V8.2H7.6z",
|
|
4236
4306
|
fill: "currentColor"
|
|
4237
4307
|
}
|
|
4238
|
-
), /* @__PURE__ */
|
|
4308
|
+
), /* @__PURE__ */ React191.createElement(
|
|
4239
4309
|
"path",
|
|
4240
4310
|
{
|
|
4241
4311
|
fillRule: "evenodd",
|
|
@@ -4247,9 +4317,9 @@ function SvgTrash(props) {
|
|
|
4247
4317
|
}
|
|
4248
4318
|
|
|
4249
4319
|
// src/components/icon/available-icons/trash-forever.tsx
|
|
4250
|
-
import * as
|
|
4320
|
+
import * as React192 from "react";
|
|
4251
4321
|
function SvgTrashForever(props) {
|
|
4252
|
-
return /* @__PURE__ */
|
|
4322
|
+
return /* @__PURE__ */ React192.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React192.createElement(
|
|
4253
4323
|
"path",
|
|
4254
4324
|
{
|
|
4255
4325
|
fillRule: "evenodd",
|
|
@@ -4257,7 +4327,7 @@ function SvgTrashForever(props) {
|
|
|
4257
4327
|
d: "M4 7.2a1 1 0 011-1h14.4a1 1 0 110 2H5a1 1 0 01-1-1z",
|
|
4258
4328
|
fill: "currentColor"
|
|
4259
4329
|
}
|
|
4260
|
-
), /* @__PURE__ */
|
|
4330
|
+
), /* @__PURE__ */ React192.createElement(
|
|
4261
4331
|
"path",
|
|
4262
4332
|
{
|
|
4263
4333
|
fillRule: "evenodd",
|
|
@@ -4265,7 +4335,7 @@ function SvgTrashForever(props) {
|
|
|
4265
4335
|
d: "M10.6 5a.6.6 0 00-.6.6v.6h4.4v-.6a.6.6 0 00-.6-.6h-3.2zm5.8 1.2v-.6A2.6 2.6 0 0013.8 3h-3.2A2.6 2.6 0 008 5.6v.6H6.6a1 1 0 00-1 1v11.2A2.6 2.6 0 008.2 21h8a2.6 2.6 0 002.6-2.6V7.2a1 1 0 00-1-1h-1.4zm-8.8 2v10.2a.6.6 0 00.6.6h8a.6.6 0 00.6-.6V8.2H7.6z",
|
|
4266
4336
|
fill: "currentColor"
|
|
4267
4337
|
}
|
|
4268
|
-
), /* @__PURE__ */
|
|
4338
|
+
), /* @__PURE__ */ React192.createElement(
|
|
4269
4339
|
"path",
|
|
4270
4340
|
{
|
|
4271
4341
|
fillRule: "evenodd",
|
|
@@ -4273,7 +4343,7 @@ function SvgTrashForever(props) {
|
|
|
4273
4343
|
d: "M14.604 11.196a1 1 0 010 1.414l-3.394 3.394a1 1 0 01-1.414-1.414l3.394-3.394a1 1 0 011.414 0z",
|
|
4274
4344
|
fill: "currentColor"
|
|
4275
4345
|
}
|
|
4276
|
-
), /* @__PURE__ */
|
|
4346
|
+
), /* @__PURE__ */ React192.createElement(
|
|
4277
4347
|
"path",
|
|
4278
4348
|
{
|
|
4279
4349
|
fillRule: "evenodd",
|
|
@@ -4285,9 +4355,9 @@ function SvgTrashForever(props) {
|
|
|
4285
4355
|
}
|
|
4286
4356
|
|
|
4287
4357
|
// src/components/icon/available-icons/timeline-editor.tsx
|
|
4288
|
-
import * as
|
|
4358
|
+
import * as React193 from "react";
|
|
4289
4359
|
function SvgTimelineEditor(props) {
|
|
4290
|
-
return /* @__PURE__ */
|
|
4360
|
+
return /* @__PURE__ */ React193.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React193.createElement(
|
|
4291
4361
|
"path",
|
|
4292
4362
|
{
|
|
4293
4363
|
fillRule: "evenodd",
|
|
@@ -4295,7 +4365,7 @@ function SvgTimelineEditor(props) {
|
|
|
4295
4365
|
d: "M12 2C12.5523 2 13 2.44772 13 3V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21V3C11 2.44772 11.4477 2 12 2Z",
|
|
4296
4366
|
fill: "currentColor"
|
|
4297
4367
|
}
|
|
4298
|
-
), /* @__PURE__ */
|
|
4368
|
+
), /* @__PURE__ */ React193.createElement(
|
|
4299
4369
|
"path",
|
|
4300
4370
|
{
|
|
4301
4371
|
fillRule: "evenodd",
|
|
@@ -4303,7 +4373,7 @@ function SvgTimelineEditor(props) {
|
|
|
4303
4373
|
d: "M2 6.27271C2 5.72043 2.44772 5.27271 3 5.27271H7.81722C8.3695 5.27271 8.81722 5.72043 8.81722 6.27271C8.81722 6.825 8.3695 7.27271 7.81722 7.27271H4V16.7273H7.81722C8.3695 16.7273 8.81722 17.175 8.81722 17.7273C8.81722 18.2796 8.3695 18.7273 7.81722 18.7273H3C2.44772 18.7273 2 18.2796 2 17.7273V6.27271Z",
|
|
4304
4374
|
fill: "currentColor"
|
|
4305
4375
|
}
|
|
4306
|
-
), /* @__PURE__ */
|
|
4376
|
+
), /* @__PURE__ */ React193.createElement(
|
|
4307
4377
|
"path",
|
|
4308
4378
|
{
|
|
4309
4379
|
fillRule: "evenodd",
|
|
@@ -4315,8 +4385,8 @@ function SvgTimelineEditor(props) {
|
|
|
4315
4385
|
}
|
|
4316
4386
|
|
|
4317
4387
|
// src/components/icon/available-icons/tune.tsx
|
|
4318
|
-
import
|
|
4319
|
-
var SvgTune = (props) => /* @__PURE__ */
|
|
4388
|
+
import React194 from "react";
|
|
4389
|
+
var SvgTune = (props) => /* @__PURE__ */ React194.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React194.createElement(
|
|
4320
4390
|
"path",
|
|
4321
4391
|
{
|
|
4322
4392
|
fillRule: "evenodd",
|
|
@@ -4327,9 +4397,9 @@ var SvgTune = (props) => /* @__PURE__ */ React192.createElement("svg", __spreadV
|
|
|
4327
4397
|
));
|
|
4328
4398
|
|
|
4329
4399
|
// src/components/icon/available-icons/unarchive.tsx
|
|
4330
|
-
import * as
|
|
4400
|
+
import * as React195 from "react";
|
|
4331
4401
|
function SvgUnarchive(props) {
|
|
4332
|
-
return /* @__PURE__ */
|
|
4402
|
+
return /* @__PURE__ */ React195.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React195.createElement(
|
|
4333
4403
|
"path",
|
|
4334
4404
|
{
|
|
4335
4405
|
fillRule: "evenodd",
|
|
@@ -4337,7 +4407,7 @@ function SvgUnarchive(props) {
|
|
|
4337
4407
|
d: "M4.637 8.09a1 1 0 011 1v10.637a1 1 0 11-2 0V9.091a1 1 0 011-1zm14.727 0a1 1 0 011 1v10.637a1 1 0 11-2 0V9.091a1 1 0 011-1z",
|
|
4338
4408
|
fill: "currentColor"
|
|
4339
4409
|
}
|
|
4340
|
-
), /* @__PURE__ */
|
|
4410
|
+
), /* @__PURE__ */ React195.createElement(
|
|
4341
4411
|
"path",
|
|
4342
4412
|
{
|
|
4343
4413
|
fillRule: "evenodd",
|
|
@@ -4345,7 +4415,7 @@ function SvgUnarchive(props) {
|
|
|
4345
4415
|
d: "M2 5a1 1 0 011-1h18a1 1 0 011 1v4.09a1 1 0 01-1 1H3a1 1 0 01-1-1V5zm2 1v2.09h16V6H4zM11.293 11.656a1 1 0 011.414 0l4.091 4.091a1 1 0 01-1.414 1.415L12 13.778l-3.384 3.384a1 1 0 11-1.414-1.415l4.091-4.09z",
|
|
4346
4416
|
fill: "currentColor"
|
|
4347
4417
|
}
|
|
4348
|
-
), /* @__PURE__ */
|
|
4418
|
+
), /* @__PURE__ */ React195.createElement(
|
|
4349
4419
|
"path",
|
|
4350
4420
|
{
|
|
4351
4421
|
fillRule: "evenodd",
|
|
@@ -4357,9 +4427,9 @@ function SvgUnarchive(props) {
|
|
|
4357
4427
|
}
|
|
4358
4428
|
|
|
4359
4429
|
// src/components/icon/available-icons/underline.tsx
|
|
4360
|
-
import * as
|
|
4430
|
+
import * as React196 from "react";
|
|
4361
4431
|
function SvgUnderline(props) {
|
|
4362
|
-
return /* @__PURE__ */
|
|
4432
|
+
return /* @__PURE__ */ React196.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React196.createElement(
|
|
4363
4433
|
"path",
|
|
4364
4434
|
{
|
|
4365
4435
|
fillRule: "evenodd",
|
|
@@ -4371,9 +4441,9 @@ function SvgUnderline(props) {
|
|
|
4371
4441
|
}
|
|
4372
4442
|
|
|
4373
4443
|
// src/components/icon/available-icons/undo.tsx
|
|
4374
|
-
import * as
|
|
4444
|
+
import * as React197 from "react";
|
|
4375
4445
|
function SvgUndo(props) {
|
|
4376
|
-
return /* @__PURE__ */
|
|
4446
|
+
return /* @__PURE__ */ React197.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React197.createElement(
|
|
4377
4447
|
"path",
|
|
4378
4448
|
{
|
|
4379
4449
|
fillRule: "evenodd",
|
|
@@ -4381,7 +4451,7 @@ function SvgUndo(props) {
|
|
|
4381
4451
|
d: "M5.141 7a1 1 0 011 1v5.283h5.283a1 1 0 010 2H5.141a1 1 0 01-1-1V8a1 1 0 011-1z",
|
|
4382
4452
|
fill: "currentColor"
|
|
4383
4453
|
}
|
|
4384
|
-
), /* @__PURE__ */
|
|
4454
|
+
), /* @__PURE__ */ React197.createElement(
|
|
4385
4455
|
"path",
|
|
4386
4456
|
{
|
|
4387
4457
|
fillRule: "evenodd",
|
|
@@ -4393,8 +4463,8 @@ function SvgUndo(props) {
|
|
|
4393
4463
|
}
|
|
4394
4464
|
|
|
4395
4465
|
// src/components/icon/available-icons/redo.tsx
|
|
4396
|
-
import
|
|
4397
|
-
var SvgRedo = (props) => /* @__PURE__ */
|
|
4466
|
+
import React198 from "react";
|
|
4467
|
+
var SvgRedo = (props) => /* @__PURE__ */ React198.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React198.createElement(
|
|
4398
4468
|
"path",
|
|
4399
4469
|
{
|
|
4400
4470
|
fillRule: "evenodd",
|
|
@@ -4402,7 +4472,7 @@ var SvgRedo = (props) => /* @__PURE__ */ React196.createElement("svg", __spreadV
|
|
|
4402
4472
|
d: "M18.8585 7C18.3062 7 17.8585 7.44772 17.8585 8V13.2827H12.5758C12.0235 13.2827 11.5758 13.7305 11.5758 14.2827C11.5758 14.835 12.0235 15.2827 12.5758 15.2827H18.8585C19.4108 15.2827 19.8585 14.835 19.8585 14.2827V8C19.8585 7.44772 19.4108 7 18.8585 7Z",
|
|
4403
4473
|
fill: "currentColor"
|
|
4404
4474
|
}
|
|
4405
|
-
), /* @__PURE__ */
|
|
4475
|
+
), /* @__PURE__ */ React198.createElement(
|
|
4406
4476
|
"path",
|
|
4407
4477
|
{
|
|
4408
4478
|
fillRule: "evenodd",
|
|
@@ -4413,9 +4483,9 @@ var SvgRedo = (props) => /* @__PURE__ */ React196.createElement("svg", __spreadV
|
|
|
4413
4483
|
));
|
|
4414
4484
|
|
|
4415
4485
|
// src/components/icon/available-icons/upload.tsx
|
|
4416
|
-
import * as
|
|
4486
|
+
import * as React199 from "react";
|
|
4417
4487
|
function SvgUpload(props) {
|
|
4418
|
-
return /* @__PURE__ */
|
|
4488
|
+
return /* @__PURE__ */ React199.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React199.createElement(
|
|
4419
4489
|
"path",
|
|
4420
4490
|
{
|
|
4421
4491
|
fillRule: "evenodd",
|
|
@@ -4423,7 +4493,7 @@ function SvgUpload(props) {
|
|
|
4423
4493
|
d: "M4 13.667a1 1 0 011 1v3.555a.778.778 0 00.778.778h12.444a.778.778 0 00.778-.778v-3.555a1 1 0 112 0v3.555A2.778 2.778 0 0118.222 21H5.778A2.778 2.778 0 013 18.222v-3.555a1 1 0 011-1zM11.293 3.293a1 1 0 011.414 0l4.445 4.444a1 1 0 01-1.415 1.415L12 5.414 8.263 9.152a1 1 0 11-1.415-1.415l4.445-4.444z",
|
|
4424
4494
|
fill: "currentColor"
|
|
4425
4495
|
}
|
|
4426
|
-
), /* @__PURE__ */
|
|
4496
|
+
), /* @__PURE__ */ React199.createElement(
|
|
4427
4497
|
"path",
|
|
4428
4498
|
{
|
|
4429
4499
|
fillRule: "evenodd",
|
|
@@ -4435,9 +4505,9 @@ function SvgUpload(props) {
|
|
|
4435
4505
|
}
|
|
4436
4506
|
|
|
4437
4507
|
// src/components/icon/available-icons/user.tsx
|
|
4438
|
-
import * as
|
|
4508
|
+
import * as React200 from "react";
|
|
4439
4509
|
function SvgUser(props) {
|
|
4440
|
-
return /* @__PURE__ */
|
|
4510
|
+
return /* @__PURE__ */ React200.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React200.createElement(
|
|
4441
4511
|
"path",
|
|
4442
4512
|
{
|
|
4443
4513
|
fillRule: "evenodd",
|
|
@@ -4449,9 +4519,9 @@ function SvgUser(props) {
|
|
|
4449
4519
|
}
|
|
4450
4520
|
|
|
4451
4521
|
// src/components/icon/available-icons/users.tsx
|
|
4452
|
-
import * as
|
|
4522
|
+
import * as React201 from "react";
|
|
4453
4523
|
function SvgUsers(props) {
|
|
4454
|
-
return /* @__PURE__ */
|
|
4524
|
+
return /* @__PURE__ */ React201.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React201.createElement(
|
|
4455
4525
|
"path",
|
|
4456
4526
|
{
|
|
4457
4527
|
fillRule: "evenodd",
|
|
@@ -4463,9 +4533,9 @@ function SvgUsers(props) {
|
|
|
4463
4533
|
}
|
|
4464
4534
|
|
|
4465
4535
|
// src/components/icon/available-icons/users-add.tsx
|
|
4466
|
-
import * as
|
|
4536
|
+
import * as React202 from "react";
|
|
4467
4537
|
function SvgUsersAdd(props) {
|
|
4468
|
-
return /* @__PURE__ */
|
|
4538
|
+
return /* @__PURE__ */ React202.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React202.createElement(
|
|
4469
4539
|
"path",
|
|
4470
4540
|
{
|
|
4471
4541
|
fillRule: "evenodd",
|
|
@@ -4473,7 +4543,7 @@ function SvgUsersAdd(props) {
|
|
|
4473
4543
|
d: "M8.546 14.818a1 1 0 011-1h3.272a4.273 4.273 0 014.273 4.273v1.636a1 1 0 11-2 0v-1.636a2.273 2.273 0 00-2.273-2.273H9.546a1 1 0 01-1-1zM9.545 6a2.273 2.273 0 100 4.545 2.273 2.273 0 000-4.545zM5.273 8.273a4.273 4.273 0 118.545 0 4.273 4.273 0 01-8.545 0zM17.577 14.675a1 1 0 011.219-.719A4.273 4.273 0 0122 18.09v1.637a1 1 0 11-2 0v-1.636a2.272 2.272 0 00-1.704-2.198 1 1 0 01-.719-1.218zM14.304 4.858a1 1 0 011.217-.72 4.273 4.273 0 010 8.278 1 1 0 11-.496-1.937 2.273 2.273 0 000-4.404 1 1 0 01-.721-1.217zM5.454 20.727a1 1 0 01-1-1v-4.909a1 1 0 112 0v4.91a1 1 0 01-1 1z",
|
|
4474
4544
|
fill: "currentColor"
|
|
4475
4545
|
}
|
|
4476
|
-
), /* @__PURE__ */
|
|
4546
|
+
), /* @__PURE__ */ React202.createElement(
|
|
4477
4547
|
"path",
|
|
4478
4548
|
{
|
|
4479
4549
|
fillRule: "evenodd",
|
|
@@ -4485,8 +4555,8 @@ function SvgUsersAdd(props) {
|
|
|
4485
4555
|
}
|
|
4486
4556
|
|
|
4487
4557
|
// src/components/icon/available-icons/vertical-align-bottom.tsx
|
|
4488
|
-
import
|
|
4489
|
-
var SvgVerticalAlignBottom = (props) => /* @__PURE__ */
|
|
4558
|
+
import React203 from "react";
|
|
4559
|
+
var SvgVerticalAlignBottom = (props) => /* @__PURE__ */ React203.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React203.createElement(
|
|
4490
4560
|
"path",
|
|
4491
4561
|
{
|
|
4492
4562
|
fillRule: "evenodd",
|
|
@@ -4497,9 +4567,9 @@ var SvgVerticalAlignBottom = (props) => /* @__PURE__ */ React201.createElement("
|
|
|
4497
4567
|
));
|
|
4498
4568
|
|
|
4499
4569
|
// src/components/icon/available-icons/video-cam.tsx
|
|
4500
|
-
import * as
|
|
4570
|
+
import * as React204 from "react";
|
|
4501
4571
|
function SvgVideoCam(props) {
|
|
4502
|
-
return /* @__PURE__ */
|
|
4572
|
+
return /* @__PURE__ */ React204.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React204.createElement(
|
|
4503
4573
|
"path",
|
|
4504
4574
|
{
|
|
4505
4575
|
fillRule: "evenodd",
|
|
@@ -4507,7 +4577,7 @@ function SvgVideoCam(props) {
|
|
|
4507
4577
|
d: "M21.457 6.747a1 1 0 01.543.89v8.181a1 1 0 01-1.581.814l-5.728-4.09a1 1 0 010-1.628l5.728-4.091a1 1 0 011.038-.076zm-4.464 4.98L20 13.875V9.58l-3.007 2.147z",
|
|
4508
4578
|
fill: "currentColor"
|
|
4509
4579
|
}
|
|
4510
|
-
), /* @__PURE__ */
|
|
4580
|
+
), /* @__PURE__ */ React204.createElement(
|
|
4511
4581
|
"path",
|
|
4512
4582
|
{
|
|
4513
4583
|
fillRule: "evenodd",
|
|
@@ -4519,8 +4589,8 @@ function SvgVideoCam(props) {
|
|
|
4519
4589
|
}
|
|
4520
4590
|
|
|
4521
4591
|
// src/components/icon/available-icons/videocam.tsx
|
|
4522
|
-
import
|
|
4523
|
-
var SvgVideocam = (props) => /* @__PURE__ */
|
|
4592
|
+
import React205 from "react";
|
|
4593
|
+
var SvgVideocam = (props) => /* @__PURE__ */ React205.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React205.createElement(
|
|
4524
4594
|
"path",
|
|
4525
4595
|
{
|
|
4526
4596
|
d: "M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l2.29 2.29c.63.63 1.71.18 1.71-.71V8.91c0-.89-1.08-1.34-1.71-.71L17 10.5z",
|
|
@@ -4529,8 +4599,8 @@ var SvgVideocam = (props) => /* @__PURE__ */ React203.createElement("svg", __spr
|
|
|
4529
4599
|
));
|
|
4530
4600
|
|
|
4531
4601
|
// src/components/icon/available-icons/videocam-off.tsx
|
|
4532
|
-
import
|
|
4533
|
-
var SvgVideocamOff = (props) => /* @__PURE__ */
|
|
4602
|
+
import React206 from "react";
|
|
4603
|
+
var SvgVideocamOff = (props) => /* @__PURE__ */ React206.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React206.createElement(
|
|
4534
4604
|
"path",
|
|
4535
4605
|
{
|
|
4536
4606
|
fillRule: "evenodd",
|
|
@@ -4541,9 +4611,9 @@ var SvgVideocamOff = (props) => /* @__PURE__ */ React204.createElement("svg", __
|
|
|
4541
4611
|
));
|
|
4542
4612
|
|
|
4543
4613
|
// src/components/icon/available-icons/video-library.tsx
|
|
4544
|
-
import * as
|
|
4614
|
+
import * as React207 from "react";
|
|
4545
4615
|
function SvgVideoLibrary(props) {
|
|
4546
|
-
return /* @__PURE__ */
|
|
4616
|
+
return /* @__PURE__ */ React207.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React207.createElement(
|
|
4547
4617
|
"path",
|
|
4548
4618
|
{
|
|
4549
4619
|
fillRule: "evenodd",
|
|
@@ -4551,7 +4621,7 @@ function SvgVideoLibrary(props) {
|
|
|
4551
4621
|
d: "M5.79 5.658A2.663 2.663 0 018.448 3h9.95a2.663 2.663 0 012.658 2.658v9.95a2.663 2.663 0 01-2.658 2.658h-9.95a2.663 2.663 0 01-2.658-2.658v-9.95zM8.448 5a.663.663 0 00-.658.658v9.95c0 .36.298.658.658.658h9.95c.36 0 .658-.298.658-.658v-9.95A.663.663 0 0018.398 5h-9.95z",
|
|
4552
4622
|
fill: "currentColor"
|
|
4553
4623
|
}
|
|
4554
|
-
), /* @__PURE__ */
|
|
4624
|
+
), /* @__PURE__ */ React207.createElement(
|
|
4555
4625
|
"path",
|
|
4556
4626
|
{
|
|
4557
4627
|
fillRule: "evenodd",
|
|
@@ -4559,7 +4629,7 @@ function SvgVideoLibrary(props) {
|
|
|
4559
4629
|
d: "M3 5.842a1 1 0 011 1v9.21a4 4 0 004 4h9.21a1 1 0 110 2H8a6 6 0 01-6-6v-9.21a1 1 0 011-1z",
|
|
4560
4630
|
fill: "currentColor"
|
|
4561
4631
|
}
|
|
4562
|
-
), /* @__PURE__ */
|
|
4632
|
+
), /* @__PURE__ */ React207.createElement(
|
|
4563
4633
|
"path",
|
|
4564
4634
|
{
|
|
4565
4635
|
fillRule: "evenodd",
|
|
@@ -4571,9 +4641,9 @@ function SvgVideoLibrary(props) {
|
|
|
4571
4641
|
}
|
|
4572
4642
|
|
|
4573
4643
|
// src/components/icon/available-icons/video-off.tsx
|
|
4574
|
-
import * as
|
|
4644
|
+
import * as React208 from "react";
|
|
4575
4645
|
function SvgVideoOff(props) {
|
|
4576
|
-
return /* @__PURE__ */
|
|
4646
|
+
return /* @__PURE__ */ React208.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React208.createElement(
|
|
4577
4647
|
"path",
|
|
4578
4648
|
{
|
|
4579
4649
|
fillRule: "evenodd",
|
|
@@ -4581,7 +4651,7 @@ function SvgVideoOff(props) {
|
|
|
4581
4651
|
d: "M4.636 7.273A.636.636 0 004 7.909v8.182a.636.636 0 00.636.636h9a.636.636 0 00.637-.636v-.404L5.859 7.273H4.636zM2.772 6.045a2.636 2.636 0 011.864-.772h1.637a1 1 0 01.707.293l9 9a1 1 0 01.293.707v.818a2.636 2.636 0 01-2.637 2.636h-9A2.636 2.636 0 012 16.091V7.909c0-.7.278-1.37.772-1.864zm7.132.228a1 1 0 011-1h2.732a2.637 2.637 0 012.637 2.636v2.185l4.14-2.995a1 1 0 011.587.81v8.182a1 1 0 11-2 0V9.867l-3.323 2.403a1 1 0 01-1.293-.103l-.818-.818a1 1 0 01-.293-.707V7.909a.636.636 0 00-.637-.636h-2.732a1 1 0 01-1-1z",
|
|
4582
4652
|
fill: "currentColor"
|
|
4583
4653
|
}
|
|
4584
|
-
), /* @__PURE__ */
|
|
4654
|
+
), /* @__PURE__ */ React208.createElement(
|
|
4585
4655
|
"path",
|
|
4586
4656
|
{
|
|
4587
4657
|
fillRule: "evenodd",
|
|
@@ -4593,8 +4663,8 @@ function SvgVideoOff(props) {
|
|
|
4593
4663
|
}
|
|
4594
4664
|
|
|
4595
4665
|
// src/components/icon/available-icons/view-list.tsx
|
|
4596
|
-
import
|
|
4597
|
-
var SvgViewList = (props) => /* @__PURE__ */
|
|
4666
|
+
import React209 from "react";
|
|
4667
|
+
var SvgViewList = (props) => /* @__PURE__ */ React209.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React209.createElement(
|
|
4598
4668
|
"path",
|
|
4599
4669
|
{
|
|
4600
4670
|
fillRule: "evenodd",
|
|
@@ -4605,9 +4675,9 @@ var SvgViewList = (props) => /* @__PURE__ */ React207.createElement("svg", __spr
|
|
|
4605
4675
|
));
|
|
4606
4676
|
|
|
4607
4677
|
// src/components/icon/available-icons/volume1.tsx
|
|
4608
|
-
import * as
|
|
4678
|
+
import * as React210 from "react";
|
|
4609
4679
|
function SvgVolume1(props) {
|
|
4610
|
-
return /* @__PURE__ */
|
|
4680
|
+
return /* @__PURE__ */ React210.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React210.createElement(
|
|
4611
4681
|
"path",
|
|
4612
4682
|
{
|
|
4613
4683
|
fillRule: "evenodd",
|
|
@@ -4619,9 +4689,9 @@ function SvgVolume1(props) {
|
|
|
4619
4689
|
}
|
|
4620
4690
|
|
|
4621
4691
|
// src/components/icon/available-icons/volume2.tsx
|
|
4622
|
-
import * as
|
|
4692
|
+
import * as React211 from "react";
|
|
4623
4693
|
function SvgVolume2(props) {
|
|
4624
|
-
return /* @__PURE__ */
|
|
4694
|
+
return /* @__PURE__ */ React211.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React211.createElement(
|
|
4625
4695
|
"path",
|
|
4626
4696
|
{
|
|
4627
4697
|
fillRule: "evenodd",
|
|
@@ -4633,8 +4703,8 @@ function SvgVolume2(props) {
|
|
|
4633
4703
|
}
|
|
4634
4704
|
|
|
4635
4705
|
// src/components/icon/available-icons/volume-down.tsx
|
|
4636
|
-
import
|
|
4637
|
-
var SvgVolumeDown = (props) => /* @__PURE__ */
|
|
4706
|
+
import React212 from "react";
|
|
4707
|
+
var SvgVolumeDown = (props) => /* @__PURE__ */ React212.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React212.createElement(
|
|
4638
4708
|
"path",
|
|
4639
4709
|
{
|
|
4640
4710
|
fillRule: "evenodd",
|
|
@@ -4645,8 +4715,8 @@ var SvgVolumeDown = (props) => /* @__PURE__ */ React210.createElement("svg", __s
|
|
|
4645
4715
|
));
|
|
4646
4716
|
|
|
4647
4717
|
// src/components/icon/available-icons/volume-mute.tsx
|
|
4648
|
-
import
|
|
4649
|
-
var SvgVolumeMute = (props) => /* @__PURE__ */
|
|
4718
|
+
import React213 from "react";
|
|
4719
|
+
var SvgVolumeMute = (props) => /* @__PURE__ */ React213.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React213.createElement(
|
|
4650
4720
|
"path",
|
|
4651
4721
|
{
|
|
4652
4722
|
d: "M7.5 10.005v4c0 .55.45 1 1 1h3l3.29 3.29c.63.63 1.71.18 1.71-.71V6.415c0-.89-1.08-1.34-1.71-.71l-3.29 3.3h-3c-.55 0-1 .45-1 1z",
|
|
@@ -4655,8 +4725,8 @@ var SvgVolumeMute = (props) => /* @__PURE__ */ React211.createElement("svg", __s
|
|
|
4655
4725
|
));
|
|
4656
4726
|
|
|
4657
4727
|
// src/components/icon/available-icons/volume-off.tsx
|
|
4658
|
-
import
|
|
4659
|
-
var SvgVolumeOff = (props) => /* @__PURE__ */
|
|
4728
|
+
import React214 from "react";
|
|
4729
|
+
var SvgVolumeOff = (props) => /* @__PURE__ */ React214.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React214.createElement(
|
|
4660
4730
|
"path",
|
|
4661
4731
|
{
|
|
4662
4732
|
fillRule: "evenodd",
|
|
@@ -4667,8 +4737,8 @@ var SvgVolumeOff = (props) => /* @__PURE__ */ React212.createElement("svg", __sp
|
|
|
4667
4737
|
));
|
|
4668
4738
|
|
|
4669
4739
|
// src/components/icon/available-icons/volume-up.tsx
|
|
4670
|
-
import
|
|
4671
|
-
var SvgVolumeUp = (props) => /* @__PURE__ */
|
|
4740
|
+
import React215 from "react";
|
|
4741
|
+
var SvgVolumeUp = (props) => /* @__PURE__ */ React215.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React215.createElement(
|
|
4672
4742
|
"path",
|
|
4673
4743
|
{
|
|
4674
4744
|
fillRule: "evenodd",
|
|
@@ -4679,9 +4749,9 @@ var SvgVolumeUp = (props) => /* @__PURE__ */ React213.createElement("svg", __spr
|
|
|
4679
4749
|
));
|
|
4680
4750
|
|
|
4681
4751
|
// src/components/icon/available-icons/volume-x.tsx
|
|
4682
|
-
import * as
|
|
4752
|
+
import * as React216 from "react";
|
|
4683
4753
|
function SvgVolumeX(props) {
|
|
4684
|
-
return /* @__PURE__ */
|
|
4754
|
+
return /* @__PURE__ */ React216.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React216.createElement(
|
|
4685
4755
|
"path",
|
|
4686
4756
|
{
|
|
4687
4757
|
fillRule: "evenodd",
|
|
@@ -4689,7 +4759,7 @@ function SvgVolumeX(props) {
|
|
|
4689
4759
|
d: "M11.533 5.099A1 1 0 0112.1 6v12.6a1 1 0 01-1.625.78L6.25 16H3a1 1 0 01-1-1V9.6a1 1 0 011-1h3.25l4.225-3.38a1 1 0 011.058-.121zM10.1 8.08l-2.875 2.3a1 1 0 01-.625.219H4V14h2.6a1 1 0 01.625.22l2.875 2.3V8.08zM21.707 9.293a1 1 0 010 1.414l-5.143 5.143a1 1 0 01-1.414-1.414l5.143-5.143a1 1 0 011.414 0z",
|
|
4690
4760
|
fill: "currentColor"
|
|
4691
4761
|
}
|
|
4692
|
-
), /* @__PURE__ */
|
|
4762
|
+
), /* @__PURE__ */ React216.createElement(
|
|
4693
4763
|
"path",
|
|
4694
4764
|
{
|
|
4695
4765
|
fillRule: "evenodd",
|
|
@@ -4701,8 +4771,8 @@ function SvgVolumeX(props) {
|
|
|
4701
4771
|
}
|
|
4702
4772
|
|
|
4703
4773
|
// src/components/icon/available-icons/warning-alert.tsx
|
|
4704
|
-
import
|
|
4705
|
-
var SvgWarningAlert = (props) => /* @__PURE__ */
|
|
4774
|
+
import React217 from "react";
|
|
4775
|
+
var SvgWarningAlert = (props) => /* @__PURE__ */ React217.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React217.createElement(
|
|
4706
4776
|
"path",
|
|
4707
4777
|
{
|
|
4708
4778
|
fill: "currentColor",
|
|
@@ -4713,8 +4783,8 @@ var SvgWarningAlert = (props) => /* @__PURE__ */ React215.createElement("svg", _
|
|
|
4713
4783
|
));
|
|
4714
4784
|
|
|
4715
4785
|
// src/components/icon/available-icons/warning-amber.tsx
|
|
4716
|
-
import
|
|
4717
|
-
var SvgWarningAmber = (props) => /* @__PURE__ */
|
|
4786
|
+
import React218 from "react";
|
|
4787
|
+
var SvgWarningAmber = (props) => /* @__PURE__ */ React218.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React218.createElement(
|
|
4718
4788
|
"path",
|
|
4719
4789
|
{
|
|
4720
4790
|
fillRule: "evenodd",
|
|
@@ -4724,10 +4794,62 @@ var SvgWarningAmber = (props) => /* @__PURE__ */ React216.createElement("svg", _
|
|
|
4724
4794
|
}
|
|
4725
4795
|
));
|
|
4726
4796
|
|
|
4797
|
+
// src/components/icon/available-icons/write-document.tsx
|
|
4798
|
+
import * as React219 from "react";
|
|
4799
|
+
function SvgWriteDocument() {
|
|
4800
|
+
return /* @__PURE__ */ React219.createElement("svg", { viewBox: "0 0 24 24", fill: "none" }, /* @__PURE__ */ React219.createElement(
|
|
4801
|
+
"path",
|
|
4802
|
+
{
|
|
4803
|
+
fillRule: "evenodd",
|
|
4804
|
+
clipRule: "evenodd",
|
|
4805
|
+
d: "M18.7183 3C18.7183 2.44772 18.2706 2 17.7183 2C17.166 2 16.7183 2.44772 16.7183 3V5H14.7183C14.166 5 13.7183 5.44771 13.7183 6C13.7183 6.55228 14.166 7 14.7183 7H16.7183V9C16.7183 9.55228 17.166 10 17.7183 10C18.2706 10 18.7183 9.55228 18.7183 9V7H20.7183C21.2706 7 21.7183 6.55228 21.7183 6C21.7183 5.44772 21.2706 5 20.7183 5H18.7183V3Z",
|
|
4806
|
+
fill: "currentColor"
|
|
4807
|
+
}
|
|
4808
|
+
), /* @__PURE__ */ React219.createElement(
|
|
4809
|
+
"path",
|
|
4810
|
+
{
|
|
4811
|
+
fillRule: "evenodd",
|
|
4812
|
+
clipRule: "evenodd",
|
|
4813
|
+
d: "M7.40695 3.17157C8.15709 2.42143 9.17451 2 10.2354 2H12.7029C13.2552 2 13.7029 2.44772 13.7029 3C13.7029 3.55228 13.2552 4 12.7029 4H10V7C10 8.65685 8.65685 10 7 10H4L4 18.9072C4 19.3759 4.37877 19.7522 4.84152 19.7522H18.8769C19.3401 19.7522 19.7184 19.3755 19.7184 18.9072V10.9699C19.7184 10.4177 20.1661 9.96993 20.7184 9.96993C21.2707 9.96993 21.7184 10.4177 21.7184 10.9699V18.9072C21.7184 20.4753 20.4493 21.7522 18.8769 21.7522H4.84152C3.27171 21.7522 2 20.478 2 18.9072V10.2354C2 9.17451 2.42143 8.15709 3.17157 7.40695L4 6.57852V6.58579L6.58579 4H6.57852L7.40695 3.17157ZM7 8H5.41421L8 5.41421V7C8 7.55228 7.55228 8 7 8Z",
|
|
4814
|
+
fill: "currentColor"
|
|
4815
|
+
}
|
|
4816
|
+
));
|
|
4817
|
+
}
|
|
4818
|
+
|
|
4819
|
+
// src/components/icon/available-icons/write-message.tsx
|
|
4820
|
+
import * as React220 from "react";
|
|
4821
|
+
function SvgWriteMessage() {
|
|
4822
|
+
return /* @__PURE__ */ React220.createElement("svg", { viewBox: "0 0 24 24", fill: "none" }, /* @__PURE__ */ React220.createElement(
|
|
4823
|
+
"path",
|
|
4824
|
+
{
|
|
4825
|
+
fillRule: "evenodd",
|
|
4826
|
+
clipRule: "evenodd",
|
|
4827
|
+
d: "M4.72733 5.77778C4.37463 5.77778 4.06547 5.97949 3.91512 6.27018L12.0001 11.8039L13.3465 10.8823C13.7275 10.6215 14.2445 10.6933 14.5401 11.048C14.878 11.4535 14.7936 12.0619 14.3579 12.3601L12.5214 13.6171C12.2084 13.8314 11.7917 13.8314 11.4787 13.6171L3.81824 8.37392V17.3333C3.81824 17.8202 4.2294 18.2222 4.72733 18.2222H19.2727C19.7707 18.2222 20.1818 17.8202 20.1818 17.3333V14.9091C20.1818 14.407 20.5888 14 21.0909 14C21.593 14 22 14.407 22 14.9091V17.3333C22 18.802 20.7748 20 19.2727 20H4.72733C3.22525 20 2.00006 18.802 2.00006 17.3333V6.67575L2.00009 6.65351C2.00738 5.19082 3.22974 4 4.72733 4H11.1112C11.6021 4 12.0001 4.39797 12.0001 4.88889C12.0001 5.37981 11.6021 5.77778 11.1112 5.77778H4.72733Z",
|
|
4828
|
+
fill: "currentColor"
|
|
4829
|
+
}
|
|
4830
|
+
), /* @__PURE__ */ React220.createElement(
|
|
4831
|
+
"path",
|
|
4832
|
+
{
|
|
4833
|
+
fillRule: "evenodd",
|
|
4834
|
+
clipRule: "evenodd",
|
|
4835
|
+
d: "M18.5 4C19.0523 4 19.5 4.44772 19.5 5V10C19.5 10.5523 19.0523 11 18.5 11C17.9477 11 17.5 10.5523 17.5 10L17.5 5C17.5 4.44772 17.9477 4 18.5 4Z",
|
|
4836
|
+
fill: "currentColor"
|
|
4837
|
+
}
|
|
4838
|
+
), /* @__PURE__ */ React220.createElement(
|
|
4839
|
+
"path",
|
|
4840
|
+
{
|
|
4841
|
+
fillRule: "evenodd",
|
|
4842
|
+
clipRule: "evenodd",
|
|
4843
|
+
d: "M22 7.5C22 8.05228 21.5523 8.5 21 8.5L16 8.5C15.4477 8.5 15 8.05228 15 7.5C15 6.94771 15.4477 6.5 16 6.5L21 6.5C21.5523 6.5 22 6.94772 22 7.5Z",
|
|
4844
|
+
fill: "currentColor"
|
|
4845
|
+
}
|
|
4846
|
+
));
|
|
4847
|
+
}
|
|
4848
|
+
|
|
4727
4849
|
// src/components/icon/available-icons/x-circle.tsx
|
|
4728
|
-
import * as
|
|
4850
|
+
import * as React221 from "react";
|
|
4729
4851
|
function SvgXCircle(props) {
|
|
4730
|
-
return /* @__PURE__ */
|
|
4852
|
+
return /* @__PURE__ */ React221.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React221.createElement(
|
|
4731
4853
|
"path",
|
|
4732
4854
|
{
|
|
4733
4855
|
fillRule: "evenodd",
|
|
@@ -4735,7 +4857,7 @@ function SvgXCircle(props) {
|
|
|
4735
4857
|
d: "M12 4a8 8 0 100 16 8 8 0 000-16zM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12z",
|
|
4736
4858
|
fill: "currentColor"
|
|
4737
4859
|
}
|
|
4738
|
-
), /* @__PURE__ */
|
|
4860
|
+
), /* @__PURE__ */ React221.createElement(
|
|
4739
4861
|
"path",
|
|
4740
4862
|
{
|
|
4741
4863
|
fillRule: "evenodd",
|
|
@@ -4743,7 +4865,7 @@ function SvgXCircle(props) {
|
|
|
4743
4865
|
d: "M15.407 8.593a1 1 0 010 1.414l-5.4 5.4a1 1 0 11-1.414-1.414l5.4-5.4a1 1 0 011.414 0z",
|
|
4744
4866
|
fill: "currentColor"
|
|
4745
4867
|
}
|
|
4746
|
-
), /* @__PURE__ */
|
|
4868
|
+
), /* @__PURE__ */ React221.createElement(
|
|
4747
4869
|
"path",
|
|
4748
4870
|
{
|
|
4749
4871
|
fillRule: "evenodd",
|
|
@@ -4755,9 +4877,9 @@ function SvgXCircle(props) {
|
|
|
4755
4877
|
}
|
|
4756
4878
|
|
|
4757
4879
|
// src/components/icon/available-icons/zap.tsx
|
|
4758
|
-
import * as
|
|
4880
|
+
import * as React222 from "react";
|
|
4759
4881
|
function SvgZap(props) {
|
|
4760
|
-
return /* @__PURE__ */
|
|
4882
|
+
return /* @__PURE__ */ React222.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React222.createElement(
|
|
4761
4883
|
"path",
|
|
4762
4884
|
{
|
|
4763
4885
|
fillRule: "evenodd",
|
|
@@ -4769,9 +4891,9 @@ function SvgZap(props) {
|
|
|
4769
4891
|
}
|
|
4770
4892
|
|
|
4771
4893
|
// src/components/icon/available-icons/zap-outline.tsx
|
|
4772
|
-
import * as
|
|
4894
|
+
import * as React223 from "react";
|
|
4773
4895
|
function SvgZapOutline(props) {
|
|
4774
|
-
return /* @__PURE__ */
|
|
4896
|
+
return /* @__PURE__ */ React223.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React223.createElement(
|
|
4775
4897
|
"path",
|
|
4776
4898
|
{
|
|
4777
4899
|
fillRule: "evenodd",
|
|
@@ -4783,9 +4905,9 @@ function SvgZapOutline(props) {
|
|
|
4783
4905
|
}
|
|
4784
4906
|
|
|
4785
4907
|
// src/components/icon/available-icons/crop-7-5.tsx
|
|
4786
|
-
import * as
|
|
4908
|
+
import * as React224 from "react";
|
|
4787
4909
|
function SvgCrop75(props) {
|
|
4788
|
-
return /* @__PURE__ */
|
|
4910
|
+
return /* @__PURE__ */ React224.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React224.createElement(
|
|
4789
4911
|
"path",
|
|
4790
4912
|
{
|
|
4791
4913
|
fillRule: "evenodd",
|
|
@@ -4797,9 +4919,9 @@ function SvgCrop75(props) {
|
|
|
4797
4919
|
}
|
|
4798
4920
|
|
|
4799
4921
|
// src/components/icon/available-icons/crop-5-4.tsx
|
|
4800
|
-
import * as
|
|
4922
|
+
import * as React225 from "react";
|
|
4801
4923
|
function SvgCrop54(props) {
|
|
4802
|
-
return /* @__PURE__ */
|
|
4924
|
+
return /* @__PURE__ */ React225.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React225.createElement(
|
|
4803
4925
|
"path",
|
|
4804
4926
|
{
|
|
4805
4927
|
fillRule: "evenodd",
|
|
@@ -4811,8 +4933,8 @@ function SvgCrop54(props) {
|
|
|
4811
4933
|
}
|
|
4812
4934
|
|
|
4813
4935
|
// src/components/icon/available-icons/crop-16-9.tsx
|
|
4814
|
-
import
|
|
4815
|
-
var SvgCrop169 = (props) => /* @__PURE__ */
|
|
4936
|
+
import React226 from "react";
|
|
4937
|
+
var SvgCrop169 = (props) => /* @__PURE__ */ React226.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React226.createElement(
|
|
4816
4938
|
"path",
|
|
4817
4939
|
{
|
|
4818
4940
|
fillRule: "evenodd",
|
|
@@ -4823,8 +4945,8 @@ var SvgCrop169 = (props) => /* @__PURE__ */ React222.createElement("svg", __spre
|
|
|
4823
4945
|
));
|
|
4824
4946
|
|
|
4825
4947
|
// src/components/icon/available-icons/crop-expanded-16-9.tsx
|
|
4826
|
-
import
|
|
4827
|
-
var SvgCropExpanded169 = (props) => /* @__PURE__ */
|
|
4948
|
+
import React227 from "react";
|
|
4949
|
+
var SvgCropExpanded169 = (props) => /* @__PURE__ */ React227.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React227.createElement(
|
|
4828
4950
|
"path",
|
|
4829
4951
|
{
|
|
4830
4952
|
fillRule: "evenodd",
|
|
@@ -4835,9 +4957,9 @@ var SvgCropExpanded169 = (props) => /* @__PURE__ */ React223.createElement("svg"
|
|
|
4835
4957
|
));
|
|
4836
4958
|
|
|
4837
4959
|
// src/components/icon/available-icons/menu-show.tsx
|
|
4838
|
-
import * as
|
|
4960
|
+
import * as React228 from "react";
|
|
4839
4961
|
function SvgMenuShow(props) {
|
|
4840
|
-
return /* @__PURE__ */
|
|
4962
|
+
return /* @__PURE__ */ React228.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React228.createElement(
|
|
4841
4963
|
"path",
|
|
4842
4964
|
{
|
|
4843
4965
|
fillRule: "evenodd",
|
|
@@ -4849,9 +4971,9 @@ function SvgMenuShow(props) {
|
|
|
4849
4971
|
}
|
|
4850
4972
|
|
|
4851
4973
|
// src/components/icon/available-icons/menu-hide.tsx
|
|
4852
|
-
import * as
|
|
4974
|
+
import * as React229 from "react";
|
|
4853
4975
|
function SvgMenuHide(props) {
|
|
4854
|
-
return /* @__PURE__ */
|
|
4976
|
+
return /* @__PURE__ */ React229.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React229.createElement(
|
|
4855
4977
|
"path",
|
|
4856
4978
|
{
|
|
4857
4979
|
fillRule: "evenodd",
|
|
@@ -4863,9 +4985,9 @@ function SvgMenuHide(props) {
|
|
|
4863
4985
|
}
|
|
4864
4986
|
|
|
4865
4987
|
// src/components/icon/available-icons/screen-cam.tsx
|
|
4866
|
-
import * as
|
|
4988
|
+
import * as React230 from "react";
|
|
4867
4989
|
function SvgScreenCam(props) {
|
|
4868
|
-
return /* @__PURE__ */
|
|
4990
|
+
return /* @__PURE__ */ React230.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React230.createElement(
|
|
4869
4991
|
"path",
|
|
4870
4992
|
{
|
|
4871
4993
|
fillRule: "evenodd",
|
|
@@ -4873,13 +4995,13 @@ function SvgScreenCam(props) {
|
|
|
4873
4995
|
d: "M12.749 15.85h-3.41v2.196h2.603a.407.407 0 110 .814h-6.02a.407.407 0 110-.814h2.603v-2.197H2.912A1.912 1.912 0 011 13.937V6.412C1 5.356 1.856 4.5 2.912 4.5h12.04c1.057 0 1.912.856 1.912 1.912v1.88c-.279.062-.55.143-.813.244V6.412c0-.607-.492-1.098-1.098-1.098H2.912c-.607 0-1.098.491-1.098 1.098v7.525c0 .607.491 1.099 1.098 1.099h9.601c.059.279.138.55.236.813z",
|
|
4874
4996
|
fill: "currentColor"
|
|
4875
4997
|
}
|
|
4876
|
-
), /* @__PURE__ */
|
|
4998
|
+
), /* @__PURE__ */ React230.createElement(
|
|
4877
4999
|
"path",
|
|
4878
5000
|
{
|
|
4879
5001
|
d: "M9.339 15.85v-.5a.5.5 0 00-.5.5h.5zm3.41 0v.5a.5.5 0 00.468-.676l-.468.175zm-3.41 2.196h-.5a.5.5 0 00.5.5v-.5zm-.814 0v.5a.5.5 0 00.5-.5h-.5zm0-2.197h.5a.5.5 0 00-.5-.5v.5zm8.34-7.556l.106.488a.5.5 0 00.393-.488h-.5zm-.814.243h-.5a.5.5 0 00.679.467l-.18-.467zm-7.124 6.5v.5h.003l-.003-.5zm.005 0l.004-.5h-.007l.003.5zm.006 0l-.003.5h.003v-.5zm3.575 0l.49-.103a.5.5 0 00-.49-.397v.5zm-3.174 1.313h3.41v-1h-3.41v1zm.5 1.697v-2.197h-1v2.197h1zm2.103-.5H9.34v1h2.603v-1zm.907.907c0-.501-.406-.907-.907-.907v1a.093.093 0 01-.093-.093h1zm-.907.907c.501 0 .907-.407.907-.907h-1c0-.052.042-.093.093-.093v1zm-6.02 0h6.02v-1h-6.02v1zm-.907-.907c0 .5.406.907.907.907v-1c.051 0 .093.041.093.093h-1zm.907-.907c-.5 0-.907.406-.907.907h1a.093.093 0 01-.093.093v-1zm2.603 0H5.922v1h2.603v-1zm-.5-1.697v2.197h1v-2.197h-1zm-5.113.5h5.613v-1H2.912v1zM.5 13.937a2.412 2.412 0 002.412 2.412v-1c-.78 0-1.412-.632-1.412-1.412h-1zm0-7.525v7.525h1V6.412h-1zM2.912 4A2.412 2.412 0 00.5 6.412h1C1.5 5.632 2.132 5 2.912 5V4zm12.04 0H2.913v1h12.04V4zm2.412 2.412A2.412 2.412 0 0014.954 4v1c.78 0 1.412.632 1.412 1.412h1zm0 1.88v-1.88h-1v1.88h1zm-1.134.71c.239-.09.486-.165.741-.22l-.213-.978a6.15 6.15 0 00-.886.265l.358.934zm.32-.466V6.412h-1v2.124h1zm0-2.124c0-.883-.715-1.598-1.597-1.598v1c.33 0 .598.267.598.598h1zm-1.597-1.598H2.912v1h12.04v-1zm-12.041 0c-.883 0-1.598.715-1.598 1.598h1c0-.33.267-.598.598-.598v-1zM1.314 6.412v7.525h1V6.412h-1zm0 7.525c0 .883.715 1.599 1.598 1.599v-1a.598.598 0 01-.598-.599h-1zm1.598 1.599h6.014v-1H2.913v1zm6.018 0h.006l-.007-1h-.006l.007 1zm-.001 0h.006l.006-1h-.005l-.007 1zm.009 0h3.575v-1H8.938v1zm4.28.138a5.163 5.163 0 01-.216-.741l-.978.206c.064.304.15.6.257.885l.936-.35z",
|
|
4880
5002
|
fill: "currentColor"
|
|
4881
5003
|
}
|
|
4882
|
-
), /* @__PURE__ */
|
|
5004
|
+
), /* @__PURE__ */ React230.createElement(
|
|
4883
5005
|
"path",
|
|
4884
5006
|
{
|
|
4885
5007
|
fillRule: "evenodd",
|
|
@@ -4891,8 +5013,8 @@ function SvgScreenCam(props) {
|
|
|
4891
5013
|
}
|
|
4892
5014
|
|
|
4893
5015
|
// src/components/icon/available-icons/home.tsx
|
|
4894
|
-
import
|
|
4895
|
-
var SvgHome = (props) => /* @__PURE__ */
|
|
5016
|
+
import React231 from "react";
|
|
5017
|
+
var SvgHome = (props) => /* @__PURE__ */ React231.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React231.createElement(
|
|
4896
5018
|
"path",
|
|
4897
5019
|
{
|
|
4898
5020
|
fillRule: "evenodd",
|
|
@@ -4903,8 +5025,8 @@ var SvgHome = (props) => /* @__PURE__ */ React227.createElement("svg", __spreadV
|
|
|
4903
5025
|
));
|
|
4904
5026
|
|
|
4905
5027
|
// src/components/icon/available-icons/school.tsx
|
|
4906
|
-
import
|
|
4907
|
-
var SvgSchool = (props) => /* @__PURE__ */
|
|
5028
|
+
import React232 from "react";
|
|
5029
|
+
var SvgSchool = (props) => /* @__PURE__ */ React232.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React232.createElement(
|
|
4908
5030
|
"path",
|
|
4909
5031
|
{
|
|
4910
5032
|
fillRule: "evenodd",
|
|
@@ -4915,9 +5037,9 @@ var SvgSchool = (props) => /* @__PURE__ */ React228.createElement("svg", __sprea
|
|
|
4915
5037
|
));
|
|
4916
5038
|
|
|
4917
5039
|
// src/components/icon/available-icons/speed-x-slow.tsx
|
|
4918
|
-
import * as
|
|
5040
|
+
import * as React233 from "react";
|
|
4919
5041
|
function SvgSpeedXSlow(props) {
|
|
4920
|
-
return /* @__PURE__ */
|
|
5042
|
+
return /* @__PURE__ */ React233.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React233.createElement(
|
|
4921
5043
|
"path",
|
|
4922
5044
|
{
|
|
4923
5045
|
clipRule: "evenodd",
|
|
@@ -4929,9 +5051,9 @@ function SvgSpeedXSlow(props) {
|
|
|
4929
5051
|
}
|
|
4930
5052
|
|
|
4931
5053
|
// src/components/icon/available-icons/speed-slow.tsx
|
|
4932
|
-
import * as
|
|
5054
|
+
import * as React234 from "react";
|
|
4933
5055
|
function SvgSpeedSlow(props) {
|
|
4934
|
-
return /* @__PURE__ */
|
|
5056
|
+
return /* @__PURE__ */ React234.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React234.createElement(
|
|
4935
5057
|
"path",
|
|
4936
5058
|
{
|
|
4937
5059
|
clipRule: "evenodd",
|
|
@@ -4943,9 +5065,9 @@ function SvgSpeedSlow(props) {
|
|
|
4943
5065
|
}
|
|
4944
5066
|
|
|
4945
5067
|
// src/components/icon/available-icons/speed-medium.tsx
|
|
4946
|
-
import * as
|
|
5068
|
+
import * as React235 from "react";
|
|
4947
5069
|
function SvgSpeedMedium(props) {
|
|
4948
|
-
return /* @__PURE__ */
|
|
5070
|
+
return /* @__PURE__ */ React235.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React235.createElement(
|
|
4949
5071
|
"path",
|
|
4950
5072
|
{
|
|
4951
5073
|
clipRule: "evenodd",
|
|
@@ -4957,9 +5079,9 @@ function SvgSpeedMedium(props) {
|
|
|
4957
5079
|
}
|
|
4958
5080
|
|
|
4959
5081
|
// src/components/icon/available-icons/speed-fast.tsx
|
|
4960
|
-
import * as
|
|
5082
|
+
import * as React236 from "react";
|
|
4961
5083
|
function SvgSpeedFast(props) {
|
|
4962
|
-
return /* @__PURE__ */
|
|
5084
|
+
return /* @__PURE__ */ React236.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React236.createElement(
|
|
4963
5085
|
"path",
|
|
4964
5086
|
{
|
|
4965
5087
|
clipRule: "evenodd",
|
|
@@ -4971,9 +5093,9 @@ function SvgSpeedFast(props) {
|
|
|
4971
5093
|
}
|
|
4972
5094
|
|
|
4973
5095
|
// src/components/icon/available-icons/speed-x-fast.tsx
|
|
4974
|
-
import * as
|
|
5096
|
+
import * as React237 from "react";
|
|
4975
5097
|
function SvgSpeedXFast(props) {
|
|
4976
|
-
return /* @__PURE__ */
|
|
5098
|
+
return /* @__PURE__ */ React237.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React237.createElement(
|
|
4977
5099
|
"path",
|
|
4978
5100
|
{
|
|
4979
5101
|
clipRule: "evenodd",
|
|
@@ -4985,8 +5107,8 @@ function SvgSpeedXFast(props) {
|
|
|
4985
5107
|
}
|
|
4986
5108
|
|
|
4987
5109
|
// src/components/icon/available-icons/notes.tsx
|
|
4988
|
-
import
|
|
4989
|
-
var SvgNotes = (props) => /* @__PURE__ */
|
|
5110
|
+
import React238 from "react";
|
|
5111
|
+
var SvgNotes = (props) => /* @__PURE__ */ React238.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React238.createElement(
|
|
4990
5112
|
"path",
|
|
4991
5113
|
{
|
|
4992
5114
|
fillRule: "evenodd",
|
|
@@ -4997,8 +5119,8 @@ var SvgNotes = (props) => /* @__PURE__ */ React234.createElement("svg", __spread
|
|
|
4997
5119
|
));
|
|
4998
5120
|
|
|
4999
5121
|
// src/components/icon/available-icons/arrow-downward.tsx
|
|
5000
|
-
import
|
|
5001
|
-
var SvgArrowDownward = (props) => /* @__PURE__ */
|
|
5122
|
+
import React239 from "react";
|
|
5123
|
+
var SvgArrowDownward = (props) => /* @__PURE__ */ React239.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React239.createElement(
|
|
5002
5124
|
"path",
|
|
5003
5125
|
{
|
|
5004
5126
|
d: "M11.005 5.209v11.17l-4.88-4.88c-.39-.39-1.03-.39-1.42 0a.996.996 0 000 1.41l6.59 6.59c.39.39 1.02.39 1.41 0l6.59-6.59a.996.996 0 10-1.41-1.41l-4.88 4.88V5.209c0-.55-.45-1-1-1s-1 .45-1 1z",
|
|
@@ -5007,8 +5129,8 @@ var SvgArrowDownward = (props) => /* @__PURE__ */ React235.createElement("svg",
|
|
|
5007
5129
|
));
|
|
5008
5130
|
|
|
5009
5131
|
// src/components/icon/available-icons/arrow-upward.tsx
|
|
5010
|
-
import
|
|
5011
|
-
var SvgArrowUpward = (props) => /* @__PURE__ */
|
|
5132
|
+
import React240 from "react";
|
|
5133
|
+
var SvgArrowUpward = (props) => /* @__PURE__ */ React240.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React240.createElement(
|
|
5012
5134
|
"path",
|
|
5013
5135
|
{
|
|
5014
5136
|
d: "M13 18.791V7.621l4.88 4.88c.39.39 1.03.39 1.42 0a.996.996 0 000-1.41l-6.59-6.59a.996.996 0 00-1.41 0l-6.6 6.58a.996.996 0 101.41 1.41L11 7.621v11.17c0 .55.45 1 1 1s1-.45 1-1z",
|
|
@@ -5017,9 +5139,9 @@ var SvgArrowUpward = (props) => /* @__PURE__ */ React236.createElement("svg", __
|
|
|
5017
5139
|
));
|
|
5018
5140
|
|
|
5019
5141
|
// src/components/icon/available-icons/clock.tsx
|
|
5020
|
-
import * as
|
|
5142
|
+
import * as React241 from "react";
|
|
5021
5143
|
function SvgClock(props) {
|
|
5022
|
-
return /* @__PURE__ */
|
|
5144
|
+
return /* @__PURE__ */ React241.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React241.createElement(
|
|
5023
5145
|
"path",
|
|
5024
5146
|
{
|
|
5025
5147
|
fillRule: "evenodd",
|
|
@@ -5027,7 +5149,7 @@ function SvgClock(props) {
|
|
|
5027
5149
|
d: "M12 5a7 7 0 100 14 7 7 0 000-14zm-9 7a9 9 0 1118 0 9 9 0 01-18 0z",
|
|
5028
5150
|
fill: "currentColor"
|
|
5029
5151
|
}
|
|
5030
|
-
), /* @__PURE__ */
|
|
5152
|
+
), /* @__PURE__ */ React241.createElement(
|
|
5031
5153
|
"path",
|
|
5032
5154
|
{
|
|
5033
5155
|
fillRule: "evenodd",
|
|
@@ -5039,16 +5161,16 @@ function SvgClock(props) {
|
|
|
5039
5161
|
}
|
|
5040
5162
|
|
|
5041
5163
|
// src/components/icon/available-icons/apple.tsx
|
|
5042
|
-
import * as
|
|
5164
|
+
import * as React242 from "react";
|
|
5043
5165
|
function SvgApple(props) {
|
|
5044
|
-
return /* @__PURE__ */
|
|
5166
|
+
return /* @__PURE__ */ React242.createElement(
|
|
5045
5167
|
"svg",
|
|
5046
5168
|
__spreadValues({
|
|
5047
5169
|
viewBox: "0 0 24 24",
|
|
5048
5170
|
fill: "none",
|
|
5049
5171
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5050
5172
|
}, props),
|
|
5051
|
-
/* @__PURE__ */
|
|
5173
|
+
/* @__PURE__ */ React242.createElement(
|
|
5052
5174
|
"path",
|
|
5053
5175
|
{
|
|
5054
5176
|
d: "M19.6351 16.5863C19.3311 17.2878 18.9662 17.929 18.5515 18.5209C17.9821 19.3265 17.5122 19.8855 17.1528 20.1979C16.5945 20.7076 15.9974 20.9652 15.3561 20.9816C14.8972 20.9816 14.3444 20.8501 13.6976 20.587C13.0507 20.324 12.4537 20.1979 11.9119 20.1979C11.3424 20.1979 10.7288 20.3294 10.0764 20.587C9.41854 20.8501 8.89333 20.9871 8.48976 20.9981C7.8761 21.0255 7.26244 20.7569 6.65431 20.1924C6.26179 19.8527 5.77528 19.2772 5.1948 18.4606C4.57008 17.5838 4.05041 16.5754 3.64683 15.419C3.21561 14.1695 3 12.9638 3 11.7909C3 10.4482 3.29301 9.29188 3.87902 8.32732C4.33789 7.5491 4.95154 6.9353 5.71447 6.4859C6.48293 6.03651 7.30667 5.80633 8.19675 5.78989C8.68325 5.78989 9.32455 5.93786 10.1206 6.2338C10.9112 6.52975 11.4198 6.67772 11.6465 6.67772C11.8124 6.67772 12.3763 6.50234 13.3382 6.1516C14.2449 5.82825 15.0078 5.69672 15.638 5.74605C17.3353 5.88306 18.6124 6.54619 19.4582 7.74092C17.9379 8.65067 17.1915 9.92761 17.2026 11.5663C17.2137 12.8432 17.6836 13.9064 18.6013 14.7504C19.0159 15.1395 19.4803 15.4464 20 15.6601C19.8784 15.9835 19.7623 16.2904 19.6351 16.5863ZM15.7431 1.40007C15.7431 2.40299 15.3727 3.33466 14.6374 4.20057C13.7528 5.23089 12.6803 5.82277 11.5138 5.7296C11.4972 5.60903 11.4917 5.48298 11.4917 5.35145C11.4917 4.39238 11.9119 3.36206 12.6637 2.52356C13.0397 2.09608 13.5151 1.74534 14.0901 1.46036C14.665 1.18085 15.2124 1.0274 15.721 1C15.732 1.13153 15.7431 1.26854 15.7431 1.40007Z",
|
|
@@ -5059,16 +5181,16 @@ function SvgApple(props) {
|
|
|
5059
5181
|
}
|
|
5060
5182
|
|
|
5061
5183
|
// src/components/icon/available-icons/windows.tsx
|
|
5062
|
-
import * as
|
|
5184
|
+
import * as React243 from "react";
|
|
5063
5185
|
function SvgWindows(props) {
|
|
5064
|
-
return /* @__PURE__ */
|
|
5186
|
+
return /* @__PURE__ */ React243.createElement(
|
|
5065
5187
|
"svg",
|
|
5066
5188
|
__spreadValues({
|
|
5067
5189
|
viewBox: "0 0 24 24",
|
|
5068
5190
|
fill: "none",
|
|
5069
5191
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5070
5192
|
}, props),
|
|
5071
|
-
/* @__PURE__ */
|
|
5193
|
+
/* @__PURE__ */ React243.createElement(
|
|
5072
5194
|
"path",
|
|
5073
5195
|
{
|
|
5074
5196
|
d: "M2 18.875v-6.25h8.75v7.344L2 18.875zM12 20.125v-7.5h10v8.75l-10-1.25zM12 11.375v-7.5l10-1.25v8.75H12zM2 11.375v-6.25l8.75-1.094v7.344H2z",
|
|
@@ -5079,9 +5201,9 @@ function SvgWindows(props) {
|
|
|
5079
5201
|
}
|
|
5080
5202
|
|
|
5081
5203
|
// src/components/icon/available-icons/cc-on.tsx
|
|
5082
|
-
import * as
|
|
5204
|
+
import * as React244 from "react";
|
|
5083
5205
|
function SvgCCOn(props) {
|
|
5084
|
-
return /* @__PURE__ */
|
|
5206
|
+
return /* @__PURE__ */ React244.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React244.createElement(
|
|
5085
5207
|
"path",
|
|
5086
5208
|
{
|
|
5087
5209
|
fillRule: "evenodd",
|
|
@@ -5093,9 +5215,9 @@ function SvgCCOn(props) {
|
|
|
5093
5215
|
}
|
|
5094
5216
|
|
|
5095
5217
|
// src/components/icon/available-icons/cc-off.tsx
|
|
5096
|
-
import * as
|
|
5218
|
+
import * as React245 from "react";
|
|
5097
5219
|
function SvgCCOff(props) {
|
|
5098
|
-
return /* @__PURE__ */
|
|
5220
|
+
return /* @__PURE__ */ React245.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React245.createElement(
|
|
5099
5221
|
"path",
|
|
5100
5222
|
{
|
|
5101
5223
|
fillRule: "evenodd",
|
|
@@ -5107,21 +5229,21 @@ function SvgCCOff(props) {
|
|
|
5107
5229
|
}
|
|
5108
5230
|
|
|
5109
5231
|
// src/components/icon/available-icons/cam-bubble.tsx
|
|
5110
|
-
import * as
|
|
5232
|
+
import * as React246 from "react";
|
|
5111
5233
|
function SvgCamBubble(props) {
|
|
5112
|
-
return /* @__PURE__ */
|
|
5234
|
+
return /* @__PURE__ */ React246.createElement("svg", __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React246.createElement("circle", { cx: 12, cy: 12, r: 8, fill: "currentColor" }));
|
|
5113
5235
|
}
|
|
5114
5236
|
|
|
5115
5237
|
// src/components/icon/available-icons/cam-bubble-small.tsx
|
|
5116
|
-
import * as
|
|
5238
|
+
import * as React247 from "react";
|
|
5117
5239
|
function SvgCamBubbleSmall(props) {
|
|
5118
|
-
return /* @__PURE__ */
|
|
5240
|
+
return /* @__PURE__ */ React247.createElement("svg", __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React247.createElement("circle", { cx: 12, cy: 12, r: 6, fill: "currentColor" }));
|
|
5119
5241
|
}
|
|
5120
5242
|
|
|
5121
5243
|
// src/components/icon/available-icons/mail.tsx
|
|
5122
|
-
import * as
|
|
5244
|
+
import * as React248 from "react";
|
|
5123
5245
|
function SvgMail(props) {
|
|
5124
|
-
return /* @__PURE__ */
|
|
5246
|
+
return /* @__PURE__ */ React248.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React248.createElement(
|
|
5125
5247
|
"path",
|
|
5126
5248
|
{
|
|
5127
5249
|
fillRule: "evenodd",
|
|
@@ -5133,9 +5255,9 @@ function SvgMail(props) {
|
|
|
5133
5255
|
}
|
|
5134
5256
|
|
|
5135
5257
|
// src/components/icon/available-icons/watch-later.tsx
|
|
5136
|
-
import * as
|
|
5258
|
+
import * as React249 from "react";
|
|
5137
5259
|
function SvgWatchLater(props) {
|
|
5138
|
-
return /* @__PURE__ */
|
|
5260
|
+
return /* @__PURE__ */ React249.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React249.createElement(
|
|
5139
5261
|
"path",
|
|
5140
5262
|
{
|
|
5141
5263
|
fillRule: "evenodd",
|
|
@@ -5147,9 +5269,9 @@ function SvgWatchLater(props) {
|
|
|
5147
5269
|
}
|
|
5148
5270
|
|
|
5149
5271
|
// src/components/icon/available-icons/watch-later-add.tsx
|
|
5150
|
-
import * as
|
|
5272
|
+
import * as React250 from "react";
|
|
5151
5273
|
function SvgWatchLaterAdd(props) {
|
|
5152
|
-
return /* @__PURE__ */
|
|
5274
|
+
return /* @__PURE__ */ React250.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React250.createElement(
|
|
5153
5275
|
"path",
|
|
5154
5276
|
{
|
|
5155
5277
|
fillRule: "evenodd",
|
|
@@ -5161,9 +5283,9 @@ function SvgWatchLaterAdd(props) {
|
|
|
5161
5283
|
}
|
|
5162
5284
|
|
|
5163
5285
|
// src/components/icon/available-icons/watch-later-added.tsx
|
|
5164
|
-
import * as
|
|
5286
|
+
import * as React251 from "react";
|
|
5165
5287
|
function SvgWatchLaterAdded(props) {
|
|
5166
|
-
return /* @__PURE__ */
|
|
5288
|
+
return /* @__PURE__ */ React251.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React251.createElement(
|
|
5167
5289
|
"path",
|
|
5168
5290
|
{
|
|
5169
5291
|
fillRule: "evenodd",
|
|
@@ -5175,9 +5297,9 @@ function SvgWatchLaterAdded(props) {
|
|
|
5175
5297
|
}
|
|
5176
5298
|
|
|
5177
5299
|
// src/components/icon/available-icons/watch-later-remove.tsx
|
|
5178
|
-
import * as
|
|
5300
|
+
import * as React252 from "react";
|
|
5179
5301
|
function SvgWatchLaterRemove(props) {
|
|
5180
|
-
return /* @__PURE__ */
|
|
5302
|
+
return /* @__PURE__ */ React252.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React252.createElement(
|
|
5181
5303
|
"path",
|
|
5182
5304
|
{
|
|
5183
5305
|
fillRule: "evenodd",
|
|
@@ -5189,9 +5311,9 @@ function SvgWatchLaterRemove(props) {
|
|
|
5189
5311
|
}
|
|
5190
5312
|
|
|
5191
5313
|
// src/components/icon/available-icons/money.tsx
|
|
5192
|
-
import * as
|
|
5314
|
+
import * as React253 from "react";
|
|
5193
5315
|
function SvgMoney(props) {
|
|
5194
|
-
return /* @__PURE__ */
|
|
5316
|
+
return /* @__PURE__ */ React253.createElement(React253.Fragment, null, /* @__PURE__ */ React253.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React253.createElement(
|
|
5195
5317
|
"path",
|
|
5196
5318
|
{
|
|
5197
5319
|
fillRule: "evenodd",
|
|
@@ -5203,9 +5325,9 @@ function SvgMoney(props) {
|
|
|
5203
5325
|
}
|
|
5204
5326
|
|
|
5205
5327
|
// src/components/icon/available-icons/moon.tsx
|
|
5206
|
-
import * as
|
|
5328
|
+
import * as React254 from "react";
|
|
5207
5329
|
function SvgMoon(props) {
|
|
5208
|
-
return /* @__PURE__ */
|
|
5330
|
+
return /* @__PURE__ */ React254.createElement(React254.Fragment, null, /* @__PURE__ */ React254.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React254.createElement(
|
|
5209
5331
|
"path",
|
|
5210
5332
|
{
|
|
5211
5333
|
fillRule: "evenodd",
|
|
@@ -5217,9 +5339,9 @@ function SvgMoon(props) {
|
|
|
5217
5339
|
}
|
|
5218
5340
|
|
|
5219
5341
|
// src/components/icon/available-icons/sun.tsx
|
|
5220
|
-
import * as
|
|
5342
|
+
import * as React255 from "react";
|
|
5221
5343
|
function SvgSun(props) {
|
|
5222
|
-
return /* @__PURE__ */
|
|
5344
|
+
return /* @__PURE__ */ React255.createElement(React255.Fragment, null, /* @__PURE__ */ React255.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React255.createElement(
|
|
5223
5345
|
"path",
|
|
5224
5346
|
{
|
|
5225
5347
|
fillRule: "evenodd",
|
|
@@ -5227,7 +5349,7 @@ function SvgSun(props) {
|
|
|
5227
5349
|
d: "M12.1667 9C10.4178 9 9 10.4178 9 12.1667C9 13.9156 10.4178 15.3333 12.1667 15.3333C13.9156 15.3333 15.3333 13.9156 15.3333 12.1667C15.3333 10.4178 13.9156 9 12.1667 9ZM7 12.1667C7 9.31319 9.31319 7 12.1667 7C15.0201 7 17.3333 9.31319 17.3333 12.1667C17.3333 15.0201 15.0201 17.3333 12.1667 17.3333C9.31319 17.3333 7 15.0201 7 12.1667Z",
|
|
5228
5350
|
fill: "currentColor"
|
|
5229
5351
|
}
|
|
5230
|
-
), /* @__PURE__ */
|
|
5352
|
+
), /* @__PURE__ */ React255.createElement(
|
|
5231
5353
|
"path",
|
|
5232
5354
|
{
|
|
5233
5355
|
fillRule: "evenodd",
|
|
@@ -5235,7 +5357,7 @@ function SvgSun(props) {
|
|
|
5235
5357
|
d: "M12.1667 2C12.719 2 13.1667 2.44772 13.1667 3V4.66667C13.1667 5.21895 12.719 5.66667 12.1667 5.66667C11.6144 5.66667 11.1667 5.21895 11.1667 4.66667V3C11.1667 2.44772 11.6144 2 12.1667 2Z",
|
|
5236
5358
|
fill: "currentColor"
|
|
5237
5359
|
}
|
|
5238
|
-
), /* @__PURE__ */
|
|
5360
|
+
), /* @__PURE__ */ React255.createElement(
|
|
5239
5361
|
"path",
|
|
5240
5362
|
{
|
|
5241
5363
|
fillRule: "evenodd",
|
|
@@ -5243,7 +5365,7 @@ function SvgSun(props) {
|
|
|
5243
5365
|
d: "M12.1667 18.6667C12.719 18.6667 13.1667 19.1144 13.1667 19.6667V21.3333C13.1667 21.8856 12.719 22.3333 12.1667 22.3333C11.6144 22.3333 11.1667 21.8856 11.1667 21.3333V19.6667C11.1667 19.1144 11.6144 18.6667 12.1667 18.6667Z",
|
|
5244
5366
|
fill: "currentColor"
|
|
5245
5367
|
}
|
|
5246
|
-
), /* @__PURE__ */
|
|
5368
|
+
), /* @__PURE__ */ React255.createElement(
|
|
5247
5369
|
"path",
|
|
5248
5370
|
{
|
|
5249
5371
|
fillRule: "evenodd",
|
|
@@ -5251,7 +5373,7 @@ function SvgSun(props) {
|
|
|
5251
5373
|
d: "M4.97623 4.97623C5.36675 4.5857 5.99992 4.5857 6.39044 4.97623L7.57377 6.15956C7.9643 6.55008 7.9643 7.18325 7.57377 7.57377C7.18325 7.9643 6.55008 7.9643 6.15956 7.57377L4.97623 6.39044C4.5857 5.99992 4.5857 5.36675 4.97623 4.97623Z",
|
|
5252
5374
|
fill: "currentColor"
|
|
5253
5375
|
}
|
|
5254
|
-
), /* @__PURE__ */
|
|
5376
|
+
), /* @__PURE__ */ React255.createElement(
|
|
5255
5377
|
"path",
|
|
5256
5378
|
{
|
|
5257
5379
|
fillRule: "evenodd",
|
|
@@ -5259,7 +5381,7 @@ function SvgSun(props) {
|
|
|
5259
5381
|
d: "M16.7596 16.7596C17.1501 16.369 17.7832 16.369 18.1738 16.7596L19.3571 17.9429C19.7476 18.3334 19.7476 18.9666 19.3571 19.3571C18.9666 19.7476 18.3334 19.7476 17.9429 19.3571L16.7596 18.1738C16.369 17.7832 16.369 17.1501 16.7596 16.7596Z",
|
|
5260
5382
|
fill: "currentColor"
|
|
5261
5383
|
}
|
|
5262
|
-
), /* @__PURE__ */
|
|
5384
|
+
), /* @__PURE__ */ React255.createElement(
|
|
5263
5385
|
"path",
|
|
5264
5386
|
{
|
|
5265
5387
|
fillRule: "evenodd",
|
|
@@ -5267,7 +5389,7 @@ function SvgSun(props) {
|
|
|
5267
5389
|
d: "M2 12.1667C2 11.6144 2.44772 11.1667 3 11.1667H4.66667C5.21895 11.1667 5.66667 11.6144 5.66667 12.1667C5.66667 12.719 5.21895 13.1667 4.66667 13.1667H3C2.44772 13.1667 2 12.719 2 12.1667Z",
|
|
5268
5390
|
fill: "currentColor"
|
|
5269
5391
|
}
|
|
5270
|
-
), /* @__PURE__ */
|
|
5392
|
+
), /* @__PURE__ */ React255.createElement(
|
|
5271
5393
|
"path",
|
|
5272
5394
|
{
|
|
5273
5395
|
fillRule: "evenodd",
|
|
@@ -5275,7 +5397,7 @@ function SvgSun(props) {
|
|
|
5275
5397
|
d: "M18.6667 12.1667C18.6667 11.6144 19.1144 11.1667 19.6667 11.1667H21.3333C21.8856 11.1667 22.3333 11.6144 22.3333 12.1667C22.3333 12.719 21.8856 13.1667 21.3333 13.1667H19.6667C19.1144 13.1667 18.6667 12.719 18.6667 12.1667Z",
|
|
5276
5398
|
fill: "currentColor"
|
|
5277
5399
|
}
|
|
5278
|
-
), /* @__PURE__ */
|
|
5400
|
+
), /* @__PURE__ */ React255.createElement(
|
|
5279
5401
|
"path",
|
|
5280
5402
|
{
|
|
5281
5403
|
fillRule: "evenodd",
|
|
@@ -5283,7 +5405,7 @@ function SvgSun(props) {
|
|
|
5283
5405
|
d: "M7.57377 16.7596C7.9643 17.1501 7.9643 17.7832 7.57377 18.1738L6.39044 19.3571C5.99992 19.7476 5.36675 19.7476 4.97623 19.3571C4.5857 18.9666 4.5857 18.3334 4.97623 17.9429L6.15956 16.7596C6.55008 16.369 7.18325 16.369 7.57377 16.7596Z",
|
|
5284
5406
|
fill: "currentColor"
|
|
5285
5407
|
}
|
|
5286
|
-
), /* @__PURE__ */
|
|
5408
|
+
), /* @__PURE__ */ React255.createElement(
|
|
5287
5409
|
"path",
|
|
5288
5410
|
{
|
|
5289
5411
|
fillRule: "evenodd",
|
|
@@ -5295,8 +5417,8 @@ function SvgSun(props) {
|
|
|
5295
5417
|
}
|
|
5296
5418
|
|
|
5297
5419
|
// src/components/icon/available-icons/add.tsx
|
|
5298
|
-
import
|
|
5299
|
-
var SvgAdd = (props) => /* @__PURE__ */
|
|
5420
|
+
import React256 from "react";
|
|
5421
|
+
var SvgAdd = (props) => /* @__PURE__ */ React256.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React256.createElement(
|
|
5300
5422
|
"path",
|
|
5301
5423
|
{
|
|
5302
5424
|
d: "M18 13h-5v5c0 .55-.45 1-1 1s-1-.45-1-1v-5H6c-.55 0-1-.45-1-1s.45-1 1-1h5V6c0-.55.45-1 1-1s1 .45 1 1v5h5c.55 0 1 .45 1 1s-.45 1-1 1z",
|
|
@@ -5305,9 +5427,9 @@ var SvgAdd = (props) => /* @__PURE__ */ React252.createElement("svg", __spreadVa
|
|
|
5305
5427
|
));
|
|
5306
5428
|
|
|
5307
5429
|
// src/components/icon/available-icons/present.tsx
|
|
5308
|
-
import * as
|
|
5430
|
+
import * as React257 from "react";
|
|
5309
5431
|
function SvgPresent(props) {
|
|
5310
|
-
return /* @__PURE__ */
|
|
5432
|
+
return /* @__PURE__ */ React257.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React257.createElement(
|
|
5311
5433
|
"path",
|
|
5312
5434
|
{
|
|
5313
5435
|
fillRule: "evenodd",
|
|
@@ -5319,9 +5441,9 @@ function SvgPresent(props) {
|
|
|
5319
5441
|
}
|
|
5320
5442
|
|
|
5321
5443
|
// src/components/icon/available-icons/movie-filter.tsx
|
|
5322
|
-
import * as
|
|
5444
|
+
import * as React258 from "react";
|
|
5323
5445
|
function SvgMovieFilter(props) {
|
|
5324
|
-
return /* @__PURE__ */
|
|
5446
|
+
return /* @__PURE__ */ React258.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React258.createElement(
|
|
5325
5447
|
"path",
|
|
5326
5448
|
{
|
|
5327
5449
|
d: "M10 11l-.94 2.06L7 14l2.06.94L10 17l.94-2.06L13 14l-2.06-.94L10 11zm8.01-7l2 4h-3l-2-4h-2l2 4h-3l-2-4h-2l2 4h-3l-2-4h-1c-1.1 0-1.99.9-1.99 2l-.01 12c0 1.1.9 2 2 2h16c1.1 0 1.99-.9 1.99-2V4h-3.99zm2 14h-16V6.47L5.77 10H16l-.63 1.37L14 12l1.37.63L16 14l.63-1.37L18 12l-1.37-.63L16 10h4.01v8z",
|
|
@@ -5331,9 +5453,9 @@ function SvgMovieFilter(props) {
|
|
|
5331
5453
|
}
|
|
5332
5454
|
|
|
5333
5455
|
// src/components/icon/available-icons/text.tsx
|
|
5334
|
-
import * as
|
|
5456
|
+
import * as React259 from "react";
|
|
5335
5457
|
function SvgText(props) {
|
|
5336
|
-
return /* @__PURE__ */
|
|
5458
|
+
return /* @__PURE__ */ React259.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React259.createElement(
|
|
5337
5459
|
"path",
|
|
5338
5460
|
{
|
|
5339
5461
|
d: "M14.362 7.176V5.029H3.323V7.176H7.693V18.5H9.973V7.176H14.362ZM18.0754 6.416H16.0804V7.803C16.0804 8.62 15.6434 9.247 14.6554 9.247H14.1804V11.204H15.8904V15.859C15.8904 17.588 16.9544 18.614 18.6644 18.614C19.4624 18.614 19.8804 18.462 20.0134 18.405V16.581C19.9184 16.6 19.5574 16.657 19.2534 16.657C18.4364 16.657 18.0754 16.315 18.0754 15.498V11.204H19.9944V9.247H18.0754V6.416Z",
|
|
@@ -5343,8 +5465,8 @@ function SvgText(props) {
|
|
|
5343
5465
|
}
|
|
5344
5466
|
|
|
5345
5467
|
// src/components/icon/available-icons/activity.tsx
|
|
5346
|
-
import * as
|
|
5347
|
-
var SvgActivity = (props) => /* @__PURE__ */
|
|
5468
|
+
import * as React260 from "react";
|
|
5469
|
+
var SvgActivity = (props) => /* @__PURE__ */ React260.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React260.createElement(
|
|
5348
5470
|
"path",
|
|
5349
5471
|
{
|
|
5350
5472
|
d: "M22 12h-4l-3 9L9 3l-3 9H2",
|
|
@@ -5356,14 +5478,14 @@ var SvgActivity = (props) => /* @__PURE__ */ React256.createElement("svg", __spr
|
|
|
5356
5478
|
));
|
|
5357
5479
|
|
|
5358
5480
|
// src/components/icon/available-icons/canvas.tsx
|
|
5359
|
-
import
|
|
5360
|
-
var SvgCanvas = (props) => /* @__PURE__ */
|
|
5481
|
+
import React261 from "react";
|
|
5482
|
+
var SvgCanvas = (props) => /* @__PURE__ */ React261.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React261.createElement(
|
|
5361
5483
|
"path",
|
|
5362
5484
|
{
|
|
5363
5485
|
d: "M4.762 4h9.425l-1.96 1.96H4.762a.802.802 0 00-.802.802v12.476c0 .442.36.802.802.802h12.476c.443 0 .802-.36.802-.802v-7.465L20 9.813v9.425A2.762 2.762 0 0117.238 22H4.762A2.762 2.762 0 012 19.238V6.762A2.762 2.762 0 014.762 4z",
|
|
5364
5486
|
fill: "currentColor"
|
|
5365
5487
|
}
|
|
5366
|
-
), /* @__PURE__ */
|
|
5488
|
+
), /* @__PURE__ */ React261.createElement(
|
|
5367
5489
|
"path",
|
|
5368
5490
|
{
|
|
5369
5491
|
fillRule: "evenodd",
|
|
@@ -5374,9 +5496,9 @@ var SvgCanvas = (props) => /* @__PURE__ */ React257.createElement("svg", __sprea
|
|
|
5374
5496
|
));
|
|
5375
5497
|
|
|
5376
5498
|
// src/components/icon/available-icons/pin.tsx
|
|
5377
|
-
import * as
|
|
5499
|
+
import * as React262 from "react";
|
|
5378
5500
|
function SvgPin(props) {
|
|
5379
|
-
return /* @__PURE__ */
|
|
5501
|
+
return /* @__PURE__ */ React262.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React262.createElement(
|
|
5380
5502
|
"path",
|
|
5381
5503
|
{
|
|
5382
5504
|
clipRule: "evenodd",
|
|
@@ -5388,9 +5510,9 @@ function SvgPin(props) {
|
|
|
5388
5510
|
}
|
|
5389
5511
|
|
|
5390
5512
|
// src/components/icon/available-icons/pin-fill.tsx
|
|
5391
|
-
import * as
|
|
5513
|
+
import * as React263 from "react";
|
|
5392
5514
|
function SvgPinFill(props) {
|
|
5393
|
-
return /* @__PURE__ */
|
|
5515
|
+
return /* @__PURE__ */ React263.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React263.createElement(
|
|
5394
5516
|
"path",
|
|
5395
5517
|
{
|
|
5396
5518
|
clipRule: "evenodd",
|
|
@@ -5402,9 +5524,9 @@ function SvgPinFill(props) {
|
|
|
5402
5524
|
}
|
|
5403
5525
|
|
|
5404
5526
|
// src/components/icon/available-icons/mobile-devices.tsx
|
|
5405
|
-
import * as
|
|
5527
|
+
import * as React264 from "react";
|
|
5406
5528
|
var SvgMobileDevices = (props) => {
|
|
5407
|
-
return /* @__PURE__ */
|
|
5529
|
+
return /* @__PURE__ */ React264.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React264.createElement(
|
|
5408
5530
|
"path",
|
|
5409
5531
|
{
|
|
5410
5532
|
fillRule: "evenodd",
|
|
@@ -5416,9 +5538,9 @@ var SvgMobileDevices = (props) => {
|
|
|
5416
5538
|
};
|
|
5417
5539
|
|
|
5418
5540
|
// src/components/icon/available-icons/split.tsx
|
|
5419
|
-
import * as
|
|
5541
|
+
import * as React265 from "react";
|
|
5420
5542
|
function SvgSplit(props) {
|
|
5421
|
-
return /* @__PURE__ */
|
|
5543
|
+
return /* @__PURE__ */ React265.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React265.createElement(
|
|
5422
5544
|
"path",
|
|
5423
5545
|
{
|
|
5424
5546
|
fillRule: "evenodd",
|
|
@@ -5430,9 +5552,9 @@ function SvgSplit(props) {
|
|
|
5430
5552
|
}
|
|
5431
5553
|
|
|
5432
5554
|
// src/components/icon/available-icons/repeat.tsx
|
|
5433
|
-
import * as
|
|
5555
|
+
import * as React266 from "react";
|
|
5434
5556
|
function SvgRepeat(props) {
|
|
5435
|
-
return /* @__PURE__ */
|
|
5557
|
+
return /* @__PURE__ */ React266.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React266.createElement(
|
|
5436
5558
|
"path",
|
|
5437
5559
|
{
|
|
5438
5560
|
fillRule: "evenodd",
|
|
@@ -5440,7 +5562,7 @@ function SvgRepeat(props) {
|
|
|
5440
5562
|
d: "M17.1862 1.78243C16.8096 1.40586 16.199 1.40586 15.8225 1.78243C15.4459 2.15901 15.4459 2.76956 15.8225 3.14614L17.6763 5H7.66667C6.42899 5 5.242 5.49167 4.36683 6.36684C3.49167 7.242 3 8.42899 3 9.66667V11.5C3 12.0523 3.44772 12.5 4 12.5C4.55228 12.5 5 12.0523 5 11.5V9.66667C5 8.95942 5.28095 8.28115 5.78105 7.78105C6.28115 7.28095 6.95942 7 7.66667 7H17.6763L15.8225 8.85386C15.4459 9.23044 15.4459 9.84099 15.8225 10.2176C16.199 10.5941 16.8096 10.5941 17.1862 10.2176L20.7219 6.68185C20.9027 6.50101 21.0043 6.25574 21.0043 6C21.0043 5.74426 20.9027 5.49899 20.7219 5.31815L17.1862 1.78243Z",
|
|
5441
5563
|
fill: "currentColor"
|
|
5442
5564
|
}
|
|
5443
|
-
), /* @__PURE__ */
|
|
5565
|
+
), /* @__PURE__ */ React266.createElement(
|
|
5444
5566
|
"path",
|
|
5445
5567
|
{
|
|
5446
5568
|
fillRule: "evenodd",
|
|
@@ -5452,15 +5574,15 @@ function SvgRepeat(props) {
|
|
|
5452
5574
|
}
|
|
5453
5575
|
|
|
5454
5576
|
// src/components/icon/available-icons/refresh.tsx
|
|
5455
|
-
import * as
|
|
5577
|
+
import * as React267 from "react";
|
|
5456
5578
|
function SvgRefresh(props) {
|
|
5457
|
-
return /* @__PURE__ */
|
|
5579
|
+
return /* @__PURE__ */ React267.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React267.createElement(
|
|
5458
5580
|
"path",
|
|
5459
5581
|
{
|
|
5460
5582
|
d: "M13.8014 5.75795C12.7466 5.45285 11.6318 5.41993 10.5609 5.66224C9.48994 5.90455 8.49784 6.4142 7.67716 7.14363C6.85647 7.87307 6.23394 8.79851 5.86766 9.83361C5.68342 10.3543 5.11199 10.627 4.59134 10.4427C4.0707 10.2585 3.79798 9.68706 3.98222 9.16642C4.46122 7.81282 5.27529 6.60263 6.3485 5.64876C7.4217 4.69488 8.71905 4.02842 10.1195 3.71155C11.5199 3.39468 12.9778 3.43774 14.3571 3.8367C15.7313 4.23417 16.9828 4.97197 17.9958 5.98167L20.1666 8.0215V5.33334C20.1666 4.78106 20.6143 4.33334 21.1666 4.33334C21.7189 4.33334 22.1666 4.78106 22.1666 5.33334V10.3333C22.1666 10.4742 22.1375 10.6083 22.0849 10.7299C22.0503 10.8101 22.0046 10.8868 21.9478 10.9578C21.9239 10.9876 21.8983 11.0161 21.8712 11.043C21.7816 11.1321 21.679 11.2008 21.5693 11.249C21.4507 11.3012 21.3201 11.331 21.1827 11.3332C21.1763 11.3333 21.1698 11.3334 21.1633 11.3333H16.1666C15.6143 11.3333 15.1666 10.8856 15.1666 10.3333C15.1666 9.78106 15.6143 9.33334 16.1666 9.33334H18.6421L16.6152 7.42877C16.6075 7.42161 16.6 7.41433 16.5927 7.40694C15.8164 6.63035 14.8562 6.06304 13.8014 5.75795Z",
|
|
5461
5583
|
fill: "currentColor"
|
|
5462
5584
|
}
|
|
5463
|
-
), /* @__PURE__ */
|
|
5585
|
+
), /* @__PURE__ */ React267.createElement(
|
|
5464
5586
|
"path",
|
|
5465
5587
|
{
|
|
5466
5588
|
d: "M2.10452 12.9819C2.2055 12.8744 2.32465 12.7943 2.45271 12.7417C2.57005 12.6933 2.6986 12.6667 2.83337 12.6667H7.83337C8.38566 12.6667 8.83337 13.1144 8.83337 13.6667C8.83337 14.2189 8.38566 14.6667 7.83337 14.6667H5.3578L7.38472 16.5713C7.39233 16.5784 7.39984 16.5857 7.40722 16.5931C8.18343 17.3697 9.14371 17.937 10.1985 18.2421C11.2532 18.5472 12.3681 18.5801 13.439 18.3378C14.5099 18.0955 15.502 17.5858 16.3227 16.8564C17.1434 16.127 17.7659 15.2015 18.1322 14.1664C18.3165 13.6458 18.8879 13.3731 19.4085 13.5573C19.9292 13.7415 20.2019 14.313 20.0177 14.8336C19.5387 16.1872 18.7246 17.3974 17.6514 18.3513C16.5782 19.3051 15.2808 19.9716 13.8804 20.2885C12.4799 20.6053 11.0221 20.5623 9.64275 20.1633C8.26863 19.7659 7.01712 19.0281 6.00409 18.0184L3.83337 15.9786V18.6667C3.83337 19.2189 3.38566 19.6667 2.83337 19.6667C2.28109 19.6667 1.83337 19.2189 1.83337 18.6667V13.6667C1.83337 13.4062 1.93298 13.1689 2.09619 12.991L2.10452 12.9819Z",
|
|
@@ -5470,9 +5592,9 @@ function SvgRefresh(props) {
|
|
|
5470
5592
|
}
|
|
5471
5593
|
|
|
5472
5594
|
// src/components/icon/available-icons/picture-in-picture-deprecated.tsx
|
|
5473
|
-
import * as
|
|
5595
|
+
import * as React268 from "react";
|
|
5474
5596
|
function PictureInPicture(props) {
|
|
5475
|
-
return /* @__PURE__ */
|
|
5597
|
+
return /* @__PURE__ */ React268.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React268.createElement(
|
|
5476
5598
|
"path",
|
|
5477
5599
|
{
|
|
5478
5600
|
d: "M20 4H4C2.34315 4 1 5.34315 1 7V17C1 18.6569 2.34315 20 4 20H20C21.6569 20 23 18.6569 23 17V7C23 5.34315 21.6569 4 20 4Z",
|
|
@@ -5481,7 +5603,7 @@ function PictureInPicture(props) {
|
|
|
5481
5603
|
strokeLinecap: "round",
|
|
5482
5604
|
strokeLinejoin: "round"
|
|
5483
5605
|
}
|
|
5484
|
-
), /* @__PURE__ */
|
|
5606
|
+
), /* @__PURE__ */ React268.createElement(
|
|
5485
5607
|
"path",
|
|
5486
5608
|
{
|
|
5487
5609
|
d: "M19 11H13C12.4477 11 12 11.4477 12 12V16C12 16.5523 12.4477 17 13 17H19C19.5523 17 20 16.5523 20 16V12C20 11.4477 19.5523 11 19 11Z",
|
|
@@ -5491,9 +5613,9 @@ function PictureInPicture(props) {
|
|
|
5491
5613
|
}
|
|
5492
5614
|
|
|
5493
5615
|
// src/components/icon/available-icons/folder-plus-deprecated.tsx
|
|
5494
|
-
import * as
|
|
5616
|
+
import * as React269 from "react";
|
|
5495
5617
|
function FolderPlus(props) {
|
|
5496
|
-
return /* @__PURE__ */
|
|
5618
|
+
return /* @__PURE__ */ React269.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React269.createElement(
|
|
5497
5619
|
"path",
|
|
5498
5620
|
{
|
|
5499
5621
|
d: "M20 17.4C20 17.8243 19.8314 18.2313 19.5314 18.5314C19.2313 18.8314 18.8243 19 18.4 19H5.6C5.17565 19 4.76869 18.8314 4.46863 18.5314C4.16857 18.2313 4 17.8243 4 17.4V6.6C4 6.17565 4.16857 5.76869 4.46863 5.46863C4.76869 5.16857 5.17565 5 5.6 5H9.6L11.2 7H18.4C18.8243 7 19.2313 7.16857 19.5314 7.46863C19.8314 7.76869 20 8.17565 20 8.6V17.4Z",
|
|
@@ -5502,7 +5624,7 @@ function FolderPlus(props) {
|
|
|
5502
5624
|
strokeLinecap: "round",
|
|
5503
5625
|
strokeLinejoin: "round"
|
|
5504
5626
|
}
|
|
5505
|
-
), /* @__PURE__ */
|
|
5627
|
+
), /* @__PURE__ */ React269.createElement(
|
|
5506
5628
|
"path",
|
|
5507
5629
|
{
|
|
5508
5630
|
fillRule: "evenodd",
|
|
@@ -5514,9 +5636,9 @@ function FolderPlus(props) {
|
|
|
5514
5636
|
}
|
|
5515
5637
|
|
|
5516
5638
|
// src/components/icon/available-icons/picture-in-picture.tsx
|
|
5517
|
-
import * as
|
|
5639
|
+
import * as React270 from "react";
|
|
5518
5640
|
function SvgPictureInPicture(props) {
|
|
5519
|
-
return /* @__PURE__ */
|
|
5641
|
+
return /* @__PURE__ */ React270.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React270.createElement(
|
|
5520
5642
|
"path",
|
|
5521
5643
|
{
|
|
5522
5644
|
d: "M20 4H4C2.34315 4 1 5.34315 1 7V17C1 18.6569 2.34315 20 4 20H20C21.6569 20 23 18.6569 23 17V7C23 5.34315 21.6569 4 20 4Z",
|
|
@@ -5525,7 +5647,7 @@ function SvgPictureInPicture(props) {
|
|
|
5525
5647
|
strokeLinecap: "round",
|
|
5526
5648
|
strokeLinejoin: "round"
|
|
5527
5649
|
}
|
|
5528
|
-
), /* @__PURE__ */
|
|
5650
|
+
), /* @__PURE__ */ React270.createElement(
|
|
5529
5651
|
"path",
|
|
5530
5652
|
{
|
|
5531
5653
|
d: "M19 11H13C12.4477 11 12 11.4477 12 12V16C12 16.5523 12.4477 17 13 17H19C19.5523 17 20 16.5523 20 16V12C20 11.4477 19.5523 11 19 11Z",
|
|
@@ -5535,9 +5657,9 @@ function SvgPictureInPicture(props) {
|
|
|
5535
5657
|
}
|
|
5536
5658
|
|
|
5537
5659
|
// src/components/icon/available-icons/folder-plus.tsx
|
|
5538
|
-
import * as
|
|
5660
|
+
import * as React271 from "react";
|
|
5539
5661
|
function SvgFolderPlus(props) {
|
|
5540
|
-
return /* @__PURE__ */
|
|
5662
|
+
return /* @__PURE__ */ React271.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React271.createElement(
|
|
5541
5663
|
"path",
|
|
5542
5664
|
{
|
|
5543
5665
|
d: "M20 17.4C20 17.8243 19.8314 18.2313 19.5314 18.5314C19.2313 18.8314 18.8243 19 18.4 19H5.6C5.17565 19 4.76869 18.8314 4.46863 18.5314C4.16857 18.2313 4 17.8243 4 17.4V6.6C4 6.17565 4.16857 5.76869 4.46863 5.46863C4.76869 5.16857 5.17565 5 5.6 5H9.6L11.2 7H18.4C18.8243 7 19.2313 7.16857 19.5314 7.46863C19.8314 7.76869 20 8.17565 20 8.6V17.4Z",
|
|
@@ -5546,7 +5668,7 @@ function SvgFolderPlus(props) {
|
|
|
5546
5668
|
strokeLinecap: "round",
|
|
5547
5669
|
strokeLinejoin: "round"
|
|
5548
5670
|
}
|
|
5549
|
-
), /* @__PURE__ */
|
|
5671
|
+
), /* @__PURE__ */ React271.createElement(
|
|
5550
5672
|
"path",
|
|
5551
5673
|
{
|
|
5552
5674
|
fillRule: "evenodd",
|
|
@@ -5558,8 +5680,8 @@ function SvgFolderPlus(props) {
|
|
|
5558
5680
|
}
|
|
5559
5681
|
|
|
5560
5682
|
// src/components/icon/available-icons/power.tsx
|
|
5561
|
-
import
|
|
5562
|
-
var SvgPower = (props) => /* @__PURE__ */
|
|
5683
|
+
import React272 from "react";
|
|
5684
|
+
var SvgPower = (props) => /* @__PURE__ */ React272.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React272.createElement(
|
|
5563
5685
|
"path",
|
|
5564
5686
|
{
|
|
5565
5687
|
fillRule: "evenodd",
|
|
@@ -5567,7 +5689,7 @@ var SvgPower = (props) => /* @__PURE__ */ React268.createElement("svg", __spread
|
|
|
5567
5689
|
d: "M7.39868 6.49277C7.78927 6.88324 7.78937 7.5164 7.39891 7.90699C6.49008 8.81611 5.87123 9.97431 5.62059 11.2351C5.36996 12.4959 5.49881 13.8028 5.99084 14.9904C6.48287 16.178 7.31599 17.193 8.38487 17.9071C9.45374 18.6213 10.7104 19.0024 11.9959 19.0024C13.2813 19.0024 14.538 18.6213 15.6068 17.9071C16.6757 17.193 17.5088 16.178 18.0009 14.9904C18.4929 13.8028 18.6217 12.4959 18.3711 11.2351C18.1205 9.97431 17.5016 8.81611 16.5928 7.90699C16.2023 7.5164 16.2024 6.88324 16.593 6.49277C16.9836 6.10231 17.6168 6.10242 18.0072 6.49301C19.1957 7.68186 20.005 9.19642 20.3327 10.8452C20.6605 12.4939 20.492 14.2029 19.8486 15.7559C19.2051 17.3089 18.1157 18.6362 16.7179 19.5701C15.3202 20.504 13.6769 21.0024 11.9959 21.0024C10.3148 21.0024 8.67155 20.504 7.27379 19.5701C5.87604 18.6362 4.78657 17.3089 4.14314 15.7559C3.49972 14.2029 3.33123 12.4939 3.65898 10.8452C3.98672 9.19642 4.796 7.68186 5.98446 6.49301C6.37493 6.10242 7.00809 6.10231 7.39868 6.49277Z",
|
|
5568
5690
|
fill: "currentColor"
|
|
5569
5691
|
}
|
|
5570
|
-
), /* @__PURE__ */
|
|
5692
|
+
), /* @__PURE__ */ React272.createElement(
|
|
5571
5693
|
"path",
|
|
5572
5694
|
{
|
|
5573
5695
|
fillRule: "evenodd",
|
|
@@ -5578,8 +5700,8 @@ var SvgPower = (props) => /* @__PURE__ */ React268.createElement("svg", __spread
|
|
|
5578
5700
|
));
|
|
5579
5701
|
|
|
5580
5702
|
// src/components/icon/available-icons/replay.tsx
|
|
5581
|
-
import
|
|
5582
|
-
var SvgReplay = (props) => /* @__PURE__ */
|
|
5703
|
+
import React273 from "react";
|
|
5704
|
+
var SvgReplay = (props) => /* @__PURE__ */ React273.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React273.createElement(
|
|
5583
5705
|
"path",
|
|
5584
5706
|
{
|
|
5585
5707
|
fillRule: "evenodd",
|
|
@@ -5590,8 +5712,8 @@ var SvgReplay = (props) => /* @__PURE__ */ React269.createElement("svg", __sprea
|
|
|
5590
5712
|
));
|
|
5591
5713
|
|
|
5592
5714
|
// src/components/icon/available-icons/transcript.tsx
|
|
5593
|
-
import
|
|
5594
|
-
var SvgTranscript = (props) => /* @__PURE__ */
|
|
5715
|
+
import React274 from "react";
|
|
5716
|
+
var SvgTranscript = (props) => /* @__PURE__ */ React274.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React274.createElement(
|
|
5595
5717
|
"path",
|
|
5596
5718
|
{
|
|
5597
5719
|
fillRule: "evenodd",
|
|
@@ -5602,9 +5724,9 @@ var SvgTranscript = (props) => /* @__PURE__ */ React270.createElement("svg", __s
|
|
|
5602
5724
|
));
|
|
5603
5725
|
|
|
5604
5726
|
// src/components/icon/available-icons/variables.tsx
|
|
5605
|
-
import * as
|
|
5727
|
+
import * as React275 from "react";
|
|
5606
5728
|
function SvgVariables(props) {
|
|
5607
|
-
return /* @__PURE__ */
|
|
5729
|
+
return /* @__PURE__ */ React275.createElement("svg", __spreadValues({ viewBox: "0 0 25 24", fill: "none" }, props), /* @__PURE__ */ React275.createElement(
|
|
5608
5730
|
"path",
|
|
5609
5731
|
{
|
|
5610
5732
|
fillRule: "evenodd",
|
|
@@ -5616,15 +5738,15 @@ function SvgVariables(props) {
|
|
|
5616
5738
|
}
|
|
5617
5739
|
|
|
5618
5740
|
// src/components/icon/available-icons/rewind.tsx
|
|
5619
|
-
import * as
|
|
5741
|
+
import * as React276 from "react";
|
|
5620
5742
|
function SvgRewind(props) {
|
|
5621
|
-
return /* @__PURE__ */
|
|
5743
|
+
return /* @__PURE__ */ React276.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React276.createElement(
|
|
5622
5744
|
"path",
|
|
5623
5745
|
{
|
|
5624
5746
|
d: "M10.8003 17.1431L3.85742 12.0003L10.8003 6.85742V17.1431Z",
|
|
5625
5747
|
fill: "currentColor"
|
|
5626
5748
|
}
|
|
5627
|
-
), /* @__PURE__ */
|
|
5749
|
+
), /* @__PURE__ */ React276.createElement(
|
|
5628
5750
|
"path",
|
|
5629
5751
|
{
|
|
5630
5752
|
fillRule: "evenodd",
|
|
@@ -5632,13 +5754,13 @@ function SvgRewind(props) {
|
|
|
5632
5754
|
d: "M11.1856 6.09164C11.4747 6.23728 11.6571 6.5334 11.6571 6.85715V17.1429C11.6571 17.4666 11.4747 17.7627 11.1856 17.9084C10.8965 18.054 10.5499 18.0243 10.2898 17.8316L3.34695 12.6888C3.12871 12.5271 3 12.2716 3 12C3 11.7284 3.12871 11.4729 3.34695 11.3112L10.2898 6.16838C10.5499 5.97568 10.8965 5.946 11.1856 6.09164ZM5.29717 12L9.94285 15.4412V8.55875L5.29717 12Z",
|
|
5633
5755
|
fill: "currentColor"
|
|
5634
5756
|
}
|
|
5635
|
-
), /* @__PURE__ */
|
|
5757
|
+
), /* @__PURE__ */ React276.createElement(
|
|
5636
5758
|
"path",
|
|
5637
5759
|
{
|
|
5638
5760
|
d: "M19.2856 17.1431L12.3428 12.0003L19.2856 6.85742V17.1431Z",
|
|
5639
5761
|
fill: "currentColor"
|
|
5640
5762
|
}
|
|
5641
|
-
), /* @__PURE__ */
|
|
5763
|
+
), /* @__PURE__ */ React276.createElement(
|
|
5642
5764
|
"path",
|
|
5643
5765
|
{
|
|
5644
5766
|
fillRule: "evenodd",
|
|
@@ -5729,6 +5851,7 @@ export {
|
|
|
5729
5851
|
SvgContactSupport,
|
|
5730
5852
|
SvgCopy,
|
|
5731
5853
|
SvgCreate,
|
|
5854
|
+
SvgCreateTicket,
|
|
5732
5855
|
SvgCrop169,
|
|
5733
5856
|
SvgCrop169Expanded,
|
|
5734
5857
|
SvgCrop54,
|
|
@@ -5812,6 +5935,7 @@ export {
|
|
|
5812
5935
|
SvgNearMe,
|
|
5813
5936
|
SvgNotes,
|
|
5814
5937
|
SvgNotifications,
|
|
5938
|
+
SvgNumberedList,
|
|
5815
5939
|
SvgOfflineBolt,
|
|
5816
5940
|
SvgOutlook,
|
|
5817
5941
|
SvgPalette,
|
|
@@ -5918,6 +6042,8 @@ export {
|
|
|
5918
6042
|
SvgWatchLaterAdded,
|
|
5919
6043
|
SvgWatchLaterRemove,
|
|
5920
6044
|
SvgWindows,
|
|
6045
|
+
SvgWriteDocument,
|
|
6046
|
+
SvgWriteMessage,
|
|
5921
6047
|
SvgXCircle,
|
|
5922
6048
|
SvgZap,
|
|
5923
6049
|
SvgZapOutline
|