@wikicasa-dev/svg-icons 0.1.8 → 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/AirConditionerIcon.js +35 -0
- package/dist/AlarmIcon.js +35 -0
- package/dist/AttachedIcon.js +110 -0
- package/dist/AtticIcon.js +40 -0
- package/dist/BankIcon.js +29 -41
- package/dist/BusIcon.js +39 -69
- package/dist/CeilingIcon.js +51 -0
- package/dist/CellarIcon.js +32 -0
- package/dist/ChargeIcon.js +23 -0
- package/dist/ClosetIcon.js +35 -0
- package/dist/ElectricGateIcon.js +54 -0
- package/dist/EntranceIcon.js +30 -0
- package/dist/FireplaceIcon.js +35 -0
- package/dist/FixturesIcon.js +40 -0
- package/dist/FrontBuildingIcon.js +43 -0
- package/dist/FurnishedIcon.js +40 -0
- package/dist/HospitalIcon.js +28 -34
- package/dist/HotWaterIcon.js +64 -0
- package/dist/KitchenIcon.js +34 -0
- package/dist/LaundryIcon.js +43 -0
- package/dist/MetroIcon.js +35 -0
- package/dist/MezzanineIcon.js +33 -0
- package/dist/OpticFiberIcon.js +36 -0
- package/dist/PharmacyIcon.js +27 -13
- package/dist/PostOfficeIcon.js +38 -0
- package/dist/RoofIcon.js +32 -0
- package/dist/SatelliteSystemIcon.js +36 -0
- package/dist/SchoolIcon.js +49 -56
- package/dist/SecurityDoorIcon.js +53 -0
- package/dist/SupermarketIcon.js +42 -0
- package/dist/TavernIcon.js +34 -0
- package/dist/TrainIcon.js +32 -70
- package/dist/TransportIcon.js +44 -0
- package/dist/TypeFloorIcon.js +43 -0
- package/dist/TypeRollerShutterIcon.js +35 -0
- package/dist/TypeTvIcon.js +35 -0
- package/dist/TypeViewIcon.js +34 -0
- package/dist/WhirlpoolIcon.js +52 -0
- package/dist/index.js +230 -172
- package/dist/lib/index.d.ts +33 -4
- package/dist/lib/svgIcons/AirConditionerIcon.d.ts +7 -0
- package/dist/lib/svgIcons/AlarmIcon.d.ts +7 -0
- package/dist/lib/svgIcons/AttachedIcon.d.ts +7 -0
- package/dist/lib/svgIcons/AtticIcon.d.ts +7 -0
- package/dist/lib/svgIcons/CeilingIcon.d.ts +7 -0
- package/dist/lib/svgIcons/CellarIcon.d.ts +7 -0
- package/dist/lib/svgIcons/ClosetIcon.d.ts +7 -0
- package/dist/lib/svgIcons/ElectricGateIcon.d.ts +7 -0
- package/dist/lib/svgIcons/EntranceIcon.d.ts +7 -0
- package/dist/lib/svgIcons/FireplaceIcon.d.ts +7 -0
- package/dist/lib/svgIcons/FixturesIcon.d.ts +7 -0
- package/dist/lib/svgIcons/FrontBuildingIcon.d.ts +7 -0
- package/dist/lib/svgIcons/FurnishedIcon.d.ts +7 -0
- package/dist/lib/svgIcons/HotWaterIcon.d.ts +7 -0
- package/dist/lib/svgIcons/KitchenIcon.d.ts +7 -0
- package/dist/lib/svgIcons/LaundryIcon.d.ts +7 -0
- package/dist/lib/svgIcons/MezzanineIcon.d.ts +7 -0
- package/dist/lib/svgIcons/OpticFiberIcon.d.ts +7 -0
- package/dist/lib/svgIcons/RoofIcon.d.ts +7 -0
- package/dist/lib/svgIcons/SatelliteSystemIcon.d.ts +7 -0
- package/dist/lib/svgIcons/SecurityDoorIcon.d.ts +7 -0
- package/dist/lib/svgIcons/TavernIcon.d.ts +7 -0
- package/dist/lib/svgIcons/TypeFloorIcon.d.ts +7 -0
- package/dist/lib/svgIcons/TypeRollerShutterIcon.d.ts +7 -0
- package/dist/lib/svgIcons/TypeTvIcon.d.ts +7 -0
- package/dist/lib/svgIcons/TypeViewIcon.d.ts +7 -0
- package/dist/lib/svgIcons/WhirlpoolIcon.d.ts +7 -0
- 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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const FrontBuildingIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const FurnishedIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const HotWaterIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const KitchenIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const LaundryIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const MezzanineIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const OpticFiberIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const RoofIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const SatelliteSystemIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const SecurityDoorIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const TavernIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const TypeFloorIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const TypeRollerShutterIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const TypeTvIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const TypeViewIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const WhirlpoolIcon: 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 BankIcon: FunctionalSvgIconComponent<Partial<SvgProps
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
borderColor: string;
|
|
4
|
+
export declare const BankIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
8
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 BusIcon: FunctionalSvgIconComponent<Partial<SvgProps
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
borderColor: string;
|
|
4
|
+
export declare const BusIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
8
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 ChargeIcon: FunctionalSvgIconComponent<Partial<SvgProps
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
borderColor: string;
|
|
4
|
+
export declare const ChargeIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
8
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 HospitalIcon: FunctionalSvgIconComponent<Partial<SvgProps
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
borderColor: string;
|
|
4
|
+
export declare const HospitalIcon: 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 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
|
|
5
|
-
|
|
6
|
-
|
|
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
|
|
5
|
-
|
|
6
|
-
|
|
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
|
|
5
|
-
|
|
6
|
-
|
|
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
|
+
}>>;
|
package/package.json
CHANGED
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
|
-
};
|
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
|
-
}>>;
|