@aristobyte-ui/utils 1.0.49 → 1.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +50 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +50 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -37,7 +37,9 @@ declare const Icons: {
|
|
|
37
37
|
GradientSquare: ({ size, colors, }: IconPropsType) => react_jsx_runtime.JSX.Element;
|
|
38
38
|
Github: ({ size, color, }: IconPropsType) => react_jsx_runtime.JSX.Element;
|
|
39
39
|
Info: ({ size, color }: IconPropsType) => react_jsx_runtime.JSX.Element;
|
|
40
|
+
Instagram: ({ size, color, }: IconPropsType) => react_jsx_runtime.JSX.Element;
|
|
40
41
|
Link: ({ size, color }: IconPropsType) => react_jsx_runtime.JSX.Element;
|
|
42
|
+
LinkedIn: ({ size, color, }: IconPropsType) => react_jsx_runtime.JSX.Element;
|
|
41
43
|
Logo: ({ size: size }: IconPropsType) => react_jsx_runtime.JSX.Element;
|
|
42
44
|
Npm: ({ size }: IconPropsType) => react_jsx_runtime.JSX.Element;
|
|
43
45
|
OpenedBook: ({ size, color, }: IconPropsType) => react_jsx_runtime.JSX.Element;
|
package/dist/index.d.ts
CHANGED
|
@@ -37,7 +37,9 @@ declare const Icons: {
|
|
|
37
37
|
GradientSquare: ({ size, colors, }: IconPropsType) => react_jsx_runtime.JSX.Element;
|
|
38
38
|
Github: ({ size, color, }: IconPropsType) => react_jsx_runtime.JSX.Element;
|
|
39
39
|
Info: ({ size, color }: IconPropsType) => react_jsx_runtime.JSX.Element;
|
|
40
|
+
Instagram: ({ size, color, }: IconPropsType) => react_jsx_runtime.JSX.Element;
|
|
40
41
|
Link: ({ size, color }: IconPropsType) => react_jsx_runtime.JSX.Element;
|
|
42
|
+
LinkedIn: ({ size, color, }: IconPropsType) => react_jsx_runtime.JSX.Element;
|
|
41
43
|
Logo: ({ size: size }: IconPropsType) => react_jsx_runtime.JSX.Element;
|
|
42
44
|
Npm: ({ size }: IconPropsType) => react_jsx_runtime.JSX.Element;
|
|
43
45
|
OpenedBook: ({ size, color, }: IconPropsType) => react_jsx_runtime.JSX.Element;
|
package/dist/index.js
CHANGED
|
@@ -1824,6 +1824,54 @@ var Yarn = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
|
1824
1824
|
}
|
|
1825
1825
|
);
|
|
1826
1826
|
|
|
1827
|
+
// icons/LinkedIn.tsx
|
|
1828
|
+
var import_jsx_runtime38 = require("react/jsx-runtime");
|
|
1829
|
+
var LinkedIn = ({
|
|
1830
|
+
size = 24,
|
|
1831
|
+
color = "currentColor"
|
|
1832
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
|
|
1833
|
+
"svg",
|
|
1834
|
+
{
|
|
1835
|
+
width: size,
|
|
1836
|
+
height: size,
|
|
1837
|
+
viewBox: "0 0 24 24",
|
|
1838
|
+
fill: "none",
|
|
1839
|
+
stroke: color,
|
|
1840
|
+
strokeWidth: "2",
|
|
1841
|
+
strokeLinecap: "round",
|
|
1842
|
+
strokeLinejoin: "round",
|
|
1843
|
+
children: [
|
|
1844
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" }),
|
|
1845
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("rect", { width: "4", height: "12", x: "2", y: "9" }),
|
|
1846
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("circle", { cx: "4", cy: "4", r: "2" })
|
|
1847
|
+
]
|
|
1848
|
+
}
|
|
1849
|
+
);
|
|
1850
|
+
|
|
1851
|
+
// icons/Instagram.tsx
|
|
1852
|
+
var import_jsx_runtime39 = require("react/jsx-runtime");
|
|
1853
|
+
var Instagram = ({
|
|
1854
|
+
size = 24,
|
|
1855
|
+
color = "currentColor"
|
|
1856
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
|
|
1857
|
+
"svg",
|
|
1858
|
+
{
|
|
1859
|
+
width: size,
|
|
1860
|
+
height: size,
|
|
1861
|
+
viewBox: "0 0 24 24",
|
|
1862
|
+
fill: "none",
|
|
1863
|
+
stroke: color,
|
|
1864
|
+
strokeWidth: "2",
|
|
1865
|
+
strokeLinecap: "round",
|
|
1866
|
+
strokeLinejoin: "round",
|
|
1867
|
+
children: [
|
|
1868
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("rect", { width: "20", height: "20", x: "2", y: "2", rx: "5", ry: "5" }),
|
|
1869
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z" }),
|
|
1870
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("line", { x1: "17.5", x2: "17.51", y1: "6.5", y2: "6.5" })
|
|
1871
|
+
]
|
|
1872
|
+
}
|
|
1873
|
+
);
|
|
1874
|
+
|
|
1827
1875
|
// icons/index.ts
|
|
1828
1876
|
var Icons = {
|
|
1829
1877
|
AristoByteUI,
|
|
@@ -1843,7 +1891,9 @@ var Icons = {
|
|
|
1843
1891
|
GradientSquare,
|
|
1844
1892
|
Github,
|
|
1845
1893
|
Info,
|
|
1894
|
+
Instagram,
|
|
1846
1895
|
Link,
|
|
1896
|
+
LinkedIn,
|
|
1847
1897
|
Logo,
|
|
1848
1898
|
Npm,
|
|
1849
1899
|
OpenedBook,
|