@pretto/picto 4.8.0 → 4.10.0
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/esm/picto.js +83 -8
- package/esm/picto.js.map +1 -1
- package/package.json +1 -1
- package/types/modules/ArrowLeft.d.ts +2 -0
- package/types/modules/ArrowLeftBold.d.ts +2 -0
- package/types/modules/ArrowRight.d.ts +2 -0
- package/types/modules/index.d.ts +5 -2
- package/types/modules/manifest.d.ts +1 -1
package/esm/picto.js
CHANGED
|
@@ -76,7 +76,7 @@ const useForceUpdate = () => {
|
|
|
76
76
|
return forceUpdate;
|
|
77
77
|
};
|
|
78
78
|
|
|
79
|
-
var SVGComponent$
|
|
79
|
+
var SVGComponent$27 = (({
|
|
80
80
|
as: Component = "svg",
|
|
81
81
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
82
82
|
d: "M24,7H23V23H1V7H0V1H24ZM22,7H2V22H22Zm-6,8H8V11h8Zm-1-3H9v2h6ZM23,2H1V6H23Z"
|
|
@@ -98,10 +98,10 @@ const Archive = props => {
|
|
|
98
98
|
useEffect(() => {
|
|
99
99
|
refresh();
|
|
100
100
|
}, []);
|
|
101
|
-
return optimise('p_15c0G2', /*#__PURE__*/React.createElement(SVGComponent$
|
|
101
|
+
return optimise('p_15c0G2', /*#__PURE__*/React.createElement(SVGComponent$27, props));
|
|
102
102
|
};
|
|
103
103
|
|
|
104
|
-
var SVGComponent$
|
|
104
|
+
var SVGComponent$26 = (({
|
|
105
105
|
as: Component = "svg",
|
|
106
106
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
107
107
|
d: "M23,11h1V3H16V4h6.29L10.65,15.65l.7.7L23,4.71ZM1,13H0v8H8V20H1.71L13.35,8.35l-.7-.7L1,19.29Z"
|
|
@@ -123,10 +123,10 @@ const ArrowDouble = props => {
|
|
|
123
123
|
useEffect(() => {
|
|
124
124
|
refresh();
|
|
125
125
|
}, []);
|
|
126
|
-
return optimise('p_Z1oHpFA', /*#__PURE__*/React.createElement(SVGComponent$
|
|
126
|
+
return optimise('p_Z1oHpFA', /*#__PURE__*/React.createElement(SVGComponent$26, props));
|
|
127
127
|
};
|
|
128
128
|
|
|
129
|
-
var SVGComponent$
|
|
129
|
+
var SVGComponent$25 = (({
|
|
130
130
|
as: Component = "svg",
|
|
131
131
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
132
132
|
d: "M3.51,20.49a12,12,0,1,1,17,0A12,12,0,0,1,3.51,20.49Zm.71-.71a11,11,0,1,1,15.56,0A11,11,0,0,1,4.22,19.78Zm11.55-4.72-.6-5.92,1,0L17,17l-7.86-.79.06-1,5.91.61L6.7,7.4l.7-.7Z",
|
|
@@ -149,7 +149,82 @@ const ArrowDownRightCircle = props => {
|
|
|
149
149
|
useEffect(() => {
|
|
150
150
|
refresh();
|
|
151
151
|
}, []);
|
|
152
|
-
return optimise('p_ZmSCts', /*#__PURE__*/React.createElement(SVGComponent$
|
|
152
|
+
return optimise('p_ZmSCts', /*#__PURE__*/React.createElement(SVGComponent$25, props));
|
|
153
|
+
};
|
|
154
|
+
|
|
155
|
+
var SVGComponent$24 = (({
|
|
156
|
+
as: Component = "svg",
|
|
157
|
+
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
158
|
+
d: "m8.7,12.83l2.51,2.49-1.18,1.18-4.53-4.5,4.53-4.5,1.18,1.18-2.51,2.49h9.8v1.66h-9.8Z"
|
|
159
|
+
})),
|
|
160
|
+
...props
|
|
161
|
+
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
162
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
163
|
+
width: "24",
|
|
164
|
+
height: "24",
|
|
165
|
+
viewBox: "0 0 24 24",
|
|
166
|
+
fill: "currentColor"
|
|
167
|
+
}, props), children));
|
|
168
|
+
|
|
169
|
+
const ArrowLeft = props => {
|
|
170
|
+
const {
|
|
171
|
+
optimise,
|
|
172
|
+
refresh
|
|
173
|
+
} = useContext(PictoContext);
|
|
174
|
+
useEffect(() => {
|
|
175
|
+
refresh();
|
|
176
|
+
}, []);
|
|
177
|
+
return optimise('p_19BFVb', /*#__PURE__*/React.createElement(SVGComponent$24, props));
|
|
178
|
+
};
|
|
179
|
+
|
|
180
|
+
var SVGComponent$23 = (({
|
|
181
|
+
as: Component = "svg",
|
|
182
|
+
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
183
|
+
d: "m11.25,17.11l3.58,3.57-1.57,1.57-6.26-6.25,6.26-6.25,1.57,1.57-3.58,3.57h13.75v2.22h-13.75Z"
|
|
184
|
+
})),
|
|
185
|
+
...props
|
|
186
|
+
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
187
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
188
|
+
width: "32",
|
|
189
|
+
height: "32",
|
|
190
|
+
viewBox: "0 0 32 32",
|
|
191
|
+
fill: "currentColor"
|
|
192
|
+
}, props), children));
|
|
193
|
+
|
|
194
|
+
const ArrowLeftBold = props => {
|
|
195
|
+
const {
|
|
196
|
+
optimise,
|
|
197
|
+
refresh
|
|
198
|
+
} = useContext(PictoContext);
|
|
199
|
+
useEffect(() => {
|
|
200
|
+
refresh();
|
|
201
|
+
}, []);
|
|
202
|
+
return optimise('p_Z2ipaWS', /*#__PURE__*/React.createElement(SVGComponent$23, props));
|
|
203
|
+
};
|
|
204
|
+
|
|
205
|
+
var SVGComponent$22 = (({
|
|
206
|
+
as: Component = "svg",
|
|
207
|
+
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
208
|
+
d: "m15.3,11.17l-2.51-2.49,1.18-1.18,4.53,4.5-4.53,4.5-1.18-1.18,2.51-2.49H5.5v-1.66h9.8Z"
|
|
209
|
+
})),
|
|
210
|
+
...props
|
|
211
|
+
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
212
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
213
|
+
width: "24",
|
|
214
|
+
height: "24",
|
|
215
|
+
viewBox: "0 0 24 24",
|
|
216
|
+
fill: "currentColor"
|
|
217
|
+
}, props), children));
|
|
218
|
+
|
|
219
|
+
const ArrowRight = props => {
|
|
220
|
+
const {
|
|
221
|
+
optimise,
|
|
222
|
+
refresh
|
|
223
|
+
} = useContext(PictoContext);
|
|
224
|
+
useEffect(() => {
|
|
225
|
+
refresh();
|
|
226
|
+
}, []);
|
|
227
|
+
return optimise('p_iaeGf', /*#__PURE__*/React.createElement(SVGComponent$22, props));
|
|
153
228
|
};
|
|
154
229
|
|
|
155
230
|
var SVGComponent$21 = (({
|
|
@@ -3477,7 +3552,7 @@ const ZeroPercent = props => {
|
|
|
3477
3552
|
return optimise('p_6lhot', /*#__PURE__*/React.createElement(SVGComponent, props));
|
|
3478
3553
|
};
|
|
3479
3554
|
|
|
3480
|
-
const manifest = ["Archive", "ArrowDouble", "ArrowDownRightCircle", "ArrowUpRightCircle", "Bank", "BankNote", "Bars", "Bell", "Bookmark", "Briefcase", "BubbleDouble", "Building", "Bulb", "BulletBold", "BulletBook", "Burden", "Calculator", "Calendar", "CalendarBold", "Camera", "ChalkboardTeacher", "ChartBar", "Check", "CheckBold", "CheckHandwrite", "ChevronDownBold", "ChevronLeftBold", "ChevronRightBold", "ChevronUpBold", "Clock", "ClockBold", "Cloud", "CloudUpload", "Coins", "Crane", "Crown", "DoubleArrow", "Download", "Duplicate", "Envelope", "EqualBold", "EqualCircle", "Euro", "EuroBold", "ExclamationMarkCircle", "ExclamationMarkCircleBold", "ExclamationMarkTriangle", "ExclamationMarkTriangleBold", "ExternalLink", "Eye", "Facebook", "FacebookSmall", "File", "FileCheck", "Files", "Filter", "FirstCircle", "Flag", "Folder", "FolderOpen", "FourCircle", "Globe", "GraduationCap", "HandCoin", "Heart", "HeartPlain", "HorseChase", "House", "HouseMagnifier", "InfoCircle", "InfoCircleBold", "Instagram", "Key", "LightningBolt", "Link", "Lock", "MagicWand", "MagnifyingBold", "MagnifyingGlassLeft", "Marker", "Microphone", "MinusBold", "MinusCircle", "Paperclip", "Pen", "Percent", "Phone", "Plan", "Plane", "Play", "PlusBold", "PlusCircle", "Print", "QuestionMarkCircle", "QuestionMarkCircleBold", "QuoteClose", "QuoteOpenPlain", "Share", "ShieldCheck", "Smartphone", "SmileyFrown", "SmileyHappy", "SmileyNeutral", "SpeechBubble", "SquareMeter", "SquareMetersBold", "Star", "StarFilled", "StarHalf", "Tada", "ThreeCircle", "Times", "TimesBold", "TimesCircle", "TimesCircleBold", "Toast", "Trash", "Tree", "TreePlain", "Trustpilot", "Tune", "Twitter", "TwitterSmall", "TwoCircle", "TwoPeople", "UserBook", "UserCircle", "UserId", "UserStars", "Wall", "WorkingMan", "Youtube", "ZeroPercent"];
|
|
3555
|
+
const manifest = ["Archive", "ArrowDouble", "ArrowDownRightCircle", "ArrowLeft", "ArrowLeftBold", "ArrowRight", "ArrowUpRightCircle", "Bank", "BankNote", "Bars", "Bell", "Bookmark", "Briefcase", "BubbleDouble", "Building", "Bulb", "BulletBold", "BulletBook", "Burden", "Calculator", "Calendar", "CalendarBold", "Camera", "ChalkboardTeacher", "ChartBar", "Check", "CheckBold", "CheckHandwrite", "ChevronDownBold", "ChevronLeftBold", "ChevronRightBold", "ChevronUpBold", "Clock", "ClockBold", "Cloud", "CloudUpload", "Coins", "Crane", "Crown", "DoubleArrow", "Download", "Duplicate", "Envelope", "EqualBold", "EqualCircle", "Euro", "EuroBold", "ExclamationMarkCircle", "ExclamationMarkCircleBold", "ExclamationMarkTriangle", "ExclamationMarkTriangleBold", "ExternalLink", "Eye", "Facebook", "FacebookSmall", "File", "FileCheck", "Files", "Filter", "FirstCircle", "Flag", "Folder", "FolderOpen", "FourCircle", "Globe", "GraduationCap", "HandCoin", "Heart", "HeartPlain", "HorseChase", "House", "HouseMagnifier", "InfoCircle", "InfoCircleBold", "Instagram", "Key", "LightningBolt", "Link", "Lock", "MagicWand", "MagnifyingBold", "MagnifyingGlassLeft", "Marker", "Microphone", "MinusBold", "MinusCircle", "Paperclip", "Pen", "Percent", "Phone", "Plan", "Plane", "Play", "PlusBold", "PlusCircle", "Print", "QuestionMarkCircle", "QuestionMarkCircleBold", "QuoteClose", "QuoteOpenPlain", "Share", "ShieldCheck", "Smartphone", "SmileyFrown", "SmileyHappy", "SmileyNeutral", "SpeechBubble", "SquareMeter", "SquareMetersBold", "Star", "StarFilled", "StarHalf", "Tada", "ThreeCircle", "Times", "TimesBold", "TimesCircle", "TimesCircleBold", "Toast", "Trash", "Tree", "TreePlain", "Trustpilot", "Tune", "Twitter", "TwitterSmall", "TwoCircle", "TwoPeople", "UserBook", "UserCircle", "UserId", "UserStars", "Wall", "WorkingMan", "Youtube", "ZeroPercent"];
|
|
3481
3556
|
|
|
3482
|
-
export { Archive, ArrowDouble, ArrowDownRightCircle, ArrowUpRightCircle, Bank, BankNote, Bars, Bell, Bookmark, Briefcase, BubbleDouble, Building, Bulb, BulletBold, BulletBook, Burden, Calculator, Calendar, CalendarBold, Camera, ChalkboardTeacher, ChartBar, Check, CheckBold, CheckHandwrite, ChevronDownBold, ChevronLeftBold, ChevronRightBold, ChevronUpBold, Clock, ClockBold, Cloud, CloudUpload, Coins, Crane, Crown, DoubleArrow, Download, Duplicate, Envelope, EqualBold, EqualCircle, Euro, EuroBold, ExclamationMarkCircle, ExclamationMarkCircleBold, ExclamationMarkTriangle, ExclamationMarkTriangleBold, ExternalLink, Eye, Facebook, FacebookSmall, File, FileCheck, Files, Filter, FirstCircle, Flag, Folder, FolderOpen, FourCircle, Globe, GraduationCap, HandCoin, Heart, HeartPlain, HorseChase, House, HouseMagnifier, InfoCircle, InfoCircleBold, Instagram, Key, LightningBolt, Link, Lock, MagicWand, MagnifyingBold, MagnifyingGlassLeft, Marker, Microphone, MinusBold, MinusCircle, Paperclip, Pen, Percent, Phone, PictoProvider, Plan, Plane, Play, PlusBold, PlusCircle, Print, QuestionMarkCircle, QuestionMarkCircleBold, QuoteClose, QuoteOpenPlain, Share, ShieldCheck, Smartphone, SmileyFrown, SmileyHappy, SmileyNeutral, SpeechBubble, SquareMeter, SquareMetersBold, Star, StarFilled, StarHalf, Tada, ThreeCircle, Times, TimesBold, TimesCircle, TimesCircleBold, Toast, Trash, Tree, TreePlain, Trustpilot, Tune, Twitter, TwitterSmall, TwoCircle, TwoPeople, UserBook, UserCircle, UserId, UserStars, Wall, WorkingMan, Youtube, ZeroPercent, manifest };
|
|
3557
|
+
export { Archive, ArrowDouble, ArrowDownRightCircle, ArrowLeft, ArrowLeftBold, ArrowRight, ArrowUpRightCircle, Bank, BankNote, Bars, Bell, Bookmark, Briefcase, BubbleDouble, Building, Bulb, BulletBold, BulletBook, Burden, Calculator, Calendar, CalendarBold, Camera, ChalkboardTeacher, ChartBar, Check, CheckBold, CheckHandwrite, ChevronDownBold, ChevronLeftBold, ChevronRightBold, ChevronUpBold, Clock, ClockBold, Cloud, CloudUpload, Coins, Crane, Crown, DoubleArrow, Download, Duplicate, Envelope, EqualBold, EqualCircle, Euro, EuroBold, ExclamationMarkCircle, ExclamationMarkCircleBold, ExclamationMarkTriangle, ExclamationMarkTriangleBold, ExternalLink, Eye, Facebook, FacebookSmall, File, FileCheck, Files, Filter, FirstCircle, Flag, Folder, FolderOpen, FourCircle, Globe, GraduationCap, HandCoin, Heart, HeartPlain, HorseChase, House, HouseMagnifier, InfoCircle, InfoCircleBold, Instagram, Key, LightningBolt, Link, Lock, MagicWand, MagnifyingBold, MagnifyingGlassLeft, Marker, Microphone, MinusBold, MinusCircle, Paperclip, Pen, Percent, Phone, PictoProvider, Plan, Plane, Play, PlusBold, PlusCircle, Print, QuestionMarkCircle, QuestionMarkCircleBold, QuoteClose, QuoteOpenPlain, Share, ShieldCheck, Smartphone, SmileyFrown, SmileyHappy, SmileyNeutral, SpeechBubble, SquareMeter, SquareMetersBold, Star, StarFilled, StarHalf, Tada, ThreeCircle, Times, TimesBold, TimesCircle, TimesCircleBold, Toast, Trash, Tree, TreePlain, Trustpilot, Tune, Twitter, TwitterSmall, TwoCircle, TwoPeople, UserBook, UserCircle, UserId, UserStars, Wall, WorkingMan, Youtube, ZeroPercent, manifest };
|
|
3483
3558
|
//# sourceMappingURL=picto.js.map
|