@wikicasa-dev/svg-icons 1.2.24-alpha.0 → 1.2.25

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,40 +1,48 @@
1
1
  import { h as t } from "vue";
2
- import { g as n } from "./DefaultValues-CpabIgVz.js";
3
- const h = (e, { attrs: o }) => {
4
- e = { ...n(), ...e };
5
- const { width: r, height: i } = e;
6
- return t(
7
- "svg",
8
- {
9
- xmlns: "http://www.w3.org/2000/svg",
10
- viewBox: "0 0 11.175 13.409",
11
- width: `${r}`,
12
- height: `${i}`,
13
- class: e.class ?? "",
14
- "aria-hidden": o["aria-hidden"] ?? "true",
15
- fill: "none",
16
- stroke: e["stroke-color"] ?? "#FA4F64"
17
- },
18
- [
19
- t("circle", {
20
- cx: 6,
21
- cy: 6,
22
- r: 4.5
23
- }),
24
- t("path", {
25
- "stroke-linejoin": "round",
26
- d: "M5.8 3.6h.4L6 6.5z"
27
- }),
28
- t("circle", {
29
- cx: 6,
30
- cy: 8.2,
31
- r: 0.6,
32
- fill: e["stroke-color"] ?? "#FA4F64",
33
- stroke: "none"
34
- })
35
- ]
36
- );
37
- };
2
+ import { s as i } from "./svgIconFactory-BpnFimFz.js";
3
+ const l = (a) => i({
4
+ props: a,
5
+ svgNodeAttrs: {
6
+ viewBox: "0 0 19.902 19.901"
7
+ },
8
+ childrenNodes: [
9
+ t(
10
+ "defs",
11
+ t(
12
+ "clipPath",
13
+ { id: "clip-path" },
14
+ t("rect", {
15
+ id: "Rettangolo_34336",
16
+ width: "19.902",
17
+ height: "19.901",
18
+ transform: "translate(0 0)",
19
+ fill: "none"
20
+ })
21
+ )
22
+ ),
23
+ t(
24
+ "g",
25
+ { id: "Raggruppa_48904", transform: "translate(0 0)" },
26
+ t("g", { id: "Raggruppa_48904-2" }, [
27
+ t("path", {
28
+ id: "Tracciato_63185",
29
+ d: "M19.2,9.951A9.251,9.251,0,1,1,9.951.7,9.251,9.251,0,0,1,19.2,9.951",
30
+ fill: "#fff"
31
+ }),
32
+ t("path", {
33
+ id: "Tracciato_63186",
34
+ d: "M9.951,19.9A9.95,9.95,0,1,1,19.9,9.951,9.962,9.962,0,0,1,9.951,19.9m0-18.5A8.55,8.55,0,1,0,18.5,9.951,8.561,8.561,0,0,0,9.951,1.4",
35
+ fill: a["fill-color"] ?? "#FA4F64"
36
+ }),
37
+ t("path", {
38
+ id: "Tracciato_63187",
39
+ d: "M10.783,13.871a1.168,1.168,0,0,1-.832,2,1.112,1.112,0,0,1-.816-.336,1.2,1.2,0,0,1,0-1.664,1.1,1.1,0,0,1,.816-.336,1.127,1.127,0,0,1,.832.336M9.055,3.55h1.824v8.816H9.055Z",
40
+ fill: a["fill-color"] ?? "#FA4F64"
41
+ })
42
+ ])
43
+ )
44
+ ]
45
+ });
38
46
  export {
39
- h as WarningIconRounded
47
+ l as WarningIconRounded
40
48
  };
@@ -1,3 +1,2 @@
1
- import { FunctionalComponent } from 'vue';
2
- import { SvgProps } from '../../types/FunctionalSvgIconComponent';
3
- export declare const WarningIconRounded: FunctionalComponent<Partial<SvgProps>>;
1
+ import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
2
+ export declare const WarningIconRounded: FunctionalSvgIconComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/svg-icons",
3
- "version": "1.2.24-alpha.0",
3
+ "version": "1.2.25",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/lib/index.d.ts",