@wikicasa-dev/svg-icons 1.2.18 → 1.2.19

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.
Files changed (2) hide show
  1. package/dist/HistoryIcon.js +18 -30
  2. package/package.json +1 -1
@@ -1,33 +1,21 @@
1
- import { h as t } from "vue";
2
- import { s as r } from "./svgIconFactory-BpnFimFz.js";
3
- const n = (o) => r({
4
- props: o,
5
- svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 18.648 17.5" },
6
- childrenNodes: t(
7
- "g",
8
- { id: "History", transform: "translate(0.553 0.25)" },
9
- t("g", { id: "Raggruppa_8565" }, [
10
- t("path", {
11
- id: "Tracciato_13227",
12
- d: "M2.4,7.562l-1.094.975L.5,7.51",
13
- fill: "none",
14
- stroke: o["stroke-color"] ?? "#3c474d",
15
- "stroke-linecap": "round",
16
- "stroke-linejoin": "round",
17
- "stroke-width": o["stroke-width"] ?? "1.5"
18
- }),
19
- t("path", {
20
- id: "Tracciato_13228",
21
- d: "M1.345,8.5a8,8,0,1,1,4.17,7.025",
22
- fill: "none",
23
- stroke: o["stroke-color"] ?? "#3c474d",
24
- "stroke-linecap": "round",
25
- "stroke-linejoin": "round",
26
- "stroke-width": o["stroke-width"] ?? "1.5"
27
- })
28
- ])
29
- )
1
+ import { h as o } from "vue";
2
+ import { s as l } from "./svgIconFactory-BpnFimFz.js";
3
+ const s = (c) => l({
4
+ props: c,
5
+ svgNodeAttrs: {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 20 20",
8
+ fill: c["fill-color"] ?? "#222"
9
+ },
10
+ childrenNodes: [
11
+ o("path", {
12
+ d: "M9.69,0c-2.91,0-5.59,1.24-7.46,3.34l.02-1.54c0-.42-.33-.77-.76-.78-.43,0-.77.33-.78.76l-.07,4.1s.01.04.01.07c0,.08.02.16.05.23.01.04.04.07.06.1.04.06.08.11.13.16.02.02.02.04.04.05.03.02.06.03.09.05.02.01.03.03.05.04.01,0,.03,0,.04.01.06.03.12.04.19.05.03,0,.06.01.09.02,0,0,.02,0,.02,0,.06,0,.12,0,.18-.02l4.17-1.03c.41-.1.67-.52.56-.93-.1-.41-.53-.66-.93-.56l-2.28.56c1.58-1.97,3.96-3.15,6.56-3.15,4.67,0,8.46,3.8,8.46,8.46s-3.8,8.46-8.46,8.46c-3.58,0-6.79-2.27-7.98-5.64-.14-.4-.58-.61-.98-.47-.4.14-.61.58-.47.98,1.41,3.99,5.2,6.67,9.43,6.67,5.51,0,10-4.49,10-10S15.21,0,9.69,0Z"
13
+ }),
14
+ o("path", {
15
+ d: "M12.68,13.24c-.12,0-.25-.03-.36-.09l-2.99-1.59c-.25-.13-.41-.39-.41-.68v-5.95c0-.42.34-.77.77-.77s.77.34.77.77v5.49l2.58,1.37c.37.2.52.67.32,1.04-.14.26-.4.41-.68.41Z"
16
+ })
17
+ ]
30
18
  });
31
19
  export {
32
- n as HistoryIcon
20
+ s as HistoryIcon
33
21
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/svg-icons",
3
- "version": "1.2.18",
3
+ "version": "1.2.19",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/lib/index.d.ts",