asma-ui-core 3.29.0 → 3.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,20 +1,41 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { jsx as C, jsxs as r } from "react/jsx-runtime";
|
|
2
|
+
function o(l) {
|
|
3
|
+
return /* @__PURE__ */ r("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
color: "var(--colors-error-500)",
|
|
9
|
+
fill: "none",
|
|
10
|
+
...l,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ C("path", {
|
|
13
|
+
d: "M6 22C5.45 22 4.97917 21.8042 4.5875 21.4125C4.19583 21.0208 4 20.55 4 20V19H6V20H18V19H20V20C20 20.55 19.8042 21.0208 19.4125 21.4125C19.0208 21.8042 18.55 22 18 22H6Z",
|
|
14
|
+
fill: "currentColor"
|
|
15
|
+
}),
|
|
16
|
+
/* @__PURE__ */ C("path", {
|
|
17
|
+
d: "M4 4V9H6V4H13V9H20V8L14 2H6C5.45 2 4.97917 2.19583 4.5875 2.5875C4.19583 2.97917 4 3.45 4 4Z",
|
|
18
|
+
fill: "currentColor"
|
|
19
|
+
}),
|
|
20
|
+
/* @__PURE__ */ C("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M6.52246 15.1748H5.43262V17.3984H4V11H6.52246C7.03223 11 7.46875 11.0923 7.83203 11.2769C8.19824 11.4614 8.47803 11.7148 8.67139 12.0371C8.86768 12.3564 8.96582 12.7227 8.96582 13.1357C8.96582 13.5488 8.86768 13.9077 8.67139 14.2124C8.47803 14.5171 8.19824 14.7544 7.83203 14.9243C7.46875 15.0913 7.03223 15.1748 6.52246 15.1748ZM5.43262 12.1118V14.063H6.52246C6.75977 14.063 6.9502 14.0234 7.09375 13.9443C7.24023 13.8652 7.34717 13.7568 7.41455 13.6191C7.48486 13.4785 7.52002 13.3203 7.52002 13.1445C7.52002 12.9629 7.48486 12.7944 7.41455 12.6392C7.34717 12.481 7.24023 12.3535 7.09375 12.2568C6.9502 12.1602 6.75977 12.1118 6.52246 12.1118H5.43262Z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}),
|
|
26
|
+
/* @__PURE__ */ C("path", {
|
|
27
|
+
fillRule: "evenodd",
|
|
28
|
+
clipRule: "evenodd",
|
|
29
|
+
d: "M12.0418 17.3984H10.0159V11H12.033C12.4666 11 12.8621 11.0732 13.2196 11.2197C13.5799 11.3662 13.8904 11.5757 14.1512 11.8481C14.4149 12.1206 14.6185 12.4429 14.762 12.8149C14.9056 13.187 14.9774 13.6016 14.9774 14.0586V14.3442C14.9774 14.7983 14.9056 15.2129 14.762 15.5879C14.6185 15.96 14.4149 16.2822 14.1512 16.5547C13.8904 16.8242 13.5814 17.0322 13.2239 17.1787C12.8665 17.3252 12.4725 17.3984 12.0418 17.3984ZM12.0418 16.291H11.4486V12.1118H12.033C12.2733 12.1118 12.4857 12.1528 12.6702 12.2349C12.8577 12.3169 13.0145 12.4399 13.1404 12.604C13.2664 12.7681 13.3616 12.9717 13.4261 13.2148C13.4905 13.4551 13.5228 13.7334 13.5228 14.0498V14.3442C13.5228 14.7632 13.4656 15.1191 13.3514 15.4121C13.2371 15.7021 13.0701 15.9219 12.8504 16.0713C12.6307 16.2178 12.3612 16.291 12.0418 16.291Z",
|
|
30
|
+
fill: "currentColor"
|
|
31
|
+
}),
|
|
32
|
+
/* @__PURE__ */ C("path", {
|
|
33
|
+
d: "M17.4645 13.6982V12.1118H20.2638V11H16.0319V17.3984H17.4645V14.8057H19.9826V13.6982H17.4645Z",
|
|
34
|
+
fill: "currentColor"
|
|
35
|
+
})
|
|
36
|
+
]
|
|
37
|
+
});
|
|
38
|
+
}
|
|
18
39
|
export {
|
|
19
|
-
|
|
40
|
+
o as FilePdfIcon
|
|
20
41
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
export declare function FilePdfIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
|