@pretto/picto 4.10.0 → 4.12.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 +473 -194
- package/esm/picto.js.map +1 -1
- package/package.json +1 -1
- package/types/modules/ArrowRightBold.d.ts +2 -0
- package/types/modules/BreakBold.d.ts +2 -0
- package/types/modules/BurgerBold.d.ts +2 -0
- package/types/modules/ChevronDown.d.ts +2 -0
- package/types/modules/ChevronUp.d.ts +2 -0
- package/types/modules/CloseBold.d.ts +2 -0
- package/types/modules/MinusTenBold.d.ts +2 -0
- package/types/modules/PlayBold.d.ts +2 -0
- package/types/modules/PlayerBeginBold.d.ts +2 -0
- package/types/modules/PlayerEndBold.d.ts +2 -0
- package/types/modules/PlusTenBold.d.ts +2 -0
- package/types/modules/index.d.ts +13 -2
- package/types/modules/manifest.d.ts +1 -1
package/package.json
CHANGED
package/types/modules/index.d.ts
CHANGED
|
@@ -4,12 +4,14 @@ import { ArrowDownRightCircle } from './ArrowDownRightCircle';
|
|
|
4
4
|
import { ArrowLeft } from './ArrowLeft';
|
|
5
5
|
import { ArrowLeftBold } from './ArrowLeftBold';
|
|
6
6
|
import { ArrowRight } from './ArrowRight';
|
|
7
|
+
import { ArrowRightBold } from './ArrowRightBold';
|
|
7
8
|
import { ArrowUpRightCircle } from './ArrowUpRightCircle';
|
|
8
9
|
import { Bank } from './Bank';
|
|
9
10
|
import { BankNote } from './BankNote';
|
|
10
11
|
import { Bars } from './Bars';
|
|
11
12
|
import { Bell } from './Bell';
|
|
12
13
|
import { Bookmark } from './Bookmark';
|
|
14
|
+
import { BreakBold } from './BreakBold';
|
|
13
15
|
import { Briefcase } from './Briefcase';
|
|
14
16
|
import { BubbleDouble } from './BubbleDouble';
|
|
15
17
|
import { Building } from './Building';
|
|
@@ -17,6 +19,7 @@ import { Bulb } from './Bulb';
|
|
|
17
19
|
import { BulletBold } from './BulletBold';
|
|
18
20
|
import { BulletBook } from './BulletBook';
|
|
19
21
|
import { Burden } from './Burden';
|
|
22
|
+
import { BurgerBold } from './BurgerBold';
|
|
20
23
|
import { Calculator } from './Calculator';
|
|
21
24
|
import { Calendar } from './Calendar';
|
|
22
25
|
import { CalendarBold } from './CalendarBold';
|
|
@@ -26,12 +29,15 @@ import { ChartBar } from './ChartBar';
|
|
|
26
29
|
import { Check } from './Check';
|
|
27
30
|
import { CheckBold } from './CheckBold';
|
|
28
31
|
import { CheckHandwrite } from './CheckHandwrite';
|
|
32
|
+
import { ChevronDown } from './ChevronDown';
|
|
29
33
|
import { ChevronDownBold } from './ChevronDownBold';
|
|
30
34
|
import { ChevronLeftBold } from './ChevronLeftBold';
|
|
31
35
|
import { ChevronRightBold } from './ChevronRightBold';
|
|
36
|
+
import { ChevronUp } from './ChevronUp';
|
|
32
37
|
import { ChevronUpBold } from './ChevronUpBold';
|
|
33
38
|
import { Clock } from './Clock';
|
|
34
39
|
import { ClockBold } from './ClockBold';
|
|
40
|
+
import { CloseBold } from './CloseBold';
|
|
35
41
|
import { Cloud } from './Cloud';
|
|
36
42
|
import { CloudUpload } from './CloudUpload';
|
|
37
43
|
import { Coins } from './Coins';
|
|
@@ -84,6 +90,7 @@ import { Marker } from './Marker';
|
|
|
84
90
|
import { Microphone } from './Microphone';
|
|
85
91
|
import { MinusBold } from './MinusBold';
|
|
86
92
|
import { MinusCircle } from './MinusCircle';
|
|
93
|
+
import { MinusTenBold } from './MinusTenBold';
|
|
87
94
|
import { Paperclip } from './Paperclip';
|
|
88
95
|
import { Pen } from './Pen';
|
|
89
96
|
import { Percent } from './Percent';
|
|
@@ -91,8 +98,12 @@ import { Phone } from './Phone';
|
|
|
91
98
|
import { Plan } from './Plan';
|
|
92
99
|
import { Plane } from './Plane';
|
|
93
100
|
import { Play } from './Play';
|
|
101
|
+
import { PlayBold } from './PlayBold';
|
|
102
|
+
import { PlayerBeginBold } from './PlayerBeginBold';
|
|
103
|
+
import { PlayerEndBold } from './PlayerEndBold';
|
|
94
104
|
import { PlusBold } from './PlusBold';
|
|
95
105
|
import { PlusCircle } from './PlusCircle';
|
|
106
|
+
import { PlusTenBold } from './PlusTenBold';
|
|
96
107
|
import { Print } from './Print';
|
|
97
108
|
import { QuestionMarkCircle } from './QuestionMarkCircle';
|
|
98
109
|
import { QuestionMarkCircleBold } from './QuestionMarkCircleBold';
|
|
@@ -136,6 +147,6 @@ import { Youtube } from './Youtube';
|
|
|
136
147
|
import { ZeroPercent } from './ZeroPercent';
|
|
137
148
|
export { PictoProvider } from '../core';
|
|
138
149
|
export { manifest } from './manifest';
|
|
139
|
-
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, 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 };
|
|
150
|
+
export { Archive, ArrowDouble, ArrowDownRightCircle, ArrowLeft, ArrowLeftBold, ArrowRight, ArrowRightBold, ArrowUpRightCircle, Bank, BankNote, Bars, Bell, Bookmark, BreakBold, Briefcase, BubbleDouble, Building, Bulb, BulletBold, BulletBook, Burden, BurgerBold, Calculator, Calendar, CalendarBold, Camera, ChalkboardTeacher, ChartBar, Check, CheckBold, CheckHandwrite, ChevronDown, ChevronDownBold, ChevronLeftBold, ChevronRightBold, ChevronUp, ChevronUpBold, Clock, ClockBold, CloseBold, 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, MinusTenBold, Paperclip, Pen, Percent, Phone, Plan, Plane, Play, PlayBold, PlayerBeginBold, PlayerEndBold, PlusBold, PlusCircle, PlusTenBold, 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 };
|
|
140
151
|
export type { PictoName } from './manifest';
|
|
141
|
-
export declare type Picto = typeof Archive | typeof ArrowDouble | typeof ArrowDownRightCircle | typeof ArrowLeft | typeof ArrowLeftBold | typeof ArrowRight | typeof ArrowUpRightCircle | typeof Bank | typeof BankNote | typeof Bars | typeof Bell | typeof Bookmark | typeof Briefcase | typeof BubbleDouble | typeof Building | typeof Bulb | typeof BulletBold | typeof BulletBook | typeof Burden | typeof Calculator | typeof Calendar | typeof CalendarBold | typeof Camera | typeof ChalkboardTeacher | typeof ChartBar | typeof Check | typeof CheckBold | typeof CheckHandwrite | typeof ChevronDownBold | typeof ChevronLeftBold | typeof ChevronRightBold | typeof ChevronUpBold | typeof Clock | typeof ClockBold | typeof Cloud | typeof CloudUpload | typeof Coins | typeof Crane | typeof Crown | typeof DoubleArrow | typeof Download | typeof Duplicate | typeof Envelope | typeof EqualBold | typeof EqualCircle | typeof Euro | typeof EuroBold | typeof ExclamationMarkCircle | typeof ExclamationMarkCircleBold | typeof ExclamationMarkTriangle | typeof ExclamationMarkTriangleBold | typeof ExternalLink | typeof Eye | typeof Facebook | typeof FacebookSmall | typeof File | typeof FileCheck | typeof Files | typeof Filter | typeof FirstCircle | typeof Flag | typeof Folder | typeof FolderOpen | typeof FourCircle | typeof Globe | typeof GraduationCap | typeof HandCoin | typeof Heart | typeof HeartPlain | typeof HorseChase | typeof House | typeof HouseMagnifier | typeof InfoCircle | typeof InfoCircleBold | typeof Instagram | typeof Key | typeof LightningBolt | typeof Link | typeof Lock | typeof MagicWand | typeof MagnifyingBold | typeof MagnifyingGlassLeft | typeof Marker | typeof Microphone | typeof MinusBold | typeof MinusCircle | typeof Paperclip | typeof Pen | typeof Percent | typeof Phone | typeof Plan | typeof Plane | typeof Play | typeof PlusBold | typeof PlusCircle | typeof Print | typeof QuestionMarkCircle | typeof QuestionMarkCircleBold | typeof QuoteClose | typeof QuoteOpenPlain | typeof Share | typeof ShieldCheck | typeof Smartphone | typeof SmileyFrown | typeof SmileyHappy | typeof SmileyNeutral | typeof SpeechBubble | typeof SquareMeter | typeof SquareMetersBold | typeof Star | typeof StarFilled | typeof StarHalf | typeof Tada | typeof ThreeCircle | typeof Times | typeof TimesBold | typeof TimesCircle | typeof TimesCircleBold | typeof Toast | typeof Trash | typeof Tree | typeof TreePlain | typeof Trustpilot | typeof Tune | typeof Twitter | typeof TwitterSmall | typeof TwoCircle | typeof TwoPeople | typeof UserBook | typeof UserCircle | typeof UserId | typeof UserStars | typeof Wall | typeof WorkingMan | typeof Youtube | typeof ZeroPercent;
|
|
152
|
+
export declare type Picto = typeof Archive | typeof ArrowDouble | typeof ArrowDownRightCircle | typeof ArrowLeft | typeof ArrowLeftBold | typeof ArrowRight | typeof ArrowRightBold | typeof ArrowUpRightCircle | typeof Bank | typeof BankNote | typeof Bars | typeof Bell | typeof Bookmark | typeof BreakBold | typeof Briefcase | typeof BubbleDouble | typeof Building | typeof Bulb | typeof BulletBold | typeof BulletBook | typeof Burden | typeof BurgerBold | typeof Calculator | typeof Calendar | typeof CalendarBold | typeof Camera | typeof ChalkboardTeacher | typeof ChartBar | typeof Check | typeof CheckBold | typeof CheckHandwrite | typeof ChevronDown | typeof ChevronDownBold | typeof ChevronLeftBold | typeof ChevronRightBold | typeof ChevronUp | typeof ChevronUpBold | typeof Clock | typeof ClockBold | typeof CloseBold | typeof Cloud | typeof CloudUpload | typeof Coins | typeof Crane | typeof Crown | typeof DoubleArrow | typeof Download | typeof Duplicate | typeof Envelope | typeof EqualBold | typeof EqualCircle | typeof Euro | typeof EuroBold | typeof ExclamationMarkCircle | typeof ExclamationMarkCircleBold | typeof ExclamationMarkTriangle | typeof ExclamationMarkTriangleBold | typeof ExternalLink | typeof Eye | typeof Facebook | typeof FacebookSmall | typeof File | typeof FileCheck | typeof Files | typeof Filter | typeof FirstCircle | typeof Flag | typeof Folder | typeof FolderOpen | typeof FourCircle | typeof Globe | typeof GraduationCap | typeof HandCoin | typeof Heart | typeof HeartPlain | typeof HorseChase | typeof House | typeof HouseMagnifier | typeof InfoCircle | typeof InfoCircleBold | typeof Instagram | typeof Key | typeof LightningBolt | typeof Link | typeof Lock | typeof MagicWand | typeof MagnifyingBold | typeof MagnifyingGlassLeft | typeof Marker | typeof Microphone | typeof MinusBold | typeof MinusCircle | typeof MinusTenBold | typeof Paperclip | typeof Pen | typeof Percent | typeof Phone | typeof Plan | typeof Plane | typeof Play | typeof PlayBold | typeof PlayerBeginBold | typeof PlayerEndBold | typeof PlusBold | typeof PlusCircle | typeof PlusTenBold | typeof Print | typeof QuestionMarkCircle | typeof QuestionMarkCircleBold | typeof QuoteClose | typeof QuoteOpenPlain | typeof Share | typeof ShieldCheck | typeof Smartphone | typeof SmileyFrown | typeof SmileyHappy | typeof SmileyNeutral | typeof SpeechBubble | typeof SquareMeter | typeof SquareMetersBold | typeof Star | typeof StarFilled | typeof StarHalf | typeof Tada | typeof ThreeCircle | typeof Times | typeof TimesBold | typeof TimesCircle | typeof TimesCircleBold | typeof Toast | typeof Trash | typeof Tree | typeof TreePlain | typeof Trustpilot | typeof Tune | typeof Twitter | typeof TwitterSmall | typeof TwoCircle | typeof TwoPeople | typeof UserBook | typeof UserCircle | typeof UserId | typeof UserStars | typeof Wall | typeof WorkingMan | typeof Youtube | typeof ZeroPercent;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare type PictoName = "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";
|
|
1
|
+
export declare type PictoName = "Archive" | "ArrowDouble" | "ArrowDownRightCircle" | "ArrowLeft" | "ArrowLeftBold" | "ArrowRight" | "ArrowRightBold" | "ArrowUpRightCircle" | "Bank" | "BankNote" | "Bars" | "Bell" | "Bookmark" | "BreakBold" | "Briefcase" | "BubbleDouble" | "Building" | "Bulb" | "BulletBold" | "BulletBook" | "Burden" | "BurgerBold" | "Calculator" | "Calendar" | "CalendarBold" | "Camera" | "ChalkboardTeacher" | "ChartBar" | "Check" | "CheckBold" | "CheckHandwrite" | "ChevronDown" | "ChevronDownBold" | "ChevronLeftBold" | "ChevronRightBold" | "ChevronUp" | "ChevronUpBold" | "Clock" | "ClockBold" | "CloseBold" | "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" | "MinusTenBold" | "Paperclip" | "Pen" | "Percent" | "Phone" | "Plan" | "Plane" | "Play" | "PlayBold" | "PlayerBeginBold" | "PlayerEndBold" | "PlusBold" | "PlusCircle" | "PlusTenBold" | "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";
|
|
2
2
|
export declare const manifest: PictoName[];
|