@wikicasa-dev/svg-icons 0.1.9 → 0.1.11

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.
@@ -0,0 +1,7 @@
1
+ import { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
2
+ import { SvgProps } from '@wikicasa-dev/types';
3
+
4
+ export declare const MetroIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
5
+ 'stroke-color': `#${string}`;
6
+ 'stroke-width': number;
7
+ }>>;
@@ -1,8 +1,7 @@
1
1
  import { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
2
2
  import { SvgProps } from '@wikicasa-dev/types';
3
3
 
4
- export declare const PharmacyIcon: FunctionalSvgIconComponent<Partial<SvgProps> & Partial<{
5
- bgColor: string;
6
- color: string;
7
- borderColor: string;
4
+ export declare const PharmacyIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
5
+ 'stroke-color': `#${string}`;
6
+ 'stroke-width': number;
8
7
  }>>;
@@ -0,0 +1,7 @@
1
+ import { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
2
+ import { SvgProps } from '@wikicasa-dev/types';
3
+
4
+ export declare const PostOfficeIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
5
+ 'stroke-color': `#${string}`;
6
+ 'stroke-width': number;
7
+ }>>;
@@ -1,8 +1,7 @@
1
1
  import { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
2
2
  import { SvgProps } from '@wikicasa-dev/types';
3
3
 
4
- export declare const SchoolIcon: FunctionalSvgIconComponent<Partial<SvgProps> & Partial<{
5
- bgColor: string;
6
- color: string;
7
- borderColor: string;
4
+ export declare const SchoolIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
5
+ 'stroke-color': `#${string}`;
6
+ 'stroke-width': number;
8
7
  }>>;
@@ -0,0 +1,7 @@
1
+ import { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
2
+ import { SvgProps } from '@wikicasa-dev/types';
3
+
4
+ export declare const SupermarketIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
5
+ 'stroke-color': `#${string}`;
6
+ 'stroke-width': number;
7
+ }>>;
@@ -1,8 +1,7 @@
1
1
  import { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
2
2
  import { SvgProps } from '@wikicasa-dev/types';
3
3
 
4
- export declare const TrainIcon: FunctionalSvgIconComponent<Partial<SvgProps> & Partial<{
5
- bgColor: string;
6
- color: string;
7
- borderColor: string;
4
+ export declare const TrainIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
5
+ 'stroke-color': `#${string}`;
6
+ 'stroke-width': number;
8
7
  }>>;
@@ -0,0 +1,7 @@
1
+ import { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
2
+ import { SvgProps } from '@wikicasa-dev/types';
3
+
4
+ export declare const TransportIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
5
+ 'stroke-color': `#${string}`;
6
+ 'stroke-width': number;
7
+ }>>;
@@ -0,0 +1,4 @@
1
+ import { FunctionalComponent } from 'vue';
2
+ import { SvgImageProps } from '@wikicasa-dev/types';
3
+
4
+ export declare const WikicasaProIcon: FunctionalComponent<SvgImageProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/svg-icons",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/lib/index.d.ts",
package/dist/Charge.js DELETED
@@ -1,19 +0,0 @@
1
- import { h as r } from "vue";
2
- import { s as t } from "./svgIconFactory-Dn0WJdb3.js";
3
- import { g as e } from "./DefaultValues-DOBkctU1.js";
4
- const i = (o) => (o = { ...e(), ...o }, t({
5
- props: o,
6
- svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 10.87 17.77" },
7
- childrenNodes: [
8
- r("path", {
9
- fill: "none",
10
- stroke: o.color ?? "#222",
11
- "stroke-linecap": "round",
12
- "stroke-linejoin": "round",
13
- d: "M7.173.5.5 9.675h5.144l-2.989 7.576.681.019 7.035-9.75H4.88L7.938.5Z"
14
- })
15
- ]
16
- }));
17
- export {
18
- i as ChargeIcon
19
- };
package/dist/PostIcon.js DELETED
@@ -1,33 +0,0 @@
1
- import { h as r } from "vue";
2
- import { s as t } from "./svgIconFactory-Dn0WJdb3.js";
3
- import { g as e } from "./DefaultValues-DOBkctU1.js";
4
- const c = (o) => (o = { ...e(), ...o }, t({
5
- props: o,
6
- svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16.1 16.1" },
7
- childrenNodes: [
8
- r("circle", {
9
- cx: "8.05",
10
- cy: "8.05",
11
- r: "7.6",
12
- fill: "none",
13
- stroke: o.color ?? "#222",
14
- "stroke-linecap": "round",
15
- "stroke-linejoin": "round"
16
- }),
17
- r("path", {
18
- fill: o.color ?? "#222",
19
- d: "M5.8 8.9h-1.2v2.6h-.8v-6.3h2c1.5 0 2.2.8 2.2 1.8s-.6 1.9-2.2 1.9m0-.7c.9 0 1.3-.4 1.3-1.1s-.4-1.2-1.3-1.2h-1.2v2.3zm2.8-3h4.2v.7h-1.7v5.6h-.8V5.9h-1.7z"
20
- }),
21
- r("path", {
22
- fill: "none",
23
- stroke: o.color ?? "#222",
24
- "stroke-linecap": "round",
25
- "stroke-linejoin": "round",
26
- "stroke-width": ".4",
27
- d: "M5.8 8.9h-1.2v2.6h-.8v-6.3h2c1.5 0 2.2.8 2.2 1.8s-.6 1.9-2.2 1.9m0-.7c.9 0 1.3-.4 1.3-1.1s-.4-1.2-1.3-1.2h-1.2v2.3zm2.8-3h4.2v.7h-1.7v5.6h-.8V5.9h-1.7z"
28
- })
29
- ]
30
- }));
31
- export {
32
- c as PostIcon
33
- };
@@ -1,61 +0,0 @@
1
- import { h as r } from "vue";
2
- import { s as n } from "./svgIconFactory-Dn0WJdb3.js";
3
- import { g as e } from "./DefaultValues-DOBkctU1.js";
4
- const i = (o) => (o = { ...e(), ...o }, n({
5
- props: o,
6
- svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 9.498 14.433" },
7
- childrenNodes: [
8
- r(
9
- "g",
10
- {
11
- transform: "translate(-479.242 -427.135)"
12
- },
13
- [
14
- r("path", {
15
- fill: "none",
16
- stroke: o.color ?? "#222",
17
- "stroke-linecap": "rounåd",
18
- "stroke-linejoin": "round",
19
- d: "M486.925 427.987a8.34 8.34 0 0 0-5.87 0h0a2.335 2.335 0 0 0-1.513 2.186s0 4.057 0 6.551a1.72 1.72 0 0 0 1.4 1.689h0a16.5 16.5 0 0 0 6.088 0h0a1.72 1.72 0 0 0 1.4-1.688v-6.552a2.34 2.34 0 0 0-1.505-2.186"
20
- }),
21
- r("path", {
22
- fill: "none",
23
- stroke: o.color ?? "#222",
24
- "stroke-linecap": "round",
25
- "stroke-linejoin": "round",
26
- d: "M479.542 430.121h8.897v3.249h-8.897zm4.448 2.805v-2.805"
27
- }),
28
- r("circle", {
29
- cx: ".756",
30
- cy: ".756",
31
- r: ".756",
32
- fill: "none",
33
- stroke: o.color ?? "#222",
34
- "stroke-linecap": "round",
35
- "stroke-linejoin": "round",
36
- transform: "translate(480.898 435.293)"
37
- }),
38
- r("circle", {
39
- cx: ".756",
40
- cy: ".756",
41
- r: ".756",
42
- fill: "none",
43
- stroke: o.color ?? "#222",
44
- "stroke-linecap": "round",
45
- "stroke-linejoin": "round",
46
- transform: "translate(485.445 435.293)"
47
- }),
48
- r("path", {
49
- fill: "none",
50
- stroke: o.color ?? "#222",
51
- "stroke-linecap": "round",
52
- "stroke-linejoin": "round",
53
- d: "m480.062 441.155 1.512-2.458m6.3 2.458-1.512-2.458m-5.876 1.769h6.632"
54
- })
55
- ]
56
- )
57
- ]
58
- }));
59
- export {
60
- i as TrainAltIcon
61
- };
@@ -1,8 +0,0 @@
1
- import { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
2
- import { SvgProps } from '@wikicasa-dev/types';
3
-
4
- export declare const PostIcon: FunctionalSvgIconComponent<Partial<SvgProps> & Partial<{
5
- bgColor: string;
6
- color: string;
7
- borderColor: string;
8
- }>>;
@@ -1,8 +0,0 @@
1
- import { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
2
- import { SvgProps } from '@wikicasa-dev/types';
3
-
4
- export declare const TrainAltIcon: FunctionalSvgIconComponent<Partial<SvgProps> & Partial<{
5
- bgColor: string;
6
- color: string;
7
- borderColor: string;
8
- }>>;