@wikicasa-dev/svg-icons 0.0.20 → 0.0.22

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,30 @@
1
+ import { h as o } from "vue";
2
+ import { s as t } from "./svgIconFactory-B4HDiwZr.js";
3
+ o(
4
+ "svg",
5
+ { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 28.5 20.243" },
6
+ o("g", { fill: "none", stroke: "#222", "stroke-linecap": "round", "stroke-width": "3" }, [
7
+ o("path", { "stroke-linejoin": "round", d: "m9.501 2.121-8 8 8 8" }),
8
+ o("path", { d: "M2 10.121h25" })
9
+ ])
10
+ );
11
+ const s = (r) => t({
12
+ props: r,
13
+ svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 28.5 20.243" },
14
+ childrenNodes: o(
15
+ "g",
16
+ {
17
+ fill: "none",
18
+ stroke: r.strikeColor ?? "#222",
19
+ "stroke-linecap": "round",
20
+ "stroke-width": "3"
21
+ },
22
+ [
23
+ o("path", { "stroke-linejoin": "round", d: "m9.501 2.121-8 8 8 8" }),
24
+ o("path", { d: "M2 10.121h25" })
25
+ ]
26
+ )
27
+ });
28
+ export {
29
+ s as ArrowIndicatorIcon
30
+ };
@@ -0,0 +1,46 @@
1
+ import { h as c } from "vue";
2
+ import { s } from "./svgIconFactory-B4HDiwZr.js";
3
+ const o = (l) => s({
4
+ props: l,
5
+ svgNodeAttrs: {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ "xmlns:xlink": "http://www.w3.org/1999/xlink",
8
+ viewBox: "0 0 512 512"
9
+ },
10
+ childrenNodes: [
11
+ c("defs", [
12
+ c(
13
+ "style",
14
+ ".cls-1{fill:none;}.cls-2{clip-path:url(#clippath);}.cls-3{fill:#fff;}.cls-4{fill:#2B5DFF;}"
15
+ ),
16
+ c(
17
+ "clipPath",
18
+ { id: "clippath" },
19
+ c("rect", {
20
+ class: "cls-1",
21
+ y: "0",
22
+ width: "511.34",
23
+ height: "511.34",
24
+ rx: "112",
25
+ ry: "112"
26
+ })
27
+ )
28
+ ]),
29
+ c(
30
+ "g",
31
+ { class: "cls-2" },
32
+ c("polygon", {
33
+ class: "cls-4",
34
+ points: "272.16 511.34 341.33 512 410.5 511.34 426.67 511.34 512 511.34 512 107.2 512 0 427.14 0 426.67 0 341.33 0 170.67 0 0 0 0 512 69.17 511.34 272.16 511.34"
35
+ })
36
+ ),
37
+ c("path", {
38
+ id: "Sottrazione_2",
39
+ class: "cls-3",
40
+ d: "M256.01,424.11c-1.77,.02-3.44-.84-4.46-2.29l-30.39-42.92H118.07c-5.99,.01-10.86-4.83-10.88-10.81V143.41c.03-5.99,4.89-10.82,10.88-10.81H393.85c5.99-.01,10.85,4.83,10.88,10.81v224.6c.06,2.88-1.05,5.67-3.08,7.71-2.03,2.06-4.81,3.21-7.7,3.2h-103.07l-30.39,42.89c-1.02,1.46-2.69,2.31-4.47,2.3Zm-.15-174.21c.6,0,1.13,.38,1.31,.96l26.81,87.54c.31,1.05,1.28,1.76,2.36,1.73h39.12c1.18-.02,2.22-.8,2.56-1.93l50-159.99c.28-.78,.16-1.65-.32-2.33-.52-.72-1.36-1.14-2.25-1.13h-38.3c-1.08,.02-2.02,.71-2.36,1.73l-29.16,97.85c-.15,.58-.68,.97-1.28,.96-.6,.01-1.13-.38-1.29-.96l-29.88-97.74c-.32-1.15-1.37-1.95-2.56-1.94h-29.57c-1.15,.01-2.18,.74-2.56,1.83l-31.93,97.85c-.2,.55-.72,.92-1.3,.91-.63,0-1.19-.4-1.37-1.01l-26.9-97.85c-.23-1.1-1.23-1.88-2.36-1.83h-38.3c-.84,0-1.63,.4-2.13,1.08-.53,.68-.7,1.56-.46,2.39l50.1,160.1c.32,1.16,1.37,1.95,2.57,1.93h39.02c1.06,.03,2.01-.63,2.36-1.63l26.81-87.56c.15-.56,.66-.95,1.24-.95Z"
41
+ })
42
+ ]
43
+ });
44
+ export {
45
+ o as WikicasaRoundedIcon
46
+ };
package/dist/index.js CHANGED
@@ -4,12 +4,12 @@ import { BarChartIcon as m } from "./BarChartIcon.js";
4
4
  import { BellIcon as I } from "./BellIcon.js";
5
5
  import { BulbIcon as x } from "./BulbIcon.js";
6
6
  import { CheckActiveIcon as i } from "./CheckActiveIcon.js";
7
- import { CheckInactiveIcon as s } from "./CheckInactiveIcon.js";
8
- import { CloseIcon as u } from "./CloseIcon.js";
9
- import { DashboardIcon as W } from "./DashboardIcon.js";
7
+ import { CheckInactiveIcon as l } from "./CheckInactiveIcon.js";
8
+ import { CloseIcon as g } from "./CloseIcon.js";
9
+ import { DashboardIcon as d } from "./DashboardIcon.js";
10
10
  import { DeleteIcon as P } from "./DeleteIcon.js";
11
- import { DrawIcon as b } from "./DrawIcon.js";
12
- import { EditIcon as A } from "./EditIcon.js";
11
+ import { DrawIcon as w } from "./DrawIcon.js";
12
+ import { EditIcon as b } from "./EditIcon.js";
13
13
  import { GermanyFlagIcon as N } from "./GermanyFlagIcon.js";
14
14
  import { HeartIcon as C } from "./HeartIcon.js";
15
15
  import { HidePswIcon as S } from "./HidePswIcon.js";
@@ -17,7 +17,7 @@ import { HouseIcon as F } from "./HouseIcon.js";
17
17
  import { ItalyFlagIcon as M } from "./ItalyFlagIcon.js";
18
18
  import { LayersIcon as v } from "./LayersIcon.js";
19
19
  import { LocationIcon as T } from "./LocationIcon.js";
20
- import { LogoutIcon as R } from "./LogoutIcon.js";
20
+ import { LogoutIcon as U } from "./LogoutIcon.js";
21
21
  import { MailIcon as E } from "./MailIcon.js";
22
22
  import { MapIcon as Y } from "./MapIcon.js";
23
23
  import { NewsIcon as z } from "./NewsIcon.js";
@@ -31,11 +31,11 @@ import { PrintIcon as mo } from "./PrintIcon.js";
31
31
  import { ProfileIcon as Io } from "./ProfileIcon.js";
32
32
  import { QuotesIcon as xo } from "./QuotesIcon.js";
33
33
  import { RequestIcon as io } from "./RequestIcon.js";
34
- import { SearchIcon as so } from "./SearchIcon.js";
35
- import { ShareIcon as uo } from "./ShareIcon.js";
34
+ import { SearchIcon as lo } from "./SearchIcon.js";
35
+ import { ShareIcon as go } from "./ShareIcon.js";
36
36
  import { SuitcaseIcon as Wo } from "./SuitcaseIcon.js";
37
37
  import { TieIcon as ho } from "./TieIcon.js";
38
- import { TourIcon as wo } from "./TourIcon.js";
38
+ import { TourIcon as Ao } from "./TourIcon.js";
39
39
  import { UkFlagIcon as Lo } from "./UkFlagIcon.js";
40
40
  import { ValuationIcon as yo } from "./ValuationIcon.js";
41
41
  import { VideoIcon as Do } from "./VideoIcon.js";
@@ -43,7 +43,7 @@ import { ViewPswIcon as Bo } from "./ViewPswIcon.js";
43
43
  import { WalletIcon as Ho } from "./WalletIcon.js";
44
44
  import { WarningIcon as Vo } from "./WarningIcon.js";
45
45
  import { WarningIconRounded as Go } from "./WarningIconRounded.js";
46
- import { WkAppIcon as Uo } from "./WkAppIcon.js";
46
+ import { WkAppIcon as Ro } from "./WkAppIcon.js";
47
47
  import { AnalyticsIcon as qo } from "./AnalyticsIcon.js";
48
48
  import { WikicasaIcon as Qo } from "./WikicasaIcon.js";
49
49
  import { GearIcon as jo } from "./GearIcon.js";
@@ -54,84 +54,87 @@ import { InstagramIcon as $o } from "./InstagramIcon.js";
54
54
  import { YoutubeIcon as rr } from "./YoutubeIcon.js";
55
55
  import { HamburgerMenuIcon as tr } from "./HamburgerMenuIcon.js";
56
56
  import { GoogleIcon as cr } from "./GoogleIcon.js";
57
- import { BankIcon as pr } from "./BankIcon.js";
58
- import { BusIcon as fr } from "./BusIcon.js";
59
- import { CartIcon as ar } from "./CartIcon.js";
60
- import { ChargeIcon as lr } from "./Charge.js";
61
- import { HospitalIcon as gr } from "./HospitalIcon.js";
62
- import { PharmacyIcon as kr } from "./PharmacyIcon.js";
63
- import { PostIcon as dr } from "./PostIcon.js";
64
- import { SchoolIcon as hr } from "./SchoolIcon.js";
65
- import { SubwayIcon as wr } from "./SubwayIcon.js";
66
- import { TrainIcon as Lr } from "./TrainIcon.js";
67
- import { TrainAltIcon as yr } from "./TrainAltIcon.js";
68
- import { WikicasaDatiLogoIcon as Dr } from "./WikicasaDatiLogo.js";
69
- import { WikicasaLogoIcon as Br } from "./WikicasaLogo.js";
70
- import { WikiNerdImg as Hr } from "./WikiNerd.js";
71
- import { WikiNerdValutaMobileImg as Vr } from "./WikiNerdValutaMobile.js";
72
- import { WikiNerdMercatoImg as Gr } from "./WikiNerdMercatoHome.js";
73
- import { WikiNerdValutaDesktopImg as Ur } from "./WikiNerdValutaDesktop.js";
74
- import { WikiNerdDownloadAppImg as qr } from "./WikiNerdDownloadApp.js";
75
- import { WikicasaStudioLogoIcon as Qr } from "./WikicasaStudioLogo.js";
76
- import { GenericUserWikiAvatarImg as jr } from "./GenericUserWikiAvatar.js";
57
+ import { WikicasaRoundedIcon as pr } from "./WikicasaRoundedIcon.js";
58
+ import { ArrowIndicatorIcon as fr } from "./ArrowIndicatorIcon.js";
59
+ import { BankIcon as ar } from "./BankIcon.js";
60
+ import { BusIcon as sr } from "./BusIcon.js";
61
+ import { CartIcon as ur } from "./CartIcon.js";
62
+ import { ChargeIcon as kr } from "./Charge.js";
63
+ import { HospitalIcon as Wr } from "./HospitalIcon.js";
64
+ import { PharmacyIcon as hr } from "./PharmacyIcon.js";
65
+ import { PostIcon as Ar } from "./PostIcon.js";
66
+ import { SchoolIcon as Lr } from "./SchoolIcon.js";
67
+ import { SubwayIcon as yr } from "./SubwayIcon.js";
68
+ import { TrainIcon as Dr } from "./TrainIcon.js";
69
+ import { TrainAltIcon as Br } from "./TrainAltIcon.js";
70
+ import { WikicasaDatiLogoIcon as Hr } from "./WikicasaDatiLogo.js";
71
+ import { WikicasaLogoIcon as Vr } from "./WikicasaLogo.js";
72
+ import { WikiNerdImg as Gr } from "./WikiNerd.js";
73
+ import { WikiNerdValutaMobileImg as Rr } from "./WikiNerdValutaMobile.js";
74
+ import { WikiNerdMercatoImg as qr } from "./WikiNerdMercatoHome.js";
75
+ import { WikiNerdValutaDesktopImg as Qr } from "./WikiNerdValutaDesktop.js";
76
+ import { WikiNerdDownloadAppImg as jr } from "./WikiNerdDownloadApp.js";
77
+ import { WikicasaStudioLogoIcon as Jr } from "./WikicasaStudioLogo.js";
78
+ import { GenericUserWikiAvatarImg as Or } from "./GenericUserWikiAvatar.js";
77
79
  export {
78
80
  e as AboutUsIcon,
79
81
  qo as AnalyticsIcon,
80
82
  n as ArrowIcon,
81
- pr as BankIcon,
83
+ fr as ArrowIndicatorIcon,
84
+ ar as BankIcon,
82
85
  m as BarChartIcon,
83
86
  I as BellIcon,
84
87
  x as BulbIcon,
85
- fr as BusIcon,
86
- ar as CartIcon,
87
- lr as ChargeIcon,
88
+ sr as BusIcon,
89
+ ur as CartIcon,
90
+ kr as ChargeIcon,
88
91
  i as CheckActiveIcon,
89
- s as CheckInactiveIcon,
90
- u as CloseIcon,
91
- W as DashboardIcon,
92
+ l as CheckInactiveIcon,
93
+ g as CloseIcon,
94
+ d as DashboardIcon,
92
95
  P as DeleteIcon,
93
- b as DrawIcon,
94
- A as EditIcon,
96
+ w as DrawIcon,
97
+ b as EditIcon,
95
98
  Oo as FacebookIcon,
96
99
  jo as GearIcon,
97
- jr as GenericUserWikiAvatarImg,
100
+ Or as GenericUserWikiAvatarImg,
98
101
  N as GermanyFlagIcon,
99
102
  cr as GoogleIcon,
100
103
  tr as HamburgerMenuIcon,
101
104
  C as HeartIcon,
102
105
  S as HidePswIcon,
103
- gr as HospitalIcon,
106
+ Wr as HospitalIcon,
104
107
  F as HouseIcon,
105
108
  $o as InstagramIcon,
106
109
  M as ItalyFlagIcon,
107
110
  v as LayersIcon,
108
111
  Zo as LinkedinIcon,
109
112
  T as LocationIcon,
110
- R as LogoutIcon,
113
+ U as LogoutIcon,
111
114
  E as MailIcon,
112
115
  Y as MapIcon,
113
116
  z as NewsIcon,
114
117
  K as NotesIcon,
115
- kr as PharmacyIcon,
118
+ hr as PharmacyIcon,
116
119
  X as PhoneIcon,
117
120
  _ as PinIcon,
118
121
  oo as PlanIcon,
119
122
  eo as PlusIcon,
120
- dr as PostIcon,
123
+ Ar as PostIcon,
121
124
  no as PrestigeIcon,
122
125
  mo as PrintIcon,
123
126
  Io as ProfileIcon,
124
127
  xo as QuotesIcon,
125
128
  io as RequestIcon,
126
- hr as SchoolIcon,
127
- so as SearchIcon,
128
- uo as ShareIcon,
129
- wr as SubwayIcon,
129
+ Lr as SchoolIcon,
130
+ lo as SearchIcon,
131
+ go as ShareIcon,
132
+ yr as SubwayIcon,
130
133
  Wo as SuitcaseIcon,
131
134
  ho as TieIcon,
132
- wo as TourIcon,
133
- yr as TrainAltIcon,
134
- Lr as TrainIcon,
135
+ Ao as TourIcon,
136
+ Br as TrainAltIcon,
137
+ Dr as TrainIcon,
135
138
  Lo as UkFlagIcon,
136
139
  yo as ValuationIcon,
137
140
  Do as VideoIcon,
@@ -139,16 +142,17 @@ export {
139
142
  Ho as WalletIcon,
140
143
  Vo as WarningIcon,
141
144
  Go as WarningIconRounded,
142
- qr as WikiNerdDownloadAppImg,
143
- Hr as WikiNerdImg,
144
- Gr as WikiNerdMercatoImg,
145
- Ur as WikiNerdValutaDesktopImg,
146
- Vr as WikiNerdValutaMobileImg,
147
- Dr as WikicasaDatiLogoIcon,
145
+ jr as WikiNerdDownloadAppImg,
146
+ Gr as WikiNerdImg,
147
+ qr as WikiNerdMercatoImg,
148
+ Qr as WikiNerdValutaDesktopImg,
149
+ Rr as WikiNerdValutaMobileImg,
150
+ Hr as WikicasaDatiLogoIcon,
148
151
  Qo as WikicasaIcon,
149
- Br as WikicasaLogoIcon,
150
- Qr as WikicasaStudioLogoIcon,
151
- Uo as WkAppIcon,
152
+ Vr as WikicasaLogoIcon,
153
+ pr as WikicasaRoundedIcon,
154
+ Jr as WikicasaStudioLogoIcon,
155
+ Ro as WkAppIcon,
152
156
  Jo as WkFavIcon,
153
157
  rr as YoutubeIcon
154
158
  };
@@ -54,6 +54,8 @@ import { InstagramIcon } from './svgIcons/InstagramIcon';
54
54
  import { YoutubeIcon } from './svgIcons/YoutubeIcon';
55
55
  import { HamburgerMenuIcon } from './svgIcons/HamburgerMenuIcon';
56
56
  import { GoogleIcon } from './svgIcons/GoogleIcon';
57
+ import { WikicasaRoundedIcon } from './svgIcons/WikicasaRoundedIcon';
58
+ import { ArrowIndicatorIcon } from './svgIcons/ArrowIndicatorIcon';
57
59
  import { BankIcon } from './svgIcons/poi/BankIcon';
58
60
  import { BusIcon } from './svgIcons/poi/BusIcon';
59
61
  import { CartIcon } from './svgIcons/poi/CartIcon';
@@ -74,4 +76,4 @@ import { WikiNerdValutaDesktopImg } from './svgImages/WikiNerdValutaDesktop';
74
76
  import { WikiNerdDownloadAppImg } from './svgImages/WikiNerdDownloadApp';
75
77
  import { WikicasaStudioLogoIcon } from './svgImages/WikicasaStudioLogo';
76
78
  import { GenericUserWikiAvatarImg } from './svgImages/GenericUserWikiAvatar';
77
- export { GearIcon, WikicasaIcon, AnalyticsIcon, AboutUsIcon, ArrowIcon, BarChartIcon, BellIcon, BulbIcon, CheckActiveIcon, CheckInactiveIcon, CloseIcon, DashboardIcon, DeleteIcon, DrawIcon, EditIcon, GermanyFlagIcon, HeartIcon, HidePswIcon, HouseIcon, ItalyFlagIcon, LayersIcon, LocationIcon, LogoutIcon, MailIcon, MapIcon, NewsIcon, NotesIcon, PhoneIcon, PinIcon, PlanIcon, PlusIcon, PrestigeIcon, PrintIcon, ProfileIcon, QuotesIcon, RequestIcon, SearchIcon, ShareIcon, SuitcaseIcon, TieIcon, TourIcon, UkFlagIcon, ValuationIcon, VideoIcon, ViewPswIcon, WalletIcon, WarningIcon, WarningIconRounded, WikicasaLogoIcon, WikicasaDatiLogoIcon, WikiNerdImg, WkAppIcon, WkFavIcon, FacebookIcon, LinkedinIcon, InstagramIcon, YoutubeIcon, BankIcon, BusIcon, CartIcon, ChargeIcon, HospitalIcon, PharmacyIcon, PostIcon, SchoolIcon, SubwayIcon, TrainIcon, TrainAltIcon, HamburgerMenuIcon, WikiNerdValutaMobileImg, WikiNerdMercatoImg, WikiNerdValutaDesktopImg, WikiNerdDownloadAppImg, GoogleIcon, WikicasaStudioLogoIcon, GenericUserWikiAvatarImg };
79
+ export { GearIcon, WikicasaIcon, AnalyticsIcon, AboutUsIcon, ArrowIcon, BarChartIcon, BellIcon, BulbIcon, CheckActiveIcon, CheckInactiveIcon, CloseIcon, DashboardIcon, DeleteIcon, DrawIcon, EditIcon, GermanyFlagIcon, HeartIcon, HidePswIcon, HouseIcon, ItalyFlagIcon, LayersIcon, LocationIcon, LogoutIcon, MailIcon, MapIcon, NewsIcon, NotesIcon, PhoneIcon, PinIcon, PlanIcon, PlusIcon, PrestigeIcon, PrintIcon, ProfileIcon, QuotesIcon, RequestIcon, SearchIcon, ShareIcon, SuitcaseIcon, TieIcon, TourIcon, UkFlagIcon, ValuationIcon, VideoIcon, ViewPswIcon, WalletIcon, WarningIcon, WarningIconRounded, WikicasaLogoIcon, WikicasaDatiLogoIcon, WikiNerdImg, WkAppIcon, WkFavIcon, FacebookIcon, LinkedinIcon, InstagramIcon, YoutubeIcon, BankIcon, BusIcon, CartIcon, ChargeIcon, HospitalIcon, PharmacyIcon, PostIcon, SchoolIcon, SubwayIcon, TrainIcon, TrainAltIcon, HamburgerMenuIcon, WikiNerdValutaMobileImg, WikiNerdMercatoImg, WikiNerdValutaDesktopImg, WikiNerdDownloadAppImg, GoogleIcon, WikicasaStudioLogoIcon, GenericUserWikiAvatarImg, WikicasaRoundedIcon, ArrowIndicatorIcon };
@@ -0,0 +1,5 @@
1
+ import type { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const ArrowIndicatorIcon: FunctionalSvgIconComponent<Partial<SvgProps> & Partial<{
4
+ strikeColor: string;
5
+ }>>;
@@ -0,0 +1,7 @@
1
+ import type { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const WikicasaRoundedIcon: FunctionalSvgIconComponent<Partial<SvgProps> & Partial<{
4
+ bgColor: string;
5
+ color: string;
6
+ borderColor: string;
7
+ }>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/svg-icons",
3
- "version": "0.0.20",
3
+ "version": "0.0.22",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/lib/index.d.ts",