@abqm-ds/icons 1.0.11 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +8 -8
- package/CHANGELOG.md +12 -0
- package/dist/index.cjs +265 -148
- package/dist/index.d.cts +5 -3
- package/dist/index.d.ts +5 -3
- package/dist/index.js +264 -148
- package/package.json +1 -1
- package/src/_logos/LogoSeqmBlackGreen.tsx +80 -0
- package/src/components/LogoSeqmBlackGreenIcon.tsx +79 -0
- package/src/index.ts +2 -1
- package/src/logos/logo-seqm-black-green.svg +44 -0
package/dist/index.cjs
CHANGED
|
@@ -1754,6 +1754,7 @@ __export(index_exports, {
|
|
|
1754
1754
|
ListIcon: () => ListIcon_default,
|
|
1755
1755
|
ListOlIcon: () => ListOlIcon_default,
|
|
1756
1756
|
LogoPadraoIcon: () => LogoPadraoIcon_default,
|
|
1757
|
+
LogoSeqmBlackGreenIcon: () => LogoSeqmBlackGreenIcon_default,
|
|
1757
1758
|
LogoSeqmIcon: () => LogoSeqmIcon_default,
|
|
1758
1759
|
LogoSeqmMobileIcon: () => LogoSeqmMobileIcon_default,
|
|
1759
1760
|
PencilSquareIcon: () => PencilSquareIcon_default,
|
|
@@ -1768,9 +1769,9 @@ __export(index_exports, {
|
|
|
1768
1769
|
});
|
|
1769
1770
|
module.exports = __toCommonJS(index_exports);
|
|
1770
1771
|
|
|
1771
|
-
// src/components/
|
|
1772
|
+
// src/components/AppleIcon.tsx
|
|
1772
1773
|
var import_jsx_runtime = __toESM(require_jsx_runtime(), 1);
|
|
1773
|
-
var
|
|
1774
|
+
var AppleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
1774
1775
|
"svg",
|
|
1775
1776
|
{
|
|
1776
1777
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1779,7 +1780,29 @@ var ArrowDownShortIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
|
1779
1780
|
fill: "none",
|
|
1780
1781
|
viewBox: "0 0 24 24",
|
|
1781
1782
|
...props,
|
|
1782
|
-
children:
|
|
1783
|
+
children: [
|
|
1784
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { fill: "#1E1E1E", clipPath: "url(#apple_svg__a)", children: [
|
|
1785
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M16.773.012c-.051-.057-1.889.023-3.488 1.758-1.599 1.734-1.353 3.723-1.317 3.774s2.28.13 3.713-1.887C17.113 1.64 16.824.071 16.773.012m4.97 17.6c-.071-.144-3.487-1.851-3.169-5.133.318-3.284 2.513-4.184 2.547-4.281.035-.098-.895-1.185-1.88-1.736a5.5 5.5 0 0 0-2.345-.651c-.162-.004-.725-.142-1.881.174-.762.209-2.48.884-2.952.91-.474.028-1.884-.782-3.4-.997-.971-.187-2 .197-2.737.492-.735.294-2.133 1.131-3.11 3.356-.979 2.223-.467 5.745-.101 6.84.366 1.093.937 2.886 1.91 4.194.863 1.476 2.01 2.5 2.488 2.848s1.828.579 2.764.1c.753-.462 2.112-.727 2.65-.708.535.02 1.59.232 2.672.809.857.296 1.667.172 2.478-.157.812-.332 1.986-1.589 3.357-4.137q.781-1.778.71-1.924" }),
|
|
1786
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M16.773.012c-.051-.057-1.889.023-3.488 1.758-1.599 1.734-1.353 3.723-1.317 3.774s2.28.13 3.713-1.887C17.113 1.64 16.824.071 16.773.012m4.97 17.6c-.071-.144-3.487-1.851-3.169-5.133.318-3.284 2.513-4.184 2.547-4.281.035-.098-.895-1.185-1.88-1.736a5.5 5.5 0 0 0-2.345-.651c-.162-.004-.725-.142-1.881.174-.762.209-2.48.884-2.952.91-.474.028-1.884-.782-3.4-.997-.971-.187-2 .197-2.737.492-.735.294-2.133 1.131-3.11 3.356-.979 2.223-.467 5.745-.101 6.84.366 1.093.937 2.886 1.91 4.194.863 1.476 2.01 2.5 2.488 2.848s1.828.579 2.764.1c.753-.462 2.112-.727 2.65-.708.535.02 1.59.232 2.672.809.857.296 1.667.172 2.478-.157.812-.332 1.986-1.589 3.357-4.137q.781-1.778.71-1.924" })
|
|
1787
|
+
] }),
|
|
1788
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "apple_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: props?.fill ? props.fill : "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
1789
|
+
]
|
|
1790
|
+
}
|
|
1791
|
+
);
|
|
1792
|
+
var AppleIcon_default = AppleIcon;
|
|
1793
|
+
|
|
1794
|
+
// src/components/ArrowDownShortIcon.tsx
|
|
1795
|
+
var import_jsx_runtime2 = __toESM(require_jsx_runtime(), 1);
|
|
1796
|
+
var ArrowDownShortIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
1797
|
+
"svg",
|
|
1798
|
+
{
|
|
1799
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1800
|
+
width: "1em",
|
|
1801
|
+
height: "1em",
|
|
1802
|
+
fill: "none",
|
|
1803
|
+
viewBox: "0 0 24 24",
|
|
1804
|
+
...props,
|
|
1805
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
1783
1806
|
"path",
|
|
1784
1807
|
{
|
|
1785
1808
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
@@ -1793,8 +1816,8 @@ var ArrowDownShortIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
|
1793
1816
|
var ArrowDownShortIcon_default = ArrowDownShortIcon;
|
|
1794
1817
|
|
|
1795
1818
|
// src/components/AwardFillIcon.tsx
|
|
1796
|
-
var
|
|
1797
|
-
var AwardFillIcon = (props) => /* @__PURE__ */ (0,
|
|
1819
|
+
var import_jsx_runtime3 = __toESM(require_jsx_runtime(), 1);
|
|
1820
|
+
var AwardFillIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
|
|
1798
1821
|
"svg",
|
|
1799
1822
|
{
|
|
1800
1823
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1804,14 +1827,14 @@ var AwardFillIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
|
|
|
1804
1827
|
viewBox: "0 0 24 24",
|
|
1805
1828
|
...props,
|
|
1806
1829
|
children: [
|
|
1807
|
-
/* @__PURE__ */ (0,
|
|
1830
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
1808
1831
|
"path",
|
|
1809
1832
|
{
|
|
1810
1833
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
1811
1834
|
d: "m12 0 2.503 1.296 2.787.423 1.263 2.52 2.006 1.98L20.099 9l.46 2.781-2.006 1.98-1.263 2.52-2.787.423L12 18l-2.504-1.296-2.787-.423-1.263-2.52-2.005-1.98L3.9 9l-.46-2.781 2.006-1.98 1.263-2.52 2.787-.423z"
|
|
1812
1835
|
}
|
|
1813
1836
|
),
|
|
1814
|
-
/* @__PURE__ */ (0,
|
|
1837
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
1815
1838
|
"path",
|
|
1816
1839
|
{
|
|
1817
1840
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
@@ -1824,8 +1847,8 @@ var AwardFillIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
|
|
|
1824
1847
|
var AwardFillIcon_default = AwardFillIcon;
|
|
1825
1848
|
|
|
1826
1849
|
// src/components/BarChartIcon.tsx
|
|
1827
|
-
var
|
|
1828
|
-
var BarChartIcon = (props) => /* @__PURE__ */ (0,
|
|
1850
|
+
var import_jsx_runtime4 = __toESM(require_jsx_runtime(), 1);
|
|
1851
|
+
var BarChartIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1829
1852
|
"svg",
|
|
1830
1853
|
{
|
|
1831
1854
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1834,7 +1857,7 @@ var BarChartIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
|
1834
1857
|
fill: "none",
|
|
1835
1858
|
viewBox: "0 0 24 24",
|
|
1836
1859
|
...props,
|
|
1837
|
-
children: /* @__PURE__ */ (0,
|
|
1860
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1838
1861
|
"path",
|
|
1839
1862
|
{
|
|
1840
1863
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
@@ -1846,8 +1869,8 @@ var BarChartIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
|
1846
1869
|
var BarChartIcon_default = BarChartIcon;
|
|
1847
1870
|
|
|
1848
1871
|
// src/components/BoxArrowInLeftIcon.tsx
|
|
1849
|
-
var
|
|
1850
|
-
var BoxArrowInLeftIcon = (props) => /* @__PURE__ */ (0,
|
|
1872
|
+
var import_jsx_runtime5 = __toESM(require_jsx_runtime(), 1);
|
|
1873
|
+
var BoxArrowInLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
|
|
1851
1874
|
"svg",
|
|
1852
1875
|
{
|
|
1853
1876
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1857,7 +1880,7 @@ var BoxArrowInLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsxs
|
|
|
1857
1880
|
viewBox: "0 0 24 24",
|
|
1858
1881
|
...props,
|
|
1859
1882
|
children: [
|
|
1860
|
-
/* @__PURE__ */ (0,
|
|
1883
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1861
1884
|
"path",
|
|
1862
1885
|
{
|
|
1863
1886
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
@@ -1866,7 +1889,7 @@ var BoxArrowInLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsxs
|
|
|
1866
1889
|
clipRule: "evenodd"
|
|
1867
1890
|
}
|
|
1868
1891
|
),
|
|
1869
|
-
/* @__PURE__ */ (0,
|
|
1892
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1870
1893
|
"path",
|
|
1871
1894
|
{
|
|
1872
1895
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
@@ -1881,8 +1904,8 @@ var BoxArrowInLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsxs
|
|
|
1881
1904
|
var BoxArrowInLeftIcon_default = BoxArrowInLeftIcon;
|
|
1882
1905
|
|
|
1883
1906
|
// src/components/BroadcastIcon.tsx
|
|
1884
|
-
var
|
|
1885
|
-
var BroadcastIcon = (props) => /* @__PURE__ */ (0,
|
|
1907
|
+
var import_jsx_runtime6 = __toESM(require_jsx_runtime(), 1);
|
|
1908
|
+
var BroadcastIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
|
|
1886
1909
|
"svg",
|
|
1887
1910
|
{
|
|
1888
1911
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1892,22 +1915,22 @@ var BroadcastIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
|
|
|
1892
1915
|
viewBox: "0 0 24 24",
|
|
1893
1916
|
...props,
|
|
1894
1917
|
children: [
|
|
1895
|
-
/* @__PURE__ */ (0,
|
|
1918
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("g", { clipPath: "url(#broadcast_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
1896
1919
|
"path",
|
|
1897
1920
|
{
|
|
1898
1921
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
1899
1922
|
d: "M4.575 4.575a10.5 10.5 0 0 0 0 14.85.75.75 0 0 1-1.06 1.06 12 12 0 0 1 0-16.97.75.75 0 0 1 1.06 1.06m3.183 3.183a6 6 0 0 0 0 8.484.75.75 0 1 1-1.062 1.062 7.5 7.5 0 0 1 0-10.608.75.75 0 1 1 1.062 1.062m8.484-1.062a.75.75 0 0 1 1.062 0 7.5 7.5 0 0 1 0 10.608.752.752 0 0 1-1.062-1.062 6 6 0 0 0 0-8.484.75.75 0 0 1 0-1.062m3.183-3.18a.75.75 0 0 1 1.06 0 12 12 0 0 1 0 16.97.75.75 0 0 1-1.06-1.061 10.5 10.5 0 0 0 0-14.85.75.75 0 0 1 0-1.06zM15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0"
|
|
1900
1923
|
}
|
|
1901
1924
|
) }),
|
|
1902
|
-
/* @__PURE__ */ (0,
|
|
1925
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("clipPath", { id: "broadcast_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: props?.fill ? props.fill : "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
1903
1926
|
]
|
|
1904
1927
|
}
|
|
1905
1928
|
);
|
|
1906
1929
|
var BroadcastIcon_default = BroadcastIcon;
|
|
1907
1930
|
|
|
1908
1931
|
// src/components/CaretDownFillIcon.tsx
|
|
1909
|
-
var
|
|
1910
|
-
var CaretDownFillIcon = (props) => /* @__PURE__ */ (0,
|
|
1932
|
+
var import_jsx_runtime7 = __toESM(require_jsx_runtime(), 1);
|
|
1933
|
+
var CaretDownFillIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
1911
1934
|
"svg",
|
|
1912
1935
|
{
|
|
1913
1936
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1916,7 +1939,7 @@ var CaretDownFillIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
|
1916
1939
|
fill: "none",
|
|
1917
1940
|
viewBox: "0 0 24 24",
|
|
1918
1941
|
...props,
|
|
1919
|
-
children: /* @__PURE__ */ (0,
|
|
1942
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
1920
1943
|
"path",
|
|
1921
1944
|
{
|
|
1922
1945
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
@@ -1928,8 +1951,8 @@ var CaretDownFillIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
|
1928
1951
|
var CaretDownFillIcon_default = CaretDownFillIcon;
|
|
1929
1952
|
|
|
1930
1953
|
// src/components/CaretLeftFillIcon.tsx
|
|
1931
|
-
var
|
|
1932
|
-
var CaretLeftFillIcon = (props) => /* @__PURE__ */ (0,
|
|
1954
|
+
var import_jsx_runtime8 = __toESM(require_jsx_runtime(), 1);
|
|
1955
|
+
var CaretLeftFillIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
1933
1956
|
"svg",
|
|
1934
1957
|
{
|
|
1935
1958
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1938,7 +1961,7 @@ var CaretLeftFillIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
|
1938
1961
|
fill: "none",
|
|
1939
1962
|
viewBox: "0 0 24 24",
|
|
1940
1963
|
...props,
|
|
1941
|
-
children: /* @__PURE__ */ (0,
|
|
1964
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
1942
1965
|
"path",
|
|
1943
1966
|
{
|
|
1944
1967
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
@@ -1950,8 +1973,8 @@ var CaretLeftFillIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
|
1950
1973
|
var CaretLeftFillIcon_default = CaretLeftFillIcon;
|
|
1951
1974
|
|
|
1952
1975
|
// src/components/CaretRightFillIcon.tsx
|
|
1953
|
-
var
|
|
1954
|
-
var CaretRightFillIcon = (props) => /* @__PURE__ */ (0,
|
|
1976
|
+
var import_jsx_runtime9 = __toESM(require_jsx_runtime(), 1);
|
|
1977
|
+
var CaretRightFillIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
1955
1978
|
"svg",
|
|
1956
1979
|
{
|
|
1957
1980
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1960,7 +1983,7 @@ var CaretRightFillIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)
|
|
|
1960
1983
|
fill: "none",
|
|
1961
1984
|
viewBox: "0 0 24 24",
|
|
1962
1985
|
...props,
|
|
1963
|
-
children: /* @__PURE__ */ (0,
|
|
1986
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
1964
1987
|
"path",
|
|
1965
1988
|
{
|
|
1966
1989
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
@@ -1972,8 +1995,8 @@ var CaretRightFillIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)
|
|
|
1972
1995
|
var CaretRightFillIcon_default = CaretRightFillIcon;
|
|
1973
1996
|
|
|
1974
1997
|
// src/components/CircleIcon.tsx
|
|
1975
|
-
var
|
|
1976
|
-
var CircleIcon = (props) => /* @__PURE__ */ (0,
|
|
1998
|
+
var import_jsx_runtime10 = __toESM(require_jsx_runtime(), 1);
|
|
1999
|
+
var CircleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
|
|
1977
2000
|
"svg",
|
|
1978
2001
|
{
|
|
1979
2002
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1983,22 +2006,22 @@ var CircleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
|
|
|
1983
2006
|
viewBox: "0 0 24 24",
|
|
1984
2007
|
...props,
|
|
1985
2008
|
children: [
|
|
1986
|
-
/* @__PURE__ */ (0,
|
|
2009
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("g", { clipPath: "url(#circle_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
1987
2010
|
"path",
|
|
1988
2011
|
{
|
|
1989
2012
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
1990
2013
|
d: "M12 22.5a10.5 10.5 0 1 1 0-21 10.5 10.5 0 0 1 0 21m0 1.5a12 12 0 1 0 0-24 12 12 0 0 0 0 24"
|
|
1991
2014
|
}
|
|
1992
2015
|
) }),
|
|
1993
|
-
/* @__PURE__ */ (0,
|
|
2016
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("clipPath", { id: "circle_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { fill: props?.fill ? props.fill : "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
1994
2017
|
]
|
|
1995
2018
|
}
|
|
1996
2019
|
);
|
|
1997
2020
|
var CircleIcon_default = CircleIcon;
|
|
1998
2021
|
|
|
1999
2022
|
// src/components/FacebookIcon.tsx
|
|
2000
|
-
var
|
|
2001
|
-
var FacebookIcon = (props) => /* @__PURE__ */ (0,
|
|
2023
|
+
var import_jsx_runtime11 = __toESM(require_jsx_runtime(), 1);
|
|
2024
|
+
var FacebookIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
|
|
2002
2025
|
"svg",
|
|
2003
2026
|
{
|
|
2004
2027
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2008,22 +2031,22 @@ var FacebookIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
|
|
|
2008
2031
|
viewBox: "0 0 24 24",
|
|
2009
2032
|
...props,
|
|
2010
2033
|
children: [
|
|
2011
|
-
/* @__PURE__ */ (0,
|
|
2034
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("g", { clipPath: "url(#facebook_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
2012
2035
|
"path",
|
|
2013
2036
|
{
|
|
2014
2037
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
2015
2038
|
d: "M24 12.074C24 5.403 18.627-.002 12-.002 5.37 0-.003 5.405-.003 12.075c0 6.026 4.39 11.02 10.125 11.927v-8.438H7.077v-3.489h3.048V9.413c0-3.026 1.793-4.697 4.533-4.697 1.314 0 2.687.236 2.687.236v2.97H15.83c-1.49 0-1.954.931-1.954 1.887v2.265h3.327l-.531 3.489h-2.798V24C19.611 23.094 24 18.099 24 12.074"
|
|
2016
2039
|
}
|
|
2017
2040
|
) }),
|
|
2018
|
-
/* @__PURE__ */ (0,
|
|
2041
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("clipPath", { id: "facebook_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { fill: props?.fill ? props.fill : "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
2019
2042
|
]
|
|
2020
2043
|
}
|
|
2021
2044
|
);
|
|
2022
2045
|
var FacebookIcon_default = FacebookIcon;
|
|
2023
2046
|
|
|
2024
2047
|
// src/components/FileEarmarkTextIcon.tsx
|
|
2025
|
-
var
|
|
2026
|
-
var FileEarmarkTextIcon = (props) => /* @__PURE__ */ (0,
|
|
2048
|
+
var import_jsx_runtime12 = __toESM(require_jsx_runtime(), 1);
|
|
2049
|
+
var FileEarmarkTextIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
|
|
2027
2050
|
"svg",
|
|
2028
2051
|
{
|
|
2029
2052
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2033,14 +2056,14 @@ var FileEarmarkTextIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.js
|
|
|
2033
2056
|
viewBox: "0 0 24 24",
|
|
2034
2057
|
...props,
|
|
2035
2058
|
children: [
|
|
2036
|
-
/* @__PURE__ */ (0,
|
|
2059
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
2037
2060
|
"path",
|
|
2038
2061
|
{
|
|
2039
2062
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
2040
2063
|
d: "M8.25 10.5a.75.75 0 1 0 0 1.5h7.5a.75.75 0 1 0 0-1.5zm-.75 3.75a.75.75 0 0 1 .75-.75h7.5a.75.75 0 1 1 0 1.5h-7.5a.75.75 0 0 1-.75-.75m0 3a.75.75 0 0 1 .75-.75h3a.75.75 0 1 1 0 1.5h-3a.75.75 0 0 1-.75-.75"
|
|
2041
2064
|
}
|
|
2042
2065
|
),
|
|
2043
|
-
/* @__PURE__ */ (0,
|
|
2066
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
2044
2067
|
"path",
|
|
2045
2068
|
{
|
|
2046
2069
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
@@ -2053,8 +2076,8 @@ var FileEarmarkTextIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.js
|
|
|
2053
2076
|
var FileEarmarkTextIcon_default = FileEarmarkTextIcon;
|
|
2054
2077
|
|
|
2055
2078
|
// src/components/FileTextIcon.tsx
|
|
2056
|
-
var
|
|
2057
|
-
var FileTextIcon = (props) => /* @__PURE__ */ (0,
|
|
2079
|
+
var import_jsx_runtime13 = __toESM(require_jsx_runtime(), 1);
|
|
2080
|
+
var FileTextIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
|
|
2058
2081
|
"svg",
|
|
2059
2082
|
{
|
|
2060
2083
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2064,14 +2087,14 @@ var FileTextIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
|
|
|
2064
2087
|
viewBox: "0 0 24 24",
|
|
2065
2088
|
...props,
|
|
2066
2089
|
children: [
|
|
2067
|
-
/* @__PURE__ */ (0,
|
|
2090
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
2068
2091
|
"path",
|
|
2069
2092
|
{
|
|
2070
2093
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
2071
2094
|
d: "M7.5 6a.75.75 0 0 0 0 1.5h9a.75.75 0 1 0 0-1.5zm-.75 3.75A.75.75 0 0 1 7.5 9h9a.75.75 0 1 1 0 1.5h-9a.75.75 0 0 1-.75-.75M7.5 12a.75.75 0 1 0 0 1.5h9a.75.75 0 1 0 0-1.5zm0 3a.75.75 0 1 0 0 1.5H12a.75.75 0 1 0 0-1.5z"
|
|
2072
2095
|
}
|
|
2073
2096
|
),
|
|
2074
|
-
/* @__PURE__ */ (0,
|
|
2097
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
2075
2098
|
"path",
|
|
2076
2099
|
{
|
|
2077
2100
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
@@ -2084,8 +2107,8 @@ var FileTextIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
|
|
|
2084
2107
|
var FileTextIcon_default = FileTextIcon;
|
|
2085
2108
|
|
|
2086
2109
|
// src/components/FilterIcon.tsx
|
|
2087
|
-
var
|
|
2088
|
-
var FilterIcon = (props) => /* @__PURE__ */ (0,
|
|
2110
|
+
var import_jsx_runtime14 = __toESM(require_jsx_runtime(), 1);
|
|
2111
|
+
var FilterIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
2089
2112
|
"svg",
|
|
2090
2113
|
{
|
|
2091
2114
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2094,7 +2117,7 @@ var FilterIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
|
2094
2117
|
fill: "none",
|
|
2095
2118
|
viewBox: "0 0 24 24",
|
|
2096
2119
|
...props,
|
|
2097
|
-
children: /* @__PURE__ */ (0,
|
|
2120
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
2098
2121
|
"path",
|
|
2099
2122
|
{
|
|
2100
2123
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
@@ -2106,8 +2129,8 @@ var FilterIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
|
2106
2129
|
var FilterIcon_default = FilterIcon;
|
|
2107
2130
|
|
|
2108
2131
|
// src/components/HorseIcon.tsx
|
|
2109
|
-
var
|
|
2110
|
-
var HorseIcon = (props) => /* @__PURE__ */ (0,
|
|
2132
|
+
var import_jsx_runtime15 = __toESM(require_jsx_runtime(), 1);
|
|
2133
|
+
var HorseIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
2111
2134
|
"svg",
|
|
2112
2135
|
{
|
|
2113
2136
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2115,7 +2138,7 @@ var HorseIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
|
2115
2138
|
height: "1em",
|
|
2116
2139
|
viewBox: "0 0 34.272 30.373",
|
|
2117
2140
|
...props,
|
|
2118
|
-
children: /* @__PURE__ */ (0,
|
|
2141
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
2119
2142
|
"path",
|
|
2120
2143
|
{
|
|
2121
2144
|
fill: props?.fill ? props.fill : "#a6a7a9",
|
|
@@ -2127,8 +2150,8 @@ var HorseIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
|
2127
2150
|
var HorseIcon_default = HorseIcon;
|
|
2128
2151
|
|
|
2129
2152
|
// src/components/InstagramIcon.tsx
|
|
2130
|
-
var
|
|
2131
|
-
var InstagramIcon = (props) => /* @__PURE__ */ (0,
|
|
2153
|
+
var import_jsx_runtime16 = __toESM(require_jsx_runtime(), 1);
|
|
2154
|
+
var InstagramIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
|
|
2132
2155
|
"svg",
|
|
2133
2156
|
{
|
|
2134
2157
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2138,22 +2161,22 @@ var InstagramIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
|
|
|
2138
2161
|
viewBox: "0 0 24 24",
|
|
2139
2162
|
...props,
|
|
2140
2163
|
children: [
|
|
2141
|
-
/* @__PURE__ */ (0,
|
|
2164
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("g", { clipPath: "url(#instagram_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
2142
2165
|
"path",
|
|
2143
2166
|
{
|
|
2144
2167
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
2145
2168
|
d: "M12 0C8.743 0 8.334.015 7.055.072 5.775.132 4.904.333 4.14.63c-.8.301-1.526.774-2.125 1.385A5.9 5.9 0 0 0 .63 4.14c-.297.762-.5 1.635-.558 2.91C.015 8.332 0 8.74 0 12.002c0 3.257.015 3.665.072 4.945.06 1.278.261 2.15.558 2.913a5.9 5.9 0 0 0 1.385 2.125 5.86 5.86 0 0 0 2.123 1.385c.766.297 1.636.5 2.914.558C8.332 23.985 8.74 24 12 24s3.666-.015 4.947-.072c1.277-.06 2.151-.261 2.915-.558a5.9 5.9 0 0 0 2.124-1.385 5.9 5.9 0 0 0 1.384-2.125c.296-.764.498-1.635.558-2.913.057-1.28.072-1.687.072-4.947s-.015-3.668-.072-4.948c-.06-1.277-.262-2.15-.558-2.912a5.9 5.9 0 0 0-1.385-2.125A5.9 5.9 0 0 0 19.86.63c-.765-.297-1.638-.5-2.915-.558C15.666.015 15.259 0 11.997 0h.005zm-1.075 2.163H12c3.205 0 3.584.01 4.849.069 1.17.052 1.805.249 2.228.412.56.218.96.479 1.38.899s.68.819.898 1.38c.164.422.36 1.058.412 2.228.058 1.264.07 1.643.07 4.846s-.012 3.584-.07 4.848c-.053 1.17-.249 1.805-.413 2.228-.192.52-.499.992-.898 1.378-.42.42-.819.68-1.38.897-.42.165-1.056.36-2.228.414-1.264.057-1.643.07-4.847.07s-3.586-.013-4.85-.07c-1.17-.054-1.804-.249-2.227-.414a3.7 3.7 0 0 1-1.38-.897 3.7 3.7 0 0 1-.9-1.38c-.164-.422-.36-1.058-.413-2.228-.057-1.264-.069-1.643-.069-4.849 0-3.204.012-3.582.069-4.846.054-1.17.249-1.806.414-2.23.218-.559.478-.96.899-1.38.42-.42.819-.679 1.38-.896.423-.165 1.057-.36 2.227-.414 1.107-.052 1.536-.066 3.773-.068zm7.482 1.992a1.44 1.44 0 1 0 0 2.88 1.44 1.44 0 0 0 0-2.88m-6.405 1.683a6.163 6.163 0 1 0-.193 12.325 6.163 6.163 0 0 0 .193-12.325m0 2.162a4 4 0 1 1 0 8 4 4 0 0 1 0-8"
|
|
2146
2169
|
}
|
|
2147
2170
|
) }),
|
|
2148
|
-
/* @__PURE__ */ (0,
|
|
2171
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("clipPath", { id: "instagram_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { fill: props?.fill ? props.fill : "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
2149
2172
|
]
|
|
2150
2173
|
}
|
|
2151
2174
|
);
|
|
2152
2175
|
var InstagramIcon_default = InstagramIcon;
|
|
2153
2176
|
|
|
2154
2177
|
// src/components/ListIcon.tsx
|
|
2155
|
-
var
|
|
2156
|
-
var ListIcon = (props) => /* @__PURE__ */ (0,
|
|
2178
|
+
var import_jsx_runtime17 = __toESM(require_jsx_runtime(), 1);
|
|
2179
|
+
var ListIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
2157
2180
|
"svg",
|
|
2158
2181
|
{
|
|
2159
2182
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2162,7 +2185,7 @@ var ListIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
|
2162
2185
|
fill: "none",
|
|
2163
2186
|
viewBox: "0 0 24 24",
|
|
2164
2187
|
...props,
|
|
2165
|
-
children: /* @__PURE__ */ (0,
|
|
2188
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
2166
2189
|
"path",
|
|
2167
2190
|
{
|
|
2168
2191
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
@@ -2176,8 +2199,8 @@ var ListIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
|
2176
2199
|
var ListIcon_default = ListIcon;
|
|
2177
2200
|
|
|
2178
2201
|
// src/components/ListOlIcon.tsx
|
|
2179
|
-
var
|
|
2180
|
-
var ListOlIcon = (props) => /* @__PURE__ */ (0,
|
|
2202
|
+
var import_jsx_runtime18 = __toESM(require_jsx_runtime(), 1);
|
|
2203
|
+
var ListOlIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
|
|
2181
2204
|
"svg",
|
|
2182
2205
|
{
|
|
2183
2206
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2187,7 +2210,7 @@ var ListOlIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
|
2187
2210
|
viewBox: "0 0 24 24",
|
|
2188
2211
|
...props,
|
|
2189
2212
|
children: [
|
|
2190
|
-
/* @__PURE__ */ (0,
|
|
2213
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
2191
2214
|
"path",
|
|
2192
2215
|
{
|
|
2193
2216
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
@@ -2196,7 +2219,7 @@ var ListOlIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
|
2196
2219
|
clipRule: "evenodd"
|
|
2197
2220
|
}
|
|
2198
2221
|
),
|
|
2199
|
-
/* @__PURE__ */ (0,
|
|
2222
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
2200
2223
|
"path",
|
|
2201
2224
|
{
|
|
2202
2225
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
@@ -2209,8 +2232,8 @@ var ListOlIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
|
2209
2232
|
var ListOlIcon_default = ListOlIcon;
|
|
2210
2233
|
|
|
2211
2234
|
// src/components/LogoPadraoIcon.tsx
|
|
2212
|
-
var
|
|
2213
|
-
var LogoPadraoIcon = (props) => /* @__PURE__ */ (0,
|
|
2235
|
+
var import_jsx_runtime19 = __toESM(require_jsx_runtime(), 1);
|
|
2236
|
+
var LogoPadraoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
|
|
2214
2237
|
"svg",
|
|
2215
2238
|
{
|
|
2216
2239
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2220,7 +2243,7 @@ var LogoPadraoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
|
|
|
2220
2243
|
viewBox: "0 0 60 60",
|
|
2221
2244
|
...props,
|
|
2222
2245
|
children: [
|
|
2223
|
-
/* @__PURE__ */ (0,
|
|
2246
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
2224
2247
|
"rect",
|
|
2225
2248
|
{
|
|
2226
2249
|
width: 59,
|
|
@@ -2232,7 +2255,7 @@ var LogoPadraoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
|
|
|
2232
2255
|
rx: 29.5
|
|
2233
2256
|
}
|
|
2234
2257
|
),
|
|
2235
|
-
/* @__PURE__ */ (0,
|
|
2258
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
2236
2259
|
"path",
|
|
2237
2260
|
{
|
|
2238
2261
|
fill: props?.fill ? props.fill : "#002710",
|
|
@@ -2240,7 +2263,7 @@ var LogoPadraoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
|
|
|
2240
2263
|
d: "m19.264 24.41 1.31-.643.992 1.071-.207-1.448 1.324-.613-1.437-.25-.174-1.45-.682 1.29-1.431-.28 1.016 1.047zM22.877 26.915l-.005.032.008-.025zM15.885 24.688l.894-1.022 1.236.562-.695-1.166.914-1.004-1.323.3-.67-1.181-.121 1.354-1.331.274 1.248.532zM24.812 26.058l-.596-1.22-1.34.22.976-.945-.621-1.208 1.199.636.954-.965-.235 1.338 1.213.613-1.344.187z"
|
|
2241
2264
|
}
|
|
2242
2265
|
),
|
|
2243
|
-
/* @__PURE__ */ (0,
|
|
2266
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
2244
2267
|
"path",
|
|
2245
2268
|
{
|
|
2246
2269
|
fill: props?.fill ? props.fill : "#002710",
|
|
@@ -2248,7 +2271,7 @@ var LogoPadraoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
|
|
|
2248
2271
|
d: "M13.302 34.783c-.771-.447-.697-1.08-.771-1.383-.076-.3-.298-1.834-.298-2.28 0-.448-.398-.95-.672-1.53s-.995-2.11-1.043-2.215c-.052-.105-.373-.369-.896-.132-.522.237-1.119.054-1.268.132s-.695.263-.944.29c-.25.027-.224.343-.398.448-.174.107-.672-.185-.672-.185s-.248-.13-.297-.236c-.05-.106-.05-.254-.15-.553-.148-.449.125-.492.125-.492s.422-.388.572-.52.779-.876.794-1.15c.026-.449.422-.712.598-.923.086-.106.282-.211.347-.371.066-.157 0-.367 0-.367-.273-.21 0-1.082 0-1.082h.1s0 .237.098.37c.101.132.299.58.424.448.124-.133.347.026.347.026-.198-.29.1-1.002.1-1.002h.1v.079c0 .079.05.369.1.501.049.132.447.791.447.791s.386.2.535.329.276.089.458.049c.374-.08 3.131 1.53 4.4 2.996.677.781 1.244.765 1.592.79.348.027 1.815.74 1.815.74s1.616.105 3.107-.448c1.491-.554 2.66-1.028 4.4-.344 0 0 .397.159.646.21.25.055.72.239.72.239s1.369-.185 2.238 1.767c.869 1.95 1.044 3.954.72 5.562 0 0 0-.344-.074-.527-.074-.185-.447 1.238-.596 1.475v-.527c0-.08-.375.87-.447 1.159-.075.29-.1.527-.1.527s-.024-.869.075-1.106c.098-.237-.224.42-.224.316 0-.105.024-.764.024-.949s-.199.106-.174-1.132c.026-1.24.224-2.162.026-3.033-.2-.869-.124-1.002-.124-1.002s-.025.738-.1.896c0 0-.249 1.582-.672 2.32-.423.739-.992 1.477-.795 2.057.198.58.498 1.238.498 1.45 0 .21.049.263.125.422.073.157.347.686.172 1.08-.172.396-.148 1.24-.148 1.74 0 .501.024 1.924.024 2.03s0 .21-.1.264c-.097.053-.149.184-.173.263-.026.08-.274.132-.274.317 0 .184.15.423.15.501s-.225.236-.225.236-1.167.08-1.167 0 .422-.66.422-.66 0-.184.175-.262c.172-.079.247-.212.247-.5 0-.291-.049-.345.05-.634.1-.29.027-2.558.027-2.558l-.077-.104s-.446 1.58-.472 1.872c-.024.29.076.711-.199 1.027a2.3 2.3 0 0 1-.497.448s-.124.186-.024.317c.1.132.223.317.148.395-.073.08-.248.132-.248.132s-.82.159-1.068.053c0 0 .173-.448.222-.553.05-.107.1-.264.274-.42.174-.16.348-.134.348-.372 0-.236.124-.316.299-.763.173-.45.348-1.925.348-2.109 0-.186-.348-1.054-.348-1.715V36.55s-.274-.29-.449-1.003c-.171-.71-.87-1.554-1.042-1.713-.174-.158-.274-.105-.473-.079-.199.027-.199-.079-.424-.184-.223-.105-1.143.422-1.54.713-.391.285-2.176.874-4.15 1.095l-.102.01c-2.013.21-.943.157-1.044.157 0 0 .2.767.274 1.451.075.686.225 1.344.225 1.74 0 .397-.025 1.082.048 1.213.076.132.352 1.371.352 1.371s.394.396.295.554c-.1.157-.293.184-.295.449-.004.262-.096.711 0 .79.097.079.127.157 0 .185-.127.025-.3.157-.3.157s-.225.29-.97.132c0 0 0-.21.2-.422.198-.21.198-.21.346-.289.15-.08.075-.21.174-.475.1-.264.15-.422.15-.422s-.2-.184-.2-.422c0-.237-.397-1.45-.447-1.582-.05-.131-.398-.659-.546-1.265-.15-.606-.523-1.766-.673-2.108-.148-.343-.173-.211-.173.051 0 .264-.29 1.082-.132 1.53s.14 1.317 0 1.502c-.142.186-.142.607-.142.923s.085 1.108.142 1.292.19.343 0 .5c-.192.16-.265.266-.341.343-.074.08-.173.527-.173.607 0 .078.224.21.15.264-.076.052-.299.343-.299.343s-.747.052-1.168-.027v-.106s.401-.632.61-.764.16-.264.26-.422c.098-.156.222-.554.222-.66 0-.104 0-.368.025-.447s-.073-1.476-.073-1.476-.275-.818-.25-1.424.04-1.063-.184-1.398c-.81-1.21-.585-2.45-.585-2.45"
|
|
2249
2272
|
}
|
|
2250
2273
|
),
|
|
2251
|
-
/* @__PURE__ */ (0,
|
|
2274
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
2252
2275
|
"path",
|
|
2253
2276
|
{
|
|
2254
2277
|
fill: props?.fill ? props.fill : "#002710",
|
|
@@ -2256,7 +2279,7 @@ var LogoPadraoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
|
|
|
2256
2279
|
d: "M29.483 25.416c2.17 2.276 3.117 4.93 3.117 8.324a12.64 12.64 0 0 1-3.995 9.238c7.623-3.566 14.452-10.992 14.452-10.992-4.504-.582-9.693-3.395-13.574-6.57M51.437 15.85c.396 3.34.906 7.368-1.018 13.32l3.62-9.927c.731-2.106-1.753-3.239-2.602-3.393"
|
|
2257
2280
|
}
|
|
2258
2281
|
),
|
|
2259
|
-
/* @__PURE__ */ (0,
|
|
2282
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
2260
2283
|
"path",
|
|
2261
2284
|
{
|
|
2262
2285
|
fill: props?.fill ? props.fill : "#002710",
|
|
@@ -2269,9 +2292,124 @@ var LogoPadraoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
|
|
|
2269
2292
|
);
|
|
2270
2293
|
var LogoPadraoIcon_default = LogoPadraoIcon;
|
|
2271
2294
|
|
|
2295
|
+
// src/components/LogoSeqmBlackGreenIcon.tsx
|
|
2296
|
+
var import_jsx_runtime20 = __toESM(require_jsx_runtime(), 1);
|
|
2297
|
+
var LogoSeqmBlackGreenIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
|
|
2298
|
+
"svg",
|
|
2299
|
+
{
|
|
2300
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2301
|
+
width: "1em",
|
|
2302
|
+
height: "1em",
|
|
2303
|
+
fill: "none",
|
|
2304
|
+
viewBox: "0 0 178 79",
|
|
2305
|
+
...props,
|
|
2306
|
+
children: [
|
|
2307
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("g", { clipPath: "url(#logo-seqm-black-green_svg__a)", children: [
|
|
2308
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
2309
|
+
"path",
|
|
2310
|
+
{
|
|
2311
|
+
stroke: "#001007",
|
|
2312
|
+
strokeMiterlimit: 10,
|
|
2313
|
+
strokeOpacity: 0.75,
|
|
2314
|
+
strokeWidth: 1.112,
|
|
2315
|
+
d: "M0 78.729h176.657"
|
|
2316
|
+
}
|
|
2317
|
+
),
|
|
2318
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
2319
|
+
"path",
|
|
2320
|
+
{
|
|
2321
|
+
fill: props?.fill ? props.fill : "#001007",
|
|
2322
|
+
fillOpacity: 0.75,
|
|
2323
|
+
d: "M.618 74.711C.43 74.63.43 74.576.43 74.223c0-.624.053-1.14.053-1.33 0-.136.027-.19.108-.19.08 0 .08.027.08.135 0 .11 0 .3.027.462.188.923 1.02 1.276 1.853 1.276 1.208 0 1.772-.869 1.772-1.683 0-.869-.35-1.385-1.423-2.28l-.564-.462C1.02 69.066.725 68.278.725 67.41c0-1.357.993-2.28 2.577-2.28.484 0 .86.054 1.155.136.241.054.349.054.43.054.08 0 .134.027.134.081s-.054.489-.054 1.33c0 .19-.027.299-.08.299-.081 0-.081-.054-.108-.163 0-.163-.08-.489-.161-.624-.08-.136-.403-.679-1.557-.679-.86 0-1.53.543-1.53 1.466 0 .706.322 1.167 1.53 2.117l.349.271c1.476 1.168 1.825 1.955 1.825 2.96 0 .515-.188 1.465-1.074 2.09-.536.38-1.208.542-1.879.542a3.15 3.15 0 0 1-1.664-.299M8.94 71.753c0 1.031 0 1.873.053 2.334.027.326.08.516.403.57.16.027.403.054.51.054.054 0 .08.055.08.082 0 .054-.053.081-.187.081-.618 0-1.316-.027-1.37-.027-.053 0-.751.027-1.074.027-.107 0-.188-.027-.188-.081 0-.027.027-.082.081-.082.107 0 .242-.027.349-.054.215-.054.242-.244.295-.57.054-.434.054-1.276.054-2.334v-1.9c0-1.656 0-1.982-.027-2.307-.027-.353-.107-.543-.349-.57-.134-.028-.268-.028-.349-.028-.054 0-.08-.054-.08-.081 0-.054.053-.081.188-.081.349 0 1.047.027 1.1.027s.752-.027 1.101-.027c.134 0 .188.027.188.081 0 .027-.054.081-.08.081-.081 0-.162 0-.269.028-.295.054-.35.217-.376.597v4.18zM11.57 74.739c-.162-.082-.162-.109-.162-.408 0-.543.054-.95.054-1.14 0-.108.027-.19.08-.19s.108.027.108.136c0 .082 0 .244.027.38.188.787.993 1.059 1.745 1.059 1.074 0 1.637-.625 1.637-1.439 0-.76-.402-1.14-1.396-1.873l-.51-.38c-1.181-.895-1.584-1.547-1.584-2.307 0-1.249.994-2.009 2.443-2.009.43 0 .886.055 1.128.136.215.054.295.054.376.054.08 0 .107 0 .107.082 0 .054-.053.407-.053 1.14 0 .163 0 .244-.081.244-.08 0-.08-.054-.107-.136 0-.135-.108-.407-.162-.542-.08-.136-.429-.543-1.422-.543-.806 0-1.45.407-1.45 1.167 0 .678.349 1.086 1.423 1.819l.322.217c1.342.922 1.799 1.655 1.799 2.578 0 .624-.242 1.303-1.02 1.819-.457.298-1.155.38-1.746.38-.456.027-1.1-.027-1.557-.245M21.13 71.753c0 1.031 0 1.873.053 2.334.027.326.08.516.43.57.161.027.403.055.51.055.08 0 .08.054.08.08 0 .055-.053.082-.187.082-.591 0-1.29-.027-1.37-.027-.053 0-.805.027-1.127.027-.134 0-.188-.027-.188-.081 0-.027.027-.082.08-.082.108 0 .215-.027.323-.054.214-.054.295-.271.322-.57.053-.434.053-1.276.053-2.334v-4.506l-1.584.027c-.698 0-.94.082-1.1.353-.134.19-.134.272-.188.353-.027.081-.054.108-.108.108-.027 0-.08-.027-.08-.08 0-.11.215-1.087.242-1.168 0-.054.08-.19.107-.19.08 0 .188.081.483.136.322.027.725.054.86.054h4.134c.349 0 .617-.027.778-.054.161-.028.269-.055.323-.055s.053.055.053.136c0 .326-.027 1.086-.027 1.221 0 .082-.053.136-.107.136s-.08-.027-.08-.19v-.108c-.027-.326-.27-.57-1.316-.597l-1.37-.028zM26.069 69.88c0-1.656 0-1.981-.027-2.307-.027-.353-.08-.543-.457-.597-.08 0-.268-.028-.376-.028-.026 0-.08-.054-.08-.08 0-.055.054-.082.188-.082.51 0 1.208.027 1.262.027h2.63c.215 0 .403-.055.51-.055.054 0 .108-.054.162-.054.027 0 .054.055.054.109 0 .081-.054.19-.08.516 0 .108-.028.57-.055.705 0 .054-.053.109-.107.109s-.08-.055-.08-.136 0-.244-.054-.38c-.08-.19-.188-.244-.779-.326-.188-.027-1.45-.027-1.584-.027-.054 0-.054.027-.054.109v2.904c0 .081 0 .109.054.109.134 0 1.584 0 1.826-.028.268-.027.43-.027.537-.162.08-.082.134-.136.16-.136.028 0 .054.027.054.081s-.053.245-.08.598a10 10 0 0 0-.054.705c0 .082-.027.19-.107.19-.054 0-.08-.027-.08-.108 0-.109 0-.217-.054-.353-.027-.163-.135-.272-.564-.326a39 39 0 0 0-1.665-.054q-.08 0-.08.081V73.6c.027.705.215.868 1.315.868.296 0 .806 0 1.101-.108.295-.136.43-.326.51-.733.027-.136.054-.163.107-.163.054 0 .081.081.081.163 0 .081-.08.814-.161 1.031-.08.272-.188.272-.618.272-.832 0-1.45-.028-1.906-.028-.456-.027-.751-.027-.913-.027h-.483c-.215 0-.456.028-.644.028-.108 0-.188-.028-.188-.082 0-.027.027-.081.08-.081.108 0 .242-.028.35-.055.214-.027.241-.244.295-.57.054-.434.054-1.275.054-2.334zM40.863 73.517c.027.38.108.95.564 1.113.322.109.59.109.698.109q.08 0 .08.081c0 .054-.107.109-.214.109-.242 0-1.477 0-1.88-.055-.268-.027-.322-.054-.322-.108 0-.027.027-.082.081-.082s.08-.19.054-.38l-.537-5.456h-.027l-2.658 5.483c-.215.462-.295.57-.376.57-.08 0-.161-.108-.376-.488-.295-.543-1.02-1.9-1.288-2.497-.323-.679-1.209-2.498-1.396-2.932h-.054l-.43 4.859v.543c0 .163.108.271.269.298.188.055.349.055.43.055.026 0 .08.027.08.081 0 .081-.08.109-.188.109-.403 0-.94-.028-1.02-.028-.108 0-.618.028-.913.028-.108 0-.188-.028-.188-.109 0-.027.054-.081.107-.081.08 0 .161 0 .322-.028.35-.054.376-.461.43-.868l.806-7.003c0-.109.053-.19.134-.19.08 0 .16.027.215.163l3.329 6.65 3.194-6.65c.054-.109.108-.19.188-.19s.135.081.162.298z"
|
|
2324
|
+
}
|
|
2325
|
+
),
|
|
2326
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
2327
|
+
"path",
|
|
2328
|
+
{
|
|
2329
|
+
fill: props?.fill ? props.fill : "#001007",
|
|
2330
|
+
fillOpacity: 0.75,
|
|
2331
|
+
d: "M45.775 66.976c.134-.353.188-.408.269-.408.107 0 .16.163.268.38.188.462 1.96 4.886 2.631 6.515.403.95.698 1.086.94 1.167.161.054.322.054.43.054.053 0 .134.027.134.082 0 .054-.135.081-.242.081-.161 0-.966 0-1.745-.027-.215 0-.376 0-.376-.081 0-.055.027-.055.08-.082s.189-.108.108-.298l-1.02-2.416c-.027-.055-.027-.055-.108-.055h-2.523c-.054 0-.08.028-.108.082l-.617 1.71a2.2 2.2 0 0 0-.161.706c0 .217.188.298.376.298h.107c.08 0 .107.027.107.082q0 .081-.16.081c-.27 0-.86-.027-.994-.027-.107 0-.671.027-1.1.027-.135 0-.215-.027-.215-.081s.053-.082.107-.082c.08 0 .242 0 .322-.027.51-.054.698-.434.913-.977zm1.208 4.478c.054 0 .054-.027.027-.081l-1.074-2.932c-.053-.163-.134-.163-.188 0l-1.02 2.932c0 .054 0 .081.027.081zM55.332 69.88c0-1.656 0-1.981-.027-2.307-.026-.353-.08-.543-.456-.597-.08 0-.268-.028-.376-.028-.027 0-.08-.054-.08-.08 0-.055.053-.082.188-.082.51 0 1.208.027 1.261.027.135 0 .833-.027 1.477-.027 1.1 0 3.114-.109 4.403 1.221.537.543 1.074 1.439 1.074 2.714 0 1.358-.564 2.389-1.181 3.013-.484.489-1.45 1.249-3.33 1.249-.483 0-1.073-.027-1.53-.054-.483-.028-.859-.055-.886-.055h-.456c-.215 0-.483.028-.671.028-.108 0-.188-.028-.188-.082 0-.027.026-.081.08-.081.108 0 .242-.028.35-.055.214-.054.24-.244.294-.57.054-.434.054-1.275.054-2.334zm1.02 1.14v2.334c0 .272.027.652.135.76.134.19.537.435 1.825.435 1.02 0 1.907-.353 2.578-.978.563-.542.859-1.574.859-2.551 0-1.357-.59-2.226-1.047-2.687-1.047-1.059-2.255-1.195-3.571-1.195-.215 0-.564.028-.671.082-.108.027-.134.081-.134.217v3.583zM65.026 69.88c0-1.656 0-1.981-.027-2.307-.027-.353-.08-.543-.457-.597-.08 0-.268-.028-.376-.028-.026 0-.08-.054-.08-.08 0-.055.054-.082.188-.082.51 0 1.208.027 1.262.027h2.63c.216 0 .404-.055.51-.055.055 0 .108-.054.162-.054.027 0 .054.055.054.109 0 .081-.054.19-.08.516 0 .108-.028.57-.055.705 0 .054-.053.109-.107.109s-.08-.055-.08-.136 0-.244-.054-.38c-.08-.19-.188-.244-.779-.326-.188-.027-1.45-.027-1.584-.027-.053 0-.053.027-.053.109v2.904c0 .081 0 .109.053.109.134 0 1.584 0 1.826-.028.268-.027.43-.027.537-.162.08-.082.134-.136.16-.136.028 0 .055.027.055.081s-.054.245-.081.598a10 10 0 0 0-.054.705c0 .082-.026.19-.107.19-.054 0-.08-.027-.08-.108 0-.109 0-.217-.054-.353-.027-.163-.135-.272-.564-.326a39 39 0 0 0-1.665-.054q-.08 0-.08.081V73.6c.027.705.215.868 1.315.868.296 0 .806 0 1.101-.108.295-.136.43-.326.51-.733.027-.136.054-.163.108-.163.053 0 .08.081.08.163 0 .081-.08.814-.161 1.031-.08.272-.188.272-.617.272-.833 0-1.45-.028-1.907-.028-.456-.027-.751-.027-.912-.027h-.484c-.214 0-.456.028-.644.028-.107 0-.188-.028-.188-.082 0-.027.027-.081.08-.081.108 0 .242-.028.35-.055.214-.027.241-.244.295-.57.054-.434.054-1.275.054-2.334zM75.655 69.011c0-1.981 0-2.334-.026-2.714-.027-.434-.135-.624-.537-.733-.108-.027-.323-.027-.43-.027-.054 0-.107-.027-.107-.082 0-.08.053-.108.188-.108h.886l.51.027h2.846c.241 0 .43-.027.537-.054.053 0 .107-.054.187-.054.027 0 .054.054.054.108 0 .082-.054.244-.107.597 0 .136-.027.679-.054.842 0 .054-.027.135-.08.135-.081 0-.108-.054-.108-.162 0-.082 0-.299-.08-.462-.081-.19-.215-.353-.886-.434-.215-.027-1.584-.027-1.719-.027-.053 0-.08.027-.08.135v3.475c0 .081 0 .135.08.135.161 0 1.692 0 1.987-.027s.483-.054.59-.19c.081-.108.135-.163.189-.163.026 0 .053.028.053.109s-.053.299-.107.706c-.027.244-.054.706-.054.814 0 .109 0 .244-.08.244-.054 0-.08-.054-.08-.108 0-.136 0-.244-.055-.407-.053-.19-.16-.38-.644-.435a47 47 0 0 0-1.772-.054q-.08 0-.08.081v3.285c.026.868.214 1.031 1.45 1.031.322 0 .885 0 1.207-.135.323-.136.484-.38.564-.896.027-.136.054-.19.108-.19.08 0 .08.108.08.19 0 .108-.107.95-.16 1.221-.081.326-.189.326-.672.326-.94 0-1.61-.027-2.121-.027-.483-.027-.779-.027-.967-.027h-.51c-.241 0-.537.027-.724.027-.135 0-.188-.027-.188-.109 0-.027.026-.081.107-.081.107 0 .269-.027.376-.055.242-.054.322-.325.349-.705.054-.543.054-1.52.054-2.742v-2.28zM81.75 74.739c-.16-.082-.16-.109-.16-.408 0-.543.053-.95.053-1.14 0-.108.027-.19.081-.19s.108.027.108.136c0 .082 0 .244.026.38.188.787.994 1.059 1.745 1.059 1.074 0 1.638-.625 1.638-1.439 0-.76-.403-1.14-1.396-1.873l-.51-.38c-1.181-.895-1.584-1.547-1.584-2.307 0-1.249.993-2.009 2.443-2.009.43 0 .886.055 1.128.136.214.054.295.054.376.054.08 0 .107 0 .107.082 0 .054-.054.407-.054 1.14 0 .163 0 .244-.08.244s-.08-.054-.108-.136c0-.135-.107-.407-.16-.542-.081-.136-.43-.543-1.424-.543-.805 0-1.45.407-1.45 1.167 0 .678.35 1.086 1.423 1.819l.323.217c1.342.922 1.798 1.655 1.798 2.578 0 .624-.241 1.303-1.02 1.819-.456.298-1.154.38-1.745.38-.456.027-1.1-.027-1.557-.245M88.678 69.88c0-1.656 0-1.982-.027-2.307-.027-.353-.08-.543-.456-.597-.08 0-.269-.028-.376-.028-.027 0-.08-.054-.08-.081 0-.054.053-.081.187-.081.51 0 1.181.027 1.262.027.242 0 1.074-.027 1.557-.027 1.423 0 1.906.434 2.094.597.242.217.537.705.537 1.275 0 1.548-1.154 2.552-2.846 2.552h-.322c-.053 0-.107-.054-.107-.109 0-.081.054-.108.295-.108 1.181 0 2.04-.76 2.04-1.737 0-.353-.026-1.059-.617-1.629-.564-.57-1.235-.516-1.477-.516-.187 0-.51.055-.617.082-.054 0-.08.081-.08.19v4.37c0 1.031 0 1.873.053 2.334.027.326.108.516.43.57.16.027.376.054.483.054.054 0 .08.055.08.082 0 .054-.053.081-.187.081-.591 0-1.316-.027-1.37-.027-.026 0-.751.027-1.073.027-.108 0-.189-.027-.189-.081 0-.027.027-.082.081-.082.108 0 .242-.027.35-.054.214-.054.24-.244.294-.57.054-.434.054-1.276.054-2.334V69.88zM98.799 66.623c2.469 0 4.349 1.52 4.349 4.017 0 2.388-1.772 4.37-4.403 4.37-3.007 0-4.296-2.28-4.296-4.207 0-1.737 1.316-4.18 4.35-4.18m.241 7.953c.994 0 2.98-.543 2.98-3.637 0-2.58-1.557-3.936-3.275-3.936-1.826 0-3.168 1.167-3.168 3.501 0 2.497 1.476 4.072 3.463 4.072M105.133 69.88c0-1.656 0-1.982-.027-2.307-.027-.353-.08-.543-.456-.597-.081 0-.269-.028-.376-.028-.027 0-.081-.054-.081-.081 0-.054.054-.081.188-.081.51 0 1.235.027 1.289.027.107 0 1.047-.027 1.369-.027.698 0 1.477.054 2.041.461.268.19.751.706.751 1.466 0 .787-.322 1.574-1.342 2.443.886 1.14 1.665 2.117 2.309 2.768.59.597.94.706 1.235.733.215.027.322.027.376.027s.107.055.107.082c0 .054-.054.081-.268.081h-.698c-.618 0-.886-.054-1.182-.217-.483-.244-.886-.76-1.503-1.574-.457-.57-.94-1.276-1.181-1.575-.054-.054-.081-.054-.162-.054l-1.396-.027q-.08 0-.08.081v.245c0 1.031 0 1.873.054 2.307.026.326.107.516.429.57.161.027.376.054.483.054.081 0 .081.054.081.082 0 .054-.054.081-.188.081-.591 0-1.289-.027-1.342-.027 0 0-.752.027-1.074.027-.108 0-.188-.027-.188-.081 0-.028.027-.082.08-.082.108 0 .242-.027.349-.054.215-.054.242-.244.296-.57.053-.434.053-1.276.053-2.335V69.88zm.94.896a.15.15 0 0 0 .08.135c.161.082.725.163 1.208.163.269 0 .564 0 .833-.19.376-.244.671-.814.671-1.628 0-1.33-.725-2.118-1.906-2.118-.323 0-.672.028-.779.055-.054.027-.08.054-.08.135v3.448zM115.044 71.753c0 1.031 0 1.873.053 2.334.027.326.081.516.43.57.161.027.403.055.51.055.081 0 .081.054.081.08 0 .055-.054.082-.188.082-.591 0-1.289-.027-1.37-.027-.053 0-.805.027-1.127.027-.134 0-.188-.027-.188-.081 0-.027.027-.082.08-.082.108 0 .215-.027.323-.054.214-.054.295-.271.322-.57.054-.434.054-1.276.054-2.334v-4.506l-1.584.027c-.699 0-.94.082-1.101.353-.134.19-.134.272-.188.353-.027.081-.054.108-.108.108-.026 0-.08-.027-.08-.08 0-.11.215-1.087.242-1.168 0-.054.08-.19.107-.19.08 0 .188.081.483.136.322.027.725.054.859.054h4.135a5 5 0 0 0 .778-.054c.161-.028.269-.055.323-.055s.053.055.053.136c0 .326-.027 1.086-.027 1.221 0 .082-.053.136-.107.136s-.081-.027-.081-.19v-.108c-.026-.326-.268-.57-1.315-.597l-1.369-.028zM119.955 69.88c0-1.656 0-1.981-.027-2.307-.026-.353-.08-.543-.456-.597-.081 0-.268-.028-.376-.028-.027 0-.08-.054-.08-.08 0-.055.053-.082.188-.082.51 0 1.208.027 1.261.027h2.631c.215 0 .403-.055.511-.055.053 0 .107-.054.161-.054.026 0 .053.055.053.109 0 .081-.053.19-.08.516 0 .108-.027.57-.054.705 0 .054-.054.109-.107.109-.054 0-.081-.055-.081-.136s0-.244-.054-.38c-.08-.19-.187-.244-.778-.326-.188-.027-1.45-.027-1.584-.027-.054 0-.054.027-.054.109v2.904c0 .081 0 .109.054.109.134 0 1.584 0 1.826-.028.268-.027.429-.027.536-.162.081-.082.135-.136.162-.136s.053.027.053.081-.053.245-.08.598a10 10 0 0 0-.054.705c0 .082-.027.19-.107.19-.054 0-.081-.027-.081-.108 0-.109 0-.217-.054-.353-.026-.163-.134-.272-.563-.326a39 39 0 0 0-1.665-.054q-.081 0-.081.081V73.6c.027.705.215.868 1.316.868.295 0 .805 0 1.101-.108.295-.136.429-.326.51-.733.027-.136.054-.163.107-.163.054 0 .081.081.081.163 0 .081-.081.814-.161 1.031-.081.272-.188.272-.618.272-.832 0-1.45-.028-1.906-.028-.456-.027-.752-.027-.913-.027h-.483c-.215 0-.456.028-.644.028-.108 0-.188-.028-.188-.082 0-.027.027-.081.08-.081.108 0 .242-.028.349-.055.215-.027.242-.244.296-.57.053-.434.053-1.275.053-2.334zM125.618 74.739c-.161-.082-.161-.109-.161-.408 0-.543.054-.95.054-1.14 0-.108.027-.19.08-.19s.108.027.108.136c0 .082 0 .244.027.38.187.787.993 1.059 1.745 1.059 1.073 0 1.637-.625 1.637-1.439 0-.76-.402-1.14-1.396-1.873l-.51-.38c-1.181-.895-1.584-1.547-1.584-2.307 0-1.249.993-2.009 2.443-2.009.43 0 .886.055 1.128.136.215.054.295.054.376.054.08 0 .107 0 .107.082 0 .054-.054.407-.054 1.14 0 .163 0 .244-.08.244-.081 0-.081-.054-.108-.136 0-.135-.107-.407-.161-.542-.08-.136-.429-.543-1.423-.543-.805 0-1.449.407-1.449 1.167 0 .678.349 1.086 1.423 1.819l.322.217c1.342.922 1.799 1.655 1.799 2.578 0 .624-.242 1.303-1.021 1.819-.456.298-1.154.38-1.745.38-.483.027-1.1-.027-1.557-.245M138.613 65.646c.161-.408.188-.489.268-.489s.135.054.269.461c.188.489 2.148 5.7 2.899 7.6.457 1.114.806 1.33 1.074 1.412.188.054.376.082.51.082.081 0 .135 0 .135.08 0 .082-.108.11-.242.11-.188 0-1.101 0-1.96-.028-.241 0-.376 0-.376-.081q0-.082.081-.082c.08-.027.161-.135.08-.352l-1.154-3.095c-.027-.054-.054-.081-.107-.081h-2.685c-.054 0-.108.027-.134.108l-.752 2.226c-.108.326-.188.624-.188.842 0 .244.268.353.483.353h.134c.081 0 .135.027.135.08 0 .082-.081.11-.188.11-.296 0-.833-.028-.967-.028s-.832.028-1.423.028c-.161 0-.241-.028-.241-.11 0-.053.053-.08.107-.08.081 0 .269 0 .349-.028.564-.081.832-.543 1.047-1.194zm1.315 5.048c.054 0 .054-.027.054-.081l-1.181-3.42c-.054-.19-.134-.19-.188 0l-1.101 3.42c-.027.054 0 .081.027.081zM145.273 69.011c0-1.981 0-2.334-.027-2.714-.027-.434-.134-.624-.537-.733-.108-.027-.322-.027-.43-.027-.053 0-.107-.027-.107-.081 0-.082.054-.109.188-.109.564 0 1.342.027 1.423.027.295 0 .778-.027 1.369-.027 2.04 0 2.497 1.249 2.497 1.9 0 1.031-.591 1.656-1.182 2.28.913.299 2.148 1.194 2.148 2.66 0 1.357-1.047 2.742-3.195 2.742-.134 0-.537-.028-.886-.028-.349-.027-.698-.027-.751-.027h-.51c-.242 0-.537.027-.725.027-.134 0-.188-.027-.188-.108 0-.027.027-.082.107-.082.108 0 .269-.027.376-.054.242-.054.322-.326.349-.706.054-.542.054-1.52.054-2.741V69.01zm.993.272c0 .081.027.108.081.135.08 0 .295.055.751.055.698 0 .886-.027 1.128-.326.268-.299.456-.76.456-1.276 0-1.058-.456-2.171-1.691-2.171-.134 0-.403 0-.591.054-.107.027-.161.054-.161.136v3.393zm0 1.33v2.714c.027.624.027.787.43.977.349.163.886.19 1.1.19.671 0 1.772-.353 1.772-1.791 0-.76-.241-1.846-1.208-2.525-.429-.298-.725-.325-1.047-.352-.161-.027-.779-.027-.966-.027q-.081 0-.081.08zM158.963 74.63c-.456.244-1.288.434-1.96.434-3.463 0-4.886-2.687-4.886-4.967 0-2.036 1.477-4.94 4.913-4.94 2.819 0 4.913 1.791 4.913 4.723 0 2.226-1.396 3.691-2.201 4.234l2.55 1.33c2.739 1.439 4.618 1.493 5.263 1.493.617 0 1.61-.135 2.469-.488.081-.028.135-.055.188-.055q.081 0 .081.082c0 .054-.027.081-.107.136a9.6 9.6 0 0 1-3.947.868c-1.503 0-3.114-.543-5.155-1.683zm-1.664-.054c1.127 0 3.436-.652 3.436-4.316 0-3.04-1.825-4.669-3.785-4.669-2.094 0-3.652 1.385-3.652 4.153 0 2.932 1.746 4.832 4.001 4.832"
|
|
2332
|
+
}
|
|
2333
|
+
),
|
|
2334
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
2335
|
+
"path",
|
|
2336
|
+
{
|
|
2337
|
+
fill: props?.fill ? props.fill : "#001007",
|
|
2338
|
+
fillOpacity: 0.75,
|
|
2339
|
+
d: "M174.024 73.273c.053.461.134 1.167.671 1.33.349.109.698.109.805.109.054 0 .108 0 .108.054 0 .081-.108.108-.269.108-.268 0-1.611 0-2.094-.054-.295-.027-.349-.054-.349-.136q0-.081.081-.081c.053 0 .08-.217.053-.462l-.59-6.541h-.027l-3.061 6.569c-.268.543-.295.678-.403.678-.08 0-.161-.135-.375-.57a143 143 0 0 1-1.45-2.931c-.108-.218-1.504-3.258-1.638-3.61h-.107l-.51 5.863v.651c0 .19.134.353.322.38.215.054.403.054.483.054.054 0 .107.028.107.055 0 .081-.08.108-.214.108-.457 0-1.074-.027-1.155-.027-.107 0-.725.027-1.047.027-.134 0-.215-.027-.215-.108 0-.028.054-.055.135-.055.107 0 .188 0 .375-.027.403-.081.457-.57.511-1.058l.886-8.225c0-.136.053-.217.134-.217.08 0 .134.054.188.19l3.812 7.926 3.678-7.926c.054-.109.108-.19.188-.19.081 0 .134.109.161.353z"
|
|
2340
|
+
}
|
|
2341
|
+
),
|
|
2342
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
2343
|
+
"path",
|
|
2344
|
+
{
|
|
2345
|
+
stroke: "#001007",
|
|
2346
|
+
strokeMiterlimit: 10,
|
|
2347
|
+
strokeOpacity: 0.75,
|
|
2348
|
+
strokeWidth: 1.112,
|
|
2349
|
+
d: "M0 62.714h67.924M91.28 62.714h85.374"
|
|
2350
|
+
}
|
|
2351
|
+
),
|
|
2352
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
2353
|
+
"path",
|
|
2354
|
+
{
|
|
2355
|
+
fill: props?.fill ? props.fill : "#001007",
|
|
2356
|
+
fillOpacity: 0.75,
|
|
2357
|
+
d: "M4.052 54.273c-.644-.326-.671-.49-.671-1.738 0-2.28.188-4.098.215-4.831.053-.489.134-.733.349-.733.268 0 .322.136.322.489 0 .407 0 1.058.134 1.682.671 3.366 3.651 4.642 6.685 4.642 4.323 0 6.443-3.149 6.443-6.053 0-3.149-1.315-4.967-5.181-8.197l-2.04-1.683c-4.78-3.963-5.853-6.786-5.853-9.907 0-4.886 3.597-8.198 9.343-8.198 1.772 0 3.06.19 4.188.462.859.19 1.208.217 1.584.217.349 0 .456.081.456.325 0 .218-.188 1.738-.188 4.832 0 .733-.08 1.059-.322 1.059-.268 0-.322-.217-.349-.597-.054-.543-.322-1.792-.59-2.28-.269-.49-1.477-2.416-5.638-2.416-3.115 0-5.558 1.954-5.558 5.293 0 2.605 1.181 4.234 5.504 7.654l1.262 1.004c5.315 4.235 6.577 7.058 6.577 10.722 0 1.873-.724 5.347-3.839 7.573-1.933 1.357-4.376 1.927-6.82 1.927-2.093 0-4.187-.326-6.013-1.248M29.932 33.617c0-7.112 0-8.388-.08-9.853-.081-1.548-.457-2.28-1.934-2.606-.349-.082-1.127-.136-1.53-.136-.188 0-.349-.081-.349-.271 0-.272.215-.353.725-.353 1.047 0 2.255 0 3.249.054l1.852.081c.322 0 9.29 0 10.336-.054.86-.054 1.584-.136 1.933-.217.215-.054.403-.217.645-.217.134 0 .188.19.188.407 0 .326-.215.869-.35 2.144-.053.462-.134 2.47-.214 3.013-.054.217-.134.489-.322.489-.269 0-.35-.217-.35-.597 0-.326-.053-1.086-.268-1.629-.322-.733-.779-1.276-3.195-1.547-.778-.081-5.691-.136-6.175-.136-.188 0-.268.136-.268.462v12.594c0 .326.053.462.268.462.591 0 6.121 0 7.169-.082 1.074-.081 1.718-.19 2.12-.651.323-.353.484-.597.672-.597.134 0 .215.081.215.352 0 .272-.215 1.06-.35 2.552-.08.923-.187 2.606-.187 2.931 0 .353 0 .869-.323.869-.214 0-.322-.19-.322-.407 0-.462 0-.923-.188-1.493-.188-.651-.59-1.411-2.335-1.601-1.209-.136-5.692-.218-6.444-.218-.215 0-.322.136-.322.326v4.017c0 1.547-.054 6.84 0 7.79.134 3.15.805 3.746 5.235 3.746 1.181 0 3.168 0 4.323-.488 1.181-.489 1.718-1.412 2.04-3.285.08-.488.188-.678.403-.678.268 0 .268.353.268.678 0 .353-.349 3.475-.59 4.425-.322 1.194-.671 1.194-2.443 1.194-3.383 0-5.853-.082-7.625-.136-1.772-.081-2.846-.136-3.517-.136-.08 0-.86 0-1.799.055-.913 0-1.933.081-2.604.081-.483 0-.725-.081-.725-.353 0-.135.08-.271.349-.271.403 0 .94-.081 1.342-.19.913-.19 1.128-1.194 1.316-2.497.215-1.927.215-5.51.215-9.908v-8.115z"
|
|
2358
|
+
}
|
|
2359
|
+
),
|
|
2360
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
2361
|
+
"path",
|
|
2362
|
+
{
|
|
2363
|
+
fill: props?.fill ? props.fill : "#009640",
|
|
2364
|
+
d: "M66.417 53.404c-7.195 0-14.632-5.89-14.632-17.236 0-9.337 5.612-14.875 13.21-14.875 7.194 0 14.631 5.836 14.631 17.236 0 9.338-5.665 14.875-13.209 14.875m21.693 6.541c-1.477.652-3.248 1.005-5.423 1.005-3.866 0-8.806-2.85-12.994-6.949 8.43-2.09 14.014-9.989 14.014-17.236 0-8.686-7.168-16.666-17.558-16.666-10.873 0-18.471 9.337-18.471 17.752 0 8.659 6.953 16.503 17.209 16.72 0 0 2.497-.054 3.49 1.059 1.343 1.438 9.826 10.043 19.733 4.94.322-.163.08-.679 0-.625"
|
|
2365
|
+
}
|
|
2366
|
+
),
|
|
2367
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
2368
|
+
"path",
|
|
2369
|
+
{
|
|
2370
|
+
fill: props?.fill ? props.fill : "#FFCD00",
|
|
2371
|
+
d: "M77.748 63.691c.644.109 1.342.136 1.986.136 4.565 0 6.525-1.52 8.511-2.66-10.497 5.374-19.008-3.067-20.35-4.506-.994-1.086-4.108-1.059-4.108-1.059 4.323 3.963 7.759 6.19 11.008 7.275 0 .027 1.906.651 2.953.814"
|
|
2372
|
+
}
|
|
2373
|
+
),
|
|
2374
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
2375
|
+
"path",
|
|
2376
|
+
{
|
|
2377
|
+
fill: props?.fill ? props.fill : "#001007",
|
|
2378
|
+
fillOpacity: 0.75,
|
|
2379
|
+
d: "M122.474 48.762c.161 1.575.483 4.018 2.362 4.642 1.316.434 2.497.434 2.981.434.214 0 .375.109.375.326 0 .271-.429.434-.939.434-1.047 0-6.175-.054-7.84-.217-1.1-.108-1.315-.271-1.315-.489 0-.162.107-.325.322-.38.268-.054.322-.732.215-1.574l-2.202-22.8h-.107L105.238 52.02c-.94 1.954-1.208 2.388-1.611 2.388-.43 0-.671-.434-1.557-2.063-1.208-2.225-4.242-7.98-5.37-10.395-1.369-2.85-5.074-10.396-5.852-12.242h-.215L88.86 49.984c-.054.678-.054 1.52-.054 2.28 0 .678.43 1.113 1.1 1.276a7 7 0 0 0 1.773.271c.16 0 .376.163.376.326 0 .325-.322.434-.833.434-1.718 0-3.92-.163-4.295-.163-.43 0-2.604.163-3.866.163-.483 0-.779-.108-.779-.434 0-.163.215-.326.483-.326.376 0 .672-.054 1.37-.163 1.503-.271 1.557-1.9 1.772-3.583l3.329-29.314c.053-.489.268-.788.51-.788.322 0 .671.163.94.679l13.88 27.876 13.37-27.822c.214-.434.429-.733.725-.733.295 0 .563.38.671 1.222zM110.907 17.059l2.551-1.249 1.933 2.09-.403-2.822 2.55-1.222-2.792-.489-.349-2.85-1.288 2.525-2.793-.543 1.933 2.036zM104.408 17.548l1.745-2.01 2.39 1.114-1.343-2.28 1.745-1.955-2.55.598-1.289-2.308-.242 2.606-2.577.543 2.39 1.059zM121.591 20.208l-1.154-2.362-2.578.434 1.88-1.845-1.208-2.362 2.282 1.249 1.825-1.846-.429 2.606 2.335 1.221-2.577.353z"
|
|
2380
|
+
}
|
|
2381
|
+
),
|
|
2382
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
2383
|
+
"path",
|
|
2384
|
+
{
|
|
2385
|
+
fill: props?.fill ? props.fill : "#FFCD00",
|
|
2386
|
+
d: "M130.609 18.66c4.162 4.398 5.987 9.528 5.987 16.097 0 7.057-2.926 13.408-7.624 17.833l-.054.054c14.632-6.894 27.707-21.307 27.707-21.307-8.592-1.086-18.552-6.542-26.016-12.676"
|
|
2387
|
+
}
|
|
2388
|
+
),
|
|
2389
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
2390
|
+
"path",
|
|
2391
|
+
{
|
|
2392
|
+
fill: props?.fill ? props.fill : "#006B2D",
|
|
2393
|
+
d: "M172.763.149c.725 6.433 1.745 14.25-1.933 25.786l6.927-19.19c1.369-4.099-3.383-6.298-4.994-6.596"
|
|
2394
|
+
}
|
|
2395
|
+
),
|
|
2396
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
2397
|
+
"path",
|
|
2398
|
+
{
|
|
2399
|
+
fill: props?.fill ? props.fill : "#009640",
|
|
2400
|
+
d: "M172.251 7.749c-11.276 8.604-44.594-3.827-58.554-2.796-12.887 1.005-18.095 8.903-18.095 8.903s.053 0 .053-.054c4.35-3.284 9.746-5.266 15.599-5.266 6.604 0 12 2.416 17.289 6.677 2.282 2.118 4.645 3.393 6.82 4.75 18.31 11.156 26.095 9.745 26.095 9.745-13.719 17.48-32.217 24.158-32.217 24.158 17.451 2.958 29.721-1.52 29.721-1.52l11.813-26.438.053-.054c1.477-5.863 2.229-13.898 1.423-18.105"
|
|
2401
|
+
}
|
|
2402
|
+
)
|
|
2403
|
+
] }),
|
|
2404
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("clipPath", { id: "logo-seqm-black-green_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { fill: props?.fill ? props.fill : "#fff", d: "M0 .013h177.999V79H0z" }) }) })
|
|
2405
|
+
]
|
|
2406
|
+
}
|
|
2407
|
+
);
|
|
2408
|
+
var LogoSeqmBlackGreenIcon_default = LogoSeqmBlackGreenIcon;
|
|
2409
|
+
|
|
2272
2410
|
// src/components/LogoSeqmIcon.tsx
|
|
2273
|
-
var
|
|
2274
|
-
var LogoSeqmIcon = (props) => /* @__PURE__ */ (0,
|
|
2411
|
+
var import_jsx_runtime21 = __toESM(require_jsx_runtime(), 1);
|
|
2412
|
+
var LogoSeqmIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
|
|
2275
2413
|
"svg",
|
|
2276
2414
|
{
|
|
2277
2415
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2281,8 +2419,8 @@ var LogoSeqmIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
|
|
|
2281
2419
|
viewBox: "0 0 110 48",
|
|
2282
2420
|
...props,
|
|
2283
2421
|
children: [
|
|
2284
|
-
/* @__PURE__ */ (0,
|
|
2285
|
-
/* @__PURE__ */ (0,
|
|
2422
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("g", { clipPath: "url(#logo-seqm_svg__a)", children: [
|
|
2423
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
2286
2424
|
"path",
|
|
2287
2425
|
{
|
|
2288
2426
|
stroke: "#fff",
|
|
@@ -2292,7 +2430,7 @@ var LogoSeqmIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
|
|
|
2292
2430
|
d: "M.916 47.835h107.353"
|
|
2293
2431
|
}
|
|
2294
2432
|
),
|
|
2295
|
-
/* @__PURE__ */ (0,
|
|
2433
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
2296
2434
|
"path",
|
|
2297
2435
|
{
|
|
2298
2436
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -2300,7 +2438,7 @@ var LogoSeqmIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
|
|
|
2300
2438
|
d: "M1.291 45.394c-.114-.05-.114-.082-.114-.297 0-.38.032-.693.032-.808 0-.083.017-.116.066-.116s.049.017.049.083 0 .181.016.28c.114.561.62.776 1.126.776.734 0 1.076-.528 1.076-1.023 0-.528-.212-.841-.864-1.386l-.343-.28c-.8-.66-.979-1.138-.979-1.666 0-.825.604-1.386 1.566-1.386.294 0 .523.033.702.083.147.033.212.033.261.033s.082.016.082.05c0 .032-.033.296-.033.807 0 .116-.016.182-.049.182-.049 0-.049-.033-.065-.099 0-.099-.05-.297-.098-.38-.049-.082-.245-.412-.946-.412-.522 0-.93.33-.93.89 0 .43.195.71.93 1.288l.212.165c.897.709 1.11 1.187 1.11 1.797 0 .314-.115.891-.653 1.27-.327.231-.735.33-1.142.33a1.9 1.9 0 0 1-1.012-.181M6.348 43.596c0 .627 0 1.138.033 1.419.016.198.05.313.245.346.098.017.245.033.31.033.032 0 .049.033.049.05 0 .033-.033.05-.114.05-.376 0-.8-.017-.833-.017s-.456.016-.652.016c-.065 0-.114-.016-.114-.05 0-.016.016-.049.049-.049a1 1 0 0 0 .212-.033c.13-.033.147-.148.18-.346.032-.264.032-.776.032-1.419v-1.154c0-1.007 0-1.205-.016-1.403-.017-.214-.066-.33-.213-.346-.081-.016-.163-.016-.212-.016-.032 0-.049-.033-.049-.05 0-.033.033-.05.115-.05.212 0 .636.017.668.017s.457-.016.67-.016c.081 0 .114.016.114.05 0 .016-.033.049-.05.049-.048 0-.097 0-.162.016-.18.033-.213.132-.229.363v2.54zM7.947 45.41c-.098-.05-.098-.066-.098-.247 0-.33.033-.577.033-.693 0-.066.016-.115.049-.115.032 0 .065.016.065.082 0 .05 0 .149.016.231.114.478.604.643 1.06.643.653 0 .996-.38.996-.874 0-.462-.245-.693-.848-1.138l-.31-.231c-.718-.544-.963-.94-.963-1.402 0-.759.604-1.22 1.485-1.22.26 0 .538.032.685.082.13.033.18.033.228.033.05 0 .066 0 .066.05 0 .032-.033.247-.033.692 0 .099 0 .149-.049.149s-.049-.033-.065-.083c0-.082-.066-.247-.098-.33-.05-.082-.261-.33-.865-.33-.49 0-.88.248-.88.71 0 .412.211.66.864 1.105l.196.132c.815.56 1.093 1.006 1.093 1.567 0 .379-.147.791-.62 1.105-.278.181-.702.23-1.06.23-.278.017-.67-.016-.947-.148M13.755 43.596c0 .627 0 1.138.033 1.419.016.198.049.313.261.346.098.017.245.033.31.033.049 0 .049.033.049.05 0 .033-.033.05-.114.05-.36 0-.783-.017-.832-.017-.033 0-.49.016-.686.016-.081 0-.114-.016-.114-.05 0-.016.016-.049.05-.049.064 0 .13-.016.195-.033.13-.033.18-.165.196-.346.032-.264.032-.776.032-1.419v-2.738l-.962.017c-.425 0-.571.049-.67.214-.08.115-.08.165-.113.214-.017.05-.033.066-.066.066-.016 0-.049-.016-.049-.05 0-.065.13-.659.147-.708 0-.033.05-.116.066-.116.048 0 .114.05.293.083.196.016.44.033.522.033h2.513c.212 0 .375-.017.473-.033.098-.017.163-.033.196-.033.032 0 .032.033.032.082 0 .198-.016.66-.016.742 0 .05-.033.083-.065.083-.033 0-.05-.017-.05-.116v-.066c-.015-.198-.162-.346-.799-.363l-.832-.016zM16.758 42.458c0-1.006 0-1.204-.017-1.402-.016-.215-.049-.33-.277-.363-.05 0-.163-.017-.229-.017-.016 0-.049-.033-.049-.05 0-.032.033-.049.115-.049.31 0 .734.017.767.017h1.598c.13 0 .245-.033.31-.033.033 0 .066-.033.098-.033.017 0 .033.033.033.066 0 .05-.033.115-.049.313 0 .066-.016.347-.033.43 0 .032-.032.065-.065.065s-.049-.033-.049-.082c0-.05 0-.149-.033-.231-.048-.116-.114-.149-.473-.198-.114-.017-.88-.017-.962-.017-.033 0-.033.017-.033.066v1.765c0 .05 0 .066.033.066.081 0 .962 0 1.11-.016.162-.017.26-.017.325-.1.05-.049.082-.082.098-.082.017 0 .033.017.033.05s-.033.148-.049.363c-.016.132-.033.379-.033.428 0 .05-.016.116-.065.116-.032 0-.049-.017-.049-.066 0-.066 0-.132-.032-.215-.017-.099-.082-.165-.343-.198-.18-.016-.897-.032-1.011-.032q-.05 0-.05.049v1.649c.017.43.131.528.8.528.18 0 .49 0 .669-.066.18-.082.26-.198.31-.445.016-.083.033-.099.065-.099.033 0 .05.05.05.099 0 .05-.05.495-.099.627-.049.165-.114.165-.375.165-.506 0-.881-.017-1.158-.017-.278-.016-.457-.016-.555-.016h-.294c-.13 0-.277.016-.391.016-.066 0-.115-.016-.115-.05 0-.016.017-.049.05-.049a1 1 0 0 0 .212-.033c.13-.016.146-.148.179-.346.033-.264.033-.775.033-1.419zM25.747 44.668c.016.231.065.578.343.676.195.066.359.066.424.066q.05 0 .049.05c0 .033-.066.066-.13.066-.148 0-.898 0-1.143-.033-.163-.017-.196-.033-.196-.066 0-.017.017-.05.05-.05.032 0 .048-.115.032-.23l-.326-3.316h-.017l-1.615 3.332c-.13.28-.18.346-.228.346-.05 0-.098-.066-.229-.297-.18-.33-.62-1.154-.783-1.517-.196-.412-.734-1.517-.848-1.781h-.033l-.26 2.952v.33c0 .099.064.165.162.181a1 1 0 0 0 .261.033c.017 0 .05.017.05.05 0 .05-.05.066-.115.066-.245 0-.57-.017-.62-.017-.065 0-.375.017-.555.017-.065 0-.114-.017-.114-.066 0-.017.033-.05.066-.05.048 0 .097 0 .195-.016.212-.033.229-.28.261-.528l.49-4.255c0-.066.032-.116.081-.116.05 0 .098.017.13.099l2.024 4.041 1.941-4.041c.033-.066.066-.116.115-.116s.081.05.098.182z"
|
|
2301
2439
|
}
|
|
2302
2440
|
),
|
|
2303
|
-
/* @__PURE__ */ (0,
|
|
2441
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
2304
2442
|
"path",
|
|
2305
2443
|
{
|
|
2306
2444
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -2308,7 +2446,7 @@ var LogoSeqmIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
|
|
|
2308
2446
|
d: "M28.733 40.693c.081-.215.114-.248.163-.248.065 0 .098.1.163.231.114.28 1.19 2.97 1.599 3.959.244.577.424.66.57.71.099.032.197.032.262.032.033 0 .081.017.081.05s-.081.05-.146.05c-.098 0-.588 0-1.06-.017-.131 0-.23 0-.23-.05 0-.033.017-.033.05-.05.032-.016.114-.065.065-.18l-.62-1.469c-.016-.033-.016-.033-.065-.033H28.03c-.033 0-.049.017-.065.05l-.376 1.039c-.065.165-.097.33-.097.429 0 .132.114.181.228.181h.065c.05 0 .066.017.066.05q0 .05-.098.05c-.164 0-.522-.017-.604-.017-.065 0-.408.016-.669.016-.082 0-.13-.016-.13-.05 0-.032.032-.049.065-.049.049 0 .147 0 .196-.016.31-.033.424-.264.554-.594zm.734 2.721c.032 0 .032-.016.016-.05l-.652-1.78c-.033-.1-.082-.1-.115 0l-.62 1.78c0 .034 0 .05.017.05zM34.54 42.458c0-1.006 0-1.204-.016-1.402-.016-.215-.049-.33-.277-.363-.049 0-.163-.017-.228-.017-.017 0-.05-.032-.05-.049 0-.033.033-.05.115-.05.31 0 .734.017.767.017.081 0 .505-.017.897-.017.669 0 1.893-.066 2.676.743.326.33.652.874.652 1.65 0 .824-.342 1.45-.718 1.83-.293.297-.88.759-2.023.759-.293 0-.652-.017-.93-.033l-.538-.033h-.277c-.13 0-.294.016-.408.016-.065 0-.114-.016-.114-.05 0-.016.016-.049.049-.049a1 1 0 0 0 .212-.032c.13-.034.146-.149.18-.347.032-.264.032-.775.032-1.419zm.62.693v1.418c0 .165.017.396.082.462.082.116.327.264 1.11.264.62 0 1.158-.214 1.566-.594.343-.33.522-.956.522-1.55 0-.825-.359-1.353-.636-1.633-.637-.644-1.37-.726-2.17-.726-.13 0-.343.016-.408.05-.065.016-.082.049-.082.131v2.178zM40.43 42.458c0-1.006 0-1.204-.015-1.402-.017-.215-.05-.33-.278-.363-.049 0-.163-.017-.228-.017-.017 0-.05-.033-.05-.05 0-.032.033-.049.115-.049.31 0 .734.017.767.017h1.599c.13 0 .244-.033.31-.033.032 0 .065-.033.098-.033.016 0 .032.033.032.066 0 .05-.032.115-.049.313 0 .066-.016.347-.032.43 0 .032-.033.065-.066.065-.032 0-.049-.033-.049-.082 0-.05 0-.149-.032-.231-.05-.116-.114-.149-.473-.198-.114-.017-.881-.017-.963-.017-.032 0-.032.017-.032.066v1.765c0 .05 0 .066.032.066.082 0 .963 0 1.11-.016.163-.017.26-.017.326-.1.049-.049.081-.082.098-.082.016 0 .032.017.032.05s-.032.148-.049.363c-.016.132-.032.379-.032.428 0 .05-.017.116-.066.116-.032 0-.048-.017-.048-.066 0-.066 0-.132-.033-.215-.016-.099-.082-.165-.343-.198-.18-.016-.897-.032-1.011-.032q-.05 0-.05.049v1.649c.017.43.131.528.8.528.18 0 .49 0 .67-.066.179-.082.26-.198.31-.445.016-.083.032-.099.065-.099.032 0 .048.05.048.099 0 .05-.048.495-.097.627-.05.165-.115.165-.376.165-.505 0-.88-.017-1.158-.017-.277-.016-.457-.016-.555-.016h-.293c-.131 0-.278.016-.392.016-.065 0-.114-.016-.114-.05 0-.016.016-.049.049-.049a1 1 0 0 0 .212-.033c.13-.016.147-.148.18-.346.032-.264.032-.775.032-1.419zM46.892 41.93c0-1.204 0-1.419-.017-1.65-.016-.263-.081-.379-.326-.445-.065-.016-.196-.016-.261-.016-.033 0-.065-.017-.065-.05 0-.05.032-.066.114-.066h.538l.31.017h1.73c.147 0 .26-.017.326-.033.033 0 .065-.033.114-.033.017 0 .033.033.033.066 0 .05-.033.148-.066.363 0 .082-.016.412-.032.511 0 .033-.016.082-.05.082-.048 0-.064-.032-.064-.099 0-.049 0-.18-.05-.28-.048-.115-.13-.214-.538-.264-.13-.016-.962-.016-1.044-.016-.032 0-.049.016-.049.082v2.112c0 .049 0 .082.05.082.097 0 1.027 0 1.206-.017.18-.016.294-.033.36-.115.048-.066.081-.099.114-.099.016 0 .032.017.032.066 0 .05-.032.181-.065.429a8 8 0 0 0-.033.495c0 .066 0 .148-.049.148-.032 0-.048-.033-.048-.066 0-.082 0-.148-.033-.247-.033-.116-.098-.231-.392-.264a29 29 0 0 0-1.077-.033q-.048 0-.049.05v1.996c.017.527.131.626.882.626.195 0 .538 0 .734-.082.195-.083.293-.231.342-.545.017-.082.033-.115.066-.115.049 0 .049.066.049.115 0 .066-.066.578-.098.742-.05.198-.114.198-.408.198-.571 0-.98-.016-1.29-.016-.293-.017-.472-.017-.586-.017h-.31c-.147 0-.327.017-.44.017-.082 0-.115-.017-.115-.066 0-.017.016-.05.065-.05.065 0 .163-.016.228-.032.147-.034.196-.198.213-.43.032-.33.032-.923.032-1.665V41.93zM50.595 45.41c-.098-.05-.098-.066-.098-.247 0-.33.033-.577.033-.693 0-.066.016-.115.049-.115.032 0 .065.016.065.082 0 .05 0 .149.016.231.114.478.604.643 1.06.643.653 0 .996-.38.996-.874 0-.462-.245-.693-.849-1.138l-.31-.231c-.717-.544-.962-.94-.962-1.402 0-.759.604-1.22 1.485-1.22.26 0 .538.032.685.082.13.033.18.033.228.033.05 0 .066 0 .066.05 0 .032-.033.247-.033.692 0 .099 0 .149-.049.149s-.049-.033-.065-.083c0-.082-.066-.247-.098-.33-.05-.082-.261-.33-.865-.33-.49 0-.88.248-.88.71 0 .412.211.66.864 1.105l.196.132c.815.56 1.093 1.006 1.093 1.567 0 .379-.147.791-.62 1.105-.278.181-.702.23-1.06.23-.278.017-.67-.016-.947-.148M54.804 42.458c0-1.006 0-1.204-.016-1.402-.016-.214-.049-.33-.277-.363-.05 0-.163-.016-.229-.016-.016 0-.049-.033-.049-.05 0-.033.033-.05.115-.05.31 0 .718.017.766.017.147 0 .653-.016.947-.016.864 0 1.158.264 1.272.362.147.133.327.43.327.776 0 .94-.702 1.55-1.73 1.55h-.196c-.032 0-.065-.033-.065-.066 0-.05.033-.066.18-.066.718 0 1.24-.462 1.24-1.055 0-.215-.017-.644-.376-.99-.342-.346-.75-.313-.897-.313-.114 0-.31.033-.375.05-.033 0-.05.048-.05.114v2.656c0 .627 0 1.138.033 1.419.017.198.066.313.261.346.098.017.229.033.294.033.033 0 .05.033.05.05 0 .033-.034.05-.115.05-.36 0-.8-.017-.832-.017-.017 0-.457.016-.653.016-.065 0-.114-.016-.114-.05 0-.016.016-.049.049-.049a1 1 0 0 0 .212-.033c.13-.033.147-.148.18-.346.032-.264.032-.776.032-1.419v-1.138zM60.955 40.479c1.501 0 2.643.923 2.643 2.44 0 1.452-1.077 2.656-2.676 2.656-1.827 0-2.61-1.385-2.61-2.556 0-1.056.8-2.54 2.643-2.54m.147 4.833c.604 0 1.81-.33 1.81-2.21 0-1.568-.945-2.393-1.99-2.393-1.109 0-1.925.71-1.925 2.128 0 1.518.898 2.474 2.105 2.474M64.805 42.458c0-1.006 0-1.204-.016-1.402-.016-.214-.049-.33-.277-.363-.05 0-.163-.016-.229-.016-.016 0-.049-.033-.049-.05 0-.033.033-.05.115-.05.31 0 .75.017.783.017.065 0 .636-.016.832-.016.424 0 .897.033 1.24.28.163.116.457.429.457.89 0 .48-.196.958-.816 1.485.538.693 1.011 1.287 1.403 1.683.359.363.57.429.75.445.13.017.196.017.229.017.032 0 .065.033.065.05 0 .032-.033.049-.163.049h-.424c-.376 0-.539-.033-.718-.132-.294-.149-.539-.462-.914-.957-.277-.346-.57-.775-.718-.957-.032-.033-.049-.033-.098-.033l-.848-.016q-.05 0-.049.05v.148c0 .627 0 1.138.033 1.402.016.198.065.313.26.346.099.017.23.033.294.033.05 0 .05.033.05.05 0 .033-.033.05-.115.05-.359 0-.783-.017-.816-.017 0 0-.456.016-.652.016-.065 0-.114-.016-.114-.05 0-.016.016-.049.049-.049a1 1 0 0 0 .212-.033c.13-.033.146-.148.18-.346.032-.264.032-.776.032-1.419v-1.105zm.571.544a.09.09 0 0 0 .05.083c.097.05.44.099.734.099.163 0 .342 0 .505-.116.229-.148.408-.494.408-.99 0-.808-.44-1.286-1.158-1.286-.196 0-.408.017-.473.033-.033.017-.05.033-.05.082v2.095zM70.826 43.596c0 .627 0 1.138.032 1.419.016.198.05.313.261.346.098.017.245.033.31.033.05 0 .05.033.05.05 0 .033-.033.05-.115.05-.359 0-.783-.017-.832-.017-.033 0-.49.016-.685.016-.082 0-.114-.016-.114-.05 0-.016.016-.049.048-.049a.8.8 0 0 0 .196-.033c.13-.033.18-.165.196-.346.033-.264.033-.776.033-1.419v-2.738l-.963.017c-.424 0-.571.049-.669.214-.081.115-.081.165-.114.214-.016.05-.033.066-.065.066-.017 0-.05-.016-.05-.05 0-.065.131-.659.148-.708 0-.033.049-.116.065-.116.049 0 .114.05.293.083.196.016.441.033.523.033h2.512c.212 0 .375-.017.473-.033.098-.017.163-.033.196-.033s.033.033.033.082c0 .198-.017.66-.017.742 0 .05-.032.083-.065.083s-.049-.017-.049-.116v-.066c-.016-.198-.163-.346-.8-.363l-.831-.016zM73.811 42.458c0-1.006 0-1.204-.016-1.402-.016-.215-.049-.33-.277-.363-.05 0-.164-.017-.229-.017-.016 0-.049-.033-.049-.05 0-.032.033-.049.114-.049.31 0 .735.017.767.017h1.6c.13 0 .244-.033.31-.033.032 0 .064-.033.097-.033.016 0 .033.033.033.066 0 .05-.033.115-.05.313 0 .066-.016.347-.032.43 0 .032-.033.065-.065.065-.033 0-.05-.033-.05-.082 0-.05 0-.149-.032-.231-.049-.116-.114-.149-.473-.198-.114-.017-.88-.017-.963-.017-.032 0-.032.017-.032.066v1.765c0 .05 0 .066.032.066.082 0 .963 0 1.11-.016.163-.017.261-.017.326-.1.05-.049.082-.082.098-.082s.033.017.033.05-.033.148-.05.363c-.016.132-.032.379-.032.428 0 .05-.016.116-.065.116-.033 0-.049-.017-.049-.066 0-.066 0-.132-.033-.215-.016-.099-.081-.165-.342-.198-.18-.016-.898-.032-1.012-.032q-.048 0-.049.049v1.649c.017.43.13.528.8.528.18 0 .49 0 .669-.066.18-.082.26-.198.31-.445.016-.083.032-.099.065-.099.032 0 .049.05.049.099 0 .05-.05.495-.098.627-.049.165-.114.165-.375.165-.506 0-.881-.017-1.159-.017-.277-.016-.456-.016-.554-.016h-.294c-.13 0-.277.016-.392.016-.065 0-.114-.016-.114-.05 0-.016.016-.049.05-.049a1 1 0 0 0 .211-.033c.13-.016.147-.148.18-.346.032-.264.032-.775.032-1.419zM77.254 45.41c-.098-.05-.098-.066-.098-.247 0-.33.033-.577.033-.693 0-.066.016-.115.049-.115.032 0 .065.016.065.082 0 .05 0 .149.016.231.115.478.604.643 1.06.643.653 0 .996-.38.996-.874 0-.462-.245-.693-.848-1.138l-.31-.231c-.718-.544-.963-.94-.963-1.402 0-.759.604-1.22 1.485-1.22.26 0 .538.032.685.082.13.033.18.033.228.033.05 0 .066 0 .066.05 0 .032-.033.247-.033.692 0 .099 0 .149-.049.149s-.049-.033-.065-.083c0-.082-.065-.247-.098-.33-.049-.082-.261-.33-.865-.33-.49 0-.88.248-.88.71 0 .412.211.66.864 1.105l.196.132c.816.56 1.093 1.006 1.093 1.567 0 .379-.147.791-.62 1.105-.277.181-.702.23-1.06.23-.294.017-.67-.016-.947-.148M85.15 39.885c.098-.248.115-.297.163-.297.05 0 .082.033.164.28.114.297 1.305 3.464 1.762 4.619.277.676.49.808.652.858.114.033.229.05.31.05.05 0 .082 0 .082.049s-.065.066-.147.066c-.114 0-.669 0-1.191-.017-.147 0-.228 0-.228-.05q0-.048.049-.049c.048-.016.097-.082.048-.214l-.701-1.88c-.016-.034-.033-.05-.065-.05h-1.632c-.032 0-.065.016-.081.066l-.457 1.352c-.066.198-.114.38-.114.512 0 .148.163.214.293.214h.082c.049 0 .081.017.081.05 0 .049-.049.066-.114.066-.18 0-.506-.017-.587-.017-.082 0-.506.017-.865.017-.098 0-.147-.017-.147-.066 0-.033.033-.05.066-.05.049 0 .163 0 .212-.016.342-.05.505-.33.636-.726zm.8 3.068c.032 0 .032-.017.032-.05l-.717-2.078c-.033-.116-.082-.116-.115 0l-.669 2.078c-.016.033 0 .05.017.05zM89.196 41.93c0-1.204 0-1.419-.016-1.65-.016-.264-.082-.379-.326-.445-.066-.016-.196-.016-.261-.016-.033 0-.066-.017-.066-.05 0-.05.033-.066.115-.066.342 0 .815.017.864.017.18 0 .473-.017.832-.017 1.24 0 1.518.759 1.518 1.155 0 .627-.36 1.006-.718 1.385.554.182 1.305.726 1.305 1.617 0 .825-.636 1.666-1.942 1.666-.081 0-.326-.017-.538-.017-.212-.016-.424-.016-.457-.016h-.31c-.147 0-.326.016-.44.016-.082 0-.114-.016-.114-.066 0-.016.016-.05.065-.05.065 0 .163-.016.228-.032.147-.033.196-.198.212-.429.033-.33.033-.924.033-1.666V41.93zm.604.165c0 .05.016.066.049.082.049 0 .18.033.457.033.424 0 .538-.016.685-.198.163-.181.277-.462.277-.775 0-.643-.277-1.32-1.028-1.32-.081 0-.244 0-.358.033-.066.017-.098.033-.098.083v2.062zm0 .808v1.65c.016.379.016.478.261.593.212.1.538.116.669.116.408 0 1.077-.215 1.077-1.089 0-.462-.147-1.121-.734-1.534-.261-.181-.441-.198-.637-.214-.098-.017-.473-.017-.587-.017q-.05 0-.05.05zM97.517 45.345c-.277.148-.783.264-1.19.264-2.105 0-2.97-1.634-2.97-3.019 0-1.237.897-3.002 2.986-3.002 1.713 0 2.985 1.088 2.985 2.87 0 1.353-.848 2.243-1.338 2.573l1.55.808c1.664.875 2.807.908 3.198.908a4.3 4.3 0 0 0 1.501-.297c.049-.017.082-.033.114-.033q.05 0 .049.05c0 .032-.016.049-.065.082a5.8 5.8 0 0 1-2.398.528c-.914 0-1.893-.33-3.133-1.023zm-1.011-.033c.685 0 2.088-.396 2.088-2.623 0-1.847-1.11-2.837-2.3-2.837-1.273 0-2.22.841-2.22 2.524 0 1.781 1.061 2.936 2.432 2.936"
|
|
2309
2447
|
}
|
|
2310
2448
|
),
|
|
2311
|
-
/* @__PURE__ */ (0,
|
|
2449
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
2312
2450
|
"path",
|
|
2313
2451
|
{
|
|
2314
2452
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -2316,7 +2454,7 @@ var LogoSeqmIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
|
|
|
2316
2454
|
d: "M106.67 44.52c.033.28.082.71.408.808.212.066.424.066.489.066.033 0 .066 0 .066.033 0 .05-.066.066-.163.066-.164 0-.979 0-1.273-.033-.179-.016-.212-.033-.212-.082q0-.05.049-.05c.032 0 .049-.132.032-.28l-.358-3.976h-.017l-1.86 3.992c-.163.33-.179.413-.244.413-.049 0-.098-.083-.229-.347a89 89 0 0 1-.881-1.781 99 99 0 0 1-.995-2.194h-.065l-.31 3.563v.396a.23.23 0 0 0 .195.23c.131.034.245.034.294.034.033 0 .065.016.065.033 0 .05-.049.066-.13.066-.277 0-.653-.017-.702-.017-.065 0-.44.017-.636.017-.082 0-.131-.017-.131-.066 0-.017.033-.033.082-.033.065 0 .114 0 .228-.017.245-.05.278-.346.31-.643l.539-4.998c0-.083.032-.132.081-.132s.082.033.115.115l2.316 4.817 2.236-4.817c.032-.066.065-.115.114-.115s.081.066.098.214z"
|
|
2317
2455
|
}
|
|
2318
2456
|
),
|
|
2319
|
-
/* @__PURE__ */ (0,
|
|
2457
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
2320
2458
|
"path",
|
|
2321
2459
|
{
|
|
2322
2460
|
stroke: "#fff",
|
|
@@ -2326,7 +2464,7 @@ var LogoSeqmIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
|
|
|
2326
2464
|
d: "M.916 38.103h41.277M56.387 38.103h51.882"
|
|
2327
2465
|
}
|
|
2328
2466
|
),
|
|
2329
|
-
/* @__PURE__ */ (0,
|
|
2467
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
2330
2468
|
"path",
|
|
2331
2469
|
{
|
|
2332
2470
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -2334,21 +2472,21 @@ var LogoSeqmIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
|
|
|
2334
2472
|
d: "M3.38 32.973c-.392-.198-.409-.297-.409-1.055 0-1.386.114-2.491.13-2.937.033-.297.082-.445.213-.445.163 0 .196.082.196.297 0 .247 0 .643.081 1.023.408 2.045 2.219 2.82 4.063 2.82 2.626 0 3.915-1.913 3.915-3.678 0-1.914-.8-3.019-3.149-4.982l-1.24-1.022c-2.904-2.408-3.556-4.124-3.556-6.02 0-2.97 2.186-4.982 5.677-4.982 1.077 0 1.86.115 2.546.28.522.116.734.132.962.132.212 0 .277.05.277.198 0 .132-.114 1.056-.114 2.936 0 .445-.049.643-.195.643-.164 0-.196-.132-.212-.363-.033-.33-.196-1.088-.36-1.385s-.897-1.468-3.426-1.468c-1.892 0-3.377 1.188-3.377 3.216 0 1.584.718 2.574 3.345 4.652l.767.61c3.23 2.573 3.997 4.289 3.997 6.516 0 1.138-.44 3.25-2.333 4.602-1.175.825-2.66 1.17-4.144 1.17-1.273 0-2.546-.197-3.655-.758M19.107 20.42c0-4.32 0-5.096-.049-5.987-.049-.94-.277-1.385-1.175-1.583-.212-.05-.685-.083-.93-.083-.114 0-.212-.05-.212-.165 0-.165.13-.214.44-.214.637 0 1.371 0 1.975.033l1.126.05c.195 0 5.645 0 6.28-.034.523-.033.963-.082 1.176-.132.13-.033.244-.132.391-.132.082 0 .114.116.114.248 0 .198-.13.528-.212 1.303-.032.28-.081 1.5-.13 1.83-.033.133-.082.298-.196.298-.163 0-.212-.132-.212-.363 0-.198-.033-.66-.163-.99-.196-.445-.473-.775-1.942-.94-.473-.05-3.459-.083-3.752-.083-.114 0-.163.083-.163.28v7.654c0 .198.032.28.163.28.359 0 3.72 0 4.356-.049.652-.05 1.044-.115 1.289-.395.196-.215.293-.363.408-.363.081 0 .13.05.13.214 0 .165-.13.643-.212 1.55-.049.561-.114 1.584-.114 1.782 0 .214 0 .528-.196.528-.13 0-.196-.116-.196-.248 0-.28 0-.56-.114-.907-.114-.396-.359-.857-1.42-.973-.733-.082-3.458-.132-3.915-.132-.13 0-.196.082-.196.198v2.441c0 .94-.032 4.157 0 4.734.082 1.914.49 2.276 3.182 2.276.718 0 1.925 0 2.626-.296.718-.297 1.045-.858 1.24-1.996.05-.297.115-.413.245-.413.163 0 .163.215.163.413 0 .214-.212 2.111-.359 2.688-.195.726-.408.726-1.484.726-2.056 0-3.557-.05-4.634-.082-1.077-.05-1.73-.083-2.137-.083-.049 0-.522 0-1.093.033-.555 0-1.175.05-1.583.05-.293 0-.44-.05-.44-.215 0-.082.049-.165.212-.165.245 0 .57-.05.816-.115.554-.116.685-.726.799-1.518.13-1.17.13-3.348.13-6.02V20.42z"
|
|
2335
2473
|
}
|
|
2336
2474
|
),
|
|
2337
|
-
/* @__PURE__ */ (0,
|
|
2475
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
2338
2476
|
"path",
|
|
2339
2477
|
{
|
|
2340
2478
|
fill: props?.fill ? props.fill : "#009640",
|
|
2341
2479
|
d: "M41.279 32.445c-4.373 0-8.892-3.58-8.892-10.474 0-5.674 3.41-9.04 8.027-9.04 4.372 0 8.892 3.547 8.892 10.475 0 5.674-3.443 9.04-8.027 9.04M54.46 36.42c-.897.396-1.974.61-3.295.61-2.35 0-5.352-1.731-7.897-4.222 5.123-1.27 8.517-6.07 8.517-10.474 0-5.279-4.357-10.128-10.67-10.128-6.608 0-11.225 5.674-11.225 10.788 0 5.262 4.225 10.029 10.458 10.16 0 0 1.517-.033 2.12.644.816.874 5.972 6.103 11.992 3.002.196-.1.05-.412 0-.38"
|
|
2342
2480
|
}
|
|
2343
2481
|
),
|
|
2344
|
-
/* @__PURE__ */ (0,
|
|
2482
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
2345
2483
|
"path",
|
|
2346
2484
|
{
|
|
2347
2485
|
fill: props?.fill ? props.fill : "#FFCD00",
|
|
2348
2486
|
d: "M48.164 38.697c.391.066.815.082 1.207.082 2.773 0 3.964-.924 5.172-1.616-6.38 3.266-11.551-1.864-12.367-2.738-.604-.66-2.496-.644-2.496-.644 2.626 2.409 4.715 3.761 6.689 4.42 0 .017 1.158.397 1.794.496"
|
|
2349
2487
|
}
|
|
2350
2488
|
),
|
|
2351
|
-
/* @__PURE__ */ (0,
|
|
2489
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
2352
2490
|
"path",
|
|
2353
2491
|
{
|
|
2354
2492
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -2356,21 +2494,21 @@ var LogoSeqmIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
|
|
|
2356
2494
|
d: "M75.345 29.625c.098.957.294 2.441 1.436 2.82.8.265 1.517.265 1.81.265.131 0 .23.066.23.197 0 .166-.262.264-.572.264-.636 0-3.752-.032-4.764-.132-.669-.066-.8-.165-.8-.296 0-.1.066-.198.197-.231.163-.033.195-.446.13-.957l-1.338-13.856h-.065L64.87 31.604c-.571 1.188-.734 1.452-.98 1.452-.26 0-.407-.264-.945-1.254-.735-1.352-2.578-4.85-3.263-6.317-.833-1.732-3.084-6.318-3.557-7.44h-.13l-1.077 12.322c-.033.413-.033.924-.033 1.386 0 .412.261.676.669.775.473.132.88.165 1.077.165.098 0 .228.1.228.198 0 .198-.196.264-.506.264-1.044 0-2.382-.099-2.61-.099-.261 0-1.583.099-2.35.099-.293 0-.473-.066-.473-.264 0-.099.13-.198.294-.198.228 0 .408-.033.832-.099.914-.165.946-1.155 1.077-2.177l2.023-17.815c.033-.296.163-.478.31-.478.196 0 .408.099.571.412l8.435 16.94 8.125-16.907c.13-.264.26-.445.44-.445s.343.231.408.742zM68.313 10.359l1.55-.759 1.175 1.27-.245-1.715 1.55-.742-1.697-.297-.212-1.732-.783 1.534-1.697-.33 1.175 1.237zM64.365 10.656l1.06-1.22 1.452.675-.816-1.385 1.06-1.188-1.55.363L64.79 6.5l-.147 1.584-1.566.33 1.452.643zM74.806 12.272l-.701-1.435-1.566.264L73.68 9.98l-.734-1.435 1.386.758 1.11-1.121-.261 1.583 1.419.742-1.566.215z"
|
|
2357
2495
|
}
|
|
2358
2496
|
),
|
|
2359
|
-
/* @__PURE__ */ (0,
|
|
2497
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
2360
2498
|
"path",
|
|
2361
2499
|
{
|
|
2362
2500
|
fill: props?.fill ? props.fill : "#FFCD00",
|
|
2363
2501
|
d: "M80.288 11.332c2.529 2.672 3.638 5.79 3.638 9.781 0 4.29-1.778 8.149-4.633 10.838l-.033.033c8.892-4.19 16.837-12.949 16.837-12.949-5.22-.66-11.273-3.975-15.809-7.703"
|
|
2364
2502
|
}
|
|
2365
2503
|
),
|
|
2366
|
-
/* @__PURE__ */ (0,
|
|
2504
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
2367
2505
|
"path",
|
|
2368
2506
|
{
|
|
2369
2507
|
fill: props?.fill ? props.fill : "#006B2D",
|
|
2370
2508
|
d: "M105.903.083c.441 3.909 1.061 8.66-1.174 15.67l4.209-11.662c.832-2.491-2.056-3.827-3.035-4.008"
|
|
2371
2509
|
}
|
|
2372
2510
|
),
|
|
2373
|
-
/* @__PURE__ */ (0,
|
|
2511
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
2374
2512
|
"path",
|
|
2375
2513
|
{
|
|
2376
2514
|
fill: props?.fill ? props.fill : "#009640",
|
|
@@ -2378,15 +2516,15 @@ var LogoSeqmIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
|
|
|
2378
2516
|
}
|
|
2379
2517
|
)
|
|
2380
2518
|
] }),
|
|
2381
|
-
/* @__PURE__ */ (0,
|
|
2519
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("clipPath", { id: "logo-seqm_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { fill: props?.fill ? props.fill : "#fff", d: "M.916 0h108.169v48H.915z" }) }) })
|
|
2382
2520
|
]
|
|
2383
2521
|
}
|
|
2384
2522
|
);
|
|
2385
2523
|
var LogoSeqmIcon_default = LogoSeqmIcon;
|
|
2386
2524
|
|
|
2387
2525
|
// src/components/LogoSeqmMobileIcon.tsx
|
|
2388
|
-
var
|
|
2389
|
-
var LogoSeqmMobileIcon = (props) => /* @__PURE__ */ (0,
|
|
2526
|
+
var import_jsx_runtime22 = __toESM(require_jsx_runtime(), 1);
|
|
2527
|
+
var LogoSeqmMobileIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
|
|
2390
2528
|
"svg",
|
|
2391
2529
|
{
|
|
2392
2530
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2396,7 +2534,7 @@ var LogoSeqmMobileIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx
|
|
|
2396
2534
|
viewBox: "0 0 56 40",
|
|
2397
2535
|
...props,
|
|
2398
2536
|
children: [
|
|
2399
|
-
/* @__PURE__ */ (0,
|
|
2537
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
2400
2538
|
"path",
|
|
2401
2539
|
{
|
|
2402
2540
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -2404,7 +2542,7 @@ var LogoSeqmMobileIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx
|
|
|
2404
2542
|
d: "m15.175 13.68 1.482-.729 1.123 1.212-.234-1.637 1.497-.694-1.625-.283-.197-1.64-.772 1.46-1.619-.317 1.15 1.184zM19.263 16.512l-.005.036.009-.029zM11.353 13.994l1.012-1.156 1.397.636-.786-1.32 1.034-1.134-1.496.34-.757-1.337-.138 1.531-1.506.31 1.412.602zM21.452 15.543l-.675-1.38-1.515.248 1.103-1.068-.702-1.365 1.356.718 1.08-1.09-.266 1.512 1.372.693-1.52.212z"
|
|
2405
2543
|
}
|
|
2406
2544
|
),
|
|
2407
|
-
/* @__PURE__ */ (0,
|
|
2545
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
2408
2546
|
"path",
|
|
2409
2547
|
{
|
|
2410
2548
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -2412,21 +2550,21 @@ var LogoSeqmMobileIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx
|
|
|
2412
2550
|
d: "M8.43 25.409c-.871-.506-.787-1.223-.871-1.565-.085-.34-.337-2.073-.337-2.579s-.45-1.073-.76-1.73c-.31-.655-1.126-2.384-1.18-2.503-.058-.119-.422-.417-1.013-.15-.591.269-1.266.061-1.435.15s-.786.297-1.068.328c-.282.03-.254.387-.45.507-.197.12-.76-.21-.76-.21s-.28-.147-.337-.267-.056-.287-.17-.625c-.166-.508.143-.557.143-.557s.477-.438.646-.588c.169-.148.882-.99.898-1.3.03-.508.479-.805.678-1.043.096-.12.318-.24.391-.42.075-.177 0-.415 0-.415-.308-.238 0-1.223 0-1.223h.114s0 .268.111.418c.114.15.338.655.48.507.14-.151.392.029.392.029-.224-.328.112-1.134.112-1.134h.114v.09c0 .09.056.417.112.567s.507.894.507.894.437.226.605.372c.169.146.313.1.518.055.423-.09 3.543 1.731 4.977 3.388.767.884 1.408.865 1.801.894.395.03 2.054.835 2.054.835s1.828.12 3.515-.506 3.008-1.162 4.977-.388c0 0 .45.18.732.238.281.06.814.269.814.269s1.548-.209 2.531 1.998c.983 2.205 1.182 4.471.815 6.29 0 0 0-.389-.083-.596-.084-.21-.506 1.4-.675 1.668v-.596c0-.09-.424.983-.506 1.31-.084.328-.113.596-.113.596s-.027-.982.085-1.25c.11-.269-.254.476-.254.356 0-.117.028-.863.028-1.072s-.225.12-.197-1.28c.03-1.403.254-2.445.03-3.43-.227-.982-.141-1.132-.141-1.132s-.028.834-.114 1.013c0 0-.28 1.788-.76 2.623-.478.835-1.122 1.67-.898 2.325s.563 1.4.563 1.64c0 .238.055.298.14.478.084.177.394.775.196 1.222-.195.447-.168 1.401-.168 1.967s.027 2.175.027 2.295 0 .238-.113.298c-.11.06-.168.208-.195.298-.03.09-.31.149-.31.358 0 .208.17.478.17.567s-.255.267-.255.267-1.32.09-1.32 0 .477-.746.477-.746 0-.209.198-.297c.195-.09.28-.24.28-.566 0-.329-.056-.39.057-.716.112-.328.03-2.892.03-2.892l-.087-.119s-.505 1.787-.535 2.117c-.027.327.086.805-.224 1.161-.31.36-.563.508-.563.508s-.14.21-.028.358c.114.149.253.358.17.446-.084.09-.282.15-.282.15s-.928.18-1.209.06c0 0 .196-.507.252-.625.057-.121.113-.299.31-.477.196-.18.394-.15.394-.42 0-.267.14-.356.337-.863.197-.508.394-2.176.394-2.384 0-.21-.394-1.192-.394-1.939v-1.31s-.31-.329-.507-1.135c-.194-.804-.984-1.758-1.18-1.937-.195-.178-.31-.118-.534-.09-.225.031-.225-.088-.48-.207-.251-.12-1.292.477-1.741.806-.444.322-2.462.989-4.695 1.238l-.116.012c-2.277.238-1.067.177-1.18.177 0 0 .225.867.31 1.641.084.776.254 1.52.254 1.968s-.03 1.222.054 1.371c.086.15.398 1.55.398 1.55s.445.448.334.626c-.113.178-.331.21-.334.508-.004.297-.11.805 0 .894s.144.177 0 .208c-.144.03-.34.178-.34.178s-.254.329-1.096.15c0 0 0-.238.225-.477.224-.237.224-.237.392-.327.169-.09.084-.238.197-.538.113-.298.17-.477.17-.477s-.226-.208-.226-.477c0-.268-.45-1.639-.506-1.788s-.45-.746-.619-1.43c-.169-.687-.59-1.998-.76-2.385-.168-.388-.196-.239-.196.058 0 .298-.328 1.224-.15 1.73.178.507.16 1.49 0 1.698-.16.21-.16.687-.16 1.044 0 .358.096 1.253.16 1.461.066.208.216.388 0 .566-.216.18-.3.3-.386.387-.083.09-.195.596-.195.687 0 .087.253.237.17.298-.086.059-.338.388-.338.388s-.845.059-1.321-.03v-.12s.453-.715.69-.865c.236-.148.18-.298.293-.476.111-.177.251-.627.251-.746s0-.417.029-.506-.083-1.67-.083-1.67-.31-.924-.282-1.61c.028-.685.045-1.201-.209-1.58-.915-1.368-.662-2.77-.662-2.77"
|
|
2413
2551
|
}
|
|
2414
2552
|
),
|
|
2415
|
-
/* @__PURE__ */ (0,
|
|
2553
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
2416
2554
|
"path",
|
|
2417
2555
|
{
|
|
2418
2556
|
fill: props?.fill ? props.fill : "#FFCD00",
|
|
2419
2557
|
d: "M26.737 14.817c2.454 2.573 3.527 5.575 3.527 9.412a14.3 14.3 0 0 1-4.52 10.446c8.624-4.032 16.348-12.429 16.348-12.429-5.095-.659-10.965-3.84-15.355-7.429"
|
|
2420
2558
|
}
|
|
2421
2559
|
),
|
|
2422
|
-
/* @__PURE__ */ (0,
|
|
2560
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
2423
2561
|
"path",
|
|
2424
2562
|
{
|
|
2425
2563
|
fill: props?.fill ? props.fill : "#006B2D",
|
|
2426
2564
|
d: "M51.573 4c.448 3.777 1.025 8.332-1.151 15.062l4.096-11.225c.826-2.381-1.984-3.663-2.945-3.837"
|
|
2427
2565
|
}
|
|
2428
2566
|
),
|
|
2429
|
-
/* @__PURE__ */ (0,
|
|
2567
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
2430
2568
|
"path",
|
|
2431
2569
|
{
|
|
2432
2570
|
fill: props?.fill ? props.fill : "#009640",
|
|
@@ -2439,8 +2577,8 @@ var LogoSeqmMobileIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx
|
|
|
2439
2577
|
var LogoSeqmMobileIcon_default = LogoSeqmMobileIcon;
|
|
2440
2578
|
|
|
2441
2579
|
// src/components/PencilSquareIcon.tsx
|
|
2442
|
-
var
|
|
2443
|
-
var PencilSquareIcon = (props) => /* @__PURE__ */ (0,
|
|
2580
|
+
var import_jsx_runtime23 = __toESM(require_jsx_runtime(), 1);
|
|
2581
|
+
var PencilSquareIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
|
|
2444
2582
|
"svg",
|
|
2445
2583
|
{
|
|
2446
2584
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2450,14 +2588,14 @@ var PencilSquareIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)
|
|
|
2450
2588
|
viewBox: "0 0 24 24",
|
|
2451
2589
|
...props,
|
|
2452
2590
|
children: [
|
|
2453
|
-
/* @__PURE__ */ (0,
|
|
2591
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
2454
2592
|
"path",
|
|
2455
2593
|
{
|
|
2456
2594
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
2457
2595
|
d: "M23.253 2.91a.75.75 0 0 1 0 1.059L21.69 5.535l-3-3L20.253.969a.75.75 0 0 1 1.06 0l1.94 1.94m-2.625 3.684-3-3-10.22 10.22a.75.75 0 0 0-.18.295l-1.208 3.62a.375.375 0 0 0 .474.475l3.62-1.208a.75.75 0 0 0 .295-.18l10.22-10.22z"
|
|
2458
2596
|
}
|
|
2459
2597
|
),
|
|
2460
|
-
/* @__PURE__ */ (0,
|
|
2598
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
2461
2599
|
"path",
|
|
2462
2600
|
{
|
|
2463
2601
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
@@ -2472,8 +2610,8 @@ var PencilSquareIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)
|
|
|
2472
2610
|
var PencilSquareIcon_default = PencilSquareIcon;
|
|
2473
2611
|
|
|
2474
2612
|
// src/components/PersonCircleIcon.tsx
|
|
2475
|
-
var
|
|
2476
|
-
var PersonCircleIcon = (props) => /* @__PURE__ */ (0,
|
|
2613
|
+
var import_jsx_runtime24 = __toESM(require_jsx_runtime(), 1);
|
|
2614
|
+
var PersonCircleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
|
|
2477
2615
|
"svg",
|
|
2478
2616
|
{
|
|
2479
2617
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2483,9 +2621,9 @@ var PersonCircleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)
|
|
|
2483
2621
|
viewBox: "0 0 24 24",
|
|
2484
2622
|
...props,
|
|
2485
2623
|
children: [
|
|
2486
|
-
/* @__PURE__ */ (0,
|
|
2487
|
-
/* @__PURE__ */ (0,
|
|
2488
|
-
/* @__PURE__ */ (0,
|
|
2624
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("g", { fill: "#1E1E1E", clipPath: "url(#person-circle_svg__a)", children: [
|
|
2625
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M16.5 9a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0" }),
|
|
2626
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
2489
2627
|
"path",
|
|
2490
2628
|
{
|
|
2491
2629
|
fillRule: "evenodd",
|
|
@@ -2494,15 +2632,15 @@ var PersonCircleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)
|
|
|
2494
2632
|
}
|
|
2495
2633
|
)
|
|
2496
2634
|
] }),
|
|
2497
|
-
/* @__PURE__ */ (0,
|
|
2635
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("clipPath", { id: "person-circle_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { fill: props?.fill ? props.fill : "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
2498
2636
|
]
|
|
2499
2637
|
}
|
|
2500
2638
|
);
|
|
2501
2639
|
var PersonCircleIcon_default = PersonCircleIcon;
|
|
2502
2640
|
|
|
2503
2641
|
// src/components/PlusIcon.tsx
|
|
2504
|
-
var
|
|
2505
|
-
var PlusIcon = (props) => /* @__PURE__ */ (0,
|
|
2642
|
+
var import_jsx_runtime25 = __toESM(require_jsx_runtime(), 1);
|
|
2643
|
+
var PlusIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
2506
2644
|
"svg",
|
|
2507
2645
|
{
|
|
2508
2646
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2511,7 +2649,7 @@ var PlusIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
|
2511
2649
|
fill: "none",
|
|
2512
2650
|
viewBox: "0 0 24 24",
|
|
2513
2651
|
...props,
|
|
2514
|
-
children: /* @__PURE__ */ (0,
|
|
2652
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
2515
2653
|
"path",
|
|
2516
2654
|
{
|
|
2517
2655
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
@@ -2523,8 +2661,8 @@ var PlusIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
|
2523
2661
|
var PlusIcon_default = PlusIcon;
|
|
2524
2662
|
|
|
2525
2663
|
// src/components/PrinterIcon.tsx
|
|
2526
|
-
var
|
|
2527
|
-
var PrinterIcon = (props) => /* @__PURE__ */ (0,
|
|
2664
|
+
var import_jsx_runtime26 = __toESM(require_jsx_runtime(), 1);
|
|
2665
|
+
var PrinterIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
|
|
2528
2666
|
"svg",
|
|
2529
2667
|
{
|
|
2530
2668
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2534,8 +2672,8 @@ var PrinterIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
|
|
|
2534
2672
|
viewBox: "0 0 24 24",
|
|
2535
2673
|
...props,
|
|
2536
2674
|
children: [
|
|
2537
|
-
/* @__PURE__ */ (0,
|
|
2538
|
-
/* @__PURE__ */ (0,
|
|
2675
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: props?.fill ? props.fill : "#1E1E1E", d: "M3.75 12a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5" }),
|
|
2676
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
2539
2677
|
"path",
|
|
2540
2678
|
{
|
|
2541
2679
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
@@ -2548,8 +2686,8 @@ var PrinterIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
|
|
|
2548
2686
|
var PrinterIcon_default = PrinterIcon;
|
|
2549
2687
|
|
|
2550
2688
|
// src/components/SearchIcon.tsx
|
|
2551
|
-
var
|
|
2552
|
-
var SearchIcon = (props) => /* @__PURE__ */ (0,
|
|
2689
|
+
var import_jsx_runtime27 = __toESM(require_jsx_runtime(), 1);
|
|
2690
|
+
var SearchIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
|
|
2553
2691
|
"svg",
|
|
2554
2692
|
{
|
|
2555
2693
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2559,22 +2697,22 @@ var SearchIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
|
|
|
2559
2697
|
viewBox: "0 0 24 24",
|
|
2560
2698
|
...props,
|
|
2561
2699
|
children: [
|
|
2562
|
-
/* @__PURE__ */ (0,
|
|
2700
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("g", { clipPath: "url(#search_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
2563
2701
|
"path",
|
|
2564
2702
|
{
|
|
2565
2703
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
2566
2704
|
d: "M17.613 15.515a9.75 9.75 0 1 0-2.095 2.097h-.002q.067.09.147.173l5.775 5.775a1.5 1.5 0 0 0 2.123-2.121l-5.775-5.775a1.5 1.5 0 0 0-.173-.15zM18 9.75a8.25 8.25 0 1 1-16.5 0 8.25 8.25 0 0 1 16.5 0"
|
|
2567
2705
|
}
|
|
2568
2706
|
) }),
|
|
2569
|
-
/* @__PURE__ */ (0,
|
|
2707
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("clipPath", { id: "search_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { fill: props?.fill ? props.fill : "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
2570
2708
|
]
|
|
2571
2709
|
}
|
|
2572
2710
|
);
|
|
2573
2711
|
var SearchIcon_default = SearchIcon;
|
|
2574
2712
|
|
|
2575
2713
|
// src/components/SpinnerRingResizeIcon.tsx
|
|
2576
|
-
var
|
|
2577
|
-
var SpinnerRingResizeIcon = (props) => /* @__PURE__ */ (0,
|
|
2714
|
+
var import_jsx_runtime28 = __toESM(require_jsx_runtime(), 1);
|
|
2715
|
+
var SpinnerRingResizeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
|
|
2578
2716
|
"svg",
|
|
2579
2717
|
{
|
|
2580
2718
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2583,15 +2721,15 @@ var SpinnerRingResizeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.
|
|
|
2583
2721
|
viewBox: "0 0 24 24",
|
|
2584
2722
|
...props,
|
|
2585
2723
|
children: [
|
|
2586
|
-
/* @__PURE__ */ (0,
|
|
2587
|
-
/* @__PURE__ */ (0,
|
|
2724
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("style", { children: "@keyframes spinner_zKoa{to{transform:rotate(360deg)}}@keyframes spinner_YpZS{0%{stroke-dasharray:0 150;stroke-dashoffset:0}47.5%{stroke-dasharray:42 150;stroke-dashoffset:-16}95%,to{stroke-dasharray:42 150;stroke-dashoffset:-59}}" }),
|
|
2725
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
2588
2726
|
"g",
|
|
2589
2727
|
{
|
|
2590
2728
|
style: {
|
|
2591
2729
|
transformOrigin: "center",
|
|
2592
2730
|
animation: "spinner_zKoa 2s linear infinite"
|
|
2593
2731
|
},
|
|
2594
|
-
children: /* @__PURE__ */ (0,
|
|
2732
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
2595
2733
|
"circle",
|
|
2596
2734
|
{
|
|
2597
2735
|
cx: 12,
|
|
@@ -2615,8 +2753,8 @@ var SpinnerRingResizeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.
|
|
|
2615
2753
|
var SpinnerRingResizeIcon_default = SpinnerRingResizeIcon;
|
|
2616
2754
|
|
|
2617
2755
|
// src/components/StarIcon.tsx
|
|
2618
|
-
var
|
|
2619
|
-
var StarIcon = (props) => /* @__PURE__ */ (0,
|
|
2756
|
+
var import_jsx_runtime29 = __toESM(require_jsx_runtime(), 1);
|
|
2757
|
+
var StarIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
|
|
2620
2758
|
"svg",
|
|
2621
2759
|
{
|
|
2622
2760
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2626,22 +2764,22 @@ var StarIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
|
|
|
2626
2764
|
viewBox: "0 0 24 24",
|
|
2627
2765
|
...props,
|
|
2628
2766
|
children: [
|
|
2629
|
-
/* @__PURE__ */ (0,
|
|
2767
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("g", { clipPath: "url(#star_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
2630
2768
|
"path",
|
|
2631
2769
|
{
|
|
2632
2770
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
2633
2771
|
d: "M4.299 22.275c-.117.666.54 1.187 1.119.89l6.585-3.384 6.583 3.384c.58.297 1.236-.224 1.12-.889l-1.246-7.094 5.283-5.034c.495-.471.24-1.332-.423-1.425l-7.347-1.044-3.276-6.491a.77.77 0 0 0-1.39 0L8.03 7.68.684 8.724c-.662.093-.918.954-.425 1.425l5.285 5.034-1.245 7.095zm7.357-4.15-5.529 2.84 1.041-5.935a.85.85 0 0 0-.244-.757l-4.36-4.155 6.079-.864a.79.79 0 0 0 .59-.432L12 3.335l2.77 5.487a.79.79 0 0 0 .59.432l6.078.862-4.36 4.155a.85.85 0 0 0-.244.759l1.041 5.935-5.529-2.84a.76.76 0 0 0-.691 0z"
|
|
2634
2772
|
}
|
|
2635
2773
|
) }),
|
|
2636
|
-
/* @__PURE__ */ (0,
|
|
2774
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("clipPath", { id: "star_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { fill: props?.fill ? props.fill : "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
2637
2775
|
]
|
|
2638
2776
|
}
|
|
2639
2777
|
);
|
|
2640
2778
|
var StarIcon_default = StarIcon;
|
|
2641
2779
|
|
|
2642
2780
|
// src/components/XIcon.tsx
|
|
2643
|
-
var
|
|
2644
|
-
var XIcon = (props) => /* @__PURE__ */ (0,
|
|
2781
|
+
var import_jsx_runtime30 = __toESM(require_jsx_runtime(), 1);
|
|
2782
|
+
var XIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
2645
2783
|
"svg",
|
|
2646
2784
|
{
|
|
2647
2785
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2650,7 +2788,7 @@ var XIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
|
2650
2788
|
fill: "none",
|
|
2651
2789
|
viewBox: "0 0 24 24",
|
|
2652
2790
|
...props,
|
|
2653
|
-
children: /* @__PURE__ */ (0,
|
|
2791
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
2654
2792
|
"path",
|
|
2655
2793
|
{
|
|
2656
2794
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
@@ -2662,8 +2800,8 @@ var XIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
|
2662
2800
|
var XIcon_default = XIcon;
|
|
2663
2801
|
|
|
2664
2802
|
// src/components/YoutubeIcon.tsx
|
|
2665
|
-
var
|
|
2666
|
-
var YoutubeIcon = (props) => /* @__PURE__ */ (0,
|
|
2803
|
+
var import_jsx_runtime31 = __toESM(require_jsx_runtime(), 1);
|
|
2804
|
+
var YoutubeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
2667
2805
|
"svg",
|
|
2668
2806
|
{
|
|
2669
2807
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2672,7 +2810,7 @@ var YoutubeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
|
2672
2810
|
fill: "none",
|
|
2673
2811
|
viewBox: "0 0 24 24",
|
|
2674
2812
|
...props,
|
|
2675
|
-
children: /* @__PURE__ */ (0,
|
|
2813
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
2676
2814
|
"path",
|
|
2677
2815
|
{
|
|
2678
2816
|
fill: props?.fill ? props.fill : "#1E1E1E",
|
|
@@ -2682,28 +2820,6 @@ var YoutubeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
|
2682
2820
|
}
|
|
2683
2821
|
);
|
|
2684
2822
|
var YoutubeIcon_default = YoutubeIcon;
|
|
2685
|
-
|
|
2686
|
-
// src/components/AppleIcon.tsx
|
|
2687
|
-
var import_jsx_runtime30 = __toESM(require_jsx_runtime(), 1);
|
|
2688
|
-
var AppleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
|
|
2689
|
-
"svg",
|
|
2690
|
-
{
|
|
2691
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2692
|
-
width: "1em",
|
|
2693
|
-
height: "1em",
|
|
2694
|
-
fill: "none",
|
|
2695
|
-
viewBox: "0 0 24 24",
|
|
2696
|
-
...props,
|
|
2697
|
-
children: [
|
|
2698
|
-
/* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("g", { fill: "#1E1E1E", clipPath: "url(#apple_svg__a)", children: [
|
|
2699
|
-
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M16.773.012c-.051-.057-1.889.023-3.488 1.758-1.599 1.734-1.353 3.723-1.317 3.774s2.28.13 3.713-1.887C17.113 1.64 16.824.071 16.773.012m4.97 17.6c-.071-.144-3.487-1.851-3.169-5.133.318-3.284 2.513-4.184 2.547-4.281.035-.098-.895-1.185-1.88-1.736a5.5 5.5 0 0 0-2.345-.651c-.162-.004-.725-.142-1.881.174-.762.209-2.48.884-2.952.91-.474.028-1.884-.782-3.4-.997-.971-.187-2 .197-2.737.492-.735.294-2.133 1.131-3.11 3.356-.979 2.223-.467 5.745-.101 6.84.366 1.093.937 2.886 1.91 4.194.863 1.476 2.01 2.5 2.488 2.848s1.828.579 2.764.1c.753-.462 2.112-.727 2.65-.708.535.02 1.59.232 2.672.809.857.296 1.667.172 2.478-.157.812-.332 1.986-1.589 3.357-4.137q.781-1.778.71-1.924" }),
|
|
2700
|
-
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M16.773.012c-.051-.057-1.889.023-3.488 1.758-1.599 1.734-1.353 3.723-1.317 3.774s2.28.13 3.713-1.887C17.113 1.64 16.824.071 16.773.012m4.97 17.6c-.071-.144-3.487-1.851-3.169-5.133.318-3.284 2.513-4.184 2.547-4.281.035-.098-.895-1.185-1.88-1.736a5.5 5.5 0 0 0-2.345-.651c-.162-.004-.725-.142-1.881.174-.762.209-2.48.884-2.952.91-.474.028-1.884-.782-3.4-.997-.971-.187-2 .197-2.737.492-.735.294-2.133 1.131-3.11 3.356-.979 2.223-.467 5.745-.101 6.84.366 1.093.937 2.886 1.91 4.194.863 1.476 2.01 2.5 2.488 2.848s1.828.579 2.764.1c.753-.462 2.112-.727 2.65-.708.535.02 1.59.232 2.672.809.857.296 1.667.172 2.478-.157.812-.332 1.986-1.589 3.357-4.137q.781-1.778.71-1.924" })
|
|
2701
|
-
] }),
|
|
2702
|
-
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("clipPath", { id: "apple_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { fill: props?.fill ? props.fill : "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
2703
|
-
]
|
|
2704
|
-
}
|
|
2705
|
-
);
|
|
2706
|
-
var AppleIcon_default = AppleIcon;
|
|
2707
2823
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2708
2824
|
0 && (module.exports = {
|
|
2709
2825
|
AppleIcon,
|
|
@@ -2725,6 +2841,7 @@ var AppleIcon_default = AppleIcon;
|
|
|
2725
2841
|
ListIcon,
|
|
2726
2842
|
ListOlIcon,
|
|
2727
2843
|
LogoPadraoIcon,
|
|
2844
|
+
LogoSeqmBlackGreenIcon,
|
|
2728
2845
|
LogoSeqmIcon,
|
|
2729
2846
|
LogoSeqmMobileIcon,
|
|
2730
2847
|
PencilSquareIcon,
|