@wikicasa-dev/svg-icons 0.1.9 → 0.1.10
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/BankIcon.js +29 -41
- package/dist/BusIcon.js +39 -69
- package/dist/ChargeIcon.js +23 -0
- package/dist/HospitalIcon.js +28 -34
- package/dist/MetroIcon.js +35 -0
- package/dist/PharmacyIcon.js +27 -13
- package/dist/PostOfficeIcon.js +38 -0
- package/dist/SchoolIcon.js +49 -56
- package/dist/SupermarketIcon.js +42 -0
- package/dist/TrainIcon.js +32 -70
- package/dist/TransportIcon.js +44 -0
- package/dist/index.js +71 -67
- package/dist/lib/index.d.ts +6 -4
- package/dist/lib/svgIcons/poi/BankIcon.d.ts +3 -4
- package/dist/lib/svgIcons/poi/BusIcon.d.ts +3 -4
- package/dist/lib/svgIcons/poi/{Charge.d.ts → ChargeIcon.d.ts} +3 -4
- package/dist/lib/svgIcons/poi/HospitalIcon.d.ts +3 -4
- package/dist/lib/svgIcons/poi/MetroIcon.d.ts +7 -0
- package/dist/lib/svgIcons/poi/PharmacyIcon.d.ts +3 -4
- package/dist/lib/svgIcons/poi/PostOfficeIcon.d.ts +7 -0
- package/dist/lib/svgIcons/poi/SchoolIcon.d.ts +3 -4
- package/dist/lib/svgIcons/poi/SupermarketIcon.d.ts +7 -0
- package/dist/lib/svgIcons/poi/TrainIcon.d.ts +3 -4
- package/dist/lib/svgIcons/poi/TransportIcon.d.ts +7 -0
- package/package.json +1 -1
- package/dist/Charge.js +0 -19
- package/dist/PostIcon.js +0 -33
- package/dist/TrainAltIcon.js +0 -61
- package/dist/lib/svgIcons/poi/PostIcon.d.ts +0 -8
- package/dist/lib/svgIcons/poi/TrainAltIcon.d.ts +0 -8
package/dist/TrainAltIcon.js
DELETED
|
@@ -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
|
-
}>>;
|