@genarou/blazir-icons 1.2.20 → 1.3.3
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/LICENSE +146 -0
- package/README.md +1206 -0
- package/dist/CustomIcon.svelte +30 -0
- package/dist/CustomIcon.svelte.d.ts +14 -0
- package/dist/Icon.svelte +282 -102
- package/dist/Icon.svelte.d.ts +12 -5
- package/dist/IconBadge.svelte +75 -0
- package/dist/IconBadge.svelte.d.ts +16 -0
- package/dist/IconBase.svelte +89 -57
- package/dist/effects.js +1 -3
- package/dist/icons/Ai.svelte +34 -6
- package/dist/icons/Alternate.svelte +15 -8
- package/dist/icons/Alternate.svelte.d.ts +5 -2
- package/dist/icons/AnimatedArrowLeft.svelte +29 -11
- package/dist/icons/AnimatedArrowLeft.svelte.d.ts +5 -2
- package/dist/icons/Archive.svelte +21 -0
- package/dist/icons/Archive.svelte.d.ts +7 -0
- package/dist/icons/Attachment.svelte +10 -10
- package/dist/icons/Attachment.svelte.d.ts +5 -2
- package/dist/icons/Bank.svelte +16 -8
- package/dist/icons/Bank.svelte.d.ts +5 -2
- package/dist/icons/Bell.svelte +11 -8
- package/dist/icons/Bell.svelte.d.ts +5 -2
- package/dist/icons/Box.svelte +12 -10
- package/dist/icons/Box.svelte.d.ts +5 -2
- package/dist/icons/BoxAdd.svelte +11 -8
- package/dist/icons/BoxAdd.svelte.d.ts +5 -2
- package/dist/icons/Buy.svelte +11 -10
- package/dist/icons/Buy.svelte.d.ts +5 -2
- package/dist/icons/Calendar.svelte +12 -9
- package/dist/icons/Calendar.svelte.d.ts +5 -2
- package/dist/icons/CalendarEdit.svelte +5 -5
- package/dist/icons/CalendarPlus.svelte +11 -9
- package/dist/icons/CalendarPlus.svelte.d.ts +5 -2
- package/dist/icons/Camera.svelte +19 -0
- package/dist/icons/Camera.svelte.d.ts +4 -0
- package/dist/icons/Cards.svelte +19 -0
- package/dist/icons/Cards.svelte.d.ts +4 -0
- package/dist/icons/Cart.svelte +13 -10
- package/dist/icons/CloudAlert.svelte +19 -0
- package/dist/icons/CloudAlert.svelte.d.ts +4 -0
- package/dist/icons/CloudCheck.svelte +19 -0
- package/dist/icons/CloudCheck.svelte.d.ts +4 -0
- package/dist/icons/CloudDownload.svelte +19 -0
- package/dist/icons/CloudDownload.svelte.d.ts +4 -0
- package/dist/icons/Connect.svelte +21 -0
- package/dist/icons/Connect.svelte.d.ts +7 -0
- package/dist/icons/CreditCard.svelte +19 -0
- package/dist/icons/CreditCard.svelte.d.ts +4 -0
- package/dist/icons/Dashboard.svelte +10 -7
- package/dist/icons/Dashboard.svelte.d.ts +5 -2
- package/dist/icons/DashboardOutlined.svelte +14 -12
- package/dist/icons/DashboardOutlined.svelte.d.ts +5 -2
- package/dist/icons/Desktop.svelte +19 -0
- package/dist/icons/Desktop.svelte.d.ts +4 -0
- package/dist/icons/DoughnutChart.svelte +19 -0
- package/dist/icons/DoughnutChart.svelte.d.ts +4 -0
- package/dist/icons/Earth.svelte +19 -0
- package/dist/icons/Earth.svelte.d.ts +4 -0
- package/dist/icons/Eye.svelte +42 -29
- package/dist/icons/Eye.svelte.d.ts +5 -2
- package/dist/icons/EyeOff.svelte +51 -51
- package/dist/icons/EyeOff.svelte.d.ts +5 -2
- package/dist/icons/Filter.svelte +10 -7
- package/dist/icons/Filter.svelte.d.ts +5 -2
- package/dist/icons/FilterOutline.svelte +8 -7
- package/dist/icons/FilterOutline.svelte.d.ts +5 -2
- package/dist/icons/Globe.svelte +19 -0
- package/dist/icons/Globe.svelte.d.ts +4 -0
- package/dist/icons/HardDrive.svelte +21 -0
- package/dist/icons/HardDrive.svelte.d.ts +7 -0
- package/dist/icons/Historic.svelte +21 -0
- package/dist/icons/Historic.svelte.d.ts +7 -0
- package/dist/icons/Home.svelte +11 -7
- package/dist/icons/Home.svelte.d.ts +5 -2
- package/dist/icons/LightHub.svelte +19 -0
- package/dist/icons/LightHub.svelte.d.ts +4 -0
- package/dist/icons/Link.svelte +19 -0
- package/dist/icons/Link.svelte.d.ts +4 -0
- package/dist/icons/MagnifiyingGlass.svelte +12 -8
- package/dist/icons/MagnifiyingGlass.svelte.d.ts +5 -2
- package/dist/icons/Pause.svelte +21 -0
- package/dist/icons/Pause.svelte.d.ts +7 -0
- package/dist/icons/Play.svelte +21 -0
- package/dist/icons/Play.svelte.d.ts +7 -0
- package/dist/icons/Power.svelte +19 -0
- package/dist/icons/Power.svelte.d.ts +4 -0
- package/dist/icons/Process.svelte +21 -0
- package/dist/icons/Process.svelte.d.ts +7 -0
- package/dist/icons/Receipt.svelte +19 -0
- package/dist/icons/Receipt.svelte.d.ts +4 -0
- package/dist/icons/Settings.svelte +16 -8
- package/dist/icons/Settings.svelte.d.ts +5 -2
- package/dist/icons/Sync.svelte +19 -0
- package/dist/icons/Sync.svelte.d.ts +4 -0
- package/dist/icons/SyncPhoto.svelte +21 -0
- package/dist/icons/SyncPhoto.svelte.d.ts +7 -0
- package/dist/icons/Upload.svelte +12 -57
- package/dist/icons/Wifi.svelte +19 -0
- package/dist/icons/Wifi.svelte.d.ts +4 -0
- package/dist/icons/Work.svelte +21 -0
- package/dist/icons/Work.svelte.d.ts +7 -0
- package/dist/icons/lazy-registry.d.ts +21 -0
- package/dist/icons/lazy-registry.js +251 -0
- package/dist/icons/registry.d.ts +211 -135
- package/dist/icons/registry.js +195 -137
- package/dist/icons-api.d.ts +74 -267
- package/dist/icons-api.js +91 -465
- package/dist/index.d.ts +5 -5
- package/dist/index.js +14 -11
- package/dist/plugin/index.d.ts +46 -0
- package/dist/plugin/index.js +327 -0
- package/dist/smart-cache.d.ts +35 -0
- package/dist/smart-cache.js +192 -0
- package/dist/types.d.ts +19 -2
- package/dist/utils/sanitize.d.ts +25 -0
- package/dist/utils/sanitize.js +109 -0
- package/package.json +12 -1
- package/dist/icons/Aws.svelte +0 -19
- package/dist/icons/Aws.svelte.d.ts +0 -4
- package/dist/icons/Facebook.svelte +0 -18
- package/dist/icons/Facebook.svelte.d.ts +0 -4
- package/dist/icons/Golang.svelte +0 -17
- package/dist/icons/Golang.svelte.d.ts +0 -4
- package/dist/icons/Google.svelte +0 -18
- package/dist/icons/Google.svelte.d.ts +0 -4
- package/dist/icons/Paypal.svelte +0 -21
- package/dist/icons/Paypal.svelte.d.ts +0 -4
package/dist/icons/registry.js
CHANGED
|
@@ -3,7 +3,6 @@ import Ai from "./Ai.svelte";
|
|
|
3
3
|
import Alternate from "./Alternate.svelte";
|
|
4
4
|
import AnimatedArrowLeft from "./AnimatedArrowLeft.svelte";
|
|
5
5
|
import Attachment from "./Attachment.svelte";
|
|
6
|
-
import Aws from "./Aws.svelte";
|
|
7
6
|
import Bag from "./Bag.svelte";
|
|
8
7
|
import Bank from "./Bank.svelte";
|
|
9
8
|
import Bell from "./Bell.svelte";
|
|
@@ -57,17 +56,14 @@ import ExcelAnimated from "./ExcelAnimated.svelte";
|
|
|
57
56
|
import Exchange from "./Exchange.svelte";
|
|
58
57
|
import Eye from "./Eye.svelte";
|
|
59
58
|
import EyeOff from "./EyeOff.svelte";
|
|
60
|
-
import Facebook from "./Facebook.svelte";
|
|
61
59
|
import Favorites from "./Favorites.svelte";
|
|
62
60
|
import File from "./File.svelte";
|
|
63
61
|
import FileUpdateAnimated from "./FileUploadAnimated.svelte";
|
|
64
|
-
import
|
|
62
|
+
import FilterOutline from "./FilterOutline.svelte";
|
|
65
63
|
import Fingerprint from "./Fingerprint.svelte";
|
|
66
64
|
import Folder from "./Folder.svelte";
|
|
67
65
|
import Form from "./Form.svelte";
|
|
68
66
|
import FormatListGroup from "./FormatListGroup.svelte";
|
|
69
|
-
import Golang from "./Golang.svelte";
|
|
70
|
-
import Google from "./Google.svelte";
|
|
71
67
|
import Group from "./Group.svelte";
|
|
72
68
|
import Hamburguer from "./Hamburguer.svelte";
|
|
73
69
|
import HandShake from "./HandShake.svelte";
|
|
@@ -94,7 +90,6 @@ import More from "./More.svelte";
|
|
|
94
90
|
import Notes from "./Notes.svelte";
|
|
95
91
|
import ObjectGroup from "./ObjectGroup.svelte";
|
|
96
92
|
import Pay from "./Pay.svelte";
|
|
97
|
-
import Paypal from "./Paypal.svelte";
|
|
98
93
|
import Pdf from "./Pdf.svelte";
|
|
99
94
|
import Phone from "./Phone.svelte";
|
|
100
95
|
import Plus from "./Plus.svelte";
|
|
@@ -149,158 +144,221 @@ import Word from "./Word.svelte";
|
|
|
149
144
|
import World from "./World.svelte";
|
|
150
145
|
import Xml from "./Xml.svelte";
|
|
151
146
|
import Zip from "./Zip.svelte";
|
|
147
|
+
import Buy from "./Buy.svelte";
|
|
148
|
+
import Camera from "./Camera.svelte";
|
|
149
|
+
import Cards from "./Cards.svelte";
|
|
150
|
+
import CloudAlert from "./CloudAlert.svelte";
|
|
151
|
+
import CloudCheck from "./CloudCheck.svelte";
|
|
152
|
+
import CloudDownload from "./CloudDownload.svelte";
|
|
153
|
+
import CreditCard from "./CreditCard.svelte";
|
|
154
|
+
import Desktop from "./Desktop.svelte";
|
|
155
|
+
import DoughnutChart from "./DoughnutChart.svelte";
|
|
156
|
+
import Earth from "./Earth.svelte";
|
|
157
|
+
import Globe from "./Globe.svelte";
|
|
158
|
+
import LightHub from "./LightHub.svelte";
|
|
159
|
+
import Link from "./Link.svelte";
|
|
160
|
+
import Power from "./Power.svelte";
|
|
161
|
+
import Receipt from "./Receipt.svelte";
|
|
162
|
+
import Sync from "./Sync.svelte";
|
|
163
|
+
import Wifi from "./Wifi.svelte";
|
|
164
|
+
import SyncPhoto from "./SyncPhoto.svelte";
|
|
165
|
+
import Process from "./Process.svelte";
|
|
166
|
+
import Play from "./Play.svelte";
|
|
167
|
+
import Pause from "./Pause.svelte";
|
|
168
|
+
import Historic from "./Historic.svelte";
|
|
169
|
+
import HardDrive from "./HardDrive.svelte";
|
|
170
|
+
import Connect from "./Connect.svelte";
|
|
171
|
+
import Archive from "./Archive.svelte";
|
|
172
|
+
import Work from "./Work.svelte";
|
|
152
173
|
// 🔑 Catálogo central de íconos - usando directamente los componentes
|
|
153
174
|
export const iconRegistry = {
|
|
154
|
-
|
|
175
|
+
// — Navegación y layout —
|
|
176
|
+
home: Home,
|
|
177
|
+
dashboard: Dashboard,
|
|
178
|
+
dashboardOutline: DashboardOutlined,
|
|
179
|
+
settings: Settings,
|
|
180
|
+
search: MagnifiyingGlass,
|
|
181
|
+
menu: Hamburguer,
|
|
182
|
+
close: Close,
|
|
183
|
+
plus: Plus,
|
|
184
|
+
copy: Copy,
|
|
185
|
+
rocket: Rocket,
|
|
186
|
+
sidebar: Sidebar,
|
|
187
|
+
more: More,
|
|
188
|
+
// — Usuarios y autenticación —
|
|
155
189
|
user: User,
|
|
156
|
-
ai: Ai,
|
|
157
|
-
enterprise: Enterprise,
|
|
158
|
-
chevronUpDown: ChevronUpDown,
|
|
159
|
-
chevronDown: ChevronDown,
|
|
160
|
-
wallet: Wallet,
|
|
161
|
-
truck: Truck,
|
|
162
|
-
upArrow: UpArrow,
|
|
163
190
|
userTie: UserTie,
|
|
164
|
-
upDownArrow: UpDownArrow,
|
|
165
|
-
trash: Trash,
|
|
166
|
-
trashOutline: TrashOutline,
|
|
167
|
-
truckReturn: TruckReturn,
|
|
168
191
|
team: Team,
|
|
169
|
-
|
|
170
|
-
swap: Swap,
|
|
192
|
+
group: Group,
|
|
171
193
|
supervisor: Supervisor,
|
|
172
|
-
|
|
173
|
-
scan: Scan,
|
|
174
|
-
settings: Settings,
|
|
175
|
-
safeSolid: SafeSolid,
|
|
176
|
-
rightArrow: RightArrow,
|
|
177
|
-
product: Product,
|
|
178
|
-
pointSale: PointSale,
|
|
179
|
-
plus: Plus,
|
|
180
|
-
pdf: Pdf,
|
|
181
|
-
notes: Notes,
|
|
182
|
-
measure: Measure,
|
|
183
|
-
logout: Logout,
|
|
184
|
-
loadingDots: LoadingDots,
|
|
185
|
-
listDots: ListDots,
|
|
186
|
-
list: List,
|
|
194
|
+
enterprise: Enterprise,
|
|
187
195
|
lock: Lock,
|
|
188
|
-
objectGroup: ObjectGroup,
|
|
189
|
-
key: Key,
|
|
190
|
-
handShake: HandShake,
|
|
191
|
-
hamburguer: Hamburguer,
|
|
192
|
-
google: Google,
|
|
193
|
-
golang: Golang,
|
|
194
|
-
filterOutline: FilterOutline,
|
|
195
|
-
download: Download,
|
|
196
|
-
dashboard: Dashboard,
|
|
197
|
-
costIcon: CostIcon,
|
|
198
|
-
close: Close,
|
|
199
|
-
circleCheck: CircleCheck,
|
|
200
|
-
circleExclamation: CircleExclamation,
|
|
201
|
-
circleQuestion: CircleQuestion,
|
|
202
|
-
circleInfo: CircleInfo,
|
|
203
|
-
chartDoc: ChartDoc,
|
|
204
|
-
chart: Chart,
|
|
205
|
-
categorySearch: CategorySearch,
|
|
206
|
-
categoryAdd: CategoryAdd,
|
|
207
|
-
calendar: Calendar,
|
|
208
|
-
building: Building,
|
|
209
|
-
book: Book,
|
|
210
|
-
home: Home,
|
|
211
|
-
boxAdd: BoxAdd,
|
|
212
|
-
bell: Bell,
|
|
213
|
-
bag: Bag,
|
|
214
|
-
animatedArrowLeft: AnimatedArrowLeft,
|
|
215
|
-
aws: Aws,
|
|
216
|
-
check: Check,
|
|
217
|
-
checkO: CheckO,
|
|
218
|
-
error: Error,
|
|
219
|
-
errorO: ErrorO,
|
|
220
|
-
warning: Warning,
|
|
221
|
-
warehouse: Warehouse,
|
|
222
|
-
project: Project,
|
|
223
|
-
group: Group,
|
|
224
|
-
magnifyingGlass: MagnifiyingGlass,
|
|
225
|
-
formatListGroup: FormatListGroup,
|
|
226
|
-
editOutline: EditOutline,
|
|
227
|
-
security: Security,
|
|
228
|
-
money: Money,
|
|
229
|
-
calendarEdit: CalendarEdit,
|
|
230
|
-
calendarPlus: CalendarPlus,
|
|
231
196
|
lockOpen: LockOpen,
|
|
197
|
+
key: Key,
|
|
198
|
+
logout: Logout,
|
|
232
199
|
eye: Eye,
|
|
233
200
|
eyeOff: EyeOff,
|
|
234
|
-
|
|
201
|
+
shield: Shield,
|
|
202
|
+
fingerprint: Fingerprint,
|
|
203
|
+
contact: Contact,
|
|
204
|
+
security: Security,
|
|
205
|
+
// — Comunicación —
|
|
206
|
+
email: Email,
|
|
207
|
+
emailAnimated: EmailAnimated,
|
|
235
208
|
phone: Phone,
|
|
209
|
+
bell: Bell,
|
|
210
|
+
send: Send,
|
|
211
|
+
share: Share,
|
|
212
|
+
world: World,
|
|
213
|
+
chat: Chat,
|
|
214
|
+
link: Link,
|
|
215
|
+
// — Negocio y finanzas —
|
|
216
|
+
building: Building,
|
|
217
|
+
handshake: HandShake,
|
|
218
|
+
money: Money,
|
|
219
|
+
wallet: Wallet,
|
|
220
|
+
profit: Profit,
|
|
221
|
+
safe: SafeSolid,
|
|
222
|
+
cost: CostIcon,
|
|
236
223
|
exchange: Exchange,
|
|
237
|
-
|
|
238
|
-
|
|
224
|
+
swap: Swap,
|
|
225
|
+
bank: Bank,
|
|
226
|
+
pay: Pay,
|
|
227
|
+
creditCard: CreditCard,
|
|
228
|
+
receipt: Receipt,
|
|
229
|
+
buy: Buy,
|
|
230
|
+
// — Gráficas y datos —
|
|
231
|
+
chart: Chart,
|
|
232
|
+
chartDocument: ChartDoc,
|
|
233
|
+
chartSquare: SquareChart,
|
|
234
|
+
chartDoughnut: DoughnutChart,
|
|
235
|
+
table: Table,
|
|
236
|
+
list: List,
|
|
237
|
+
listDots: ListDots,
|
|
238
|
+
listGroup: FormatListGroup,
|
|
239
|
+
trendingDown: Lose,
|
|
240
|
+
database: Db,
|
|
241
|
+
server: Server,
|
|
242
|
+
// — Archivos y documentos —
|
|
239
243
|
file: File,
|
|
240
|
-
|
|
244
|
+
pdf: Pdf,
|
|
245
|
+
excel: Excel,
|
|
241
246
|
excelAnimated: ExcelAnimated,
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
squareChart: SquareChart,
|
|
245
|
-
upload: Upload,
|
|
246
|
-
uploadAnimated: UploadAnimated,
|
|
247
|
-
uploadLoader: UploadLoader,
|
|
248
|
-
downloadAnimated: DownloadAnimated,
|
|
249
|
-
emailAnimated: EmailAnimated,
|
|
250
|
-
blaze: Blaze,
|
|
251
|
-
copy: Copy,
|
|
252
|
-
box: Box,
|
|
247
|
+
word: Word,
|
|
248
|
+
powerPoint: PowerPoint,
|
|
253
249
|
csv: Csv,
|
|
254
|
-
facebook: Facebook,
|
|
255
|
-
favorites: Favorites,
|
|
256
|
-
png: Png,
|
|
257
|
-
shield: Shield,
|
|
258
|
-
star: Star,
|
|
259
250
|
xml: Xml,
|
|
260
251
|
zip: Zip,
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
circleInfoO: CircleInfoOutlined,
|
|
271
|
-
circleQuestionO: CircleQuestionOutlined,
|
|
272
|
-
profit: Profit,
|
|
273
|
-
edit: Edit,
|
|
274
|
-
cart: Cart,
|
|
275
|
-
category: Category,
|
|
276
|
-
print: Print,
|
|
252
|
+
png: Png,
|
|
253
|
+
notes: Notes,
|
|
254
|
+
book: Book,
|
|
255
|
+
image: Image,
|
|
256
|
+
imageAnimated: ImageAnimated,
|
|
257
|
+
folder: Folder,
|
|
258
|
+
folderShared: SharedFolder,
|
|
259
|
+
attachment: Attachment,
|
|
260
|
+
save: Save,
|
|
277
261
|
form: Form,
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
send: Send,
|
|
285
|
-
paypal: Paypal,
|
|
286
|
-
pay: Pay,
|
|
287
|
-
contact: Contact,
|
|
288
|
-
rocket: Rocket,
|
|
262
|
+
print: Print,
|
|
263
|
+
work: Work,
|
|
264
|
+
// — Calendario y tiempo —
|
|
265
|
+
calendar: Calendar,
|
|
266
|
+
calendarPlus: CalendarPlus,
|
|
267
|
+
calendarEdit: CalendarEdit,
|
|
289
268
|
timer: Timer,
|
|
269
|
+
// — Flechas y navegación —
|
|
270
|
+
arrowRight: RightArrow,
|
|
271
|
+
arrowUp: UpArrow,
|
|
272
|
+
arrowUpDown: UpDownArrow,
|
|
273
|
+
arrowLeftAnimated: AnimatedArrowLeft,
|
|
274
|
+
chevronDown: ChevronDown,
|
|
275
|
+
chevronUpDown: ChevronUpDown,
|
|
276
|
+
// — Acciones de archivo —
|
|
277
|
+
download: Download,
|
|
278
|
+
downloadAnimated: DownloadAnimated,
|
|
279
|
+
upload: Upload,
|
|
280
|
+
uploadAnimated: UploadAnimated,
|
|
281
|
+
uploadProgress: UploadLoader,
|
|
282
|
+
fileUploadAnimated: FileUpdateAnimated,
|
|
283
|
+
refresh: Refresh,
|
|
284
|
+
syncPhoto: SyncPhoto,
|
|
285
|
+
process: Process,
|
|
286
|
+
play: Play,
|
|
287
|
+
pause: Pause,
|
|
288
|
+
historic: Historic,
|
|
289
|
+
hardDrive: HardDrive,
|
|
290
|
+
connect: Connect,
|
|
291
|
+
archive: Archive,
|
|
292
|
+
// — Estados y feedback —
|
|
293
|
+
check: Check,
|
|
294
|
+
checkOutline: CheckO,
|
|
295
|
+
checkList: CheckList,
|
|
296
|
+
circleCheck: CircleCheck,
|
|
297
|
+
error: Error,
|
|
298
|
+
errorOutline: ErrorO,
|
|
299
|
+
circleExclamation: CircleExclamation,
|
|
300
|
+
circleExclamationOutline: CircleExclamationOutlined,
|
|
301
|
+
warning: Warning,
|
|
302
|
+
circleInfo: CircleInfo,
|
|
303
|
+
circleInfoOutline: CircleInfoOutlined,
|
|
304
|
+
circleQuestion: CircleQuestion,
|
|
305
|
+
circleQuestionOutline: CircleQuestionOutlined,
|
|
306
|
+
star: Star,
|
|
307
|
+
favorites: Favorites,
|
|
290
308
|
heart: Heart,
|
|
291
|
-
|
|
292
|
-
|
|
309
|
+
reset: Reset,
|
|
310
|
+
height: Height,
|
|
311
|
+
alternate: Alternate,
|
|
293
312
|
moon: Moon,
|
|
294
313
|
sun: Sun,
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
314
|
+
colors: Colors,
|
|
315
|
+
// — Loading y progreso —
|
|
316
|
+
spinnerDots: LoadingDots,
|
|
317
|
+
spinner: LoadingRegular,
|
|
318
|
+
// — Comercio y ventas —
|
|
319
|
+
product: Product,
|
|
320
|
+
bag: Bag,
|
|
321
|
+
pos: PointSale,
|
|
322
|
+
category: Category,
|
|
323
|
+
categoryAdd: CategoryAdd,
|
|
324
|
+
categorySearch: CategorySearch,
|
|
325
|
+
boxAdd: BoxAdd,
|
|
326
|
+
measure: Measure,
|
|
327
|
+
box: Box,
|
|
328
|
+
scan: Scan,
|
|
329
|
+
cart: Cart,
|
|
330
|
+
cards: Cards,
|
|
331
|
+
// — Logística y transporte —
|
|
332
|
+
truck: Truck,
|
|
333
|
+
truckReturn: TruckReturn,
|
|
334
|
+
warehouse: Warehouse,
|
|
335
|
+
location: Location,
|
|
336
|
+
locationAnimated: LocationAnimated,
|
|
337
|
+
// — Herramientas y utilidades —
|
|
338
|
+
ai: Ai,
|
|
339
|
+
edit: Edit,
|
|
340
|
+
editOutline: EditOutline,
|
|
341
|
+
trash: Trash,
|
|
342
|
+
trashOutline: TrashOutline,
|
|
343
|
+
filter: FilterOutline,
|
|
344
|
+
filterOutline: FilterOutline,
|
|
302
345
|
tags: Tags,
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
346
|
+
tools: Tools,
|
|
347
|
+
objectGroup: ObjectGroup,
|
|
348
|
+
project: Project,
|
|
349
|
+
// — Media y dispositivos —
|
|
350
|
+
camera: Camera,
|
|
351
|
+
desktop: Desktop,
|
|
352
|
+
wifi: Wifi,
|
|
353
|
+
power: Power,
|
|
354
|
+
// — Nube —
|
|
355
|
+
cloudAlert: CloudAlert,
|
|
356
|
+
cloudCheck: CloudCheck,
|
|
357
|
+
cloudDownload: CloudDownload,
|
|
358
|
+
// — Otros —
|
|
359
|
+
blaze: Blaze,
|
|
360
|
+
earth: Earth,
|
|
361
|
+
globe: Globe,
|
|
362
|
+
lightHub: LightHub,
|
|
363
|
+
sync: Sync,
|
|
306
364
|
};
|