@refineui/react-native-icons 0.3.25 → 0.3.26
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/filled-icons.d.ts +27489 -268
- package/dist/filled-icons.d.ts.map +1 -1
- package/dist/fonts/refineui-system-icons-filled.css +2606 -2606
- package/dist/fonts/refineui-system-icons-filled.woff2 +0 -0
- package/dist/fonts/refineui-system-icons-regular.css +2607 -2607
- package/dist/fonts/refineui-system-icons-regular.woff2 +0 -0
- package/dist/index.esm.js +415 -89
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +826 -174
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +826 -174
- package/dist/index.umd.js.map +1 -1
- package/dist/regular-icons.d.ts +27489 -268
- package/dist/regular-icons.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -57328,24 +57328,48 @@ const getFontFamily = (style = 'regular') => {
|
|
|
57328
57328
|
};
|
|
57329
57329
|
|
|
57330
57330
|
// === Regular style icons ===
|
|
57331
|
-
const
|
|
57331
|
+
const AccessTime = createIconComponent('Access time', 'regular');
|
|
57332
57332
|
const Accessibility = createIconComponent('Accessibility', 'regular');
|
|
57333
57333
|
const Add = createIconComponent('Add', 'regular');
|
|
57334
|
+
const AddCircle = createIconComponent('Add circle', 'regular');
|
|
57335
|
+
const AddSquare = createIconComponent('Add square', 'regular');
|
|
57334
57336
|
const Airplane = createIconComponent('Airplane', 'regular');
|
|
57335
57337
|
const Album = createIconComponent('Album', 'regular');
|
|
57336
57338
|
const Alert = createIconComponent('Alert', 'regular');
|
|
57337
|
-
const
|
|
57339
|
+
const AlertBadge = createIconComponent('Alert badge', 'regular');
|
|
57340
|
+
const AlertOff = createIconComponent('Alert off', 'regular');
|
|
57341
|
+
const AlignBottom = createIconComponent('Align bottom', 'regular');
|
|
57342
|
+
const AlignCenterHorizontal = createIconComponent('Align center horizontal', 'regular');
|
|
57343
|
+
const AlignCenterVertical = createIconComponent('Align center vertical', 'regular');
|
|
57344
|
+
const AlignLeft = createIconComponent('Align left', 'regular');
|
|
57345
|
+
const AlignRight = createIconComponent('Align right', 'regular');
|
|
57346
|
+
const AlignTop = createIconComponent('Align top', 'regular');
|
|
57338
57347
|
const Android = createIconComponent('Android', 'regular');
|
|
57339
|
-
const
|
|
57348
|
+
const AppFolder = createIconComponent('App folder', 'regular');
|
|
57349
|
+
const AppRecent = createIconComponent('App recent', 'regular');
|
|
57350
|
+
const AppTitle = createIconComponent('App title', 'regular');
|
|
57340
57351
|
const Appstore = createIconComponent('Appstore', 'regular');
|
|
57341
57352
|
const Autosum = createIconComponent('Autosum', 'regular');
|
|
57342
57353
|
const Backpack = createIconComponent('Backpack', 'regular');
|
|
57343
57354
|
const Backspace = createIconComponent('Backspace', 'regular');
|
|
57344
57355
|
const Badge = createIconComponent('Badge', 'regular');
|
|
57345
57356
|
const Balloon = createIconComponent('Balloon', 'regular');
|
|
57346
|
-
const
|
|
57347
|
-
const
|
|
57348
|
-
const
|
|
57357
|
+
const BarChartHorizontal = createIconComponent('Bar chart horizontal', 'regular');
|
|
57358
|
+
const BarChartHorizontalDescending = createIconComponent('Bar chart horizontal descending', 'regular');
|
|
57359
|
+
const BarChartVertical = createIconComponent('Bar chart vertical', 'regular');
|
|
57360
|
+
const BarChartVerticalDescending = createIconComponent('Bar chart vertical descending', 'regular');
|
|
57361
|
+
const BarcodeScanner = createIconComponent('Barcode scanner', 'regular');
|
|
57362
|
+
const Battery0 = createIconComponent('Battery 0', 'regular');
|
|
57363
|
+
const Battery10 = createIconComponent('Battery 10', 'regular');
|
|
57364
|
+
const Battery100 = createIconComponent('Battery 100', 'regular');
|
|
57365
|
+
const Battery20 = createIconComponent('Battery 20', 'regular');
|
|
57366
|
+
const Battery30 = createIconComponent('Battery 30', 'regular');
|
|
57367
|
+
const Battery40 = createIconComponent('Battery 40', 'regular');
|
|
57368
|
+
const Battery50 = createIconComponent('Battery 50', 'regular');
|
|
57369
|
+
const Battery60 = createIconComponent('Battery 60', 'regular');
|
|
57370
|
+
const Battery70 = createIconComponent('Battery 70', 'regular');
|
|
57371
|
+
const Battery80 = createIconComponent('Battery 80', 'regular');
|
|
57372
|
+
const Battery90 = createIconComponent('Battery 90', 'regular');
|
|
57349
57373
|
const Block = createIconComponent('Block', 'regular');
|
|
57350
57374
|
const Bluetooth = createIconComponent('Bluetooth', 'regular');
|
|
57351
57375
|
const Blur = createIconComponent('Blur', 'regular');
|
|
@@ -57357,23 +57381,30 @@ const Calculator = createIconComponent('Calculator', 'regular');
|
|
|
57357
57381
|
const Calendar = createIconComponent('Calendar', 'regular');
|
|
57358
57382
|
const Camera = createIconComponent('Camera', 'regular');
|
|
57359
57383
|
const Cart = createIconComponent('Cart', 'regular');
|
|
57360
|
-
const
|
|
57384
|
+
const CartonBox = createIconComponent('Carton box', 'regular');
|
|
57361
57385
|
const Chart = createIconComponent('Chart', 'regular');
|
|
57362
57386
|
const Chat = createIconComponent('Chat', 'regular');
|
|
57387
|
+
const ChatAdd = createIconComponent('Chat add', 'regular');
|
|
57388
|
+
const ChatEmpty = createIconComponent('Chat empty', 'regular');
|
|
57363
57389
|
const Checkmark = createIconComponent('Checkmark', 'regular');
|
|
57364
57390
|
const Chess = createIconComponent('Chess', 'regular');
|
|
57365
|
-
const
|
|
57391
|
+
const ChevronDown = createIconComponent('Chevron down', 'regular');
|
|
57392
|
+
const ChevronLeft = createIconComponent('Chevron left', 'regular');
|
|
57393
|
+
const ChevronRight = createIconComponent('Chevron right', 'regular');
|
|
57394
|
+
const ChevronUp = createIconComponent('Chevron up', 'regular');
|
|
57366
57395
|
const Circle = createIconComponent('Circle', 'regular');
|
|
57367
57396
|
const Clipboard = createIconComponent('Clipboard', 'regular');
|
|
57368
57397
|
const Clock = createIconComponent('Clock', 'regular');
|
|
57398
|
+
const ClockAlarm = createIconComponent('Clock alarm', 'regular');
|
|
57369
57399
|
const Cloud = createIconComponent('Cloud', 'regular');
|
|
57370
57400
|
const Clover = createIconComponent('Clover', 'regular');
|
|
57371
57401
|
const Code = createIconComponent('Code', 'regular');
|
|
57402
|
+
const CodeBlock = createIconComponent('Code block', 'regular');
|
|
57372
57403
|
const Comma = createIconComponent('Comma', 'regular');
|
|
57373
57404
|
const Comment = createIconComponent('Comment', 'regular');
|
|
57374
57405
|
const Cone = createIconComponent('Cone', 'regular');
|
|
57375
57406
|
const Contrast = createIconComponent('Contrast', 'regular');
|
|
57376
|
-
const
|
|
57407
|
+
const ControlButton = createIconComponent('Control button', 'regular');
|
|
57377
57408
|
const Cookie = createIconComponent('Cookie', 'regular');
|
|
57378
57409
|
const Copy = createIconComponent('Copy', 'regular');
|
|
57379
57410
|
const Couch = createIconComponent('Couch', 'regular');
|
|
@@ -57387,47 +57418,73 @@ const Cut = createIconComponent('Cut', 'regular');
|
|
|
57387
57418
|
const Dart = createIconComponent('Dart', 'regular');
|
|
57388
57419
|
const Database = createIconComponent('Database', 'regular');
|
|
57389
57420
|
const Delete = createIconComponent('Delete', 'regular');
|
|
57421
|
+
const DeleteOff = createIconComponent('Delete off', 'regular');
|
|
57390
57422
|
const Dentist = createIconComponent('Dentist', 'regular');
|
|
57391
57423
|
const Desk = createIconComponent('Desk', 'regular');
|
|
57392
57424
|
const Desktop = createIconComponent('Desktop', 'regular');
|
|
57425
|
+
const DesktopMac = createIconComponent('Desktop mac', 'regular');
|
|
57393
57426
|
const Dialpad = createIconComponent('Dialpad', 'regular');
|
|
57394
57427
|
const Diamond = createIconComponent('Diamond', 'regular');
|
|
57395
57428
|
const Dismiss = createIconComponent('Dismiss', 'regular');
|
|
57429
|
+
const DismissCircle = createIconComponent('Dismiss circle', 'regular');
|
|
57430
|
+
const DismissSquare = createIconComponent('Dismiss square', 'regular');
|
|
57396
57431
|
const Doctor = createIconComponent('Doctor', 'regular');
|
|
57397
57432
|
const Document = createIconComponent('Document', 'regular');
|
|
57433
|
+
const DocumentBorder = createIconComponent('Document border', 'regular');
|
|
57398
57434
|
const Door = createIconComponent('Door', 'regular');
|
|
57399
57435
|
const Drag = createIconComponent('Drag', 'regular');
|
|
57400
57436
|
const Drawer = createIconComponent('Drawer', 'regular');
|
|
57401
57437
|
const Drop = createIconComponent('Drop', 'regular');
|
|
57402
|
-
const
|
|
57438
|
+
const DualScreen = createIconComponent('Dual screen', 'regular');
|
|
57403
57439
|
const Dumbbell = createIconComponent('Dumbbell', 'regular');
|
|
57404
57440
|
const Dust = createIconComponent('Dust', 'regular');
|
|
57405
57441
|
const Earth = createIconComponent('Earth', 'regular');
|
|
57406
57442
|
const Edit = createIconComponent('Edit', 'regular');
|
|
57443
|
+
const EditOff = createIconComponent('Edit off', 'regular');
|
|
57407
57444
|
const Elevator = createIconComponent('Elevator', 'regular');
|
|
57408
57445
|
const Emoji = createIconComponent('Emoji', 'regular');
|
|
57446
|
+
const EmojiAngry = createIconComponent('Emoji angry', 'regular');
|
|
57447
|
+
const EmojiCool = createIconComponent('Emoji cool', 'regular');
|
|
57448
|
+
const EmojiGrimacing = createIconComponent('Emoji grimacing', 'regular');
|
|
57449
|
+
const EmojiLaugh = createIconComponent('Emoji laugh', 'regular');
|
|
57450
|
+
const EmojiMeh = createIconComponent('Emoji meh', 'regular');
|
|
57451
|
+
const EmojiSad = createIconComponent('Emoji sad', 'regular');
|
|
57452
|
+
const EmojiSurprise = createIconComponent('Emoji surprise', 'regular');
|
|
57409
57453
|
const Engine = createIconComponent('Engine', 'regular');
|
|
57410
57454
|
const Equal = createIconComponent('Equal', 'regular');
|
|
57411
|
-
const
|
|
57455
|
+
const EqualCircle = createIconComponent('Equal circle', 'regular');
|
|
57456
|
+
const EqualOff = createIconComponent('Equal off', 'regular');
|
|
57457
|
+
const ErrorCircle = createIconComponent('Error circle', 'regular');
|
|
57412
57458
|
const Eye = createIconComponent('Eye', 'regular');
|
|
57459
|
+
const EyeOff = createIconComponent('Eye off', 'regular');
|
|
57413
57460
|
const Eyedropper = createIconComponent('Eyedropper', 'regular');
|
|
57414
|
-
const
|
|
57461
|
+
const EyedropperOff = createIconComponent('Eyedropper off', 'regular');
|
|
57462
|
+
const FastForward = createIconComponent('Fast forward', 'regular');
|
|
57415
57463
|
const Filmstrip = createIconComponent('Filmstrip', 'regular');
|
|
57464
|
+
const FilmstripOff = createIconComponent('Filmstrip off', 'regular');
|
|
57416
57465
|
const Filter = createIconComponent('Filter', 'regular');
|
|
57417
57466
|
const Fire = createIconComponent('Fire', 'regular');
|
|
57418
57467
|
const Flag = createIconComponent('Flag', 'regular');
|
|
57468
|
+
const FlagOff = createIconComponent('Flag off', 'regular');
|
|
57419
57469
|
const Flash = createIconComponent('Flash', 'regular');
|
|
57470
|
+
const FlashOff = createIconComponent('Flash off', 'regular');
|
|
57420
57471
|
const Flashlight = createIconComponent('Flashlight', 'regular');
|
|
57421
|
-
const
|
|
57472
|
+
const FlashlightOff = createIconComponent('Flashlight off', 'regular');
|
|
57473
|
+
const FlipHorizontal = createIconComponent('Flip horizontal', 'regular');
|
|
57474
|
+
const FlipVerticial = createIconComponent('Flip verticial', 'regular');
|
|
57422
57475
|
const Folder = createIconComponent('Folder', 'regular');
|
|
57476
|
+
const FolderOpen = createIconComponent('Folder open', 'regular');
|
|
57423
57477
|
const Frame = createIconComponent('Frame', 'regular');
|
|
57424
|
-
const
|
|
57478
|
+
const FullScreenMaximize = createIconComponent('Full screen maximize', 'regular');
|
|
57479
|
+
const FullScreenMinimize = createIconComponent('Full screen minimize', 'regular');
|
|
57425
57480
|
const Games = createIconComponent('Games', 'regular');
|
|
57426
|
-
const
|
|
57481
|
+
const GanttChart = createIconComponent('Gantt chart', 'regular');
|
|
57427
57482
|
const Gas = createIconComponent('Gas', 'regular');
|
|
57483
|
+
const GasStation = createIconComponent('Gas station', 'regular');
|
|
57428
57484
|
const Gavel = createIconComponent('Gavel', 'regular');
|
|
57429
57485
|
const Gif = createIconComponent('Gif', 'regular');
|
|
57430
57486
|
const Gift = createIconComponent('Gift', 'regular');
|
|
57487
|
+
const GiftCard = createIconComponent('Gift card', 'regular');
|
|
57431
57488
|
const Git = createIconComponent('Git', 'regular');
|
|
57432
57489
|
const Glasses = createIconComponent('Glasses', 'regular');
|
|
57433
57490
|
const Global = createIconComponent('Global', 'regular');
|
|
@@ -57435,102 +57492,160 @@ const Grid = createIconComponent('Grid', 'regular');
|
|
|
57435
57492
|
const Guest = createIconComponent('Guest', 'regular');
|
|
57436
57493
|
const Guitar = createIconComponent('Guitar', 'regular');
|
|
57437
57494
|
const Hammer = createIconComponent('Hammer', 'regular');
|
|
57438
|
-
const
|
|
57439
|
-
const
|
|
57495
|
+
const HardDrive = createIconComponent('Hard drive', 'regular');
|
|
57496
|
+
const HatGraduation = createIconComponent('Hat graduation', 'regular');
|
|
57440
57497
|
const Hd = createIconComponent('Hd', 'regular');
|
|
57441
57498
|
const Hdr = createIconComponent('Hdr', 'regular');
|
|
57499
|
+
const HdrOff = createIconComponent('Hdr off', 'regular');
|
|
57442
57500
|
const Headphones = createIconComponent('Headphones', 'regular');
|
|
57443
|
-
const
|
|
57501
|
+
const HeadphonesMic = createIconComponent('Headphones mic', 'regular');
|
|
57502
|
+
const HeadsetVr = createIconComponent('Headset vr', 'regular');
|
|
57444
57503
|
const Heart = createIconComponent('Heart', 'regular');
|
|
57504
|
+
const HeartBroken = createIconComponent('Heart broken', 'regular');
|
|
57445
57505
|
const Hexagon = createIconComponent('Hexagon', 'regular');
|
|
57446
57506
|
const Highlight = createIconComponent('Highlight', 'regular');
|
|
57447
57507
|
const Highway = createIconComponent('Highway', 'regular');
|
|
57448
57508
|
const Home = createIconComponent('Home', 'regular');
|
|
57509
|
+
const HomeCheckmark = createIconComponent('Home checkmark', 'regular');
|
|
57449
57510
|
const Hourglass = createIconComponent('Hourglass', 'regular');
|
|
57511
|
+
const HourglassHalf = createIconComponent('Hourglass half', 'regular');
|
|
57512
|
+
const HourglassOneQuarter = createIconComponent('Hourglass one quarter', 'regular');
|
|
57513
|
+
const HourglassThreeQuarter = createIconComponent('Hourglass three quarter', 'regular');
|
|
57450
57514
|
const Html = createIconComponent('Html', 'regular');
|
|
57451
57515
|
const Image = createIconComponent('Image', 'regular');
|
|
57516
|
+
const ImageCircle = createIconComponent('Image circle', 'regular');
|
|
57452
57517
|
const Important = createIconComponent('Important', 'regular');
|
|
57453
57518
|
const Incognito = createIconComponent('Incognito', 'regular');
|
|
57454
57519
|
const Info = createIconComponent('Info', 'regular');
|
|
57455
57520
|
const Ios = createIconComponent('Ios', 'regular');
|
|
57521
|
+
const IosArrowLtr = createIconComponent('Ios arrow ltr', 'regular');
|
|
57522
|
+
const IosArrowRtl = createIconComponent('Ios arrow rtl', 'regular');
|
|
57523
|
+
const IosChevronLtr = createIconComponent('Ios chevron ltr', 'regular');
|
|
57524
|
+
const IosChevronRtl = createIconComponent('Ios chevron rtl', 'regular');
|
|
57456
57525
|
const Iot = createIconComponent('Iot', 'regular');
|
|
57457
57526
|
const Javascript = createIconComponent('Javascript', 'regular');
|
|
57458
57527
|
const Joystick = createIconComponent('Joystick', 'regular');
|
|
57459
57528
|
const Json = createIconComponent('Json', 'regular');
|
|
57529
|
+
const JsonFile = createIconComponent('Json file', 'regular');
|
|
57460
57530
|
const Key = createIconComponent('Key', 'regular');
|
|
57531
|
+
const KeyMultiple = createIconComponent('Key multiple', 'regular');
|
|
57461
57532
|
const Keyboard = createIconComponent('Keyboard', 'regular');
|
|
57533
|
+
const KeyboardBackspace = createIconComponent('Keyboard backspace', 'regular');
|
|
57534
|
+
const KeyboardCommand = createIconComponent('Keyboard command', 'regular');
|
|
57535
|
+
const KeyboardLock = createIconComponent('Keyboard lock', 'regular');
|
|
57536
|
+
const KeyboardOff = createIconComponent('Keyboard off', 'regular');
|
|
57537
|
+
const KeyboardOption = createIconComponent('Keyboard option', 'regular');
|
|
57538
|
+
const KeyboardReturn = createIconComponent('Keyboard return', 'regular');
|
|
57539
|
+
const KeyboardShift = createIconComponent('Keyboard shift', 'regular');
|
|
57540
|
+
const KeyboardShiftUppercase = createIconComponent('Keyboard shift uppercase', 'regular');
|
|
57541
|
+
const KeyboardTab = createIconComponent('Keyboard tab', 'regular');
|
|
57462
57542
|
const Kiosk = createIconComponent('Kiosk', 'regular');
|
|
57463
57543
|
const Kotlin = createIconComponent('Kotlin', 'regular');
|
|
57464
57544
|
const Laptop = createIconComponent('Laptop', 'regular');
|
|
57465
57545
|
const Layer = createIconComponent('Layer', 'regular');
|
|
57466
57546
|
const Lightbulb = createIconComponent('Lightbulb', 'regular');
|
|
57467
57547
|
const Line = createIconComponent('Line', 'regular');
|
|
57548
|
+
const LineDashes = createIconComponent('Line dashes', 'regular');
|
|
57549
|
+
const LineHorizontal1 = createIconComponent('Line horizontal 1', 'regular');
|
|
57550
|
+
const LineHorizontal1Dashes = createIconComponent('Line horizontal 1 dashes', 'regular');
|
|
57468
57551
|
const Link = createIconComponent('Link', 'regular');
|
|
57469
|
-
const Local = createIconComponent('Local', 'regular');
|
|
57470
57552
|
const LocalLanguage = createIconComponent('Local language', 'regular');
|
|
57471
57553
|
const Location = createIconComponent('Location', 'regular');
|
|
57472
|
-
const
|
|
57554
|
+
const LocationArrow = createIconComponent('Location arrow', 'regular');
|
|
57555
|
+
const LockClosed = createIconComponent('Lock closed', 'regular');
|
|
57556
|
+
const LockOpen = createIconComponent('Lock open', 'regular');
|
|
57473
57557
|
const Luggage = createIconComponent('Luggage', 'regular');
|
|
57474
57558
|
const Macos = createIconComponent('Macos', 'regular');
|
|
57475
57559
|
const Mail = createIconComponent('Mail', 'regular');
|
|
57560
|
+
const MailRead = createIconComponent('Mail read', 'regular');
|
|
57476
57561
|
const Mailbox = createIconComponent('Mailbox', 'regular');
|
|
57477
57562
|
const Map = createIconComponent('Map', 'regular');
|
|
57478
57563
|
const Markdown = createIconComponent('Markdown', 'regular');
|
|
57479
|
-
const
|
|
57564
|
+
const MathSymbols = createIconComponent('Math symbols', 'regular');
|
|
57480
57565
|
const Megaphone = createIconComponent('Megaphone', 'regular');
|
|
57481
57566
|
const Mic = createIconComponent('Mic', 'regular');
|
|
57482
57567
|
const Moon = createIconComponent('Moon', 'regular');
|
|
57483
|
-
const
|
|
57568
|
+
const MoreCircle = createIconComponent('More circle', 'regular');
|
|
57569
|
+
const MoreHorizontal = createIconComponent('More horizontal', 'regular');
|
|
57570
|
+
const MoreVerticial = createIconComponent('More verticial', 'regular');
|
|
57484
57571
|
const Mouse = createIconComponent('Mouse', 'regular');
|
|
57485
57572
|
const Movie = createIconComponent('Movie', 'regular');
|
|
57486
|
-
const
|
|
57573
|
+
const NetworkCheck = createIconComponent('Network check', 'regular');
|
|
57487
57574
|
const News = createIconComponent('News', 'regular');
|
|
57488
57575
|
const Next = createIconComponent('Next', 'regular');
|
|
57489
57576
|
const Note = createIconComponent('Note', 'regular');
|
|
57490
57577
|
const Notebook = createIconComponent('Notebook', 'regular');
|
|
57491
57578
|
const Notepad = createIconComponent('Notepad', 'regular');
|
|
57492
|
-
const
|
|
57579
|
+
const NumberCircle0 = createIconComponent('Number circle 0', 'regular');
|
|
57580
|
+
const NumberCircle1 = createIconComponent('Number circle 1', 'regular');
|
|
57581
|
+
const NumberCircle2 = createIconComponent('Number circle 2', 'regular');
|
|
57582
|
+
const NumberCircle3 = createIconComponent('Number circle 3', 'regular');
|
|
57583
|
+
const NumberCircle4 = createIconComponent('Number circle 4', 'regular');
|
|
57584
|
+
const NumberCircle5 = createIconComponent('Number circle 5', 'regular');
|
|
57585
|
+
const NumberCircle6 = createIconComponent('Number circle 6', 'regular');
|
|
57586
|
+
const NumberCircle7 = createIconComponent('Number circle 7', 'regular');
|
|
57587
|
+
const NumberCircle8 = createIconComponent('Number circle 8', 'regular');
|
|
57588
|
+
const NumberCircle9 = createIconComponent('Number circle 9', 'regular');
|
|
57589
|
+
const NumberSymbol = createIconComponent('Number symbol', 'regular');
|
|
57590
|
+
const NumberSymbolCircle = createIconComponent('Number symbol circle', 'regular');
|
|
57591
|
+
const NumberSymbolSquare = createIconComponent('Number symbol square', 'regular');
|
|
57493
57592
|
const Opacity = createIconComponent('Opacity', 'regular');
|
|
57494
57593
|
const Open = createIconComponent('Open', 'regular');
|
|
57594
|
+
const OpenOff = createIconComponent('Open off', 'regular');
|
|
57495
57595
|
const Options = createIconComponent('Options', 'regular');
|
|
57496
57596
|
const Organization = createIconComponent('Organization', 'regular');
|
|
57597
|
+
const OrganizationHorizontal = createIconComponent('Organization horizontal', 'regular');
|
|
57497
57598
|
const Orientation = createIconComponent('Orientation', 'regular');
|
|
57498
57599
|
const Oval = createIconComponent('Oval', 'regular');
|
|
57499
57600
|
const Oven = createIconComponent('Oven', 'regular');
|
|
57500
57601
|
const Padding = createIconComponent('Padding', 'regular');
|
|
57501
|
-
const
|
|
57502
|
-
const
|
|
57602
|
+
const PageFit = createIconComponent('Page fit', 'regular');
|
|
57603
|
+
const PaintBrush = createIconComponent('Paint brush', 'regular');
|
|
57604
|
+
const PaintBucket = createIconComponent('Paint bucket', 'regular');
|
|
57503
57605
|
const Parallelogram = createIconComponent('Parallelogram', 'regular');
|
|
57504
57606
|
const Password = createIconComponent('Password', 'regular');
|
|
57505
57607
|
const Pause = createIconComponent('Pause', 'regular');
|
|
57608
|
+
const PauseCircle = createIconComponent('Pause circle', 'regular');
|
|
57506
57609
|
const Payment = createIconComponent('Payment', 'regular');
|
|
57610
|
+
const PaymentWireless = createIconComponent('Payment wireless', 'regular');
|
|
57507
57611
|
const Pen = createIconComponent('Pen', 'regular');
|
|
57612
|
+
const PenOff = createIconComponent('Pen off', 'regular');
|
|
57508
57613
|
const Pentagon = createIconComponent('Pentagon', 'regular');
|
|
57509
57614
|
const Person = createIconComponent('Person', 'regular');
|
|
57615
|
+
const PersonVoice = createIconComponent('Person voice', 'regular');
|
|
57510
57616
|
const Phone = createIconComponent('Phone', 'regular');
|
|
57511
57617
|
const Piano = createIconComponent('Piano', 'regular');
|
|
57512
57618
|
const Pin = createIconComponent('Pin', 'regular');
|
|
57513
57619
|
const Pipeline = createIconComponent('Pipeline', 'regular');
|
|
57514
57620
|
const Play = createIconComponent('Play', 'regular');
|
|
57621
|
+
const PlayCircle = createIconComponent('Play circle', 'regular');
|
|
57515
57622
|
const Playstore = createIconComponent('Playstore', 'regular');
|
|
57516
|
-
const
|
|
57623
|
+
const PortHdmi = createIconComponent('Port hdmi', 'regular');
|
|
57624
|
+
const PortMicroUsb = createIconComponent('Port micro usb', 'regular');
|
|
57625
|
+
const PortUsbA = createIconComponent('Port usb a', 'regular');
|
|
57626
|
+
const PortUsbC = createIconComponent('Port usb c', 'regular');
|
|
57517
57627
|
const Power = createIconComponent('Power', 'regular');
|
|
57518
|
-
const
|
|
57628
|
+
const PreviewLink = createIconComponent('Preview link', 'regular');
|
|
57519
57629
|
const Previous = createIconComponent('Previous', 'regular');
|
|
57520
57630
|
const Print = createIconComponent('Print', 'regular');
|
|
57521
57631
|
const Pulse = createIconComponent('Pulse', 'regular');
|
|
57632
|
+
const PulseCircle = createIconComponent('Pulse circle', 'regular');
|
|
57633
|
+
const PulseSquare = createIconComponent('Pulse square', 'regular');
|
|
57522
57634
|
const Python = createIconComponent('Python', 'regular');
|
|
57523
|
-
const
|
|
57635
|
+
const QrCode = createIconComponent('Qr code', 'regular');
|
|
57524
57636
|
const Question = createIconComponent('Question', 'regular');
|
|
57525
|
-
const
|
|
57637
|
+
const QuestionCircle = createIconComponent('Question circle', 'regular');
|
|
57638
|
+
const RadioButton = createIconComponent('Radio button', 'regular');
|
|
57526
57639
|
const Ram = createIconComponent('Ram', 'regular');
|
|
57527
57640
|
const Record = createIconComponent('Record', 'regular');
|
|
57641
|
+
const RecordStop = createIconComponent('Record stop', 'regular');
|
|
57528
57642
|
const Rectangle = createIconComponent('Rectangle', 'regular');
|
|
57529
57643
|
const Refineui = createIconComponent('Refineui', 'regular');
|
|
57530
57644
|
const Rewind = createIconComponent('Rewind', 'regular');
|
|
57531
57645
|
const Rhombus = createIconComponent('Rhombus', 'regular');
|
|
57532
57646
|
const Ribbon = createIconComponent('Ribbon', 'regular');
|
|
57533
57647
|
const Road = createIconComponent('Road', 'regular');
|
|
57648
|
+
const RoadCone = createIconComponent('Road cone', 'regular');
|
|
57534
57649
|
const Rocket = createIconComponent('Rocket', 'regular');
|
|
57535
57650
|
const Rotation = createIconComponent('Rotation', 'regular');
|
|
57536
57651
|
const Router = createIconComponent('Router', 'regular');
|
|
@@ -57542,24 +57657,40 @@ const Scales = createIconComponent('Scales', 'regular');
|
|
|
57542
57657
|
const Script = createIconComponent('Script', 'regular');
|
|
57543
57658
|
const Search = createIconComponent('Search', 'regular');
|
|
57544
57659
|
const Send = createIconComponent('Send', 'regular');
|
|
57545
|
-
const
|
|
57660
|
+
const SerialPort = createIconComponent('Serial port', 'regular');
|
|
57546
57661
|
const Server = createIconComponent('Server', 'regular');
|
|
57547
|
-
const
|
|
57662
|
+
const ServerLink = createIconComponent('Server link', 'regular');
|
|
57663
|
+
const ServerPlay = createIconComponent('Server play', 'regular');
|
|
57664
|
+
const ServiceBell = createIconComponent('Service bell', 'regular');
|
|
57548
57665
|
const Settings = createIconComponent('Settings', 'regular');
|
|
57549
|
-
const
|
|
57666
|
+
const ShapeExclude = createIconComponent('Shape exclude', 'regular');
|
|
57667
|
+
const ShapeIntersect = createIconComponent('Shape intersect', 'regular');
|
|
57668
|
+
const ShapeSubtract = createIconComponent('Shape subtract', 'regular');
|
|
57669
|
+
const ShapeUnion = createIconComponent('Shape union', 'regular');
|
|
57550
57670
|
const Shapes = createIconComponent('Shapes', 'regular');
|
|
57551
57671
|
const Share = createIconComponent('Share', 'regular');
|
|
57552
|
-
const
|
|
57672
|
+
const ShareAndroid = createIconComponent('Share android', 'regular');
|
|
57673
|
+
const ShareIos = createIconComponent('Share ios', 'regular');
|
|
57674
|
+
const ShellScript = createIconComponent('Shell script', 'regular');
|
|
57553
57675
|
const Shield = createIconComponent('Shield', 'regular');
|
|
57554
|
-
const
|
|
57676
|
+
const ShoppingBag = createIconComponent('Shopping bag', 'regular');
|
|
57555
57677
|
const Sim = createIconComponent('Sim', 'regular');
|
|
57556
|
-
const
|
|
57678
|
+
const SlideAdd = createIconComponent('Slide add', 'regular');
|
|
57679
|
+
const SlideContent = createIconComponent('Slide content', 'regular');
|
|
57680
|
+
const SlideEraser = createIconComponent('Slide eraser', 'regular');
|
|
57681
|
+
const SlideGrid = createIconComponent('Slide grid', 'regular');
|
|
57682
|
+
const SlideHide = createIconComponent('Slide hide', 'regular');
|
|
57683
|
+
const SlideLayout = createIconComponent('Slide layout', 'regular');
|
|
57557
57684
|
const Smartwatch = createIconComponent('Smartwatch', 'regular');
|
|
57558
|
-
const
|
|
57685
|
+
const SoundSource = createIconComponent('Sound source', 'regular');
|
|
57559
57686
|
const Spacebar = createIconComponent('Spacebar', 'regular');
|
|
57560
|
-
const
|
|
57561
|
-
const
|
|
57687
|
+
const SportBaseball = createIconComponent('Sport baseball', 'regular');
|
|
57688
|
+
const SportBasketball = createIconComponent('Sport basketball', 'regular');
|
|
57689
|
+
const SportSoccer = createIconComponent('Sport soccer', 'regular');
|
|
57690
|
+
const SprayCan = createIconComponent('Spray can', 'regular');
|
|
57562
57691
|
const Square = createIconComponent('Square', 'regular');
|
|
57692
|
+
const SquareHint = createIconComponent('Square hint', 'regular');
|
|
57693
|
+
const SquareMultiple = createIconComponent('Square multiple', 'regular');
|
|
57563
57694
|
const Star = createIconComponent('Star', 'regular');
|
|
57564
57695
|
const Stop = createIconComponent('Stop', 'regular');
|
|
57565
57696
|
const Subtract = createIconComponent('Subtract', 'regular');
|
|
@@ -57571,54 +57702,110 @@ const Target = createIconComponent('Target', 'regular');
|
|
|
57571
57702
|
const Temperature = createIconComponent('Temperature', 'regular');
|
|
57572
57703
|
const Tent = createIconComponent('Tent', 'regular');
|
|
57573
57704
|
const Text = createIconComponent('Text', 'regular');
|
|
57705
|
+
const TextAlignCenter = createIconComponent('Text align center', 'regular');
|
|
57706
|
+
const TextAlignJustify = createIconComponent('Text align justify', 'regular');
|
|
57707
|
+
const TextAlignLeft = createIconComponent('Text align left', 'regular');
|
|
57708
|
+
const TextAlignRight = createIconComponent('Text align right', 'regular');
|
|
57574
57709
|
const Textbox = createIconComponent('Textbox', 'regular');
|
|
57710
|
+
const TextboxAlignBottom = createIconComponent('Textbox align bottom', 'regular');
|
|
57711
|
+
const TextboxAlignBottomCenter = createIconComponent('Textbox align bottom center', 'regular');
|
|
57712
|
+
const TextboxAlignBottomLeft = createIconComponent('Textbox align bottom left', 'regular');
|
|
57713
|
+
const TextboxAlignBottomRight = createIconComponent('Textbox align bottom right', 'regular');
|
|
57714
|
+
const TextboxAlignCenter = createIconComponent('Textbox align center', 'regular');
|
|
57715
|
+
const TextboxAlignMiddle = createIconComponent('Textbox align middle', 'regular');
|
|
57716
|
+
const TextboxAlignMiddleLeft = createIconComponent('Textbox align middle left', 'regular');
|
|
57717
|
+
const TextboxAlignMiddleRight = createIconComponent('Textbox align middle right', 'regular');
|
|
57718
|
+
const TextboxAlignTop = createIconComponent('Textbox align top', 'regular');
|
|
57719
|
+
const TextboxAlignTopCenter = createIconComponent('Textbox align top center', 'regular');
|
|
57720
|
+
const TextboxAlignTopLeft = createIconComponent('Textbox align top left', 'regular');
|
|
57721
|
+
const TextboxAlignTopRight = createIconComponent('Textbox align top right', 'regular');
|
|
57575
57722
|
const Thinking = createIconComponent('Thinking', 'regular');
|
|
57576
57723
|
const Ticket = createIconComponent('Ticket', 'regular');
|
|
57577
57724
|
const Timer = createIconComponent('Timer', 'regular');
|
|
57578
|
-
const
|
|
57725
|
+
const ToggleLeft = createIconComponent('Toggle left', 'regular');
|
|
57726
|
+
const ToggleMultiple = createIconComponent('Toggle multiple', 'regular');
|
|
57727
|
+
const ToggleRight = createIconComponent('Toggle right', 'regular');
|
|
57579
57728
|
const Toolbox = createIconComponent('Toolbox', 'regular');
|
|
57580
57729
|
const Trophy = createIconComponent('Trophy', 'regular');
|
|
57581
57730
|
const Tv = createIconComponent('Tv', 'regular');
|
|
57582
57731
|
const Typescript = createIconComponent('Typescript', 'regular');
|
|
57583
57732
|
const Umbrella = createIconComponent('Umbrella', 'regular');
|
|
57584
57733
|
const Usb = createIconComponent('Usb', 'regular');
|
|
57734
|
+
const UsbCable = createIconComponent('Usb cable', 'regular');
|
|
57585
57735
|
const Verified = createIconComponent('Verified', 'regular');
|
|
57586
57736
|
const Video = createIconComponent('Video', 'regular');
|
|
57737
|
+
const VideoClip = createIconComponent('Video clip', 'regular');
|
|
57738
|
+
const VideoPlayPause = createIconComponent('Video play pause', 'regular');
|
|
57587
57739
|
const Voicemail = createIconComponent('Voicemail', 'regular');
|
|
57588
57740
|
const Vote = createIconComponent('Vote', 'regular');
|
|
57589
|
-
const
|
|
57741
|
+
const WalkieTalkie = createIconComponent('Walkie talkie', 'regular');
|
|
57590
57742
|
const Wallet = createIconComponent('Wallet', 'regular');
|
|
57591
57743
|
const Wand = createIconComponent('Wand', 'regular');
|
|
57592
57744
|
const Warning = createIconComponent('Warning', 'regular');
|
|
57593
57745
|
const Washer = createIconComponent('Washer', 'regular');
|
|
57594
57746
|
const Water = createIconComponent('Water', 'regular');
|
|
57595
|
-
const
|
|
57747
|
+
const WeatherBlowingSnow = createIconComponent('Weather blowing snow', 'regular');
|
|
57748
|
+
const WeatherCloudy = createIconComponent('Weather cloudy', 'regular');
|
|
57749
|
+
const WeatherRain = createIconComponent('Weather rain', 'regular');
|
|
57750
|
+
const WeatherSnow = createIconComponent('Weather snow', 'regular');
|
|
57751
|
+
const WeatherSnowflake = createIconComponent('Weather snowflake', 'regular');
|
|
57752
|
+
const WeatherSunny = createIconComponent('Weather sunny', 'regular');
|
|
57753
|
+
const WeatherThunderstorm = createIconComponent('Weather thunderstorm', 'regular');
|
|
57596
57754
|
const Web = createIconComponent('Web', 'regular');
|
|
57597
|
-
const
|
|
57755
|
+
const Wifi1 = createIconComponent('Wifi 1', 'regular');
|
|
57756
|
+
const Wifi2 = createIconComponent('Wifi 2', 'regular');
|
|
57757
|
+
const Wifi3 = createIconComponent('Wifi 3', 'regular');
|
|
57758
|
+
const Wifi4 = createIconComponent('Wifi 4', 'regular');
|
|
57598
57759
|
const Windows = createIconComponent('Windows', 'regular');
|
|
57599
57760
|
const Wrench = createIconComponent('Wrench', 'regular');
|
|
57600
57761
|
const Xray = createIconComponent('Xray', 'regular');
|
|
57601
|
-
const Zoom = createIconComponent('Zoom', 'regular');
|
|
57762
|
+
const Zoom = createIconComponent('Zoom', 'regular');
|
|
57763
|
+
const ZoomIn = createIconComponent('Zoom in', 'regular');
|
|
57764
|
+
const ZoomOut = createIconComponent('Zoom out', 'regular');
|
|
57602
57765
|
|
|
57603
57766
|
// === Filled style icons ===
|
|
57604
|
-
const
|
|
57767
|
+
const AccessTimeFilled = createIconComponent('Access time', 'filled');
|
|
57605
57768
|
const AccessibilityFilled = createIconComponent('Accessibility', 'filled');
|
|
57606
57769
|
const AddFilled = createIconComponent('Add', 'filled');
|
|
57770
|
+
const AddCircleFilled = createIconComponent('Add circle', 'filled');
|
|
57771
|
+
const AddSquareFilled = createIconComponent('Add square', 'filled');
|
|
57607
57772
|
const AirplaneFilled = createIconComponent('Airplane', 'filled');
|
|
57608
57773
|
const AlbumFilled = createIconComponent('Album', 'filled');
|
|
57609
57774
|
const AlertFilled = createIconComponent('Alert', 'filled');
|
|
57610
|
-
const
|
|
57775
|
+
const AlertBadgeFilled = createIconComponent('Alert badge', 'filled');
|
|
57776
|
+
const AlertOffFilled = createIconComponent('Alert off', 'filled');
|
|
57777
|
+
const AlignBottomFilled = createIconComponent('Align bottom', 'filled');
|
|
57778
|
+
const AlignCenterHorizontalFilled = createIconComponent('Align center horizontal', 'filled');
|
|
57779
|
+
const AlignCenterVerticalFilled = createIconComponent('Align center vertical', 'filled');
|
|
57780
|
+
const AlignLeftFilled = createIconComponent('Align left', 'filled');
|
|
57781
|
+
const AlignRightFilled = createIconComponent('Align right', 'filled');
|
|
57782
|
+
const AlignTopFilled = createIconComponent('Align top', 'filled');
|
|
57611
57783
|
const AndroidFilled = createIconComponent('Android', 'filled');
|
|
57612
|
-
const
|
|
57784
|
+
const AppFolderFilled = createIconComponent('App folder', 'filled');
|
|
57785
|
+
const AppRecentFilled = createIconComponent('App recent', 'filled');
|
|
57786
|
+
const AppTitleFilled = createIconComponent('App title', 'filled');
|
|
57613
57787
|
const AppstoreFilled = createIconComponent('Appstore', 'filled');
|
|
57614
57788
|
const AutosumFilled = createIconComponent('Autosum', 'filled');
|
|
57615
57789
|
const BackpackFilled = createIconComponent('Backpack', 'filled');
|
|
57616
57790
|
const BackspaceFilled = createIconComponent('Backspace', 'filled');
|
|
57617
57791
|
const BadgeFilled = createIconComponent('Badge', 'filled');
|
|
57618
57792
|
const BalloonFilled = createIconComponent('Balloon', 'filled');
|
|
57619
|
-
const
|
|
57620
|
-
const
|
|
57621
|
-
const
|
|
57793
|
+
const BarChartHorizontalFilled = createIconComponent('Bar chart horizontal', 'filled');
|
|
57794
|
+
const BarChartHorizontalDescendingFilled = createIconComponent('Bar chart horizontal descending', 'filled');
|
|
57795
|
+
const BarChartVerticalFilled = createIconComponent('Bar chart vertical', 'filled');
|
|
57796
|
+
const BarChartVerticalDescendingFilled = createIconComponent('Bar chart vertical descending', 'filled');
|
|
57797
|
+
const BarcodeScannerFilled = createIconComponent('Barcode scanner', 'filled');
|
|
57798
|
+
const Battery0Filled = createIconComponent('Battery 0', 'filled');
|
|
57799
|
+
const Battery10Filled = createIconComponent('Battery 10', 'filled');
|
|
57800
|
+
const Battery100Filled = createIconComponent('Battery 100', 'filled');
|
|
57801
|
+
const Battery20Filled = createIconComponent('Battery 20', 'filled');
|
|
57802
|
+
const Battery30Filled = createIconComponent('Battery 30', 'filled');
|
|
57803
|
+
const Battery40Filled = createIconComponent('Battery 40', 'filled');
|
|
57804
|
+
const Battery50Filled = createIconComponent('Battery 50', 'filled');
|
|
57805
|
+
const Battery60Filled = createIconComponent('Battery 60', 'filled');
|
|
57806
|
+
const Battery70Filled = createIconComponent('Battery 70', 'filled');
|
|
57807
|
+
const Battery80Filled = createIconComponent('Battery 80', 'filled');
|
|
57808
|
+
const Battery90Filled = createIconComponent('Battery 90', 'filled');
|
|
57622
57809
|
const BlockFilled = createIconComponent('Block', 'filled');
|
|
57623
57810
|
const BluetoothFilled = createIconComponent('Bluetooth', 'filled');
|
|
57624
57811
|
const BlurFilled = createIconComponent('Blur', 'filled');
|
|
@@ -57630,23 +57817,30 @@ const CalculatorFilled = createIconComponent('Calculator', 'filled');
|
|
|
57630
57817
|
const CalendarFilled = createIconComponent('Calendar', 'filled');
|
|
57631
57818
|
const CameraFilled = createIconComponent('Camera', 'filled');
|
|
57632
57819
|
const CartFilled = createIconComponent('Cart', 'filled');
|
|
57633
|
-
const
|
|
57820
|
+
const CartonBoxFilled = createIconComponent('Carton box', 'filled');
|
|
57634
57821
|
const ChartFilled = createIconComponent('Chart', 'filled');
|
|
57635
57822
|
const ChatFilled = createIconComponent('Chat', 'filled');
|
|
57823
|
+
const ChatAddFilled = createIconComponent('Chat add', 'filled');
|
|
57824
|
+
const ChatEmptyFilled = createIconComponent('Chat empty', 'filled');
|
|
57636
57825
|
const CheckmarkFilled = createIconComponent('Checkmark', 'filled');
|
|
57637
57826
|
const ChessFilled = createIconComponent('Chess', 'filled');
|
|
57638
|
-
const
|
|
57827
|
+
const ChevronDownFilled = createIconComponent('Chevron down', 'filled');
|
|
57828
|
+
const ChevronLeftFilled = createIconComponent('Chevron left', 'filled');
|
|
57829
|
+
const ChevronRightFilled = createIconComponent('Chevron right', 'filled');
|
|
57830
|
+
const ChevronUpFilled = createIconComponent('Chevron up', 'filled');
|
|
57639
57831
|
const CircleFilled = createIconComponent('Circle', 'filled');
|
|
57640
57832
|
const ClipboardFilled = createIconComponent('Clipboard', 'filled');
|
|
57641
57833
|
const ClockFilled = createIconComponent('Clock', 'filled');
|
|
57834
|
+
const ClockAlarmFilled = createIconComponent('Clock alarm', 'filled');
|
|
57642
57835
|
const CloudFilled = createIconComponent('Cloud', 'filled');
|
|
57643
57836
|
const CloverFilled = createIconComponent('Clover', 'filled');
|
|
57644
57837
|
const CodeFilled = createIconComponent('Code', 'filled');
|
|
57838
|
+
const CodeBlockFilled = createIconComponent('Code block', 'filled');
|
|
57645
57839
|
const CommaFilled = createIconComponent('Comma', 'filled');
|
|
57646
57840
|
const CommentFilled = createIconComponent('Comment', 'filled');
|
|
57647
57841
|
const ConeFilled = createIconComponent('Cone', 'filled');
|
|
57648
57842
|
const ContrastFilled = createIconComponent('Contrast', 'filled');
|
|
57649
|
-
const
|
|
57843
|
+
const ControlButtonFilled = createIconComponent('Control button', 'filled');
|
|
57650
57844
|
const CookieFilled = createIconComponent('Cookie', 'filled');
|
|
57651
57845
|
const CopyFilled = createIconComponent('Copy', 'filled');
|
|
57652
57846
|
const CouchFilled = createIconComponent('Couch', 'filled');
|
|
@@ -57660,47 +57854,73 @@ const CutFilled = createIconComponent('Cut', 'filled');
|
|
|
57660
57854
|
const DartFilled = createIconComponent('Dart', 'filled');
|
|
57661
57855
|
const DatabaseFilled = createIconComponent('Database', 'filled');
|
|
57662
57856
|
const DeleteFilled = createIconComponent('Delete', 'filled');
|
|
57857
|
+
const DeleteOffFilled = createIconComponent('Delete off', 'filled');
|
|
57663
57858
|
const DentistFilled = createIconComponent('Dentist', 'filled');
|
|
57664
57859
|
const DeskFilled = createIconComponent('Desk', 'filled');
|
|
57665
57860
|
const DesktopFilled = createIconComponent('Desktop', 'filled');
|
|
57861
|
+
const DesktopMacFilled = createIconComponent('Desktop mac', 'filled');
|
|
57666
57862
|
const DialpadFilled = createIconComponent('Dialpad', 'filled');
|
|
57667
57863
|
const DiamondFilled = createIconComponent('Diamond', 'filled');
|
|
57668
57864
|
const DismissFilled = createIconComponent('Dismiss', 'filled');
|
|
57865
|
+
const DismissCircleFilled = createIconComponent('Dismiss circle', 'filled');
|
|
57866
|
+
const DismissSquareFilled = createIconComponent('Dismiss square', 'filled');
|
|
57669
57867
|
const DoctorFilled = createIconComponent('Doctor', 'filled');
|
|
57670
57868
|
const DocumentFilled = createIconComponent('Document', 'filled');
|
|
57869
|
+
const DocumentBorderFilled = createIconComponent('Document border', 'filled');
|
|
57671
57870
|
const DoorFilled = createIconComponent('Door', 'filled');
|
|
57672
57871
|
const DragFilled = createIconComponent('Drag', 'filled');
|
|
57673
57872
|
const DrawerFilled = createIconComponent('Drawer', 'filled');
|
|
57674
57873
|
const DropFilled = createIconComponent('Drop', 'filled');
|
|
57675
|
-
const
|
|
57874
|
+
const DualScreenFilled = createIconComponent('Dual screen', 'filled');
|
|
57676
57875
|
const DumbbellFilled = createIconComponent('Dumbbell', 'filled');
|
|
57677
57876
|
const DustFilled = createIconComponent('Dust', 'filled');
|
|
57678
57877
|
const EarthFilled = createIconComponent('Earth', 'filled');
|
|
57679
57878
|
const EditFilled = createIconComponent('Edit', 'filled');
|
|
57879
|
+
const EditOffFilled = createIconComponent('Edit off', 'filled');
|
|
57680
57880
|
const ElevatorFilled = createIconComponent('Elevator', 'filled');
|
|
57681
57881
|
const EmojiFilled = createIconComponent('Emoji', 'filled');
|
|
57882
|
+
const EmojiAngryFilled = createIconComponent('Emoji angry', 'filled');
|
|
57883
|
+
const EmojiCoolFilled = createIconComponent('Emoji cool', 'filled');
|
|
57884
|
+
const EmojiGrimacingFilled = createIconComponent('Emoji grimacing', 'filled');
|
|
57885
|
+
const EmojiLaughFilled = createIconComponent('Emoji laugh', 'filled');
|
|
57886
|
+
const EmojiMehFilled = createIconComponent('Emoji meh', 'filled');
|
|
57887
|
+
const EmojiSadFilled = createIconComponent('Emoji sad', 'filled');
|
|
57888
|
+
const EmojiSurpriseFilled = createIconComponent('Emoji surprise', 'filled');
|
|
57682
57889
|
const EngineFilled = createIconComponent('Engine', 'filled');
|
|
57683
57890
|
const EqualFilled = createIconComponent('Equal', 'filled');
|
|
57684
|
-
const
|
|
57891
|
+
const EqualCircleFilled = createIconComponent('Equal circle', 'filled');
|
|
57892
|
+
const EqualOffFilled = createIconComponent('Equal off', 'filled');
|
|
57893
|
+
const ErrorCircleFilled = createIconComponent('Error circle', 'filled');
|
|
57685
57894
|
const EyeFilled = createIconComponent('Eye', 'filled');
|
|
57895
|
+
const EyeOffFilled = createIconComponent('Eye off', 'filled');
|
|
57686
57896
|
const EyedropperFilled = createIconComponent('Eyedropper', 'filled');
|
|
57687
|
-
const
|
|
57897
|
+
const EyedropperOffFilled = createIconComponent('Eyedropper off', 'filled');
|
|
57898
|
+
const FastForwardFilled = createIconComponent('Fast forward', 'filled');
|
|
57688
57899
|
const FilmstripFilled = createIconComponent('Filmstrip', 'filled');
|
|
57900
|
+
const FilmstripOffFilled = createIconComponent('Filmstrip off', 'filled');
|
|
57689
57901
|
const FilterFilled = createIconComponent('Filter', 'filled');
|
|
57690
57902
|
const FireFilled = createIconComponent('Fire', 'filled');
|
|
57691
57903
|
const FlagFilled = createIconComponent('Flag', 'filled');
|
|
57904
|
+
const FlagOffFilled = createIconComponent('Flag off', 'filled');
|
|
57692
57905
|
const FlashFilled = createIconComponent('Flash', 'filled');
|
|
57906
|
+
const FlashOffFilled = createIconComponent('Flash off', 'filled');
|
|
57693
57907
|
const FlashlightFilled = createIconComponent('Flashlight', 'filled');
|
|
57694
|
-
const
|
|
57908
|
+
const FlashlightOffFilled = createIconComponent('Flashlight off', 'filled');
|
|
57909
|
+
const FlipHorizontalFilled = createIconComponent('Flip horizontal', 'filled');
|
|
57910
|
+
const FlipVerticialFilled = createIconComponent('Flip verticial', 'filled');
|
|
57695
57911
|
const FolderFilled = createIconComponent('Folder', 'filled');
|
|
57912
|
+
const FolderOpenFilled = createIconComponent('Folder open', 'filled');
|
|
57696
57913
|
const FrameFilled = createIconComponent('Frame', 'filled');
|
|
57697
|
-
const
|
|
57914
|
+
const FullScreenMaximizeFilled = createIconComponent('Full screen maximize', 'filled');
|
|
57915
|
+
const FullScreenMinimizeFilled = createIconComponent('Full screen minimize', 'filled');
|
|
57698
57916
|
const GamesFilled = createIconComponent('Games', 'filled');
|
|
57699
|
-
const
|
|
57917
|
+
const GanttChartFilled = createIconComponent('Gantt chart', 'filled');
|
|
57700
57918
|
const GasFilled = createIconComponent('Gas', 'filled');
|
|
57919
|
+
const GasStationFilled = createIconComponent('Gas station', 'filled');
|
|
57701
57920
|
const GavelFilled = createIconComponent('Gavel', 'filled');
|
|
57702
57921
|
const GifFilled = createIconComponent('Gif', 'filled');
|
|
57703
57922
|
const GiftFilled = createIconComponent('Gift', 'filled');
|
|
57923
|
+
const GiftCardFilled = createIconComponent('Gift card', 'filled');
|
|
57704
57924
|
const GitFilled = createIconComponent('Git', 'filled');
|
|
57705
57925
|
const GlassesFilled = createIconComponent('Glasses', 'filled');
|
|
57706
57926
|
const GlobalFilled = createIconComponent('Global', 'filled');
|
|
@@ -57708,102 +57928,160 @@ const GridFilled = createIconComponent('Grid', 'filled');
|
|
|
57708
57928
|
const GuestFilled = createIconComponent('Guest', 'filled');
|
|
57709
57929
|
const GuitarFilled = createIconComponent('Guitar', 'filled');
|
|
57710
57930
|
const HammerFilled = createIconComponent('Hammer', 'filled');
|
|
57711
|
-
const
|
|
57712
|
-
const
|
|
57931
|
+
const HardDriveFilled = createIconComponent('Hard drive', 'filled');
|
|
57932
|
+
const HatGraduationFilled = createIconComponent('Hat graduation', 'filled');
|
|
57713
57933
|
const HdFilled = createIconComponent('Hd', 'filled');
|
|
57714
57934
|
const HdrFilled = createIconComponent('Hdr', 'filled');
|
|
57935
|
+
const HdrOffFilled = createIconComponent('Hdr off', 'filled');
|
|
57715
57936
|
const HeadphonesFilled = createIconComponent('Headphones', 'filled');
|
|
57716
|
-
const
|
|
57937
|
+
const HeadphonesMicFilled = createIconComponent('Headphones mic', 'filled');
|
|
57938
|
+
const HeadsetVrFilled = createIconComponent('Headset vr', 'filled');
|
|
57717
57939
|
const HeartFilled = createIconComponent('Heart', 'filled');
|
|
57940
|
+
const HeartBrokenFilled = createIconComponent('Heart broken', 'filled');
|
|
57718
57941
|
const HexagonFilled = createIconComponent('Hexagon', 'filled');
|
|
57719
57942
|
const HighlightFilled = createIconComponent('Highlight', 'filled');
|
|
57720
57943
|
const HighwayFilled = createIconComponent('Highway', 'filled');
|
|
57721
57944
|
const HomeFilled = createIconComponent('Home', 'filled');
|
|
57945
|
+
const HomeCheckmarkFilled = createIconComponent('Home checkmark', 'filled');
|
|
57722
57946
|
const HourglassFilled = createIconComponent('Hourglass', 'filled');
|
|
57947
|
+
const HourglassHalfFilled = createIconComponent('Hourglass half', 'filled');
|
|
57948
|
+
const HourglassOneQuarterFilled = createIconComponent('Hourglass one quarter', 'filled');
|
|
57949
|
+
const HourglassThreeQuarterFilled = createIconComponent('Hourglass three quarter', 'filled');
|
|
57723
57950
|
const HtmlFilled = createIconComponent('Html', 'filled');
|
|
57724
57951
|
const ImageFilled = createIconComponent('Image', 'filled');
|
|
57952
|
+
const ImageCircleFilled = createIconComponent('Image circle', 'filled');
|
|
57725
57953
|
const ImportantFilled = createIconComponent('Important', 'filled');
|
|
57726
57954
|
const IncognitoFilled = createIconComponent('Incognito', 'filled');
|
|
57727
57955
|
const InfoFilled = createIconComponent('Info', 'filled');
|
|
57728
57956
|
const IosFilled = createIconComponent('Ios', 'filled');
|
|
57957
|
+
const IosArrowLtrFilled = createIconComponent('Ios arrow ltr', 'filled');
|
|
57958
|
+
const IosArrowRtlFilled = createIconComponent('Ios arrow rtl', 'filled');
|
|
57959
|
+
const IosChevronLtrFilled = createIconComponent('Ios chevron ltr', 'filled');
|
|
57960
|
+
const IosChevronRtlFilled = createIconComponent('Ios chevron rtl', 'filled');
|
|
57729
57961
|
const IotFilled = createIconComponent('Iot', 'filled');
|
|
57730
57962
|
const JavascriptFilled = createIconComponent('Javascript', 'filled');
|
|
57731
57963
|
const JoystickFilled = createIconComponent('Joystick', 'filled');
|
|
57732
57964
|
const JsonFilled = createIconComponent('Json', 'filled');
|
|
57965
|
+
const JsonFileFilled = createIconComponent('Json file', 'filled');
|
|
57733
57966
|
const KeyFilled = createIconComponent('Key', 'filled');
|
|
57967
|
+
const KeyMultipleFilled = createIconComponent('Key multiple', 'filled');
|
|
57734
57968
|
const KeyboardFilled = createIconComponent('Keyboard', 'filled');
|
|
57969
|
+
const KeyboardBackspaceFilled = createIconComponent('Keyboard backspace', 'filled');
|
|
57970
|
+
const KeyboardCommandFilled = createIconComponent('Keyboard command', 'filled');
|
|
57971
|
+
const KeyboardLockFilled = createIconComponent('Keyboard lock', 'filled');
|
|
57972
|
+
const KeyboardOffFilled = createIconComponent('Keyboard off', 'filled');
|
|
57973
|
+
const KeyboardOptionFilled = createIconComponent('Keyboard option', 'filled');
|
|
57974
|
+
const KeyboardReturnFilled = createIconComponent('Keyboard return', 'filled');
|
|
57975
|
+
const KeyboardShiftFilled = createIconComponent('Keyboard shift', 'filled');
|
|
57976
|
+
const KeyboardShiftUppercaseFilled = createIconComponent('Keyboard shift uppercase', 'filled');
|
|
57977
|
+
const KeyboardTabFilled = createIconComponent('Keyboard tab', 'filled');
|
|
57735
57978
|
const KioskFilled = createIconComponent('Kiosk', 'filled');
|
|
57736
57979
|
const KotlinFilled = createIconComponent('Kotlin', 'filled');
|
|
57737
57980
|
const LaptopFilled = createIconComponent('Laptop', 'filled');
|
|
57738
57981
|
const LayerFilled = createIconComponent('Layer', 'filled');
|
|
57739
57982
|
const LightbulbFilled = createIconComponent('Lightbulb', 'filled');
|
|
57740
57983
|
const LineFilled = createIconComponent('Line', 'filled');
|
|
57984
|
+
const LineDashesFilled = createIconComponent('Line dashes', 'filled');
|
|
57985
|
+
const LineHorizontal1Filled = createIconComponent('Line horizontal 1', 'filled');
|
|
57986
|
+
const LineHorizontal1DashesFilled = createIconComponent('Line horizontal 1 dashes', 'filled');
|
|
57741
57987
|
const LinkFilled = createIconComponent('Link', 'filled');
|
|
57742
|
-
const LocalFilled = createIconComponent('Local', 'filled');
|
|
57743
57988
|
const LocalLanguageFilled = createIconComponent('Local language', 'filled');
|
|
57744
57989
|
const LocationFilled = createIconComponent('Location', 'filled');
|
|
57745
|
-
const
|
|
57990
|
+
const LocationArrowFilled = createIconComponent('Location arrow', 'filled');
|
|
57991
|
+
const LockClosedFilled = createIconComponent('Lock closed', 'filled');
|
|
57992
|
+
const LockOpenFilled = createIconComponent('Lock open', 'filled');
|
|
57746
57993
|
const LuggageFilled = createIconComponent('Luggage', 'filled');
|
|
57747
57994
|
const MacosFilled = createIconComponent('Macos', 'filled');
|
|
57748
57995
|
const MailFilled = createIconComponent('Mail', 'filled');
|
|
57996
|
+
const MailReadFilled = createIconComponent('Mail read', 'filled');
|
|
57749
57997
|
const MailboxFilled = createIconComponent('Mailbox', 'filled');
|
|
57750
57998
|
const MapFilled = createIconComponent('Map', 'filled');
|
|
57751
57999
|
const MarkdownFilled = createIconComponent('Markdown', 'filled');
|
|
57752
|
-
const
|
|
58000
|
+
const MathSymbolsFilled = createIconComponent('Math symbols', 'filled');
|
|
57753
58001
|
const MegaphoneFilled = createIconComponent('Megaphone', 'filled');
|
|
57754
58002
|
const MicFilled = createIconComponent('Mic', 'filled');
|
|
57755
58003
|
const MoonFilled = createIconComponent('Moon', 'filled');
|
|
57756
|
-
const
|
|
58004
|
+
const MoreCircleFilled = createIconComponent('More circle', 'filled');
|
|
58005
|
+
const MoreHorizontalFilled = createIconComponent('More horizontal', 'filled');
|
|
58006
|
+
const MoreVerticialFilled = createIconComponent('More verticial', 'filled');
|
|
57757
58007
|
const MouseFilled = createIconComponent('Mouse', 'filled');
|
|
57758
58008
|
const MovieFilled = createIconComponent('Movie', 'filled');
|
|
57759
|
-
const
|
|
58009
|
+
const NetworkCheckFilled = createIconComponent('Network check', 'filled');
|
|
57760
58010
|
const NewsFilled = createIconComponent('News', 'filled');
|
|
57761
58011
|
const NextFilled = createIconComponent('Next', 'filled');
|
|
57762
58012
|
const NoteFilled = createIconComponent('Note', 'filled');
|
|
57763
58013
|
const NotebookFilled = createIconComponent('Notebook', 'filled');
|
|
57764
58014
|
const NotepadFilled = createIconComponent('Notepad', 'filled');
|
|
57765
|
-
const
|
|
58015
|
+
const NumberCircle0Filled = createIconComponent('Number circle 0', 'filled');
|
|
58016
|
+
const NumberCircle1Filled = createIconComponent('Number circle 1', 'filled');
|
|
58017
|
+
const NumberCircle2Filled = createIconComponent('Number circle 2', 'filled');
|
|
58018
|
+
const NumberCircle3Filled = createIconComponent('Number circle 3', 'filled');
|
|
58019
|
+
const NumberCircle4Filled = createIconComponent('Number circle 4', 'filled');
|
|
58020
|
+
const NumberCircle5Filled = createIconComponent('Number circle 5', 'filled');
|
|
58021
|
+
const NumberCircle6Filled = createIconComponent('Number circle 6', 'filled');
|
|
58022
|
+
const NumberCircle7Filled = createIconComponent('Number circle 7', 'filled');
|
|
58023
|
+
const NumberCircle8Filled = createIconComponent('Number circle 8', 'filled');
|
|
58024
|
+
const NumberCircle9Filled = createIconComponent('Number circle 9', 'filled');
|
|
58025
|
+
const NumberSymbolFilled = createIconComponent('Number symbol', 'filled');
|
|
58026
|
+
const NumberSymbolCircleFilled = createIconComponent('Number symbol circle', 'filled');
|
|
58027
|
+
const NumberSymbolSquareFilled = createIconComponent('Number symbol square', 'filled');
|
|
57766
58028
|
const OpacityFilled = createIconComponent('Opacity', 'filled');
|
|
57767
58029
|
const OpenFilled = createIconComponent('Open', 'filled');
|
|
58030
|
+
const OpenOffFilled = createIconComponent('Open off', 'filled');
|
|
57768
58031
|
const OptionsFilled = createIconComponent('Options', 'filled');
|
|
57769
58032
|
const OrganizationFilled = createIconComponent('Organization', 'filled');
|
|
58033
|
+
const OrganizationHorizontalFilled = createIconComponent('Organization horizontal', 'filled');
|
|
57770
58034
|
const OrientationFilled = createIconComponent('Orientation', 'filled');
|
|
57771
58035
|
const OvalFilled = createIconComponent('Oval', 'filled');
|
|
57772
58036
|
const OvenFilled = createIconComponent('Oven', 'filled');
|
|
57773
58037
|
const PaddingFilled = createIconComponent('Padding', 'filled');
|
|
57774
|
-
const
|
|
57775
|
-
const
|
|
58038
|
+
const PageFitFilled = createIconComponent('Page fit', 'filled');
|
|
58039
|
+
const PaintBrushFilled = createIconComponent('Paint brush', 'filled');
|
|
58040
|
+
const PaintBucketFilled = createIconComponent('Paint bucket', 'filled');
|
|
57776
58041
|
const ParallelogramFilled = createIconComponent('Parallelogram', 'filled');
|
|
57777
58042
|
const PasswordFilled = createIconComponent('Password', 'filled');
|
|
57778
58043
|
const PauseFilled = createIconComponent('Pause', 'filled');
|
|
58044
|
+
const PauseCircleFilled = createIconComponent('Pause circle', 'filled');
|
|
57779
58045
|
const PaymentFilled = createIconComponent('Payment', 'filled');
|
|
58046
|
+
const PaymentWirelessFilled = createIconComponent('Payment wireless', 'filled');
|
|
57780
58047
|
const PenFilled = createIconComponent('Pen', 'filled');
|
|
58048
|
+
const PenOffFilled = createIconComponent('Pen off', 'filled');
|
|
57781
58049
|
const PentagonFilled = createIconComponent('Pentagon', 'filled');
|
|
57782
58050
|
const PersonFilled = createIconComponent('Person', 'filled');
|
|
58051
|
+
const PersonVoiceFilled = createIconComponent('Person voice', 'filled');
|
|
57783
58052
|
const PhoneFilled = createIconComponent('Phone', 'filled');
|
|
57784
58053
|
const PianoFilled = createIconComponent('Piano', 'filled');
|
|
57785
58054
|
const PinFilled = createIconComponent('Pin', 'filled');
|
|
57786
58055
|
const PipelineFilled = createIconComponent('Pipeline', 'filled');
|
|
57787
58056
|
const PlayFilled = createIconComponent('Play', 'filled');
|
|
58057
|
+
const PlayCircleFilled = createIconComponent('Play circle', 'filled');
|
|
57788
58058
|
const PlaystoreFilled = createIconComponent('Playstore', 'filled');
|
|
57789
|
-
const
|
|
58059
|
+
const PortHdmiFilled = createIconComponent('Port hdmi', 'filled');
|
|
58060
|
+
const PortMicroUsbFilled = createIconComponent('Port micro usb', 'filled');
|
|
58061
|
+
const PortUsbAFilled = createIconComponent('Port usb a', 'filled');
|
|
58062
|
+
const PortUsbCFilled = createIconComponent('Port usb c', 'filled');
|
|
57790
58063
|
const PowerFilled = createIconComponent('Power', 'filled');
|
|
57791
|
-
const
|
|
58064
|
+
const PreviewLinkFilled = createIconComponent('Preview link', 'filled');
|
|
57792
58065
|
const PreviousFilled = createIconComponent('Previous', 'filled');
|
|
57793
58066
|
const PrintFilled = createIconComponent('Print', 'filled');
|
|
57794
58067
|
const PulseFilled = createIconComponent('Pulse', 'filled');
|
|
58068
|
+
const PulseCircleFilled = createIconComponent('Pulse circle', 'filled');
|
|
58069
|
+
const PulseSquareFilled = createIconComponent('Pulse square', 'filled');
|
|
57795
58070
|
const PythonFilled = createIconComponent('Python', 'filled');
|
|
57796
|
-
const
|
|
58071
|
+
const QrCodeFilled = createIconComponent('Qr code', 'filled');
|
|
57797
58072
|
const QuestionFilled = createIconComponent('Question', 'filled');
|
|
57798
|
-
const
|
|
58073
|
+
const QuestionCircleFilled = createIconComponent('Question circle', 'filled');
|
|
58074
|
+
const RadioButtonFilled = createIconComponent('Radio button', 'filled');
|
|
57799
58075
|
const RamFilled = createIconComponent('Ram', 'filled');
|
|
57800
58076
|
const RecordFilled = createIconComponent('Record', 'filled');
|
|
58077
|
+
const RecordStopFilled = createIconComponent('Record stop', 'filled');
|
|
57801
58078
|
const RectangleFilled = createIconComponent('Rectangle', 'filled');
|
|
57802
58079
|
const RefineuiFilled = createIconComponent('Refineui', 'filled');
|
|
57803
58080
|
const RewindFilled = createIconComponent('Rewind', 'filled');
|
|
57804
58081
|
const RhombusFilled = createIconComponent('Rhombus', 'filled');
|
|
57805
58082
|
const RibbonFilled = createIconComponent('Ribbon', 'filled');
|
|
57806
58083
|
const RoadFilled = createIconComponent('Road', 'filled');
|
|
58084
|
+
const RoadConeFilled = createIconComponent('Road cone', 'filled');
|
|
57807
58085
|
const RocketFilled = createIconComponent('Rocket', 'filled');
|
|
57808
58086
|
const RotationFilled = createIconComponent('Rotation', 'filled');
|
|
57809
58087
|
const RouterFilled = createIconComponent('Router', 'filled');
|
|
@@ -57815,24 +58093,40 @@ const ScalesFilled = createIconComponent('Scales', 'filled');
|
|
|
57815
58093
|
const ScriptFilled = createIconComponent('Script', 'filled');
|
|
57816
58094
|
const SearchFilled = createIconComponent('Search', 'filled');
|
|
57817
58095
|
const SendFilled = createIconComponent('Send', 'filled');
|
|
57818
|
-
const
|
|
58096
|
+
const SerialPortFilled = createIconComponent('Serial port', 'filled');
|
|
57819
58097
|
const ServerFilled = createIconComponent('Server', 'filled');
|
|
57820
|
-
const
|
|
58098
|
+
const ServerLinkFilled = createIconComponent('Server link', 'filled');
|
|
58099
|
+
const ServerPlayFilled = createIconComponent('Server play', 'filled');
|
|
58100
|
+
const ServiceBellFilled = createIconComponent('Service bell', 'filled');
|
|
57821
58101
|
const SettingsFilled = createIconComponent('Settings', 'filled');
|
|
57822
|
-
const
|
|
58102
|
+
const ShapeExcludeFilled = createIconComponent('Shape exclude', 'filled');
|
|
58103
|
+
const ShapeIntersectFilled = createIconComponent('Shape intersect', 'filled');
|
|
58104
|
+
const ShapeSubtractFilled = createIconComponent('Shape subtract', 'filled');
|
|
58105
|
+
const ShapeUnionFilled = createIconComponent('Shape union', 'filled');
|
|
57823
58106
|
const ShapesFilled = createIconComponent('Shapes', 'filled');
|
|
57824
58107
|
const ShareFilled = createIconComponent('Share', 'filled');
|
|
57825
|
-
const
|
|
58108
|
+
const ShareAndroidFilled = createIconComponent('Share android', 'filled');
|
|
58109
|
+
const ShareIosFilled = createIconComponent('Share ios', 'filled');
|
|
58110
|
+
const ShellScriptFilled = createIconComponent('Shell script', 'filled');
|
|
57826
58111
|
const ShieldFilled = createIconComponent('Shield', 'filled');
|
|
57827
|
-
const
|
|
58112
|
+
const ShoppingBagFilled = createIconComponent('Shopping bag', 'filled');
|
|
57828
58113
|
const SimFilled = createIconComponent('Sim', 'filled');
|
|
57829
|
-
const
|
|
58114
|
+
const SlideAddFilled = createIconComponent('Slide add', 'filled');
|
|
58115
|
+
const SlideContentFilled = createIconComponent('Slide content', 'filled');
|
|
58116
|
+
const SlideEraserFilled = createIconComponent('Slide eraser', 'filled');
|
|
58117
|
+
const SlideGridFilled = createIconComponent('Slide grid', 'filled');
|
|
58118
|
+
const SlideHideFilled = createIconComponent('Slide hide', 'filled');
|
|
58119
|
+
const SlideLayoutFilled = createIconComponent('Slide layout', 'filled');
|
|
57830
58120
|
const SmartwatchFilled = createIconComponent('Smartwatch', 'filled');
|
|
57831
|
-
const
|
|
58121
|
+
const SoundSourceFilled = createIconComponent('Sound source', 'filled');
|
|
57832
58122
|
const SpacebarFilled = createIconComponent('Spacebar', 'filled');
|
|
57833
|
-
const
|
|
57834
|
-
const
|
|
58123
|
+
const SportBaseballFilled = createIconComponent('Sport baseball', 'filled');
|
|
58124
|
+
const SportBasketballFilled = createIconComponent('Sport basketball', 'filled');
|
|
58125
|
+
const SportSoccerFilled = createIconComponent('Sport soccer', 'filled');
|
|
58126
|
+
const SprayCanFilled = createIconComponent('Spray can', 'filled');
|
|
57835
58127
|
const SquareFilled = createIconComponent('Square', 'filled');
|
|
58128
|
+
const SquareHintFilled = createIconComponent('Square hint', 'filled');
|
|
58129
|
+
const SquareMultipleFilled = createIconComponent('Square multiple', 'filled');
|
|
57836
58130
|
const StarFilled = createIconComponent('Star', 'filled');
|
|
57837
58131
|
const StopFilled = createIconComponent('Stop', 'filled');
|
|
57838
58132
|
const SubtractFilled = createIconComponent('Subtract', 'filled');
|
|
@@ -57844,34 +58138,66 @@ const TargetFilled = createIconComponent('Target', 'filled');
|
|
|
57844
58138
|
const TemperatureFilled = createIconComponent('Temperature', 'filled');
|
|
57845
58139
|
const TentFilled = createIconComponent('Tent', 'filled');
|
|
57846
58140
|
const TextFilled = createIconComponent('Text', 'filled');
|
|
58141
|
+
const TextAlignCenterFilled = createIconComponent('Text align center', 'filled');
|
|
58142
|
+
const TextAlignJustifyFilled = createIconComponent('Text align justify', 'filled');
|
|
58143
|
+
const TextAlignLeftFilled = createIconComponent('Text align left', 'filled');
|
|
58144
|
+
const TextAlignRightFilled = createIconComponent('Text align right', 'filled');
|
|
57847
58145
|
const TextboxFilled = createIconComponent('Textbox', 'filled');
|
|
58146
|
+
const TextboxAlignBottomFilled = createIconComponent('Textbox align bottom', 'filled');
|
|
58147
|
+
const TextboxAlignBottomCenterFilled = createIconComponent('Textbox align bottom center', 'filled');
|
|
58148
|
+
const TextboxAlignBottomLeftFilled = createIconComponent('Textbox align bottom left', 'filled');
|
|
58149
|
+
const TextboxAlignBottomRightFilled = createIconComponent('Textbox align bottom right', 'filled');
|
|
58150
|
+
const TextboxAlignCenterFilled = createIconComponent('Textbox align center', 'filled');
|
|
58151
|
+
const TextboxAlignMiddleFilled = createIconComponent('Textbox align middle', 'filled');
|
|
58152
|
+
const TextboxAlignMiddleLeftFilled = createIconComponent('Textbox align middle left', 'filled');
|
|
58153
|
+
const TextboxAlignMiddleRightFilled = createIconComponent('Textbox align middle right', 'filled');
|
|
58154
|
+
const TextboxAlignTopFilled = createIconComponent('Textbox align top', 'filled');
|
|
58155
|
+
const TextboxAlignTopCenterFilled = createIconComponent('Textbox align top center', 'filled');
|
|
58156
|
+
const TextboxAlignTopLeftFilled = createIconComponent('Textbox align top left', 'filled');
|
|
58157
|
+
const TextboxAlignTopRightFilled = createIconComponent('Textbox align top right', 'filled');
|
|
57848
58158
|
const ThinkingFilled = createIconComponent('Thinking', 'filled');
|
|
57849
58159
|
const TicketFilled = createIconComponent('Ticket', 'filled');
|
|
57850
58160
|
const TimerFilled = createIconComponent('Timer', 'filled');
|
|
57851
|
-
const
|
|
58161
|
+
const ToggleLeftFilled = createIconComponent('Toggle left', 'filled');
|
|
58162
|
+
const ToggleMultipleFilled = createIconComponent('Toggle multiple', 'filled');
|
|
58163
|
+
const ToggleRightFilled = createIconComponent('Toggle right', 'filled');
|
|
57852
58164
|
const ToolboxFilled = createIconComponent('Toolbox', 'filled');
|
|
57853
58165
|
const TrophyFilled = createIconComponent('Trophy', 'filled');
|
|
57854
58166
|
const TvFilled = createIconComponent('Tv', 'filled');
|
|
57855
58167
|
const TypescriptFilled = createIconComponent('Typescript', 'filled');
|
|
57856
58168
|
const UmbrellaFilled = createIconComponent('Umbrella', 'filled');
|
|
57857
58169
|
const UsbFilled = createIconComponent('Usb', 'filled');
|
|
58170
|
+
const UsbCableFilled = createIconComponent('Usb cable', 'filled');
|
|
57858
58171
|
const VerifiedFilled = createIconComponent('Verified', 'filled');
|
|
57859
58172
|
const VideoFilled = createIconComponent('Video', 'filled');
|
|
58173
|
+
const VideoClipFilled = createIconComponent('Video clip', 'filled');
|
|
58174
|
+
const VideoPlayPauseFilled = createIconComponent('Video play pause', 'filled');
|
|
57860
58175
|
const VoicemailFilled = createIconComponent('Voicemail', 'filled');
|
|
57861
58176
|
const VoteFilled = createIconComponent('Vote', 'filled');
|
|
57862
|
-
const
|
|
58177
|
+
const WalkieTalkieFilled = createIconComponent('Walkie talkie', 'filled');
|
|
57863
58178
|
const WalletFilled = createIconComponent('Wallet', 'filled');
|
|
57864
58179
|
const WandFilled = createIconComponent('Wand', 'filled');
|
|
57865
58180
|
const WarningFilled = createIconComponent('Warning', 'filled');
|
|
57866
58181
|
const WasherFilled = createIconComponent('Washer', 'filled');
|
|
57867
58182
|
const WaterFilled = createIconComponent('Water', 'filled');
|
|
57868
|
-
const
|
|
58183
|
+
const WeatherBlowingSnowFilled = createIconComponent('Weather blowing snow', 'filled');
|
|
58184
|
+
const WeatherCloudyFilled = createIconComponent('Weather cloudy', 'filled');
|
|
58185
|
+
const WeatherRainFilled = createIconComponent('Weather rain', 'filled');
|
|
58186
|
+
const WeatherSnowFilled = createIconComponent('Weather snow', 'filled');
|
|
58187
|
+
const WeatherSnowflakeFilled = createIconComponent('Weather snowflake', 'filled');
|
|
58188
|
+
const WeatherSunnyFilled = createIconComponent('Weather sunny', 'filled');
|
|
58189
|
+
const WeatherThunderstormFilled = createIconComponent('Weather thunderstorm', 'filled');
|
|
57869
58190
|
const WebFilled = createIconComponent('Web', 'filled');
|
|
57870
|
-
const
|
|
58191
|
+
const Wifi1Filled = createIconComponent('Wifi 1', 'filled');
|
|
58192
|
+
const Wifi2Filled = createIconComponent('Wifi 2', 'filled');
|
|
58193
|
+
const Wifi3Filled = createIconComponent('Wifi 3', 'filled');
|
|
58194
|
+
const Wifi4Filled = createIconComponent('Wifi 4', 'filled');
|
|
57871
58195
|
const WindowsFilled = createIconComponent('Windows', 'filled');
|
|
57872
58196
|
const WrenchFilled = createIconComponent('Wrench', 'filled');
|
|
57873
58197
|
const XrayFilled = createIconComponent('Xray', 'filled');
|
|
57874
|
-
const ZoomFilled = createIconComponent('Zoom', 'filled');
|
|
58198
|
+
const ZoomFilled = createIconComponent('Zoom', 'filled');
|
|
58199
|
+
const ZoomInFilled = createIconComponent('Zoom in', 'filled');
|
|
58200
|
+
const ZoomOutFilled = createIconComponent('Zoom out', 'filled');
|
|
57875
58201
|
|
|
57876
|
-
export { Access, AccessFilled, Accessibility, AccessibilityFilled, Add, AddFilled, Airplane, AirplaneFilled, Album, AlbumFilled, Alert, AlertFilled, Align, AlignFilled, Android, AndroidFilled, App, AppFilled, Appstore, AppstoreFilled, Autosum, AutosumFilled, Backpack, BackpackFilled, Backspace, BackspaceFilled, Badge, BadgeFilled, Balloon, BalloonFilled, Bar, BarFilled, Barcode, BarcodeFilled, Battery, BatteryFilled, Block, BlockFilled, Bluetooth, BluetoothFilled, Blur, BlurFilled, Board, BoardFilled, Book, BookFilled, Bookmark, BookmarkFilled, Bug, BugFilled, Calculator, CalculatorFilled, Calendar, CalendarFilled, Camera, CameraFilled, Cart, CartFilled, Carton, CartonFilled, Chart, ChartFilled, Chat, ChatFilled, Checkmark, CheckmarkFilled, Chess, ChessFilled, Chevron, ChevronFilled, Circle, CircleFilled, Clipboard, ClipboardFilled, Clock, ClockFilled, Cloud, CloudFilled, Clover, CloverFilled, Code, CodeFilled, Comma, CommaFilled, Comment, CommentFilled, Cone, ConeFilled, Contrast, ContrastFilled, Control, ControlFilled, Cookie, CookieFilled, Copy, CopyFilled, Couch, CouchFilled, Cpu, CpuFilled, Crop, CropFilled, Crown, CrownFilled, Css, CssFilled, Cube, CubeFilled, Cursor, CursorFilled, Cut, CutFilled, Dart, DartFilled, Database, DatabaseFilled, Delete, DeleteFilled, Dentist, DentistFilled, Desk, DeskFilled, Desktop, DesktopFilled, Dialpad, DialpadFilled, Diamond, DiamondFilled, Dismiss, DismissFilled, Doctor, DoctorFilled, Document, DocumentFilled, Door, DoorFilled, Drag, DragFilled, Drawer, DrawerFilled, Drop, DropFilled, Dual, DualFilled, Dumbbell, DumbbellFilled, Dust, DustFilled, Earth, EarthFilled, Edit, EditFilled, Elevator, ElevatorFilled, Emoji, EmojiFilled, Engine, EngineFilled, Equal, EqualFilled, Error, ErrorFilled, Eye, EyeFilled, Eyedropper, EyedropperFilled, Fast, FastFilled, Filmstrip, FilmstripFilled, Filter, FilterFilled, Fire, FireFilled, Flag, FlagFilled, Flash, FlashFilled, Flashlight, FlashlightFilled, Flip, FlipFilled, Folder, FolderFilled, Frame, FrameFilled, Full, FullFilled, Games, GamesFilled, Gantt, GanttFilled, Gas, GasFilled, Gavel, GavelFilled, Gif, GifFilled, Gift, GiftFilled, Git, GitFilled, Glasses, GlassesFilled, Global, GlobalFilled, Grid, GridFilled, Guest, GuestFilled, Guitar, GuitarFilled, Hammer, HammerFilled, Hard, HardFilled, Hat, HatFilled, Hd, HdFilled, Hdr, HdrFilled, Headphones, HeadphonesFilled, Headset, HeadsetFilled, Heart, HeartFilled, Hexagon, HexagonFilled, Highlight, HighlightFilled, Highway, HighwayFilled, Home, HomeFilled, Hourglass, HourglassFilled, Html, HtmlFilled, reactNativeIconUtils as IconUtils, Image, ImageFilled, Important, ImportantFilled, Incognito, IncognitoFilled, Info, InfoFilled, Ios, IosFilled, Iot, IotFilled, Javascript, JavascriptFilled, Joystick, JoystickFilled, Json, JsonFilled, Key, KeyFilled, Keyboard, KeyboardFilled, Kiosk, KioskFilled, Kotlin, KotlinFilled, Laptop, LaptopFilled, Layer, LayerFilled, Lightbulb, LightbulbFilled, Line, LineFilled, Link, LinkFilled, Local, LocalFilled, LocalLanguage, LocalLanguageFilled, Location, LocationFilled, Lock, LockFilled, Luggage, LuggageFilled, Macos, MacosFilled, Mail, MailFilled, Mailbox, MailboxFilled, Map, MapFilled, Markdown, MarkdownFilled, Math, MathFilled, Megaphone, MegaphoneFilled, Mic, MicFilled, Moon, MoonFilled, More, MoreFilled, Mouse, MouseFilled, Movie, MovieFilled, Network, NetworkFilled, News, NewsFilled, Next, NextFilled, Note, NoteFilled, Notebook, NotebookFilled, Notepad, NotepadFilled, Number, NumberFilled, Opacity, OpacityFilled, Open, OpenFilled, Options, OptionsFilled, Organization, OrganizationFilled, Orientation, OrientationFilled, Oval, OvalFilled, Oven, OvenFilled, Padding, PaddingFilled, Page, PageFilled, Paint, PaintFilled, Parallelogram, ParallelogramFilled, Password, PasswordFilled, Pause, PauseFilled, Payment, PaymentFilled, Pen, PenFilled, Pentagon, PentagonFilled, Person, PersonFilled, Phone, PhoneFilled, Piano, PianoFilled, Pin, PinFilled, Pipeline, PipelineFilled, Play, PlayFilled, Playstore, PlaystoreFilled, Port, PortFilled, Power, PowerFilled, Preview, PreviewFilled, Previous, PreviousFilled, Print, PrintFilled, Pulse, PulseFilled, Python, PythonFilled, Qr, QrFilled, Question, QuestionFilled, Radio, RadioFilled, Ram, RamFilled, Record, RecordFilled, Rectangle, RectangleFilled, Refineui, RefineuiFilled, Rewind, RewindFilled, Rhombus, RhombusFilled, Ribbon, RibbonFilled, Road, RoadFilled, Rocket, RocketFilled, Rotation, RotationFilled, Router, RouterFilled, Rss, RssFilled, Ruler, RulerFilled, Run, RunFilled, Save, SaveFilled, Scales, ScalesFilled, Script, ScriptFilled, Search, SearchFilled, Send, SendFilled, Serial, SerialFilled, Server, ServerFilled, Service, ServiceFilled, Settings, SettingsFilled, Shape, ShapeFilled, Shapes, ShapesFilled, Share, ShareFilled, Shell, ShellFilled, Shield, ShieldFilled, Shopping, ShoppingFilled, Sim, SimFilled, Slide, SlideFilled, Smartwatch, SmartwatchFilled, Sound, SoundFilled, Spacebar, SpacebarFilled, Sport, SportFilled, Spray, SprayFilled, Square, SquareFilled, Star, StarFilled, Stop, StopFilled, Subtract, SubtractFilled, Swift, SwiftFilled, Tab, TabFilled, Tablet, TabletFilled, Tag, TagFilled, Target, TargetFilled, Temperature, TemperatureFilled, Tent, TentFilled, Text, TextFilled, Textbox, TextboxFilled, Thinking, ThinkingFilled, Ticket, TicketFilled, Timer, TimerFilled, Toggle, ToggleFilled, Toolbox, ToolboxFilled, Trophy, TrophyFilled, Tv, TvFilled, Typescript, TypescriptFilled, Umbrella, UmbrellaFilled, Usb, UsbFilled, Verified, VerifiedFilled, Video, VideoFilled, Voicemail, VoicemailFilled, Vote, VoteFilled, Walkie, WalkieFilled, Wallet, WalletFilled, Wand, WandFilled, Warning, WarningFilled, Washer, WasherFilled, Water, WaterFilled, Weather, WeatherFilled, Web, WebFilled, Wifi, WifiFilled, Windows, WindowsFilled, Wrench, WrenchFilled, Xray, XrayFilled, Zoom, ZoomFilled, createIconComponent, getFontFamily, getIconChar, getIconClass };
|
|
58202
|
+
export { AccessTime, AccessTimeFilled, Accessibility, AccessibilityFilled, Add, AddCircle, AddCircleFilled, AddFilled, AddSquare, AddSquareFilled, Airplane, AirplaneFilled, Album, AlbumFilled, Alert, AlertBadge, AlertBadgeFilled, AlertFilled, AlertOff, AlertOffFilled, AlignBottom, AlignBottomFilled, AlignCenterHorizontal, AlignCenterHorizontalFilled, AlignCenterVertical, AlignCenterVerticalFilled, AlignLeft, AlignLeftFilled, AlignRight, AlignRightFilled, AlignTop, AlignTopFilled, Android, AndroidFilled, AppFolder, AppFolderFilled, AppRecent, AppRecentFilled, AppTitle, AppTitleFilled, Appstore, AppstoreFilled, Autosum, AutosumFilled, Backpack, BackpackFilled, Backspace, BackspaceFilled, Badge, BadgeFilled, Balloon, BalloonFilled, BarChartHorizontal, BarChartHorizontalDescending, BarChartHorizontalDescendingFilled, BarChartHorizontalFilled, BarChartVertical, BarChartVerticalDescending, BarChartVerticalDescendingFilled, BarChartVerticalFilled, BarcodeScanner, BarcodeScannerFilled, Battery0, Battery0Filled, Battery10, Battery100, Battery100Filled, Battery10Filled, Battery20, Battery20Filled, Battery30, Battery30Filled, Battery40, Battery40Filled, Battery50, Battery50Filled, Battery60, Battery60Filled, Battery70, Battery70Filled, Battery80, Battery80Filled, Battery90, Battery90Filled, Block, BlockFilled, Bluetooth, BluetoothFilled, Blur, BlurFilled, Board, BoardFilled, Book, BookFilled, Bookmark, BookmarkFilled, Bug, BugFilled, Calculator, CalculatorFilled, Calendar, CalendarFilled, Camera, CameraFilled, Cart, CartFilled, CartonBox, CartonBoxFilled, Chart, ChartFilled, Chat, ChatAdd, ChatAddFilled, ChatEmpty, ChatEmptyFilled, ChatFilled, Checkmark, CheckmarkFilled, Chess, ChessFilled, ChevronDown, ChevronDownFilled, ChevronLeft, ChevronLeftFilled, ChevronRight, ChevronRightFilled, ChevronUp, ChevronUpFilled, Circle, CircleFilled, Clipboard, ClipboardFilled, Clock, ClockAlarm, ClockAlarmFilled, ClockFilled, Cloud, CloudFilled, Clover, CloverFilled, Code, CodeBlock, CodeBlockFilled, CodeFilled, Comma, CommaFilled, Comment, CommentFilled, Cone, ConeFilled, Contrast, ContrastFilled, ControlButton, ControlButtonFilled, Cookie, CookieFilled, Copy, CopyFilled, Couch, CouchFilled, Cpu, CpuFilled, Crop, CropFilled, Crown, CrownFilled, Css, CssFilled, Cube, CubeFilled, Cursor, CursorFilled, Cut, CutFilled, Dart, DartFilled, Database, DatabaseFilled, Delete, DeleteFilled, DeleteOff, DeleteOffFilled, Dentist, DentistFilled, Desk, DeskFilled, Desktop, DesktopFilled, DesktopMac, DesktopMacFilled, Dialpad, DialpadFilled, Diamond, DiamondFilled, Dismiss, DismissCircle, DismissCircleFilled, DismissFilled, DismissSquare, DismissSquareFilled, Doctor, DoctorFilled, Document, DocumentBorder, DocumentBorderFilled, DocumentFilled, Door, DoorFilled, Drag, DragFilled, Drawer, DrawerFilled, Drop, DropFilled, DualScreen, DualScreenFilled, Dumbbell, DumbbellFilled, Dust, DustFilled, Earth, EarthFilled, Edit, EditFilled, EditOff, EditOffFilled, Elevator, ElevatorFilled, Emoji, EmojiAngry, EmojiAngryFilled, EmojiCool, EmojiCoolFilled, EmojiFilled, EmojiGrimacing, EmojiGrimacingFilled, EmojiLaugh, EmojiLaughFilled, EmojiMeh, EmojiMehFilled, EmojiSad, EmojiSadFilled, EmojiSurprise, EmojiSurpriseFilled, Engine, EngineFilled, Equal, EqualCircle, EqualCircleFilled, EqualFilled, EqualOff, EqualOffFilled, ErrorCircle, ErrorCircleFilled, Eye, EyeFilled, EyeOff, EyeOffFilled, Eyedropper, EyedropperFilled, EyedropperOff, EyedropperOffFilled, FastForward, FastForwardFilled, Filmstrip, FilmstripFilled, FilmstripOff, FilmstripOffFilled, Filter, FilterFilled, Fire, FireFilled, Flag, FlagFilled, FlagOff, FlagOffFilled, Flash, FlashFilled, FlashOff, FlashOffFilled, Flashlight, FlashlightFilled, FlashlightOff, FlashlightOffFilled, FlipHorizontal, FlipHorizontalFilled, FlipVerticial, FlipVerticialFilled, Folder, FolderFilled, FolderOpen, FolderOpenFilled, Frame, FrameFilled, FullScreenMaximize, FullScreenMaximizeFilled, FullScreenMinimize, FullScreenMinimizeFilled, Games, GamesFilled, GanttChart, GanttChartFilled, Gas, GasFilled, GasStation, GasStationFilled, Gavel, GavelFilled, Gif, GifFilled, Gift, GiftCard, GiftCardFilled, GiftFilled, Git, GitFilled, Glasses, GlassesFilled, Global, GlobalFilled, Grid, GridFilled, Guest, GuestFilled, Guitar, GuitarFilled, Hammer, HammerFilled, HardDrive, HardDriveFilled, HatGraduation, HatGraduationFilled, Hd, HdFilled, Hdr, HdrFilled, HdrOff, HdrOffFilled, Headphones, HeadphonesFilled, HeadphonesMic, HeadphonesMicFilled, HeadsetVr, HeadsetVrFilled, Heart, HeartBroken, HeartBrokenFilled, HeartFilled, Hexagon, HexagonFilled, Highlight, HighlightFilled, Highway, HighwayFilled, Home, HomeCheckmark, HomeCheckmarkFilled, HomeFilled, Hourglass, HourglassFilled, HourglassHalf, HourglassHalfFilled, HourglassOneQuarter, HourglassOneQuarterFilled, HourglassThreeQuarter, HourglassThreeQuarterFilled, Html, HtmlFilled, reactNativeIconUtils as IconUtils, Image, ImageCircle, ImageCircleFilled, ImageFilled, Important, ImportantFilled, Incognito, IncognitoFilled, Info, InfoFilled, Ios, IosArrowLtr, IosArrowLtrFilled, IosArrowRtl, IosArrowRtlFilled, IosChevronLtr, IosChevronLtrFilled, IosChevronRtl, IosChevronRtlFilled, IosFilled, Iot, IotFilled, Javascript, JavascriptFilled, Joystick, JoystickFilled, Json, JsonFile, JsonFileFilled, JsonFilled, Key, KeyFilled, KeyMultiple, KeyMultipleFilled, Keyboard, KeyboardBackspace, KeyboardBackspaceFilled, KeyboardCommand, KeyboardCommandFilled, KeyboardFilled, KeyboardLock, KeyboardLockFilled, KeyboardOff, KeyboardOffFilled, KeyboardOption, KeyboardOptionFilled, KeyboardReturn, KeyboardReturnFilled, KeyboardShift, KeyboardShiftFilled, KeyboardShiftUppercase, KeyboardShiftUppercaseFilled, KeyboardTab, KeyboardTabFilled, Kiosk, KioskFilled, Kotlin, KotlinFilled, Laptop, LaptopFilled, Layer, LayerFilled, Lightbulb, LightbulbFilled, Line, LineDashes, LineDashesFilled, LineFilled, LineHorizontal1, LineHorizontal1Dashes, LineHorizontal1DashesFilled, LineHorizontal1Filled, Link, LinkFilled, LocalLanguage, LocalLanguageFilled, Location, LocationArrow, LocationArrowFilled, LocationFilled, LockClosed, LockClosedFilled, LockOpen, LockOpenFilled, Luggage, LuggageFilled, Macos, MacosFilled, Mail, MailFilled, MailRead, MailReadFilled, Mailbox, MailboxFilled, Map, MapFilled, Markdown, MarkdownFilled, MathSymbols, MathSymbolsFilled, Megaphone, MegaphoneFilled, Mic, MicFilled, Moon, MoonFilled, MoreCircle, MoreCircleFilled, MoreHorizontal, MoreHorizontalFilled, MoreVerticial, MoreVerticialFilled, Mouse, MouseFilled, Movie, MovieFilled, NetworkCheck, NetworkCheckFilled, News, NewsFilled, Next, NextFilled, Note, NoteFilled, Notebook, NotebookFilled, Notepad, NotepadFilled, NumberCircle0, NumberCircle0Filled, NumberCircle1, NumberCircle1Filled, NumberCircle2, NumberCircle2Filled, NumberCircle3, NumberCircle3Filled, NumberCircle4, NumberCircle4Filled, NumberCircle5, NumberCircle5Filled, NumberCircle6, NumberCircle6Filled, NumberCircle7, NumberCircle7Filled, NumberCircle8, NumberCircle8Filled, NumberCircle9, NumberCircle9Filled, NumberSymbol, NumberSymbolCircle, NumberSymbolCircleFilled, NumberSymbolFilled, NumberSymbolSquare, NumberSymbolSquareFilled, Opacity, OpacityFilled, Open, OpenFilled, OpenOff, OpenOffFilled, Options, OptionsFilled, Organization, OrganizationFilled, OrganizationHorizontal, OrganizationHorizontalFilled, Orientation, OrientationFilled, Oval, OvalFilled, Oven, OvenFilled, Padding, PaddingFilled, PageFit, PageFitFilled, PaintBrush, PaintBrushFilled, PaintBucket, PaintBucketFilled, Parallelogram, ParallelogramFilled, Password, PasswordFilled, Pause, PauseCircle, PauseCircleFilled, PauseFilled, Payment, PaymentFilled, PaymentWireless, PaymentWirelessFilled, Pen, PenFilled, PenOff, PenOffFilled, Pentagon, PentagonFilled, Person, PersonFilled, PersonVoice, PersonVoiceFilled, Phone, PhoneFilled, Piano, PianoFilled, Pin, PinFilled, Pipeline, PipelineFilled, Play, PlayCircle, PlayCircleFilled, PlayFilled, Playstore, PlaystoreFilled, PortHdmi, PortHdmiFilled, PortMicroUsb, PortMicroUsbFilled, PortUsbA, PortUsbAFilled, PortUsbC, PortUsbCFilled, Power, PowerFilled, PreviewLink, PreviewLinkFilled, Previous, PreviousFilled, Print, PrintFilled, Pulse, PulseCircle, PulseCircleFilled, PulseFilled, PulseSquare, PulseSquareFilled, Python, PythonFilled, QrCode, QrCodeFilled, Question, QuestionCircle, QuestionCircleFilled, QuestionFilled, RadioButton, RadioButtonFilled, Ram, RamFilled, Record, RecordFilled, RecordStop, RecordStopFilled, Rectangle, RectangleFilled, Refineui, RefineuiFilled, Rewind, RewindFilled, Rhombus, RhombusFilled, Ribbon, RibbonFilled, Road, RoadCone, RoadConeFilled, RoadFilled, Rocket, RocketFilled, Rotation, RotationFilled, Router, RouterFilled, Rss, RssFilled, Ruler, RulerFilled, Run, RunFilled, Save, SaveFilled, Scales, ScalesFilled, Script, ScriptFilled, Search, SearchFilled, Send, SendFilled, SerialPort, SerialPortFilled, Server, ServerFilled, ServerLink, ServerLinkFilled, ServerPlay, ServerPlayFilled, ServiceBell, ServiceBellFilled, Settings, SettingsFilled, ShapeExclude, ShapeExcludeFilled, ShapeIntersect, ShapeIntersectFilled, ShapeSubtract, ShapeSubtractFilled, ShapeUnion, ShapeUnionFilled, Shapes, ShapesFilled, Share, ShareAndroid, ShareAndroidFilled, ShareFilled, ShareIos, ShareIosFilled, ShellScript, ShellScriptFilled, Shield, ShieldFilled, ShoppingBag, ShoppingBagFilled, Sim, SimFilled, SlideAdd, SlideAddFilled, SlideContent, SlideContentFilled, SlideEraser, SlideEraserFilled, SlideGrid, SlideGridFilled, SlideHide, SlideHideFilled, SlideLayout, SlideLayoutFilled, Smartwatch, SmartwatchFilled, SoundSource, SoundSourceFilled, Spacebar, SpacebarFilled, SportBaseball, SportBaseballFilled, SportBasketball, SportBasketballFilled, SportSoccer, SportSoccerFilled, SprayCan, SprayCanFilled, Square, SquareFilled, SquareHint, SquareHintFilled, SquareMultiple, SquareMultipleFilled, Star, StarFilled, Stop, StopFilled, Subtract, SubtractFilled, Swift, SwiftFilled, Tab, TabFilled, Tablet, TabletFilled, Tag, TagFilled, Target, TargetFilled, Temperature, TemperatureFilled, Tent, TentFilled, Text, TextAlignCenter, TextAlignCenterFilled, TextAlignJustify, TextAlignJustifyFilled, TextAlignLeft, TextAlignLeftFilled, TextAlignRight, TextAlignRightFilled, TextFilled, Textbox, TextboxAlignBottom, TextboxAlignBottomCenter, TextboxAlignBottomCenterFilled, TextboxAlignBottomFilled, TextboxAlignBottomLeft, TextboxAlignBottomLeftFilled, TextboxAlignBottomRight, TextboxAlignBottomRightFilled, TextboxAlignCenter, TextboxAlignCenterFilled, TextboxAlignMiddle, TextboxAlignMiddleFilled, TextboxAlignMiddleLeft, TextboxAlignMiddleLeftFilled, TextboxAlignMiddleRight, TextboxAlignMiddleRightFilled, TextboxAlignTop, TextboxAlignTopCenter, TextboxAlignTopCenterFilled, TextboxAlignTopFilled, TextboxAlignTopLeft, TextboxAlignTopLeftFilled, TextboxAlignTopRight, TextboxAlignTopRightFilled, TextboxFilled, Thinking, ThinkingFilled, Ticket, TicketFilled, Timer, TimerFilled, ToggleLeft, ToggleLeftFilled, ToggleMultiple, ToggleMultipleFilled, ToggleRight, ToggleRightFilled, Toolbox, ToolboxFilled, Trophy, TrophyFilled, Tv, TvFilled, Typescript, TypescriptFilled, Umbrella, UmbrellaFilled, Usb, UsbCable, UsbCableFilled, UsbFilled, Verified, VerifiedFilled, Video, VideoClip, VideoClipFilled, VideoFilled, VideoPlayPause, VideoPlayPauseFilled, Voicemail, VoicemailFilled, Vote, VoteFilled, WalkieTalkie, WalkieTalkieFilled, Wallet, WalletFilled, Wand, WandFilled, Warning, WarningFilled, Washer, WasherFilled, Water, WaterFilled, WeatherBlowingSnow, WeatherBlowingSnowFilled, WeatherCloudy, WeatherCloudyFilled, WeatherRain, WeatherRainFilled, WeatherSnow, WeatherSnowFilled, WeatherSnowflake, WeatherSnowflakeFilled, WeatherSunny, WeatherSunnyFilled, WeatherThunderstorm, WeatherThunderstormFilled, Web, WebFilled, Wifi1, Wifi1Filled, Wifi2, Wifi2Filled, Wifi3, Wifi3Filled, Wifi4, Wifi4Filled, Windows, WindowsFilled, Wrench, WrenchFilled, Xray, XrayFilled, Zoom, ZoomFilled, ZoomIn, ZoomInFilled, ZoomOut, ZoomOutFilled, createIconComponent, getFontFamily, getIconChar, getIconClass };
|
|
57877
58203
|
//# sourceMappingURL=index.esm.js.map
|