@refineui/react-native-icons 0.3.24 → 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.umd.js
CHANGED
|
@@ -57335,24 +57335,48 @@
|
|
|
57335
57335
|
};
|
|
57336
57336
|
|
|
57337
57337
|
// === Regular style icons ===
|
|
57338
|
-
const
|
|
57338
|
+
const AccessTime = createIconComponent('Access time', 'regular');
|
|
57339
57339
|
const Accessibility = createIconComponent('Accessibility', 'regular');
|
|
57340
57340
|
const Add = createIconComponent('Add', 'regular');
|
|
57341
|
+
const AddCircle = createIconComponent('Add circle', 'regular');
|
|
57342
|
+
const AddSquare = createIconComponent('Add square', 'regular');
|
|
57341
57343
|
const Airplane = createIconComponent('Airplane', 'regular');
|
|
57342
57344
|
const Album = createIconComponent('Album', 'regular');
|
|
57343
57345
|
const Alert = createIconComponent('Alert', 'regular');
|
|
57344
|
-
const
|
|
57346
|
+
const AlertBadge = createIconComponent('Alert badge', 'regular');
|
|
57347
|
+
const AlertOff = createIconComponent('Alert off', 'regular');
|
|
57348
|
+
const AlignBottom = createIconComponent('Align bottom', 'regular');
|
|
57349
|
+
const AlignCenterHorizontal = createIconComponent('Align center horizontal', 'regular');
|
|
57350
|
+
const AlignCenterVertical = createIconComponent('Align center vertical', 'regular');
|
|
57351
|
+
const AlignLeft = createIconComponent('Align left', 'regular');
|
|
57352
|
+
const AlignRight = createIconComponent('Align right', 'regular');
|
|
57353
|
+
const AlignTop = createIconComponent('Align top', 'regular');
|
|
57345
57354
|
const Android = createIconComponent('Android', 'regular');
|
|
57346
|
-
const
|
|
57355
|
+
const AppFolder = createIconComponent('App folder', 'regular');
|
|
57356
|
+
const AppRecent = createIconComponent('App recent', 'regular');
|
|
57357
|
+
const AppTitle = createIconComponent('App title', 'regular');
|
|
57347
57358
|
const Appstore = createIconComponent('Appstore', 'regular');
|
|
57348
57359
|
const Autosum = createIconComponent('Autosum', 'regular');
|
|
57349
57360
|
const Backpack = createIconComponent('Backpack', 'regular');
|
|
57350
57361
|
const Backspace = createIconComponent('Backspace', 'regular');
|
|
57351
57362
|
const Badge = createIconComponent('Badge', 'regular');
|
|
57352
57363
|
const Balloon = createIconComponent('Balloon', 'regular');
|
|
57353
|
-
const
|
|
57354
|
-
const
|
|
57355
|
-
const
|
|
57364
|
+
const BarChartHorizontal = createIconComponent('Bar chart horizontal', 'regular');
|
|
57365
|
+
const BarChartHorizontalDescending = createIconComponent('Bar chart horizontal descending', 'regular');
|
|
57366
|
+
const BarChartVertical = createIconComponent('Bar chart vertical', 'regular');
|
|
57367
|
+
const BarChartVerticalDescending = createIconComponent('Bar chart vertical descending', 'regular');
|
|
57368
|
+
const BarcodeScanner = createIconComponent('Barcode scanner', 'regular');
|
|
57369
|
+
const Battery0 = createIconComponent('Battery 0', 'regular');
|
|
57370
|
+
const Battery10 = createIconComponent('Battery 10', 'regular');
|
|
57371
|
+
const Battery100 = createIconComponent('Battery 100', 'regular');
|
|
57372
|
+
const Battery20 = createIconComponent('Battery 20', 'regular');
|
|
57373
|
+
const Battery30 = createIconComponent('Battery 30', 'regular');
|
|
57374
|
+
const Battery40 = createIconComponent('Battery 40', 'regular');
|
|
57375
|
+
const Battery50 = createIconComponent('Battery 50', 'regular');
|
|
57376
|
+
const Battery60 = createIconComponent('Battery 60', 'regular');
|
|
57377
|
+
const Battery70 = createIconComponent('Battery 70', 'regular');
|
|
57378
|
+
const Battery80 = createIconComponent('Battery 80', 'regular');
|
|
57379
|
+
const Battery90 = createIconComponent('Battery 90', 'regular');
|
|
57356
57380
|
const Block = createIconComponent('Block', 'regular');
|
|
57357
57381
|
const Bluetooth = createIconComponent('Bluetooth', 'regular');
|
|
57358
57382
|
const Blur = createIconComponent('Blur', 'regular');
|
|
@@ -57364,23 +57388,30 @@
|
|
|
57364
57388
|
const Calendar = createIconComponent('Calendar', 'regular');
|
|
57365
57389
|
const Camera = createIconComponent('Camera', 'regular');
|
|
57366
57390
|
const Cart = createIconComponent('Cart', 'regular');
|
|
57367
|
-
const
|
|
57391
|
+
const CartonBox = createIconComponent('Carton box', 'regular');
|
|
57368
57392
|
const Chart = createIconComponent('Chart', 'regular');
|
|
57369
57393
|
const Chat = createIconComponent('Chat', 'regular');
|
|
57394
|
+
const ChatAdd = createIconComponent('Chat add', 'regular');
|
|
57395
|
+
const ChatEmpty = createIconComponent('Chat empty', 'regular');
|
|
57370
57396
|
const Checkmark = createIconComponent('Checkmark', 'regular');
|
|
57371
57397
|
const Chess = createIconComponent('Chess', 'regular');
|
|
57372
|
-
const
|
|
57398
|
+
const ChevronDown = createIconComponent('Chevron down', 'regular');
|
|
57399
|
+
const ChevronLeft = createIconComponent('Chevron left', 'regular');
|
|
57400
|
+
const ChevronRight = createIconComponent('Chevron right', 'regular');
|
|
57401
|
+
const ChevronUp = createIconComponent('Chevron up', 'regular');
|
|
57373
57402
|
const Circle = createIconComponent('Circle', 'regular');
|
|
57374
57403
|
const Clipboard = createIconComponent('Clipboard', 'regular');
|
|
57375
57404
|
const Clock = createIconComponent('Clock', 'regular');
|
|
57405
|
+
const ClockAlarm = createIconComponent('Clock alarm', 'regular');
|
|
57376
57406
|
const Cloud = createIconComponent('Cloud', 'regular');
|
|
57377
57407
|
const Clover = createIconComponent('Clover', 'regular');
|
|
57378
57408
|
const Code = createIconComponent('Code', 'regular');
|
|
57409
|
+
const CodeBlock = createIconComponent('Code block', 'regular');
|
|
57379
57410
|
const Comma = createIconComponent('Comma', 'regular');
|
|
57380
57411
|
const Comment = createIconComponent('Comment', 'regular');
|
|
57381
57412
|
const Cone = createIconComponent('Cone', 'regular');
|
|
57382
57413
|
const Contrast = createIconComponent('Contrast', 'regular');
|
|
57383
|
-
const
|
|
57414
|
+
const ControlButton = createIconComponent('Control button', 'regular');
|
|
57384
57415
|
const Cookie = createIconComponent('Cookie', 'regular');
|
|
57385
57416
|
const Copy = createIconComponent('Copy', 'regular');
|
|
57386
57417
|
const Couch = createIconComponent('Couch', 'regular');
|
|
@@ -57394,47 +57425,73 @@
|
|
|
57394
57425
|
const Dart = createIconComponent('Dart', 'regular');
|
|
57395
57426
|
const Database = createIconComponent('Database', 'regular');
|
|
57396
57427
|
const Delete = createIconComponent('Delete', 'regular');
|
|
57428
|
+
const DeleteOff = createIconComponent('Delete off', 'regular');
|
|
57397
57429
|
const Dentist = createIconComponent('Dentist', 'regular');
|
|
57398
57430
|
const Desk = createIconComponent('Desk', 'regular');
|
|
57399
57431
|
const Desktop = createIconComponent('Desktop', 'regular');
|
|
57432
|
+
const DesktopMac = createIconComponent('Desktop mac', 'regular');
|
|
57400
57433
|
const Dialpad = createIconComponent('Dialpad', 'regular');
|
|
57401
57434
|
const Diamond = createIconComponent('Diamond', 'regular');
|
|
57402
57435
|
const Dismiss = createIconComponent('Dismiss', 'regular');
|
|
57436
|
+
const DismissCircle = createIconComponent('Dismiss circle', 'regular');
|
|
57437
|
+
const DismissSquare = createIconComponent('Dismiss square', 'regular');
|
|
57403
57438
|
const Doctor = createIconComponent('Doctor', 'regular');
|
|
57404
57439
|
const Document = createIconComponent('Document', 'regular');
|
|
57440
|
+
const DocumentBorder = createIconComponent('Document border', 'regular');
|
|
57405
57441
|
const Door = createIconComponent('Door', 'regular');
|
|
57406
57442
|
const Drag = createIconComponent('Drag', 'regular');
|
|
57407
57443
|
const Drawer = createIconComponent('Drawer', 'regular');
|
|
57408
57444
|
const Drop = createIconComponent('Drop', 'regular');
|
|
57409
|
-
const
|
|
57445
|
+
const DualScreen = createIconComponent('Dual screen', 'regular');
|
|
57410
57446
|
const Dumbbell = createIconComponent('Dumbbell', 'regular');
|
|
57411
57447
|
const Dust = createIconComponent('Dust', 'regular');
|
|
57412
57448
|
const Earth = createIconComponent('Earth', 'regular');
|
|
57413
57449
|
const Edit = createIconComponent('Edit', 'regular');
|
|
57450
|
+
const EditOff = createIconComponent('Edit off', 'regular');
|
|
57414
57451
|
const Elevator = createIconComponent('Elevator', 'regular');
|
|
57415
57452
|
const Emoji = createIconComponent('Emoji', 'regular');
|
|
57453
|
+
const EmojiAngry = createIconComponent('Emoji angry', 'regular');
|
|
57454
|
+
const EmojiCool = createIconComponent('Emoji cool', 'regular');
|
|
57455
|
+
const EmojiGrimacing = createIconComponent('Emoji grimacing', 'regular');
|
|
57456
|
+
const EmojiLaugh = createIconComponent('Emoji laugh', 'regular');
|
|
57457
|
+
const EmojiMeh = createIconComponent('Emoji meh', 'regular');
|
|
57458
|
+
const EmojiSad = createIconComponent('Emoji sad', 'regular');
|
|
57459
|
+
const EmojiSurprise = createIconComponent('Emoji surprise', 'regular');
|
|
57416
57460
|
const Engine = createIconComponent('Engine', 'regular');
|
|
57417
57461
|
const Equal = createIconComponent('Equal', 'regular');
|
|
57418
|
-
const
|
|
57462
|
+
const EqualCircle = createIconComponent('Equal circle', 'regular');
|
|
57463
|
+
const EqualOff = createIconComponent('Equal off', 'regular');
|
|
57464
|
+
const ErrorCircle = createIconComponent('Error circle', 'regular');
|
|
57419
57465
|
const Eye = createIconComponent('Eye', 'regular');
|
|
57466
|
+
const EyeOff = createIconComponent('Eye off', 'regular');
|
|
57420
57467
|
const Eyedropper = createIconComponent('Eyedropper', 'regular');
|
|
57421
|
-
const
|
|
57468
|
+
const EyedropperOff = createIconComponent('Eyedropper off', 'regular');
|
|
57469
|
+
const FastForward = createIconComponent('Fast forward', 'regular');
|
|
57422
57470
|
const Filmstrip = createIconComponent('Filmstrip', 'regular');
|
|
57471
|
+
const FilmstripOff = createIconComponent('Filmstrip off', 'regular');
|
|
57423
57472
|
const Filter = createIconComponent('Filter', 'regular');
|
|
57424
57473
|
const Fire = createIconComponent('Fire', 'regular');
|
|
57425
57474
|
const Flag = createIconComponent('Flag', 'regular');
|
|
57475
|
+
const FlagOff = createIconComponent('Flag off', 'regular');
|
|
57426
57476
|
const Flash = createIconComponent('Flash', 'regular');
|
|
57477
|
+
const FlashOff = createIconComponent('Flash off', 'regular');
|
|
57427
57478
|
const Flashlight = createIconComponent('Flashlight', 'regular');
|
|
57428
|
-
const
|
|
57479
|
+
const FlashlightOff = createIconComponent('Flashlight off', 'regular');
|
|
57480
|
+
const FlipHorizontal = createIconComponent('Flip horizontal', 'regular');
|
|
57481
|
+
const FlipVerticial = createIconComponent('Flip verticial', 'regular');
|
|
57429
57482
|
const Folder = createIconComponent('Folder', 'regular');
|
|
57483
|
+
const FolderOpen = createIconComponent('Folder open', 'regular');
|
|
57430
57484
|
const Frame = createIconComponent('Frame', 'regular');
|
|
57431
|
-
const
|
|
57485
|
+
const FullScreenMaximize = createIconComponent('Full screen maximize', 'regular');
|
|
57486
|
+
const FullScreenMinimize = createIconComponent('Full screen minimize', 'regular');
|
|
57432
57487
|
const Games = createIconComponent('Games', 'regular');
|
|
57433
|
-
const
|
|
57488
|
+
const GanttChart = createIconComponent('Gantt chart', 'regular');
|
|
57434
57489
|
const Gas = createIconComponent('Gas', 'regular');
|
|
57490
|
+
const GasStation = createIconComponent('Gas station', 'regular');
|
|
57435
57491
|
const Gavel = createIconComponent('Gavel', 'regular');
|
|
57436
57492
|
const Gif = createIconComponent('Gif', 'regular');
|
|
57437
57493
|
const Gift = createIconComponent('Gift', 'regular');
|
|
57494
|
+
const GiftCard = createIconComponent('Gift card', 'regular');
|
|
57438
57495
|
const Git = createIconComponent('Git', 'regular');
|
|
57439
57496
|
const Glasses = createIconComponent('Glasses', 'regular');
|
|
57440
57497
|
const Global = createIconComponent('Global', 'regular');
|
|
@@ -57442,102 +57499,160 @@
|
|
|
57442
57499
|
const Guest = createIconComponent('Guest', 'regular');
|
|
57443
57500
|
const Guitar = createIconComponent('Guitar', 'regular');
|
|
57444
57501
|
const Hammer = createIconComponent('Hammer', 'regular');
|
|
57445
|
-
const
|
|
57446
|
-
const
|
|
57502
|
+
const HardDrive = createIconComponent('Hard drive', 'regular');
|
|
57503
|
+
const HatGraduation = createIconComponent('Hat graduation', 'regular');
|
|
57447
57504
|
const Hd = createIconComponent('Hd', 'regular');
|
|
57448
57505
|
const Hdr = createIconComponent('Hdr', 'regular');
|
|
57506
|
+
const HdrOff = createIconComponent('Hdr off', 'regular');
|
|
57449
57507
|
const Headphones = createIconComponent('Headphones', 'regular');
|
|
57450
|
-
const
|
|
57508
|
+
const HeadphonesMic = createIconComponent('Headphones mic', 'regular');
|
|
57509
|
+
const HeadsetVr = createIconComponent('Headset vr', 'regular');
|
|
57451
57510
|
const Heart = createIconComponent('Heart', 'regular');
|
|
57511
|
+
const HeartBroken = createIconComponent('Heart broken', 'regular');
|
|
57452
57512
|
const Hexagon = createIconComponent('Hexagon', 'regular');
|
|
57453
57513
|
const Highlight = createIconComponent('Highlight', 'regular');
|
|
57454
57514
|
const Highway = createIconComponent('Highway', 'regular');
|
|
57455
57515
|
const Home = createIconComponent('Home', 'regular');
|
|
57516
|
+
const HomeCheckmark = createIconComponent('Home checkmark', 'regular');
|
|
57456
57517
|
const Hourglass = createIconComponent('Hourglass', 'regular');
|
|
57518
|
+
const HourglassHalf = createIconComponent('Hourglass half', 'regular');
|
|
57519
|
+
const HourglassOneQuarter = createIconComponent('Hourglass one quarter', 'regular');
|
|
57520
|
+
const HourglassThreeQuarter = createIconComponent('Hourglass three quarter', 'regular');
|
|
57457
57521
|
const Html = createIconComponent('Html', 'regular');
|
|
57458
57522
|
const Image = createIconComponent('Image', 'regular');
|
|
57523
|
+
const ImageCircle = createIconComponent('Image circle', 'regular');
|
|
57459
57524
|
const Important = createIconComponent('Important', 'regular');
|
|
57460
57525
|
const Incognito = createIconComponent('Incognito', 'regular');
|
|
57461
57526
|
const Info = createIconComponent('Info', 'regular');
|
|
57462
57527
|
const Ios = createIconComponent('Ios', 'regular');
|
|
57528
|
+
const IosArrowLtr = createIconComponent('Ios arrow ltr', 'regular');
|
|
57529
|
+
const IosArrowRtl = createIconComponent('Ios arrow rtl', 'regular');
|
|
57530
|
+
const IosChevronLtr = createIconComponent('Ios chevron ltr', 'regular');
|
|
57531
|
+
const IosChevronRtl = createIconComponent('Ios chevron rtl', 'regular');
|
|
57463
57532
|
const Iot = createIconComponent('Iot', 'regular');
|
|
57464
57533
|
const Javascript = createIconComponent('Javascript', 'regular');
|
|
57465
57534
|
const Joystick = createIconComponent('Joystick', 'regular');
|
|
57466
57535
|
const Json = createIconComponent('Json', 'regular');
|
|
57536
|
+
const JsonFile = createIconComponent('Json file', 'regular');
|
|
57467
57537
|
const Key = createIconComponent('Key', 'regular');
|
|
57538
|
+
const KeyMultiple = createIconComponent('Key multiple', 'regular');
|
|
57468
57539
|
const Keyboard = createIconComponent('Keyboard', 'regular');
|
|
57540
|
+
const KeyboardBackspace = createIconComponent('Keyboard backspace', 'regular');
|
|
57541
|
+
const KeyboardCommand = createIconComponent('Keyboard command', 'regular');
|
|
57542
|
+
const KeyboardLock = createIconComponent('Keyboard lock', 'regular');
|
|
57543
|
+
const KeyboardOff = createIconComponent('Keyboard off', 'regular');
|
|
57544
|
+
const KeyboardOption = createIconComponent('Keyboard option', 'regular');
|
|
57545
|
+
const KeyboardReturn = createIconComponent('Keyboard return', 'regular');
|
|
57546
|
+
const KeyboardShift = createIconComponent('Keyboard shift', 'regular');
|
|
57547
|
+
const KeyboardShiftUppercase = createIconComponent('Keyboard shift uppercase', 'regular');
|
|
57548
|
+
const KeyboardTab = createIconComponent('Keyboard tab', 'regular');
|
|
57469
57549
|
const Kiosk = createIconComponent('Kiosk', 'regular');
|
|
57470
57550
|
const Kotlin = createIconComponent('Kotlin', 'regular');
|
|
57471
57551
|
const Laptop = createIconComponent('Laptop', 'regular');
|
|
57472
57552
|
const Layer = createIconComponent('Layer', 'regular');
|
|
57473
57553
|
const Lightbulb = createIconComponent('Lightbulb', 'regular');
|
|
57474
57554
|
const Line = createIconComponent('Line', 'regular');
|
|
57555
|
+
const LineDashes = createIconComponent('Line dashes', 'regular');
|
|
57556
|
+
const LineHorizontal1 = createIconComponent('Line horizontal 1', 'regular');
|
|
57557
|
+
const LineHorizontal1Dashes = createIconComponent('Line horizontal 1 dashes', 'regular');
|
|
57475
57558
|
const Link = createIconComponent('Link', 'regular');
|
|
57476
|
-
const Local = createIconComponent('Local', 'regular');
|
|
57477
57559
|
const LocalLanguage = createIconComponent('Local language', 'regular');
|
|
57478
57560
|
const Location = createIconComponent('Location', 'regular');
|
|
57479
|
-
const
|
|
57561
|
+
const LocationArrow = createIconComponent('Location arrow', 'regular');
|
|
57562
|
+
const LockClosed = createIconComponent('Lock closed', 'regular');
|
|
57563
|
+
const LockOpen = createIconComponent('Lock open', 'regular');
|
|
57480
57564
|
const Luggage = createIconComponent('Luggage', 'regular');
|
|
57481
57565
|
const Macos = createIconComponent('Macos', 'regular');
|
|
57482
57566
|
const Mail = createIconComponent('Mail', 'regular');
|
|
57567
|
+
const MailRead = createIconComponent('Mail read', 'regular');
|
|
57483
57568
|
const Mailbox = createIconComponent('Mailbox', 'regular');
|
|
57484
57569
|
const Map = createIconComponent('Map', 'regular');
|
|
57485
57570
|
const Markdown = createIconComponent('Markdown', 'regular');
|
|
57486
|
-
const
|
|
57571
|
+
const MathSymbols = createIconComponent('Math symbols', 'regular');
|
|
57487
57572
|
const Megaphone = createIconComponent('Megaphone', 'regular');
|
|
57488
57573
|
const Mic = createIconComponent('Mic', 'regular');
|
|
57489
57574
|
const Moon = createIconComponent('Moon', 'regular');
|
|
57490
|
-
const
|
|
57575
|
+
const MoreCircle = createIconComponent('More circle', 'regular');
|
|
57576
|
+
const MoreHorizontal = createIconComponent('More horizontal', 'regular');
|
|
57577
|
+
const MoreVerticial = createIconComponent('More verticial', 'regular');
|
|
57491
57578
|
const Mouse = createIconComponent('Mouse', 'regular');
|
|
57492
57579
|
const Movie = createIconComponent('Movie', 'regular');
|
|
57493
|
-
const
|
|
57580
|
+
const NetworkCheck = createIconComponent('Network check', 'regular');
|
|
57494
57581
|
const News = createIconComponent('News', 'regular');
|
|
57495
57582
|
const Next = createIconComponent('Next', 'regular');
|
|
57496
57583
|
const Note = createIconComponent('Note', 'regular');
|
|
57497
57584
|
const Notebook = createIconComponent('Notebook', 'regular');
|
|
57498
57585
|
const Notepad = createIconComponent('Notepad', 'regular');
|
|
57499
|
-
const
|
|
57586
|
+
const NumberCircle0 = createIconComponent('Number circle 0', 'regular');
|
|
57587
|
+
const NumberCircle1 = createIconComponent('Number circle 1', 'regular');
|
|
57588
|
+
const NumberCircle2 = createIconComponent('Number circle 2', 'regular');
|
|
57589
|
+
const NumberCircle3 = createIconComponent('Number circle 3', 'regular');
|
|
57590
|
+
const NumberCircle4 = createIconComponent('Number circle 4', 'regular');
|
|
57591
|
+
const NumberCircle5 = createIconComponent('Number circle 5', 'regular');
|
|
57592
|
+
const NumberCircle6 = createIconComponent('Number circle 6', 'regular');
|
|
57593
|
+
const NumberCircle7 = createIconComponent('Number circle 7', 'regular');
|
|
57594
|
+
const NumberCircle8 = createIconComponent('Number circle 8', 'regular');
|
|
57595
|
+
const NumberCircle9 = createIconComponent('Number circle 9', 'regular');
|
|
57596
|
+
const NumberSymbol = createIconComponent('Number symbol', 'regular');
|
|
57597
|
+
const NumberSymbolCircle = createIconComponent('Number symbol circle', 'regular');
|
|
57598
|
+
const NumberSymbolSquare = createIconComponent('Number symbol square', 'regular');
|
|
57500
57599
|
const Opacity = createIconComponent('Opacity', 'regular');
|
|
57501
57600
|
const Open = createIconComponent('Open', 'regular');
|
|
57601
|
+
const OpenOff = createIconComponent('Open off', 'regular');
|
|
57502
57602
|
const Options = createIconComponent('Options', 'regular');
|
|
57503
57603
|
const Organization = createIconComponent('Organization', 'regular');
|
|
57604
|
+
const OrganizationHorizontal = createIconComponent('Organization horizontal', 'regular');
|
|
57504
57605
|
const Orientation = createIconComponent('Orientation', 'regular');
|
|
57505
57606
|
const Oval = createIconComponent('Oval', 'regular');
|
|
57506
57607
|
const Oven = createIconComponent('Oven', 'regular');
|
|
57507
57608
|
const Padding = createIconComponent('Padding', 'regular');
|
|
57508
|
-
const
|
|
57509
|
-
const
|
|
57609
|
+
const PageFit = createIconComponent('Page fit', 'regular');
|
|
57610
|
+
const PaintBrush = createIconComponent('Paint brush', 'regular');
|
|
57611
|
+
const PaintBucket = createIconComponent('Paint bucket', 'regular');
|
|
57510
57612
|
const Parallelogram = createIconComponent('Parallelogram', 'regular');
|
|
57511
57613
|
const Password = createIconComponent('Password', 'regular');
|
|
57512
57614
|
const Pause = createIconComponent('Pause', 'regular');
|
|
57615
|
+
const PauseCircle = createIconComponent('Pause circle', 'regular');
|
|
57513
57616
|
const Payment = createIconComponent('Payment', 'regular');
|
|
57617
|
+
const PaymentWireless = createIconComponent('Payment wireless', 'regular');
|
|
57514
57618
|
const Pen = createIconComponent('Pen', 'regular');
|
|
57619
|
+
const PenOff = createIconComponent('Pen off', 'regular');
|
|
57515
57620
|
const Pentagon = createIconComponent('Pentagon', 'regular');
|
|
57516
57621
|
const Person = createIconComponent('Person', 'regular');
|
|
57622
|
+
const PersonVoice = createIconComponent('Person voice', 'regular');
|
|
57517
57623
|
const Phone = createIconComponent('Phone', 'regular');
|
|
57518
57624
|
const Piano = createIconComponent('Piano', 'regular');
|
|
57519
57625
|
const Pin = createIconComponent('Pin', 'regular');
|
|
57520
57626
|
const Pipeline = createIconComponent('Pipeline', 'regular');
|
|
57521
57627
|
const Play = createIconComponent('Play', 'regular');
|
|
57628
|
+
const PlayCircle = createIconComponent('Play circle', 'regular');
|
|
57522
57629
|
const Playstore = createIconComponent('Playstore', 'regular');
|
|
57523
|
-
const
|
|
57630
|
+
const PortHdmi = createIconComponent('Port hdmi', 'regular');
|
|
57631
|
+
const PortMicroUsb = createIconComponent('Port micro usb', 'regular');
|
|
57632
|
+
const PortUsbA = createIconComponent('Port usb a', 'regular');
|
|
57633
|
+
const PortUsbC = createIconComponent('Port usb c', 'regular');
|
|
57524
57634
|
const Power = createIconComponent('Power', 'regular');
|
|
57525
|
-
const
|
|
57635
|
+
const PreviewLink = createIconComponent('Preview link', 'regular');
|
|
57526
57636
|
const Previous = createIconComponent('Previous', 'regular');
|
|
57527
57637
|
const Print = createIconComponent('Print', 'regular');
|
|
57528
57638
|
const Pulse = createIconComponent('Pulse', 'regular');
|
|
57639
|
+
const PulseCircle = createIconComponent('Pulse circle', 'regular');
|
|
57640
|
+
const PulseSquare = createIconComponent('Pulse square', 'regular');
|
|
57529
57641
|
const Python = createIconComponent('Python', 'regular');
|
|
57530
|
-
const
|
|
57642
|
+
const QrCode = createIconComponent('Qr code', 'regular');
|
|
57531
57643
|
const Question = createIconComponent('Question', 'regular');
|
|
57532
|
-
const
|
|
57644
|
+
const QuestionCircle = createIconComponent('Question circle', 'regular');
|
|
57645
|
+
const RadioButton = createIconComponent('Radio button', 'regular');
|
|
57533
57646
|
const Ram = createIconComponent('Ram', 'regular');
|
|
57534
57647
|
const Record = createIconComponent('Record', 'regular');
|
|
57648
|
+
const RecordStop = createIconComponent('Record stop', 'regular');
|
|
57535
57649
|
const Rectangle = createIconComponent('Rectangle', 'regular');
|
|
57536
57650
|
const Refineui = createIconComponent('Refineui', 'regular');
|
|
57537
57651
|
const Rewind = createIconComponent('Rewind', 'regular');
|
|
57538
57652
|
const Rhombus = createIconComponent('Rhombus', 'regular');
|
|
57539
57653
|
const Ribbon = createIconComponent('Ribbon', 'regular');
|
|
57540
57654
|
const Road = createIconComponent('Road', 'regular');
|
|
57655
|
+
const RoadCone = createIconComponent('Road cone', 'regular');
|
|
57541
57656
|
const Rocket = createIconComponent('Rocket', 'regular');
|
|
57542
57657
|
const Rotation = createIconComponent('Rotation', 'regular');
|
|
57543
57658
|
const Router = createIconComponent('Router', 'regular');
|
|
@@ -57549,24 +57664,40 @@
|
|
|
57549
57664
|
const Script = createIconComponent('Script', 'regular');
|
|
57550
57665
|
const Search = createIconComponent('Search', 'regular');
|
|
57551
57666
|
const Send = createIconComponent('Send', 'regular');
|
|
57552
|
-
const
|
|
57667
|
+
const SerialPort = createIconComponent('Serial port', 'regular');
|
|
57553
57668
|
const Server = createIconComponent('Server', 'regular');
|
|
57554
|
-
const
|
|
57669
|
+
const ServerLink = createIconComponent('Server link', 'regular');
|
|
57670
|
+
const ServerPlay = createIconComponent('Server play', 'regular');
|
|
57671
|
+
const ServiceBell = createIconComponent('Service bell', 'regular');
|
|
57555
57672
|
const Settings = createIconComponent('Settings', 'regular');
|
|
57556
|
-
const
|
|
57673
|
+
const ShapeExclude = createIconComponent('Shape exclude', 'regular');
|
|
57674
|
+
const ShapeIntersect = createIconComponent('Shape intersect', 'regular');
|
|
57675
|
+
const ShapeSubtract = createIconComponent('Shape subtract', 'regular');
|
|
57676
|
+
const ShapeUnion = createIconComponent('Shape union', 'regular');
|
|
57557
57677
|
const Shapes = createIconComponent('Shapes', 'regular');
|
|
57558
57678
|
const Share = createIconComponent('Share', 'regular');
|
|
57559
|
-
const
|
|
57679
|
+
const ShareAndroid = createIconComponent('Share android', 'regular');
|
|
57680
|
+
const ShareIos = createIconComponent('Share ios', 'regular');
|
|
57681
|
+
const ShellScript = createIconComponent('Shell script', 'regular');
|
|
57560
57682
|
const Shield = createIconComponent('Shield', 'regular');
|
|
57561
|
-
const
|
|
57683
|
+
const ShoppingBag = createIconComponent('Shopping bag', 'regular');
|
|
57562
57684
|
const Sim = createIconComponent('Sim', 'regular');
|
|
57563
|
-
const
|
|
57685
|
+
const SlideAdd = createIconComponent('Slide add', 'regular');
|
|
57686
|
+
const SlideContent = createIconComponent('Slide content', 'regular');
|
|
57687
|
+
const SlideEraser = createIconComponent('Slide eraser', 'regular');
|
|
57688
|
+
const SlideGrid = createIconComponent('Slide grid', 'regular');
|
|
57689
|
+
const SlideHide = createIconComponent('Slide hide', 'regular');
|
|
57690
|
+
const SlideLayout = createIconComponent('Slide layout', 'regular');
|
|
57564
57691
|
const Smartwatch = createIconComponent('Smartwatch', 'regular');
|
|
57565
|
-
const
|
|
57692
|
+
const SoundSource = createIconComponent('Sound source', 'regular');
|
|
57566
57693
|
const Spacebar = createIconComponent('Spacebar', 'regular');
|
|
57567
|
-
const
|
|
57568
|
-
const
|
|
57694
|
+
const SportBaseball = createIconComponent('Sport baseball', 'regular');
|
|
57695
|
+
const SportBasketball = createIconComponent('Sport basketball', 'regular');
|
|
57696
|
+
const SportSoccer = createIconComponent('Sport soccer', 'regular');
|
|
57697
|
+
const SprayCan = createIconComponent('Spray can', 'regular');
|
|
57569
57698
|
const Square = createIconComponent('Square', 'regular');
|
|
57699
|
+
const SquareHint = createIconComponent('Square hint', 'regular');
|
|
57700
|
+
const SquareMultiple = createIconComponent('Square multiple', 'regular');
|
|
57570
57701
|
const Star = createIconComponent('Star', 'regular');
|
|
57571
57702
|
const Stop = createIconComponent('Stop', 'regular');
|
|
57572
57703
|
const Subtract = createIconComponent('Subtract', 'regular');
|
|
@@ -57578,54 +57709,110 @@
|
|
|
57578
57709
|
const Temperature = createIconComponent('Temperature', 'regular');
|
|
57579
57710
|
const Tent = createIconComponent('Tent', 'regular');
|
|
57580
57711
|
const Text = createIconComponent('Text', 'regular');
|
|
57712
|
+
const TextAlignCenter = createIconComponent('Text align center', 'regular');
|
|
57713
|
+
const TextAlignJustify = createIconComponent('Text align justify', 'regular');
|
|
57714
|
+
const TextAlignLeft = createIconComponent('Text align left', 'regular');
|
|
57715
|
+
const TextAlignRight = createIconComponent('Text align right', 'regular');
|
|
57581
57716
|
const Textbox = createIconComponent('Textbox', 'regular');
|
|
57717
|
+
const TextboxAlignBottom = createIconComponent('Textbox align bottom', 'regular');
|
|
57718
|
+
const TextboxAlignBottomCenter = createIconComponent('Textbox align bottom center', 'regular');
|
|
57719
|
+
const TextboxAlignBottomLeft = createIconComponent('Textbox align bottom left', 'regular');
|
|
57720
|
+
const TextboxAlignBottomRight = createIconComponent('Textbox align bottom right', 'regular');
|
|
57721
|
+
const TextboxAlignCenter = createIconComponent('Textbox align center', 'regular');
|
|
57722
|
+
const TextboxAlignMiddle = createIconComponent('Textbox align middle', 'regular');
|
|
57723
|
+
const TextboxAlignMiddleLeft = createIconComponent('Textbox align middle left', 'regular');
|
|
57724
|
+
const TextboxAlignMiddleRight = createIconComponent('Textbox align middle right', 'regular');
|
|
57725
|
+
const TextboxAlignTop = createIconComponent('Textbox align top', 'regular');
|
|
57726
|
+
const TextboxAlignTopCenter = createIconComponent('Textbox align top center', 'regular');
|
|
57727
|
+
const TextboxAlignTopLeft = createIconComponent('Textbox align top left', 'regular');
|
|
57728
|
+
const TextboxAlignTopRight = createIconComponent('Textbox align top right', 'regular');
|
|
57582
57729
|
const Thinking = createIconComponent('Thinking', 'regular');
|
|
57583
57730
|
const Ticket = createIconComponent('Ticket', 'regular');
|
|
57584
57731
|
const Timer = createIconComponent('Timer', 'regular');
|
|
57585
|
-
const
|
|
57732
|
+
const ToggleLeft = createIconComponent('Toggle left', 'regular');
|
|
57733
|
+
const ToggleMultiple = createIconComponent('Toggle multiple', 'regular');
|
|
57734
|
+
const ToggleRight = createIconComponent('Toggle right', 'regular');
|
|
57586
57735
|
const Toolbox = createIconComponent('Toolbox', 'regular');
|
|
57587
57736
|
const Trophy = createIconComponent('Trophy', 'regular');
|
|
57588
57737
|
const Tv = createIconComponent('Tv', 'regular');
|
|
57589
57738
|
const Typescript = createIconComponent('Typescript', 'regular');
|
|
57590
57739
|
const Umbrella = createIconComponent('Umbrella', 'regular');
|
|
57591
57740
|
const Usb = createIconComponent('Usb', 'regular');
|
|
57741
|
+
const UsbCable = createIconComponent('Usb cable', 'regular');
|
|
57592
57742
|
const Verified = createIconComponent('Verified', 'regular');
|
|
57593
57743
|
const Video = createIconComponent('Video', 'regular');
|
|
57744
|
+
const VideoClip = createIconComponent('Video clip', 'regular');
|
|
57745
|
+
const VideoPlayPause = createIconComponent('Video play pause', 'regular');
|
|
57594
57746
|
const Voicemail = createIconComponent('Voicemail', 'regular');
|
|
57595
57747
|
const Vote = createIconComponent('Vote', 'regular');
|
|
57596
|
-
const
|
|
57748
|
+
const WalkieTalkie = createIconComponent('Walkie talkie', 'regular');
|
|
57597
57749
|
const Wallet = createIconComponent('Wallet', 'regular');
|
|
57598
57750
|
const Wand = createIconComponent('Wand', 'regular');
|
|
57599
57751
|
const Warning = createIconComponent('Warning', 'regular');
|
|
57600
57752
|
const Washer = createIconComponent('Washer', 'regular');
|
|
57601
57753
|
const Water = createIconComponent('Water', 'regular');
|
|
57602
|
-
const
|
|
57754
|
+
const WeatherBlowingSnow = createIconComponent('Weather blowing snow', 'regular');
|
|
57755
|
+
const WeatherCloudy = createIconComponent('Weather cloudy', 'regular');
|
|
57756
|
+
const WeatherRain = createIconComponent('Weather rain', 'regular');
|
|
57757
|
+
const WeatherSnow = createIconComponent('Weather snow', 'regular');
|
|
57758
|
+
const WeatherSnowflake = createIconComponent('Weather snowflake', 'regular');
|
|
57759
|
+
const WeatherSunny = createIconComponent('Weather sunny', 'regular');
|
|
57760
|
+
const WeatherThunderstorm = createIconComponent('Weather thunderstorm', 'regular');
|
|
57603
57761
|
const Web = createIconComponent('Web', 'regular');
|
|
57604
|
-
const
|
|
57762
|
+
const Wifi1 = createIconComponent('Wifi 1', 'regular');
|
|
57763
|
+
const Wifi2 = createIconComponent('Wifi 2', 'regular');
|
|
57764
|
+
const Wifi3 = createIconComponent('Wifi 3', 'regular');
|
|
57765
|
+
const Wifi4 = createIconComponent('Wifi 4', 'regular');
|
|
57605
57766
|
const Windows = createIconComponent('Windows', 'regular');
|
|
57606
57767
|
const Wrench = createIconComponent('Wrench', 'regular');
|
|
57607
57768
|
const Xray = createIconComponent('Xray', 'regular');
|
|
57608
|
-
const Zoom = createIconComponent('Zoom', 'regular');
|
|
57769
|
+
const Zoom = createIconComponent('Zoom', 'regular');
|
|
57770
|
+
const ZoomIn = createIconComponent('Zoom in', 'regular');
|
|
57771
|
+
const ZoomOut = createIconComponent('Zoom out', 'regular');
|
|
57609
57772
|
|
|
57610
57773
|
// === Filled style icons ===
|
|
57611
|
-
const
|
|
57774
|
+
const AccessTimeFilled = createIconComponent('Access time', 'filled');
|
|
57612
57775
|
const AccessibilityFilled = createIconComponent('Accessibility', 'filled');
|
|
57613
57776
|
const AddFilled = createIconComponent('Add', 'filled');
|
|
57777
|
+
const AddCircleFilled = createIconComponent('Add circle', 'filled');
|
|
57778
|
+
const AddSquareFilled = createIconComponent('Add square', 'filled');
|
|
57614
57779
|
const AirplaneFilled = createIconComponent('Airplane', 'filled');
|
|
57615
57780
|
const AlbumFilled = createIconComponent('Album', 'filled');
|
|
57616
57781
|
const AlertFilled = createIconComponent('Alert', 'filled');
|
|
57617
|
-
const
|
|
57782
|
+
const AlertBadgeFilled = createIconComponent('Alert badge', 'filled');
|
|
57783
|
+
const AlertOffFilled = createIconComponent('Alert off', 'filled');
|
|
57784
|
+
const AlignBottomFilled = createIconComponent('Align bottom', 'filled');
|
|
57785
|
+
const AlignCenterHorizontalFilled = createIconComponent('Align center horizontal', 'filled');
|
|
57786
|
+
const AlignCenterVerticalFilled = createIconComponent('Align center vertical', 'filled');
|
|
57787
|
+
const AlignLeftFilled = createIconComponent('Align left', 'filled');
|
|
57788
|
+
const AlignRightFilled = createIconComponent('Align right', 'filled');
|
|
57789
|
+
const AlignTopFilled = createIconComponent('Align top', 'filled');
|
|
57618
57790
|
const AndroidFilled = createIconComponent('Android', 'filled');
|
|
57619
|
-
const
|
|
57791
|
+
const AppFolderFilled = createIconComponent('App folder', 'filled');
|
|
57792
|
+
const AppRecentFilled = createIconComponent('App recent', 'filled');
|
|
57793
|
+
const AppTitleFilled = createIconComponent('App title', 'filled');
|
|
57620
57794
|
const AppstoreFilled = createIconComponent('Appstore', 'filled');
|
|
57621
57795
|
const AutosumFilled = createIconComponent('Autosum', 'filled');
|
|
57622
57796
|
const BackpackFilled = createIconComponent('Backpack', 'filled');
|
|
57623
57797
|
const BackspaceFilled = createIconComponent('Backspace', 'filled');
|
|
57624
57798
|
const BadgeFilled = createIconComponent('Badge', 'filled');
|
|
57625
57799
|
const BalloonFilled = createIconComponent('Balloon', 'filled');
|
|
57626
|
-
const
|
|
57627
|
-
const
|
|
57628
|
-
const
|
|
57800
|
+
const BarChartHorizontalFilled = createIconComponent('Bar chart horizontal', 'filled');
|
|
57801
|
+
const BarChartHorizontalDescendingFilled = createIconComponent('Bar chart horizontal descending', 'filled');
|
|
57802
|
+
const BarChartVerticalFilled = createIconComponent('Bar chart vertical', 'filled');
|
|
57803
|
+
const BarChartVerticalDescendingFilled = createIconComponent('Bar chart vertical descending', 'filled');
|
|
57804
|
+
const BarcodeScannerFilled = createIconComponent('Barcode scanner', 'filled');
|
|
57805
|
+
const Battery0Filled = createIconComponent('Battery 0', 'filled');
|
|
57806
|
+
const Battery10Filled = createIconComponent('Battery 10', 'filled');
|
|
57807
|
+
const Battery100Filled = createIconComponent('Battery 100', 'filled');
|
|
57808
|
+
const Battery20Filled = createIconComponent('Battery 20', 'filled');
|
|
57809
|
+
const Battery30Filled = createIconComponent('Battery 30', 'filled');
|
|
57810
|
+
const Battery40Filled = createIconComponent('Battery 40', 'filled');
|
|
57811
|
+
const Battery50Filled = createIconComponent('Battery 50', 'filled');
|
|
57812
|
+
const Battery60Filled = createIconComponent('Battery 60', 'filled');
|
|
57813
|
+
const Battery70Filled = createIconComponent('Battery 70', 'filled');
|
|
57814
|
+
const Battery80Filled = createIconComponent('Battery 80', 'filled');
|
|
57815
|
+
const Battery90Filled = createIconComponent('Battery 90', 'filled');
|
|
57629
57816
|
const BlockFilled = createIconComponent('Block', 'filled');
|
|
57630
57817
|
const BluetoothFilled = createIconComponent('Bluetooth', 'filled');
|
|
57631
57818
|
const BlurFilled = createIconComponent('Blur', 'filled');
|
|
@@ -57637,23 +57824,30 @@
|
|
|
57637
57824
|
const CalendarFilled = createIconComponent('Calendar', 'filled');
|
|
57638
57825
|
const CameraFilled = createIconComponent('Camera', 'filled');
|
|
57639
57826
|
const CartFilled = createIconComponent('Cart', 'filled');
|
|
57640
|
-
const
|
|
57827
|
+
const CartonBoxFilled = createIconComponent('Carton box', 'filled');
|
|
57641
57828
|
const ChartFilled = createIconComponent('Chart', 'filled');
|
|
57642
57829
|
const ChatFilled = createIconComponent('Chat', 'filled');
|
|
57830
|
+
const ChatAddFilled = createIconComponent('Chat add', 'filled');
|
|
57831
|
+
const ChatEmptyFilled = createIconComponent('Chat empty', 'filled');
|
|
57643
57832
|
const CheckmarkFilled = createIconComponent('Checkmark', 'filled');
|
|
57644
57833
|
const ChessFilled = createIconComponent('Chess', 'filled');
|
|
57645
|
-
const
|
|
57834
|
+
const ChevronDownFilled = createIconComponent('Chevron down', 'filled');
|
|
57835
|
+
const ChevronLeftFilled = createIconComponent('Chevron left', 'filled');
|
|
57836
|
+
const ChevronRightFilled = createIconComponent('Chevron right', 'filled');
|
|
57837
|
+
const ChevronUpFilled = createIconComponent('Chevron up', 'filled');
|
|
57646
57838
|
const CircleFilled = createIconComponent('Circle', 'filled');
|
|
57647
57839
|
const ClipboardFilled = createIconComponent('Clipboard', 'filled');
|
|
57648
57840
|
const ClockFilled = createIconComponent('Clock', 'filled');
|
|
57841
|
+
const ClockAlarmFilled = createIconComponent('Clock alarm', 'filled');
|
|
57649
57842
|
const CloudFilled = createIconComponent('Cloud', 'filled');
|
|
57650
57843
|
const CloverFilled = createIconComponent('Clover', 'filled');
|
|
57651
57844
|
const CodeFilled = createIconComponent('Code', 'filled');
|
|
57845
|
+
const CodeBlockFilled = createIconComponent('Code block', 'filled');
|
|
57652
57846
|
const CommaFilled = createIconComponent('Comma', 'filled');
|
|
57653
57847
|
const CommentFilled = createIconComponent('Comment', 'filled');
|
|
57654
57848
|
const ConeFilled = createIconComponent('Cone', 'filled');
|
|
57655
57849
|
const ContrastFilled = createIconComponent('Contrast', 'filled');
|
|
57656
|
-
const
|
|
57850
|
+
const ControlButtonFilled = createIconComponent('Control button', 'filled');
|
|
57657
57851
|
const CookieFilled = createIconComponent('Cookie', 'filled');
|
|
57658
57852
|
const CopyFilled = createIconComponent('Copy', 'filled');
|
|
57659
57853
|
const CouchFilled = createIconComponent('Couch', 'filled');
|
|
@@ -57667,47 +57861,73 @@
|
|
|
57667
57861
|
const DartFilled = createIconComponent('Dart', 'filled');
|
|
57668
57862
|
const DatabaseFilled = createIconComponent('Database', 'filled');
|
|
57669
57863
|
const DeleteFilled = createIconComponent('Delete', 'filled');
|
|
57864
|
+
const DeleteOffFilled = createIconComponent('Delete off', 'filled');
|
|
57670
57865
|
const DentistFilled = createIconComponent('Dentist', 'filled');
|
|
57671
57866
|
const DeskFilled = createIconComponent('Desk', 'filled');
|
|
57672
57867
|
const DesktopFilled = createIconComponent('Desktop', 'filled');
|
|
57868
|
+
const DesktopMacFilled = createIconComponent('Desktop mac', 'filled');
|
|
57673
57869
|
const DialpadFilled = createIconComponent('Dialpad', 'filled');
|
|
57674
57870
|
const DiamondFilled = createIconComponent('Diamond', 'filled');
|
|
57675
57871
|
const DismissFilled = createIconComponent('Dismiss', 'filled');
|
|
57872
|
+
const DismissCircleFilled = createIconComponent('Dismiss circle', 'filled');
|
|
57873
|
+
const DismissSquareFilled = createIconComponent('Dismiss square', 'filled');
|
|
57676
57874
|
const DoctorFilled = createIconComponent('Doctor', 'filled');
|
|
57677
57875
|
const DocumentFilled = createIconComponent('Document', 'filled');
|
|
57876
|
+
const DocumentBorderFilled = createIconComponent('Document border', 'filled');
|
|
57678
57877
|
const DoorFilled = createIconComponent('Door', 'filled');
|
|
57679
57878
|
const DragFilled = createIconComponent('Drag', 'filled');
|
|
57680
57879
|
const DrawerFilled = createIconComponent('Drawer', 'filled');
|
|
57681
57880
|
const DropFilled = createIconComponent('Drop', 'filled');
|
|
57682
|
-
const
|
|
57881
|
+
const DualScreenFilled = createIconComponent('Dual screen', 'filled');
|
|
57683
57882
|
const DumbbellFilled = createIconComponent('Dumbbell', 'filled');
|
|
57684
57883
|
const DustFilled = createIconComponent('Dust', 'filled');
|
|
57685
57884
|
const EarthFilled = createIconComponent('Earth', 'filled');
|
|
57686
57885
|
const EditFilled = createIconComponent('Edit', 'filled');
|
|
57886
|
+
const EditOffFilled = createIconComponent('Edit off', 'filled');
|
|
57687
57887
|
const ElevatorFilled = createIconComponent('Elevator', 'filled');
|
|
57688
57888
|
const EmojiFilled = createIconComponent('Emoji', 'filled');
|
|
57889
|
+
const EmojiAngryFilled = createIconComponent('Emoji angry', 'filled');
|
|
57890
|
+
const EmojiCoolFilled = createIconComponent('Emoji cool', 'filled');
|
|
57891
|
+
const EmojiGrimacingFilled = createIconComponent('Emoji grimacing', 'filled');
|
|
57892
|
+
const EmojiLaughFilled = createIconComponent('Emoji laugh', 'filled');
|
|
57893
|
+
const EmojiMehFilled = createIconComponent('Emoji meh', 'filled');
|
|
57894
|
+
const EmojiSadFilled = createIconComponent('Emoji sad', 'filled');
|
|
57895
|
+
const EmojiSurpriseFilled = createIconComponent('Emoji surprise', 'filled');
|
|
57689
57896
|
const EngineFilled = createIconComponent('Engine', 'filled');
|
|
57690
57897
|
const EqualFilled = createIconComponent('Equal', 'filled');
|
|
57691
|
-
const
|
|
57898
|
+
const EqualCircleFilled = createIconComponent('Equal circle', 'filled');
|
|
57899
|
+
const EqualOffFilled = createIconComponent('Equal off', 'filled');
|
|
57900
|
+
const ErrorCircleFilled = createIconComponent('Error circle', 'filled');
|
|
57692
57901
|
const EyeFilled = createIconComponent('Eye', 'filled');
|
|
57902
|
+
const EyeOffFilled = createIconComponent('Eye off', 'filled');
|
|
57693
57903
|
const EyedropperFilled = createIconComponent('Eyedropper', 'filled');
|
|
57694
|
-
const
|
|
57904
|
+
const EyedropperOffFilled = createIconComponent('Eyedropper off', 'filled');
|
|
57905
|
+
const FastForwardFilled = createIconComponent('Fast forward', 'filled');
|
|
57695
57906
|
const FilmstripFilled = createIconComponent('Filmstrip', 'filled');
|
|
57907
|
+
const FilmstripOffFilled = createIconComponent('Filmstrip off', 'filled');
|
|
57696
57908
|
const FilterFilled = createIconComponent('Filter', 'filled');
|
|
57697
57909
|
const FireFilled = createIconComponent('Fire', 'filled');
|
|
57698
57910
|
const FlagFilled = createIconComponent('Flag', 'filled');
|
|
57911
|
+
const FlagOffFilled = createIconComponent('Flag off', 'filled');
|
|
57699
57912
|
const FlashFilled = createIconComponent('Flash', 'filled');
|
|
57913
|
+
const FlashOffFilled = createIconComponent('Flash off', 'filled');
|
|
57700
57914
|
const FlashlightFilled = createIconComponent('Flashlight', 'filled');
|
|
57701
|
-
const
|
|
57915
|
+
const FlashlightOffFilled = createIconComponent('Flashlight off', 'filled');
|
|
57916
|
+
const FlipHorizontalFilled = createIconComponent('Flip horizontal', 'filled');
|
|
57917
|
+
const FlipVerticialFilled = createIconComponent('Flip verticial', 'filled');
|
|
57702
57918
|
const FolderFilled = createIconComponent('Folder', 'filled');
|
|
57919
|
+
const FolderOpenFilled = createIconComponent('Folder open', 'filled');
|
|
57703
57920
|
const FrameFilled = createIconComponent('Frame', 'filled');
|
|
57704
|
-
const
|
|
57921
|
+
const FullScreenMaximizeFilled = createIconComponent('Full screen maximize', 'filled');
|
|
57922
|
+
const FullScreenMinimizeFilled = createIconComponent('Full screen minimize', 'filled');
|
|
57705
57923
|
const GamesFilled = createIconComponent('Games', 'filled');
|
|
57706
|
-
const
|
|
57924
|
+
const GanttChartFilled = createIconComponent('Gantt chart', 'filled');
|
|
57707
57925
|
const GasFilled = createIconComponent('Gas', 'filled');
|
|
57926
|
+
const GasStationFilled = createIconComponent('Gas station', 'filled');
|
|
57708
57927
|
const GavelFilled = createIconComponent('Gavel', 'filled');
|
|
57709
57928
|
const GifFilled = createIconComponent('Gif', 'filled');
|
|
57710
57929
|
const GiftFilled = createIconComponent('Gift', 'filled');
|
|
57930
|
+
const GiftCardFilled = createIconComponent('Gift card', 'filled');
|
|
57711
57931
|
const GitFilled = createIconComponent('Git', 'filled');
|
|
57712
57932
|
const GlassesFilled = createIconComponent('Glasses', 'filled');
|
|
57713
57933
|
const GlobalFilled = createIconComponent('Global', 'filled');
|
|
@@ -57715,102 +57935,160 @@
|
|
|
57715
57935
|
const GuestFilled = createIconComponent('Guest', 'filled');
|
|
57716
57936
|
const GuitarFilled = createIconComponent('Guitar', 'filled');
|
|
57717
57937
|
const HammerFilled = createIconComponent('Hammer', 'filled');
|
|
57718
|
-
const
|
|
57719
|
-
const
|
|
57938
|
+
const HardDriveFilled = createIconComponent('Hard drive', 'filled');
|
|
57939
|
+
const HatGraduationFilled = createIconComponent('Hat graduation', 'filled');
|
|
57720
57940
|
const HdFilled = createIconComponent('Hd', 'filled');
|
|
57721
57941
|
const HdrFilled = createIconComponent('Hdr', 'filled');
|
|
57942
|
+
const HdrOffFilled = createIconComponent('Hdr off', 'filled');
|
|
57722
57943
|
const HeadphonesFilled = createIconComponent('Headphones', 'filled');
|
|
57723
|
-
const
|
|
57944
|
+
const HeadphonesMicFilled = createIconComponent('Headphones mic', 'filled');
|
|
57945
|
+
const HeadsetVrFilled = createIconComponent('Headset vr', 'filled');
|
|
57724
57946
|
const HeartFilled = createIconComponent('Heart', 'filled');
|
|
57947
|
+
const HeartBrokenFilled = createIconComponent('Heart broken', 'filled');
|
|
57725
57948
|
const HexagonFilled = createIconComponent('Hexagon', 'filled');
|
|
57726
57949
|
const HighlightFilled = createIconComponent('Highlight', 'filled');
|
|
57727
57950
|
const HighwayFilled = createIconComponent('Highway', 'filled');
|
|
57728
57951
|
const HomeFilled = createIconComponent('Home', 'filled');
|
|
57952
|
+
const HomeCheckmarkFilled = createIconComponent('Home checkmark', 'filled');
|
|
57729
57953
|
const HourglassFilled = createIconComponent('Hourglass', 'filled');
|
|
57954
|
+
const HourglassHalfFilled = createIconComponent('Hourglass half', 'filled');
|
|
57955
|
+
const HourglassOneQuarterFilled = createIconComponent('Hourglass one quarter', 'filled');
|
|
57956
|
+
const HourglassThreeQuarterFilled = createIconComponent('Hourglass three quarter', 'filled');
|
|
57730
57957
|
const HtmlFilled = createIconComponent('Html', 'filled');
|
|
57731
57958
|
const ImageFilled = createIconComponent('Image', 'filled');
|
|
57959
|
+
const ImageCircleFilled = createIconComponent('Image circle', 'filled');
|
|
57732
57960
|
const ImportantFilled = createIconComponent('Important', 'filled');
|
|
57733
57961
|
const IncognitoFilled = createIconComponent('Incognito', 'filled');
|
|
57734
57962
|
const InfoFilled = createIconComponent('Info', 'filled');
|
|
57735
57963
|
const IosFilled = createIconComponent('Ios', 'filled');
|
|
57964
|
+
const IosArrowLtrFilled = createIconComponent('Ios arrow ltr', 'filled');
|
|
57965
|
+
const IosArrowRtlFilled = createIconComponent('Ios arrow rtl', 'filled');
|
|
57966
|
+
const IosChevronLtrFilled = createIconComponent('Ios chevron ltr', 'filled');
|
|
57967
|
+
const IosChevronRtlFilled = createIconComponent('Ios chevron rtl', 'filled');
|
|
57736
57968
|
const IotFilled = createIconComponent('Iot', 'filled');
|
|
57737
57969
|
const JavascriptFilled = createIconComponent('Javascript', 'filled');
|
|
57738
57970
|
const JoystickFilled = createIconComponent('Joystick', 'filled');
|
|
57739
57971
|
const JsonFilled = createIconComponent('Json', 'filled');
|
|
57972
|
+
const JsonFileFilled = createIconComponent('Json file', 'filled');
|
|
57740
57973
|
const KeyFilled = createIconComponent('Key', 'filled');
|
|
57974
|
+
const KeyMultipleFilled = createIconComponent('Key multiple', 'filled');
|
|
57741
57975
|
const KeyboardFilled = createIconComponent('Keyboard', 'filled');
|
|
57976
|
+
const KeyboardBackspaceFilled = createIconComponent('Keyboard backspace', 'filled');
|
|
57977
|
+
const KeyboardCommandFilled = createIconComponent('Keyboard command', 'filled');
|
|
57978
|
+
const KeyboardLockFilled = createIconComponent('Keyboard lock', 'filled');
|
|
57979
|
+
const KeyboardOffFilled = createIconComponent('Keyboard off', 'filled');
|
|
57980
|
+
const KeyboardOptionFilled = createIconComponent('Keyboard option', 'filled');
|
|
57981
|
+
const KeyboardReturnFilled = createIconComponent('Keyboard return', 'filled');
|
|
57982
|
+
const KeyboardShiftFilled = createIconComponent('Keyboard shift', 'filled');
|
|
57983
|
+
const KeyboardShiftUppercaseFilled = createIconComponent('Keyboard shift uppercase', 'filled');
|
|
57984
|
+
const KeyboardTabFilled = createIconComponent('Keyboard tab', 'filled');
|
|
57742
57985
|
const KioskFilled = createIconComponent('Kiosk', 'filled');
|
|
57743
57986
|
const KotlinFilled = createIconComponent('Kotlin', 'filled');
|
|
57744
57987
|
const LaptopFilled = createIconComponent('Laptop', 'filled');
|
|
57745
57988
|
const LayerFilled = createIconComponent('Layer', 'filled');
|
|
57746
57989
|
const LightbulbFilled = createIconComponent('Lightbulb', 'filled');
|
|
57747
57990
|
const LineFilled = createIconComponent('Line', 'filled');
|
|
57991
|
+
const LineDashesFilled = createIconComponent('Line dashes', 'filled');
|
|
57992
|
+
const LineHorizontal1Filled = createIconComponent('Line horizontal 1', 'filled');
|
|
57993
|
+
const LineHorizontal1DashesFilled = createIconComponent('Line horizontal 1 dashes', 'filled');
|
|
57748
57994
|
const LinkFilled = createIconComponent('Link', 'filled');
|
|
57749
|
-
const LocalFilled = createIconComponent('Local', 'filled');
|
|
57750
57995
|
const LocalLanguageFilled = createIconComponent('Local language', 'filled');
|
|
57751
57996
|
const LocationFilled = createIconComponent('Location', 'filled');
|
|
57752
|
-
const
|
|
57997
|
+
const LocationArrowFilled = createIconComponent('Location arrow', 'filled');
|
|
57998
|
+
const LockClosedFilled = createIconComponent('Lock closed', 'filled');
|
|
57999
|
+
const LockOpenFilled = createIconComponent('Lock open', 'filled');
|
|
57753
58000
|
const LuggageFilled = createIconComponent('Luggage', 'filled');
|
|
57754
58001
|
const MacosFilled = createIconComponent('Macos', 'filled');
|
|
57755
58002
|
const MailFilled = createIconComponent('Mail', 'filled');
|
|
58003
|
+
const MailReadFilled = createIconComponent('Mail read', 'filled');
|
|
57756
58004
|
const MailboxFilled = createIconComponent('Mailbox', 'filled');
|
|
57757
58005
|
const MapFilled = createIconComponent('Map', 'filled');
|
|
57758
58006
|
const MarkdownFilled = createIconComponent('Markdown', 'filled');
|
|
57759
|
-
const
|
|
58007
|
+
const MathSymbolsFilled = createIconComponent('Math symbols', 'filled');
|
|
57760
58008
|
const MegaphoneFilled = createIconComponent('Megaphone', 'filled');
|
|
57761
58009
|
const MicFilled = createIconComponent('Mic', 'filled');
|
|
57762
58010
|
const MoonFilled = createIconComponent('Moon', 'filled');
|
|
57763
|
-
const
|
|
58011
|
+
const MoreCircleFilled = createIconComponent('More circle', 'filled');
|
|
58012
|
+
const MoreHorizontalFilled = createIconComponent('More horizontal', 'filled');
|
|
58013
|
+
const MoreVerticialFilled = createIconComponent('More verticial', 'filled');
|
|
57764
58014
|
const MouseFilled = createIconComponent('Mouse', 'filled');
|
|
57765
58015
|
const MovieFilled = createIconComponent('Movie', 'filled');
|
|
57766
|
-
const
|
|
58016
|
+
const NetworkCheckFilled = createIconComponent('Network check', 'filled');
|
|
57767
58017
|
const NewsFilled = createIconComponent('News', 'filled');
|
|
57768
58018
|
const NextFilled = createIconComponent('Next', 'filled');
|
|
57769
58019
|
const NoteFilled = createIconComponent('Note', 'filled');
|
|
57770
58020
|
const NotebookFilled = createIconComponent('Notebook', 'filled');
|
|
57771
58021
|
const NotepadFilled = createIconComponent('Notepad', 'filled');
|
|
57772
|
-
const
|
|
58022
|
+
const NumberCircle0Filled = createIconComponent('Number circle 0', 'filled');
|
|
58023
|
+
const NumberCircle1Filled = createIconComponent('Number circle 1', 'filled');
|
|
58024
|
+
const NumberCircle2Filled = createIconComponent('Number circle 2', 'filled');
|
|
58025
|
+
const NumberCircle3Filled = createIconComponent('Number circle 3', 'filled');
|
|
58026
|
+
const NumberCircle4Filled = createIconComponent('Number circle 4', 'filled');
|
|
58027
|
+
const NumberCircle5Filled = createIconComponent('Number circle 5', 'filled');
|
|
58028
|
+
const NumberCircle6Filled = createIconComponent('Number circle 6', 'filled');
|
|
58029
|
+
const NumberCircle7Filled = createIconComponent('Number circle 7', 'filled');
|
|
58030
|
+
const NumberCircle8Filled = createIconComponent('Number circle 8', 'filled');
|
|
58031
|
+
const NumberCircle9Filled = createIconComponent('Number circle 9', 'filled');
|
|
58032
|
+
const NumberSymbolFilled = createIconComponent('Number symbol', 'filled');
|
|
58033
|
+
const NumberSymbolCircleFilled = createIconComponent('Number symbol circle', 'filled');
|
|
58034
|
+
const NumberSymbolSquareFilled = createIconComponent('Number symbol square', 'filled');
|
|
57773
58035
|
const OpacityFilled = createIconComponent('Opacity', 'filled');
|
|
57774
58036
|
const OpenFilled = createIconComponent('Open', 'filled');
|
|
58037
|
+
const OpenOffFilled = createIconComponent('Open off', 'filled');
|
|
57775
58038
|
const OptionsFilled = createIconComponent('Options', 'filled');
|
|
57776
58039
|
const OrganizationFilled = createIconComponent('Organization', 'filled');
|
|
58040
|
+
const OrganizationHorizontalFilled = createIconComponent('Organization horizontal', 'filled');
|
|
57777
58041
|
const OrientationFilled = createIconComponent('Orientation', 'filled');
|
|
57778
58042
|
const OvalFilled = createIconComponent('Oval', 'filled');
|
|
57779
58043
|
const OvenFilled = createIconComponent('Oven', 'filled');
|
|
57780
58044
|
const PaddingFilled = createIconComponent('Padding', 'filled');
|
|
57781
|
-
const
|
|
57782
|
-
const
|
|
58045
|
+
const PageFitFilled = createIconComponent('Page fit', 'filled');
|
|
58046
|
+
const PaintBrushFilled = createIconComponent('Paint brush', 'filled');
|
|
58047
|
+
const PaintBucketFilled = createIconComponent('Paint bucket', 'filled');
|
|
57783
58048
|
const ParallelogramFilled = createIconComponent('Parallelogram', 'filled');
|
|
57784
58049
|
const PasswordFilled = createIconComponent('Password', 'filled');
|
|
57785
58050
|
const PauseFilled = createIconComponent('Pause', 'filled');
|
|
58051
|
+
const PauseCircleFilled = createIconComponent('Pause circle', 'filled');
|
|
57786
58052
|
const PaymentFilled = createIconComponent('Payment', 'filled');
|
|
58053
|
+
const PaymentWirelessFilled = createIconComponent('Payment wireless', 'filled');
|
|
57787
58054
|
const PenFilled = createIconComponent('Pen', 'filled');
|
|
58055
|
+
const PenOffFilled = createIconComponent('Pen off', 'filled');
|
|
57788
58056
|
const PentagonFilled = createIconComponent('Pentagon', 'filled');
|
|
57789
58057
|
const PersonFilled = createIconComponent('Person', 'filled');
|
|
58058
|
+
const PersonVoiceFilled = createIconComponent('Person voice', 'filled');
|
|
57790
58059
|
const PhoneFilled = createIconComponent('Phone', 'filled');
|
|
57791
58060
|
const PianoFilled = createIconComponent('Piano', 'filled');
|
|
57792
58061
|
const PinFilled = createIconComponent('Pin', 'filled');
|
|
57793
58062
|
const PipelineFilled = createIconComponent('Pipeline', 'filled');
|
|
57794
58063
|
const PlayFilled = createIconComponent('Play', 'filled');
|
|
58064
|
+
const PlayCircleFilled = createIconComponent('Play circle', 'filled');
|
|
57795
58065
|
const PlaystoreFilled = createIconComponent('Playstore', 'filled');
|
|
57796
|
-
const
|
|
58066
|
+
const PortHdmiFilled = createIconComponent('Port hdmi', 'filled');
|
|
58067
|
+
const PortMicroUsbFilled = createIconComponent('Port micro usb', 'filled');
|
|
58068
|
+
const PortUsbAFilled = createIconComponent('Port usb a', 'filled');
|
|
58069
|
+
const PortUsbCFilled = createIconComponent('Port usb c', 'filled');
|
|
57797
58070
|
const PowerFilled = createIconComponent('Power', 'filled');
|
|
57798
|
-
const
|
|
58071
|
+
const PreviewLinkFilled = createIconComponent('Preview link', 'filled');
|
|
57799
58072
|
const PreviousFilled = createIconComponent('Previous', 'filled');
|
|
57800
58073
|
const PrintFilled = createIconComponent('Print', 'filled');
|
|
57801
58074
|
const PulseFilled = createIconComponent('Pulse', 'filled');
|
|
58075
|
+
const PulseCircleFilled = createIconComponent('Pulse circle', 'filled');
|
|
58076
|
+
const PulseSquareFilled = createIconComponent('Pulse square', 'filled');
|
|
57802
58077
|
const PythonFilled = createIconComponent('Python', 'filled');
|
|
57803
|
-
const
|
|
58078
|
+
const QrCodeFilled = createIconComponent('Qr code', 'filled');
|
|
57804
58079
|
const QuestionFilled = createIconComponent('Question', 'filled');
|
|
57805
|
-
const
|
|
58080
|
+
const QuestionCircleFilled = createIconComponent('Question circle', 'filled');
|
|
58081
|
+
const RadioButtonFilled = createIconComponent('Radio button', 'filled');
|
|
57806
58082
|
const RamFilled = createIconComponent('Ram', 'filled');
|
|
57807
58083
|
const RecordFilled = createIconComponent('Record', 'filled');
|
|
58084
|
+
const RecordStopFilled = createIconComponent('Record stop', 'filled');
|
|
57808
58085
|
const RectangleFilled = createIconComponent('Rectangle', 'filled');
|
|
57809
58086
|
const RefineuiFilled = createIconComponent('Refineui', 'filled');
|
|
57810
58087
|
const RewindFilled = createIconComponent('Rewind', 'filled');
|
|
57811
58088
|
const RhombusFilled = createIconComponent('Rhombus', 'filled');
|
|
57812
58089
|
const RibbonFilled = createIconComponent('Ribbon', 'filled');
|
|
57813
58090
|
const RoadFilled = createIconComponent('Road', 'filled');
|
|
58091
|
+
const RoadConeFilled = createIconComponent('Road cone', 'filled');
|
|
57814
58092
|
const RocketFilled = createIconComponent('Rocket', 'filled');
|
|
57815
58093
|
const RotationFilled = createIconComponent('Rotation', 'filled');
|
|
57816
58094
|
const RouterFilled = createIconComponent('Router', 'filled');
|
|
@@ -57822,24 +58100,40 @@
|
|
|
57822
58100
|
const ScriptFilled = createIconComponent('Script', 'filled');
|
|
57823
58101
|
const SearchFilled = createIconComponent('Search', 'filled');
|
|
57824
58102
|
const SendFilled = createIconComponent('Send', 'filled');
|
|
57825
|
-
const
|
|
58103
|
+
const SerialPortFilled = createIconComponent('Serial port', 'filled');
|
|
57826
58104
|
const ServerFilled = createIconComponent('Server', 'filled');
|
|
57827
|
-
const
|
|
58105
|
+
const ServerLinkFilled = createIconComponent('Server link', 'filled');
|
|
58106
|
+
const ServerPlayFilled = createIconComponent('Server play', 'filled');
|
|
58107
|
+
const ServiceBellFilled = createIconComponent('Service bell', 'filled');
|
|
57828
58108
|
const SettingsFilled = createIconComponent('Settings', 'filled');
|
|
57829
|
-
const
|
|
58109
|
+
const ShapeExcludeFilled = createIconComponent('Shape exclude', 'filled');
|
|
58110
|
+
const ShapeIntersectFilled = createIconComponent('Shape intersect', 'filled');
|
|
58111
|
+
const ShapeSubtractFilled = createIconComponent('Shape subtract', 'filled');
|
|
58112
|
+
const ShapeUnionFilled = createIconComponent('Shape union', 'filled');
|
|
57830
58113
|
const ShapesFilled = createIconComponent('Shapes', 'filled');
|
|
57831
58114
|
const ShareFilled = createIconComponent('Share', 'filled');
|
|
57832
|
-
const
|
|
58115
|
+
const ShareAndroidFilled = createIconComponent('Share android', 'filled');
|
|
58116
|
+
const ShareIosFilled = createIconComponent('Share ios', 'filled');
|
|
58117
|
+
const ShellScriptFilled = createIconComponent('Shell script', 'filled');
|
|
57833
58118
|
const ShieldFilled = createIconComponent('Shield', 'filled');
|
|
57834
|
-
const
|
|
58119
|
+
const ShoppingBagFilled = createIconComponent('Shopping bag', 'filled');
|
|
57835
58120
|
const SimFilled = createIconComponent('Sim', 'filled');
|
|
57836
|
-
const
|
|
58121
|
+
const SlideAddFilled = createIconComponent('Slide add', 'filled');
|
|
58122
|
+
const SlideContentFilled = createIconComponent('Slide content', 'filled');
|
|
58123
|
+
const SlideEraserFilled = createIconComponent('Slide eraser', 'filled');
|
|
58124
|
+
const SlideGridFilled = createIconComponent('Slide grid', 'filled');
|
|
58125
|
+
const SlideHideFilled = createIconComponent('Slide hide', 'filled');
|
|
58126
|
+
const SlideLayoutFilled = createIconComponent('Slide layout', 'filled');
|
|
57837
58127
|
const SmartwatchFilled = createIconComponent('Smartwatch', 'filled');
|
|
57838
|
-
const
|
|
58128
|
+
const SoundSourceFilled = createIconComponent('Sound source', 'filled');
|
|
57839
58129
|
const SpacebarFilled = createIconComponent('Spacebar', 'filled');
|
|
57840
|
-
const
|
|
57841
|
-
const
|
|
58130
|
+
const SportBaseballFilled = createIconComponent('Sport baseball', 'filled');
|
|
58131
|
+
const SportBasketballFilled = createIconComponent('Sport basketball', 'filled');
|
|
58132
|
+
const SportSoccerFilled = createIconComponent('Sport soccer', 'filled');
|
|
58133
|
+
const SprayCanFilled = createIconComponent('Spray can', 'filled');
|
|
57842
58134
|
const SquareFilled = createIconComponent('Square', 'filled');
|
|
58135
|
+
const SquareHintFilled = createIconComponent('Square hint', 'filled');
|
|
58136
|
+
const SquareMultipleFilled = createIconComponent('Square multiple', 'filled');
|
|
57843
58137
|
const StarFilled = createIconComponent('Star', 'filled');
|
|
57844
58138
|
const StopFilled = createIconComponent('Stop', 'filled');
|
|
57845
58139
|
const SubtractFilled = createIconComponent('Subtract', 'filled');
|
|
@@ -57851,53 +58145,107 @@
|
|
|
57851
58145
|
const TemperatureFilled = createIconComponent('Temperature', 'filled');
|
|
57852
58146
|
const TentFilled = createIconComponent('Tent', 'filled');
|
|
57853
58147
|
const TextFilled = createIconComponent('Text', 'filled');
|
|
58148
|
+
const TextAlignCenterFilled = createIconComponent('Text align center', 'filled');
|
|
58149
|
+
const TextAlignJustifyFilled = createIconComponent('Text align justify', 'filled');
|
|
58150
|
+
const TextAlignLeftFilled = createIconComponent('Text align left', 'filled');
|
|
58151
|
+
const TextAlignRightFilled = createIconComponent('Text align right', 'filled');
|
|
57854
58152
|
const TextboxFilled = createIconComponent('Textbox', 'filled');
|
|
58153
|
+
const TextboxAlignBottomFilled = createIconComponent('Textbox align bottom', 'filled');
|
|
58154
|
+
const TextboxAlignBottomCenterFilled = createIconComponent('Textbox align bottom center', 'filled');
|
|
58155
|
+
const TextboxAlignBottomLeftFilled = createIconComponent('Textbox align bottom left', 'filled');
|
|
58156
|
+
const TextboxAlignBottomRightFilled = createIconComponent('Textbox align bottom right', 'filled');
|
|
58157
|
+
const TextboxAlignCenterFilled = createIconComponent('Textbox align center', 'filled');
|
|
58158
|
+
const TextboxAlignMiddleFilled = createIconComponent('Textbox align middle', 'filled');
|
|
58159
|
+
const TextboxAlignMiddleLeftFilled = createIconComponent('Textbox align middle left', 'filled');
|
|
58160
|
+
const TextboxAlignMiddleRightFilled = createIconComponent('Textbox align middle right', 'filled');
|
|
58161
|
+
const TextboxAlignTopFilled = createIconComponent('Textbox align top', 'filled');
|
|
58162
|
+
const TextboxAlignTopCenterFilled = createIconComponent('Textbox align top center', 'filled');
|
|
58163
|
+
const TextboxAlignTopLeftFilled = createIconComponent('Textbox align top left', 'filled');
|
|
58164
|
+
const TextboxAlignTopRightFilled = createIconComponent('Textbox align top right', 'filled');
|
|
57855
58165
|
const ThinkingFilled = createIconComponent('Thinking', 'filled');
|
|
57856
58166
|
const TicketFilled = createIconComponent('Ticket', 'filled');
|
|
57857
58167
|
const TimerFilled = createIconComponent('Timer', 'filled');
|
|
57858
|
-
const
|
|
58168
|
+
const ToggleLeftFilled = createIconComponent('Toggle left', 'filled');
|
|
58169
|
+
const ToggleMultipleFilled = createIconComponent('Toggle multiple', 'filled');
|
|
58170
|
+
const ToggleRightFilled = createIconComponent('Toggle right', 'filled');
|
|
57859
58171
|
const ToolboxFilled = createIconComponent('Toolbox', 'filled');
|
|
57860
58172
|
const TrophyFilled = createIconComponent('Trophy', 'filled');
|
|
57861
58173
|
const TvFilled = createIconComponent('Tv', 'filled');
|
|
57862
58174
|
const TypescriptFilled = createIconComponent('Typescript', 'filled');
|
|
57863
58175
|
const UmbrellaFilled = createIconComponent('Umbrella', 'filled');
|
|
57864
58176
|
const UsbFilled = createIconComponent('Usb', 'filled');
|
|
58177
|
+
const UsbCableFilled = createIconComponent('Usb cable', 'filled');
|
|
57865
58178
|
const VerifiedFilled = createIconComponent('Verified', 'filled');
|
|
57866
58179
|
const VideoFilled = createIconComponent('Video', 'filled');
|
|
58180
|
+
const VideoClipFilled = createIconComponent('Video clip', 'filled');
|
|
58181
|
+
const VideoPlayPauseFilled = createIconComponent('Video play pause', 'filled');
|
|
57867
58182
|
const VoicemailFilled = createIconComponent('Voicemail', 'filled');
|
|
57868
58183
|
const VoteFilled = createIconComponent('Vote', 'filled');
|
|
57869
|
-
const
|
|
58184
|
+
const WalkieTalkieFilled = createIconComponent('Walkie talkie', 'filled');
|
|
57870
58185
|
const WalletFilled = createIconComponent('Wallet', 'filled');
|
|
57871
58186
|
const WandFilled = createIconComponent('Wand', 'filled');
|
|
57872
58187
|
const WarningFilled = createIconComponent('Warning', 'filled');
|
|
57873
58188
|
const WasherFilled = createIconComponent('Washer', 'filled');
|
|
57874
58189
|
const WaterFilled = createIconComponent('Water', 'filled');
|
|
57875
|
-
const
|
|
58190
|
+
const WeatherBlowingSnowFilled = createIconComponent('Weather blowing snow', 'filled');
|
|
58191
|
+
const WeatherCloudyFilled = createIconComponent('Weather cloudy', 'filled');
|
|
58192
|
+
const WeatherRainFilled = createIconComponent('Weather rain', 'filled');
|
|
58193
|
+
const WeatherSnowFilled = createIconComponent('Weather snow', 'filled');
|
|
58194
|
+
const WeatherSnowflakeFilled = createIconComponent('Weather snowflake', 'filled');
|
|
58195
|
+
const WeatherSunnyFilled = createIconComponent('Weather sunny', 'filled');
|
|
58196
|
+
const WeatherThunderstormFilled = createIconComponent('Weather thunderstorm', 'filled');
|
|
57876
58197
|
const WebFilled = createIconComponent('Web', 'filled');
|
|
57877
|
-
const
|
|
58198
|
+
const Wifi1Filled = createIconComponent('Wifi 1', 'filled');
|
|
58199
|
+
const Wifi2Filled = createIconComponent('Wifi 2', 'filled');
|
|
58200
|
+
const Wifi3Filled = createIconComponent('Wifi 3', 'filled');
|
|
58201
|
+
const Wifi4Filled = createIconComponent('Wifi 4', 'filled');
|
|
57878
58202
|
const WindowsFilled = createIconComponent('Windows', 'filled');
|
|
57879
58203
|
const WrenchFilled = createIconComponent('Wrench', 'filled');
|
|
57880
58204
|
const XrayFilled = createIconComponent('Xray', 'filled');
|
|
57881
|
-
const ZoomFilled = createIconComponent('Zoom', 'filled');
|
|
58205
|
+
const ZoomFilled = createIconComponent('Zoom', 'filled');
|
|
58206
|
+
const ZoomInFilled = createIconComponent('Zoom in', 'filled');
|
|
58207
|
+
const ZoomOutFilled = createIconComponent('Zoom out', 'filled');
|
|
57882
58208
|
|
|
57883
|
-
exports.
|
|
57884
|
-
exports.
|
|
58209
|
+
exports.AccessTime = AccessTime;
|
|
58210
|
+
exports.AccessTimeFilled = AccessTimeFilled;
|
|
57885
58211
|
exports.Accessibility = Accessibility;
|
|
57886
58212
|
exports.AccessibilityFilled = AccessibilityFilled;
|
|
57887
58213
|
exports.Add = Add;
|
|
58214
|
+
exports.AddCircle = AddCircle;
|
|
58215
|
+
exports.AddCircleFilled = AddCircleFilled;
|
|
57888
58216
|
exports.AddFilled = AddFilled;
|
|
58217
|
+
exports.AddSquare = AddSquare;
|
|
58218
|
+
exports.AddSquareFilled = AddSquareFilled;
|
|
57889
58219
|
exports.Airplane = Airplane;
|
|
57890
58220
|
exports.AirplaneFilled = AirplaneFilled;
|
|
57891
58221
|
exports.Album = Album;
|
|
57892
58222
|
exports.AlbumFilled = AlbumFilled;
|
|
57893
58223
|
exports.Alert = Alert;
|
|
58224
|
+
exports.AlertBadge = AlertBadge;
|
|
58225
|
+
exports.AlertBadgeFilled = AlertBadgeFilled;
|
|
57894
58226
|
exports.AlertFilled = AlertFilled;
|
|
57895
|
-
exports.
|
|
57896
|
-
exports.
|
|
58227
|
+
exports.AlertOff = AlertOff;
|
|
58228
|
+
exports.AlertOffFilled = AlertOffFilled;
|
|
58229
|
+
exports.AlignBottom = AlignBottom;
|
|
58230
|
+
exports.AlignBottomFilled = AlignBottomFilled;
|
|
58231
|
+
exports.AlignCenterHorizontal = AlignCenterHorizontal;
|
|
58232
|
+
exports.AlignCenterHorizontalFilled = AlignCenterHorizontalFilled;
|
|
58233
|
+
exports.AlignCenterVertical = AlignCenterVertical;
|
|
58234
|
+
exports.AlignCenterVerticalFilled = AlignCenterVerticalFilled;
|
|
58235
|
+
exports.AlignLeft = AlignLeft;
|
|
58236
|
+
exports.AlignLeftFilled = AlignLeftFilled;
|
|
58237
|
+
exports.AlignRight = AlignRight;
|
|
58238
|
+
exports.AlignRightFilled = AlignRightFilled;
|
|
58239
|
+
exports.AlignTop = AlignTop;
|
|
58240
|
+
exports.AlignTopFilled = AlignTopFilled;
|
|
57897
58241
|
exports.Android = Android;
|
|
57898
58242
|
exports.AndroidFilled = AndroidFilled;
|
|
57899
|
-
exports.
|
|
57900
|
-
exports.
|
|
58243
|
+
exports.AppFolder = AppFolder;
|
|
58244
|
+
exports.AppFolderFilled = AppFolderFilled;
|
|
58245
|
+
exports.AppRecent = AppRecent;
|
|
58246
|
+
exports.AppRecentFilled = AppRecentFilled;
|
|
58247
|
+
exports.AppTitle = AppTitle;
|
|
58248
|
+
exports.AppTitleFilled = AppTitleFilled;
|
|
57901
58249
|
exports.Appstore = Appstore;
|
|
57902
58250
|
exports.AppstoreFilled = AppstoreFilled;
|
|
57903
58251
|
exports.Autosum = Autosum;
|
|
@@ -57910,12 +58258,38 @@
|
|
|
57910
58258
|
exports.BadgeFilled = BadgeFilled;
|
|
57911
58259
|
exports.Balloon = Balloon;
|
|
57912
58260
|
exports.BalloonFilled = BalloonFilled;
|
|
57913
|
-
exports.
|
|
57914
|
-
exports.
|
|
57915
|
-
exports.
|
|
57916
|
-
exports.
|
|
57917
|
-
exports.
|
|
57918
|
-
exports.
|
|
58261
|
+
exports.BarChartHorizontal = BarChartHorizontal;
|
|
58262
|
+
exports.BarChartHorizontalDescending = BarChartHorizontalDescending;
|
|
58263
|
+
exports.BarChartHorizontalDescendingFilled = BarChartHorizontalDescendingFilled;
|
|
58264
|
+
exports.BarChartHorizontalFilled = BarChartHorizontalFilled;
|
|
58265
|
+
exports.BarChartVertical = BarChartVertical;
|
|
58266
|
+
exports.BarChartVerticalDescending = BarChartVerticalDescending;
|
|
58267
|
+
exports.BarChartVerticalDescendingFilled = BarChartVerticalDescendingFilled;
|
|
58268
|
+
exports.BarChartVerticalFilled = BarChartVerticalFilled;
|
|
58269
|
+
exports.BarcodeScanner = BarcodeScanner;
|
|
58270
|
+
exports.BarcodeScannerFilled = BarcodeScannerFilled;
|
|
58271
|
+
exports.Battery0 = Battery0;
|
|
58272
|
+
exports.Battery0Filled = Battery0Filled;
|
|
58273
|
+
exports.Battery10 = Battery10;
|
|
58274
|
+
exports.Battery100 = Battery100;
|
|
58275
|
+
exports.Battery100Filled = Battery100Filled;
|
|
58276
|
+
exports.Battery10Filled = Battery10Filled;
|
|
58277
|
+
exports.Battery20 = Battery20;
|
|
58278
|
+
exports.Battery20Filled = Battery20Filled;
|
|
58279
|
+
exports.Battery30 = Battery30;
|
|
58280
|
+
exports.Battery30Filled = Battery30Filled;
|
|
58281
|
+
exports.Battery40 = Battery40;
|
|
58282
|
+
exports.Battery40Filled = Battery40Filled;
|
|
58283
|
+
exports.Battery50 = Battery50;
|
|
58284
|
+
exports.Battery50Filled = Battery50Filled;
|
|
58285
|
+
exports.Battery60 = Battery60;
|
|
58286
|
+
exports.Battery60Filled = Battery60Filled;
|
|
58287
|
+
exports.Battery70 = Battery70;
|
|
58288
|
+
exports.Battery70Filled = Battery70Filled;
|
|
58289
|
+
exports.Battery80 = Battery80;
|
|
58290
|
+
exports.Battery80Filled = Battery80Filled;
|
|
58291
|
+
exports.Battery90 = Battery90;
|
|
58292
|
+
exports.Battery90Filled = Battery90Filled;
|
|
57919
58293
|
exports.Block = Block;
|
|
57920
58294
|
exports.BlockFilled = BlockFilled;
|
|
57921
58295
|
exports.Bluetooth = Bluetooth;
|
|
@@ -57938,29 +58312,43 @@
|
|
|
57938
58312
|
exports.CameraFilled = CameraFilled;
|
|
57939
58313
|
exports.Cart = Cart;
|
|
57940
58314
|
exports.CartFilled = CartFilled;
|
|
57941
|
-
exports.
|
|
57942
|
-
exports.
|
|
58315
|
+
exports.CartonBox = CartonBox;
|
|
58316
|
+
exports.CartonBoxFilled = CartonBoxFilled;
|
|
57943
58317
|
exports.Chart = Chart;
|
|
57944
58318
|
exports.ChartFilled = ChartFilled;
|
|
57945
58319
|
exports.Chat = Chat;
|
|
58320
|
+
exports.ChatAdd = ChatAdd;
|
|
58321
|
+
exports.ChatAddFilled = ChatAddFilled;
|
|
58322
|
+
exports.ChatEmpty = ChatEmpty;
|
|
58323
|
+
exports.ChatEmptyFilled = ChatEmptyFilled;
|
|
57946
58324
|
exports.ChatFilled = ChatFilled;
|
|
57947
58325
|
exports.Checkmark = Checkmark;
|
|
57948
58326
|
exports.CheckmarkFilled = CheckmarkFilled;
|
|
57949
58327
|
exports.Chess = Chess;
|
|
57950
58328
|
exports.ChessFilled = ChessFilled;
|
|
57951
|
-
exports.
|
|
57952
|
-
exports.
|
|
58329
|
+
exports.ChevronDown = ChevronDown;
|
|
58330
|
+
exports.ChevronDownFilled = ChevronDownFilled;
|
|
58331
|
+
exports.ChevronLeft = ChevronLeft;
|
|
58332
|
+
exports.ChevronLeftFilled = ChevronLeftFilled;
|
|
58333
|
+
exports.ChevronRight = ChevronRight;
|
|
58334
|
+
exports.ChevronRightFilled = ChevronRightFilled;
|
|
58335
|
+
exports.ChevronUp = ChevronUp;
|
|
58336
|
+
exports.ChevronUpFilled = ChevronUpFilled;
|
|
57953
58337
|
exports.Circle = Circle;
|
|
57954
58338
|
exports.CircleFilled = CircleFilled;
|
|
57955
58339
|
exports.Clipboard = Clipboard;
|
|
57956
58340
|
exports.ClipboardFilled = ClipboardFilled;
|
|
57957
58341
|
exports.Clock = Clock;
|
|
58342
|
+
exports.ClockAlarm = ClockAlarm;
|
|
58343
|
+
exports.ClockAlarmFilled = ClockAlarmFilled;
|
|
57958
58344
|
exports.ClockFilled = ClockFilled;
|
|
57959
58345
|
exports.Cloud = Cloud;
|
|
57960
58346
|
exports.CloudFilled = CloudFilled;
|
|
57961
58347
|
exports.Clover = Clover;
|
|
57962
58348
|
exports.CloverFilled = CloverFilled;
|
|
57963
58349
|
exports.Code = Code;
|
|
58350
|
+
exports.CodeBlock = CodeBlock;
|
|
58351
|
+
exports.CodeBlockFilled = CodeBlockFilled;
|
|
57964
58352
|
exports.CodeFilled = CodeFilled;
|
|
57965
58353
|
exports.Comma = Comma;
|
|
57966
58354
|
exports.CommaFilled = CommaFilled;
|
|
@@ -57970,8 +58358,8 @@
|
|
|
57970
58358
|
exports.ConeFilled = ConeFilled;
|
|
57971
58359
|
exports.Contrast = Contrast;
|
|
57972
58360
|
exports.ContrastFilled = ContrastFilled;
|
|
57973
|
-
exports.
|
|
57974
|
-
exports.
|
|
58361
|
+
exports.ControlButton = ControlButton;
|
|
58362
|
+
exports.ControlButtonFilled = ControlButtonFilled;
|
|
57975
58363
|
exports.Cookie = Cookie;
|
|
57976
58364
|
exports.CookieFilled = CookieFilled;
|
|
57977
58365
|
exports.Copy = Copy;
|
|
@@ -57998,21 +58386,31 @@
|
|
|
57998
58386
|
exports.DatabaseFilled = DatabaseFilled;
|
|
57999
58387
|
exports.Delete = Delete;
|
|
58000
58388
|
exports.DeleteFilled = DeleteFilled;
|
|
58389
|
+
exports.DeleteOff = DeleteOff;
|
|
58390
|
+
exports.DeleteOffFilled = DeleteOffFilled;
|
|
58001
58391
|
exports.Dentist = Dentist;
|
|
58002
58392
|
exports.DentistFilled = DentistFilled;
|
|
58003
58393
|
exports.Desk = Desk;
|
|
58004
58394
|
exports.DeskFilled = DeskFilled;
|
|
58005
58395
|
exports.Desktop = Desktop;
|
|
58006
58396
|
exports.DesktopFilled = DesktopFilled;
|
|
58397
|
+
exports.DesktopMac = DesktopMac;
|
|
58398
|
+
exports.DesktopMacFilled = DesktopMacFilled;
|
|
58007
58399
|
exports.Dialpad = Dialpad;
|
|
58008
58400
|
exports.DialpadFilled = DialpadFilled;
|
|
58009
58401
|
exports.Diamond = Diamond;
|
|
58010
58402
|
exports.DiamondFilled = DiamondFilled;
|
|
58011
58403
|
exports.Dismiss = Dismiss;
|
|
58404
|
+
exports.DismissCircle = DismissCircle;
|
|
58405
|
+
exports.DismissCircleFilled = DismissCircleFilled;
|
|
58012
58406
|
exports.DismissFilled = DismissFilled;
|
|
58407
|
+
exports.DismissSquare = DismissSquare;
|
|
58408
|
+
exports.DismissSquareFilled = DismissSquareFilled;
|
|
58013
58409
|
exports.Doctor = Doctor;
|
|
58014
58410
|
exports.DoctorFilled = DoctorFilled;
|
|
58015
58411
|
exports.Document = Document;
|
|
58412
|
+
exports.DocumentBorder = DocumentBorder;
|
|
58413
|
+
exports.DocumentBorderFilled = DocumentBorderFilled;
|
|
58016
58414
|
exports.DocumentFilled = DocumentFilled;
|
|
58017
58415
|
exports.Door = Door;
|
|
58018
58416
|
exports.DoorFilled = DoorFilled;
|
|
@@ -58022,8 +58420,8 @@
|
|
|
58022
58420
|
exports.DrawerFilled = DrawerFilled;
|
|
58023
58421
|
exports.Drop = Drop;
|
|
58024
58422
|
exports.DropFilled = DropFilled;
|
|
58025
|
-
exports.
|
|
58026
|
-
exports.
|
|
58423
|
+
exports.DualScreen = DualScreen;
|
|
58424
|
+
exports.DualScreenFilled = DualScreenFilled;
|
|
58027
58425
|
exports.Dumbbell = Dumbbell;
|
|
58028
58426
|
exports.DumbbellFilled = DumbbellFilled;
|
|
58029
58427
|
exports.Dust = Dust;
|
|
@@ -58032,53 +58430,95 @@
|
|
|
58032
58430
|
exports.EarthFilled = EarthFilled;
|
|
58033
58431
|
exports.Edit = Edit;
|
|
58034
58432
|
exports.EditFilled = EditFilled;
|
|
58433
|
+
exports.EditOff = EditOff;
|
|
58434
|
+
exports.EditOffFilled = EditOffFilled;
|
|
58035
58435
|
exports.Elevator = Elevator;
|
|
58036
58436
|
exports.ElevatorFilled = ElevatorFilled;
|
|
58037
58437
|
exports.Emoji = Emoji;
|
|
58438
|
+
exports.EmojiAngry = EmojiAngry;
|
|
58439
|
+
exports.EmojiAngryFilled = EmojiAngryFilled;
|
|
58440
|
+
exports.EmojiCool = EmojiCool;
|
|
58441
|
+
exports.EmojiCoolFilled = EmojiCoolFilled;
|
|
58038
58442
|
exports.EmojiFilled = EmojiFilled;
|
|
58443
|
+
exports.EmojiGrimacing = EmojiGrimacing;
|
|
58444
|
+
exports.EmojiGrimacingFilled = EmojiGrimacingFilled;
|
|
58445
|
+
exports.EmojiLaugh = EmojiLaugh;
|
|
58446
|
+
exports.EmojiLaughFilled = EmojiLaughFilled;
|
|
58447
|
+
exports.EmojiMeh = EmojiMeh;
|
|
58448
|
+
exports.EmojiMehFilled = EmojiMehFilled;
|
|
58449
|
+
exports.EmojiSad = EmojiSad;
|
|
58450
|
+
exports.EmojiSadFilled = EmojiSadFilled;
|
|
58451
|
+
exports.EmojiSurprise = EmojiSurprise;
|
|
58452
|
+
exports.EmojiSurpriseFilled = EmojiSurpriseFilled;
|
|
58039
58453
|
exports.Engine = Engine;
|
|
58040
58454
|
exports.EngineFilled = EngineFilled;
|
|
58041
58455
|
exports.Equal = Equal;
|
|
58456
|
+
exports.EqualCircle = EqualCircle;
|
|
58457
|
+
exports.EqualCircleFilled = EqualCircleFilled;
|
|
58042
58458
|
exports.EqualFilled = EqualFilled;
|
|
58043
|
-
exports.
|
|
58044
|
-
exports.
|
|
58459
|
+
exports.EqualOff = EqualOff;
|
|
58460
|
+
exports.EqualOffFilled = EqualOffFilled;
|
|
58461
|
+
exports.ErrorCircle = ErrorCircle;
|
|
58462
|
+
exports.ErrorCircleFilled = ErrorCircleFilled;
|
|
58045
58463
|
exports.Eye = Eye;
|
|
58046
58464
|
exports.EyeFilled = EyeFilled;
|
|
58465
|
+
exports.EyeOff = EyeOff;
|
|
58466
|
+
exports.EyeOffFilled = EyeOffFilled;
|
|
58047
58467
|
exports.Eyedropper = Eyedropper;
|
|
58048
58468
|
exports.EyedropperFilled = EyedropperFilled;
|
|
58049
|
-
exports.
|
|
58050
|
-
exports.
|
|
58469
|
+
exports.EyedropperOff = EyedropperOff;
|
|
58470
|
+
exports.EyedropperOffFilled = EyedropperOffFilled;
|
|
58471
|
+
exports.FastForward = FastForward;
|
|
58472
|
+
exports.FastForwardFilled = FastForwardFilled;
|
|
58051
58473
|
exports.Filmstrip = Filmstrip;
|
|
58052
58474
|
exports.FilmstripFilled = FilmstripFilled;
|
|
58475
|
+
exports.FilmstripOff = FilmstripOff;
|
|
58476
|
+
exports.FilmstripOffFilled = FilmstripOffFilled;
|
|
58053
58477
|
exports.Filter = Filter;
|
|
58054
58478
|
exports.FilterFilled = FilterFilled;
|
|
58055
58479
|
exports.Fire = Fire;
|
|
58056
58480
|
exports.FireFilled = FireFilled;
|
|
58057
58481
|
exports.Flag = Flag;
|
|
58058
58482
|
exports.FlagFilled = FlagFilled;
|
|
58483
|
+
exports.FlagOff = FlagOff;
|
|
58484
|
+
exports.FlagOffFilled = FlagOffFilled;
|
|
58059
58485
|
exports.Flash = Flash;
|
|
58060
58486
|
exports.FlashFilled = FlashFilled;
|
|
58487
|
+
exports.FlashOff = FlashOff;
|
|
58488
|
+
exports.FlashOffFilled = FlashOffFilled;
|
|
58061
58489
|
exports.Flashlight = Flashlight;
|
|
58062
58490
|
exports.FlashlightFilled = FlashlightFilled;
|
|
58063
|
-
exports.
|
|
58064
|
-
exports.
|
|
58491
|
+
exports.FlashlightOff = FlashlightOff;
|
|
58492
|
+
exports.FlashlightOffFilled = FlashlightOffFilled;
|
|
58493
|
+
exports.FlipHorizontal = FlipHorizontal;
|
|
58494
|
+
exports.FlipHorizontalFilled = FlipHorizontalFilled;
|
|
58495
|
+
exports.FlipVerticial = FlipVerticial;
|
|
58496
|
+
exports.FlipVerticialFilled = FlipVerticialFilled;
|
|
58065
58497
|
exports.Folder = Folder;
|
|
58066
58498
|
exports.FolderFilled = FolderFilled;
|
|
58499
|
+
exports.FolderOpen = FolderOpen;
|
|
58500
|
+
exports.FolderOpenFilled = FolderOpenFilled;
|
|
58067
58501
|
exports.Frame = Frame;
|
|
58068
58502
|
exports.FrameFilled = FrameFilled;
|
|
58069
|
-
exports.
|
|
58070
|
-
exports.
|
|
58503
|
+
exports.FullScreenMaximize = FullScreenMaximize;
|
|
58504
|
+
exports.FullScreenMaximizeFilled = FullScreenMaximizeFilled;
|
|
58505
|
+
exports.FullScreenMinimize = FullScreenMinimize;
|
|
58506
|
+
exports.FullScreenMinimizeFilled = FullScreenMinimizeFilled;
|
|
58071
58507
|
exports.Games = Games;
|
|
58072
58508
|
exports.GamesFilled = GamesFilled;
|
|
58073
|
-
exports.
|
|
58074
|
-
exports.
|
|
58509
|
+
exports.GanttChart = GanttChart;
|
|
58510
|
+
exports.GanttChartFilled = GanttChartFilled;
|
|
58075
58511
|
exports.Gas = Gas;
|
|
58076
58512
|
exports.GasFilled = GasFilled;
|
|
58513
|
+
exports.GasStation = GasStation;
|
|
58514
|
+
exports.GasStationFilled = GasStationFilled;
|
|
58077
58515
|
exports.Gavel = Gavel;
|
|
58078
58516
|
exports.GavelFilled = GavelFilled;
|
|
58079
58517
|
exports.Gif = Gif;
|
|
58080
58518
|
exports.GifFilled = GifFilled;
|
|
58081
58519
|
exports.Gift = Gift;
|
|
58520
|
+
exports.GiftCard = GiftCard;
|
|
58521
|
+
exports.GiftCardFilled = GiftCardFilled;
|
|
58082
58522
|
exports.GiftFilled = GiftFilled;
|
|
58083
58523
|
exports.Git = Git;
|
|
58084
58524
|
exports.GitFilled = GitFilled;
|
|
@@ -58094,19 +58534,25 @@
|
|
|
58094
58534
|
exports.GuitarFilled = GuitarFilled;
|
|
58095
58535
|
exports.Hammer = Hammer;
|
|
58096
58536
|
exports.HammerFilled = HammerFilled;
|
|
58097
|
-
exports.
|
|
58098
|
-
exports.
|
|
58099
|
-
exports.
|
|
58100
|
-
exports.
|
|
58537
|
+
exports.HardDrive = HardDrive;
|
|
58538
|
+
exports.HardDriveFilled = HardDriveFilled;
|
|
58539
|
+
exports.HatGraduation = HatGraduation;
|
|
58540
|
+
exports.HatGraduationFilled = HatGraduationFilled;
|
|
58101
58541
|
exports.Hd = Hd;
|
|
58102
58542
|
exports.HdFilled = HdFilled;
|
|
58103
58543
|
exports.Hdr = Hdr;
|
|
58104
58544
|
exports.HdrFilled = HdrFilled;
|
|
58545
|
+
exports.HdrOff = HdrOff;
|
|
58546
|
+
exports.HdrOffFilled = HdrOffFilled;
|
|
58105
58547
|
exports.Headphones = Headphones;
|
|
58106
58548
|
exports.HeadphonesFilled = HeadphonesFilled;
|
|
58107
|
-
exports.
|
|
58108
|
-
exports.
|
|
58549
|
+
exports.HeadphonesMic = HeadphonesMic;
|
|
58550
|
+
exports.HeadphonesMicFilled = HeadphonesMicFilled;
|
|
58551
|
+
exports.HeadsetVr = HeadsetVr;
|
|
58552
|
+
exports.HeadsetVrFilled = HeadsetVrFilled;
|
|
58109
58553
|
exports.Heart = Heart;
|
|
58554
|
+
exports.HeartBroken = HeartBroken;
|
|
58555
|
+
exports.HeartBrokenFilled = HeartBrokenFilled;
|
|
58110
58556
|
exports.HeartFilled = HeartFilled;
|
|
58111
58557
|
exports.Hexagon = Hexagon;
|
|
58112
58558
|
exports.HexagonFilled = HexagonFilled;
|
|
@@ -58115,13 +58561,23 @@
|
|
|
58115
58561
|
exports.Highway = Highway;
|
|
58116
58562
|
exports.HighwayFilled = HighwayFilled;
|
|
58117
58563
|
exports.Home = Home;
|
|
58564
|
+
exports.HomeCheckmark = HomeCheckmark;
|
|
58565
|
+
exports.HomeCheckmarkFilled = HomeCheckmarkFilled;
|
|
58118
58566
|
exports.HomeFilled = HomeFilled;
|
|
58119
58567
|
exports.Hourglass = Hourglass;
|
|
58120
58568
|
exports.HourglassFilled = HourglassFilled;
|
|
58569
|
+
exports.HourglassHalf = HourglassHalf;
|
|
58570
|
+
exports.HourglassHalfFilled = HourglassHalfFilled;
|
|
58571
|
+
exports.HourglassOneQuarter = HourglassOneQuarter;
|
|
58572
|
+
exports.HourglassOneQuarterFilled = HourglassOneQuarterFilled;
|
|
58573
|
+
exports.HourglassThreeQuarter = HourglassThreeQuarter;
|
|
58574
|
+
exports.HourglassThreeQuarterFilled = HourglassThreeQuarterFilled;
|
|
58121
58575
|
exports.Html = Html;
|
|
58122
58576
|
exports.HtmlFilled = HtmlFilled;
|
|
58123
58577
|
exports.IconUtils = reactNativeIconUtils;
|
|
58124
58578
|
exports.Image = Image;
|
|
58579
|
+
exports.ImageCircle = ImageCircle;
|
|
58580
|
+
exports.ImageCircleFilled = ImageCircleFilled;
|
|
58125
58581
|
exports.ImageFilled = ImageFilled;
|
|
58126
58582
|
exports.Important = Important;
|
|
58127
58583
|
exports.ImportantFilled = ImportantFilled;
|
|
@@ -58130,6 +58586,14 @@
|
|
|
58130
58586
|
exports.Info = Info;
|
|
58131
58587
|
exports.InfoFilled = InfoFilled;
|
|
58132
58588
|
exports.Ios = Ios;
|
|
58589
|
+
exports.IosArrowLtr = IosArrowLtr;
|
|
58590
|
+
exports.IosArrowLtrFilled = IosArrowLtrFilled;
|
|
58591
|
+
exports.IosArrowRtl = IosArrowRtl;
|
|
58592
|
+
exports.IosArrowRtlFilled = IosArrowRtlFilled;
|
|
58593
|
+
exports.IosChevronLtr = IosChevronLtr;
|
|
58594
|
+
exports.IosChevronLtrFilled = IosChevronLtrFilled;
|
|
58595
|
+
exports.IosChevronRtl = IosChevronRtl;
|
|
58596
|
+
exports.IosChevronRtlFilled = IosChevronRtlFilled;
|
|
58133
58597
|
exports.IosFilled = IosFilled;
|
|
58134
58598
|
exports.Iot = Iot;
|
|
58135
58599
|
exports.IotFilled = IotFilled;
|
|
@@ -58138,11 +58602,33 @@
|
|
|
58138
58602
|
exports.Joystick = Joystick;
|
|
58139
58603
|
exports.JoystickFilled = JoystickFilled;
|
|
58140
58604
|
exports.Json = Json;
|
|
58605
|
+
exports.JsonFile = JsonFile;
|
|
58606
|
+
exports.JsonFileFilled = JsonFileFilled;
|
|
58141
58607
|
exports.JsonFilled = JsonFilled;
|
|
58142
58608
|
exports.Key = Key;
|
|
58143
58609
|
exports.KeyFilled = KeyFilled;
|
|
58610
|
+
exports.KeyMultiple = KeyMultiple;
|
|
58611
|
+
exports.KeyMultipleFilled = KeyMultipleFilled;
|
|
58144
58612
|
exports.Keyboard = Keyboard;
|
|
58613
|
+
exports.KeyboardBackspace = KeyboardBackspace;
|
|
58614
|
+
exports.KeyboardBackspaceFilled = KeyboardBackspaceFilled;
|
|
58615
|
+
exports.KeyboardCommand = KeyboardCommand;
|
|
58616
|
+
exports.KeyboardCommandFilled = KeyboardCommandFilled;
|
|
58145
58617
|
exports.KeyboardFilled = KeyboardFilled;
|
|
58618
|
+
exports.KeyboardLock = KeyboardLock;
|
|
58619
|
+
exports.KeyboardLockFilled = KeyboardLockFilled;
|
|
58620
|
+
exports.KeyboardOff = KeyboardOff;
|
|
58621
|
+
exports.KeyboardOffFilled = KeyboardOffFilled;
|
|
58622
|
+
exports.KeyboardOption = KeyboardOption;
|
|
58623
|
+
exports.KeyboardOptionFilled = KeyboardOptionFilled;
|
|
58624
|
+
exports.KeyboardReturn = KeyboardReturn;
|
|
58625
|
+
exports.KeyboardReturnFilled = KeyboardReturnFilled;
|
|
58626
|
+
exports.KeyboardShift = KeyboardShift;
|
|
58627
|
+
exports.KeyboardShiftFilled = KeyboardShiftFilled;
|
|
58628
|
+
exports.KeyboardShiftUppercase = KeyboardShiftUppercase;
|
|
58629
|
+
exports.KeyboardShiftUppercaseFilled = KeyboardShiftUppercaseFilled;
|
|
58630
|
+
exports.KeyboardTab = KeyboardTab;
|
|
58631
|
+
exports.KeyboardTabFilled = KeyboardTabFilled;
|
|
58146
58632
|
exports.Kiosk = Kiosk;
|
|
58147
58633
|
exports.KioskFilled = KioskFilled;
|
|
58148
58634
|
exports.Kotlin = Kotlin;
|
|
@@ -58154,45 +58640,59 @@
|
|
|
58154
58640
|
exports.Lightbulb = Lightbulb;
|
|
58155
58641
|
exports.LightbulbFilled = LightbulbFilled;
|
|
58156
58642
|
exports.Line = Line;
|
|
58643
|
+
exports.LineDashes = LineDashes;
|
|
58644
|
+
exports.LineDashesFilled = LineDashesFilled;
|
|
58157
58645
|
exports.LineFilled = LineFilled;
|
|
58646
|
+
exports.LineHorizontal1 = LineHorizontal1;
|
|
58647
|
+
exports.LineHorizontal1Dashes = LineHorizontal1Dashes;
|
|
58648
|
+
exports.LineHorizontal1DashesFilled = LineHorizontal1DashesFilled;
|
|
58649
|
+
exports.LineHorizontal1Filled = LineHorizontal1Filled;
|
|
58158
58650
|
exports.Link = Link;
|
|
58159
58651
|
exports.LinkFilled = LinkFilled;
|
|
58160
|
-
exports.Local = Local;
|
|
58161
|
-
exports.LocalFilled = LocalFilled;
|
|
58162
58652
|
exports.LocalLanguage = LocalLanguage;
|
|
58163
58653
|
exports.LocalLanguageFilled = LocalLanguageFilled;
|
|
58164
58654
|
exports.Location = Location;
|
|
58655
|
+
exports.LocationArrow = LocationArrow;
|
|
58656
|
+
exports.LocationArrowFilled = LocationArrowFilled;
|
|
58165
58657
|
exports.LocationFilled = LocationFilled;
|
|
58166
|
-
exports.
|
|
58167
|
-
exports.
|
|
58658
|
+
exports.LockClosed = LockClosed;
|
|
58659
|
+
exports.LockClosedFilled = LockClosedFilled;
|
|
58660
|
+
exports.LockOpen = LockOpen;
|
|
58661
|
+
exports.LockOpenFilled = LockOpenFilled;
|
|
58168
58662
|
exports.Luggage = Luggage;
|
|
58169
58663
|
exports.LuggageFilled = LuggageFilled;
|
|
58170
58664
|
exports.Macos = Macos;
|
|
58171
58665
|
exports.MacosFilled = MacosFilled;
|
|
58172
58666
|
exports.Mail = Mail;
|
|
58173
58667
|
exports.MailFilled = MailFilled;
|
|
58668
|
+
exports.MailRead = MailRead;
|
|
58669
|
+
exports.MailReadFilled = MailReadFilled;
|
|
58174
58670
|
exports.Mailbox = Mailbox;
|
|
58175
58671
|
exports.MailboxFilled = MailboxFilled;
|
|
58176
58672
|
exports.Map = Map;
|
|
58177
58673
|
exports.MapFilled = MapFilled;
|
|
58178
58674
|
exports.Markdown = Markdown;
|
|
58179
58675
|
exports.MarkdownFilled = MarkdownFilled;
|
|
58180
|
-
exports.
|
|
58181
|
-
exports.
|
|
58676
|
+
exports.MathSymbols = MathSymbols;
|
|
58677
|
+
exports.MathSymbolsFilled = MathSymbolsFilled;
|
|
58182
58678
|
exports.Megaphone = Megaphone;
|
|
58183
58679
|
exports.MegaphoneFilled = MegaphoneFilled;
|
|
58184
58680
|
exports.Mic = Mic;
|
|
58185
58681
|
exports.MicFilled = MicFilled;
|
|
58186
58682
|
exports.Moon = Moon;
|
|
58187
58683
|
exports.MoonFilled = MoonFilled;
|
|
58188
|
-
exports.
|
|
58189
|
-
exports.
|
|
58684
|
+
exports.MoreCircle = MoreCircle;
|
|
58685
|
+
exports.MoreCircleFilled = MoreCircleFilled;
|
|
58686
|
+
exports.MoreHorizontal = MoreHorizontal;
|
|
58687
|
+
exports.MoreHorizontalFilled = MoreHorizontalFilled;
|
|
58688
|
+
exports.MoreVerticial = MoreVerticial;
|
|
58689
|
+
exports.MoreVerticialFilled = MoreVerticialFilled;
|
|
58190
58690
|
exports.Mouse = Mouse;
|
|
58191
58691
|
exports.MouseFilled = MouseFilled;
|
|
58192
58692
|
exports.Movie = Movie;
|
|
58193
58693
|
exports.MovieFilled = MovieFilled;
|
|
58194
|
-
exports.
|
|
58195
|
-
exports.
|
|
58694
|
+
exports.NetworkCheck = NetworkCheck;
|
|
58695
|
+
exports.NetworkCheckFilled = NetworkCheckFilled;
|
|
58196
58696
|
exports.News = News;
|
|
58197
58697
|
exports.NewsFilled = NewsFilled;
|
|
58198
58698
|
exports.Next = Next;
|
|
@@ -58203,16 +58703,44 @@
|
|
|
58203
58703
|
exports.NotebookFilled = NotebookFilled;
|
|
58204
58704
|
exports.Notepad = Notepad;
|
|
58205
58705
|
exports.NotepadFilled = NotepadFilled;
|
|
58206
|
-
exports.
|
|
58207
|
-
exports.
|
|
58706
|
+
exports.NumberCircle0 = NumberCircle0;
|
|
58707
|
+
exports.NumberCircle0Filled = NumberCircle0Filled;
|
|
58708
|
+
exports.NumberCircle1 = NumberCircle1;
|
|
58709
|
+
exports.NumberCircle1Filled = NumberCircle1Filled;
|
|
58710
|
+
exports.NumberCircle2 = NumberCircle2;
|
|
58711
|
+
exports.NumberCircle2Filled = NumberCircle2Filled;
|
|
58712
|
+
exports.NumberCircle3 = NumberCircle3;
|
|
58713
|
+
exports.NumberCircle3Filled = NumberCircle3Filled;
|
|
58714
|
+
exports.NumberCircle4 = NumberCircle4;
|
|
58715
|
+
exports.NumberCircle4Filled = NumberCircle4Filled;
|
|
58716
|
+
exports.NumberCircle5 = NumberCircle5;
|
|
58717
|
+
exports.NumberCircle5Filled = NumberCircle5Filled;
|
|
58718
|
+
exports.NumberCircle6 = NumberCircle6;
|
|
58719
|
+
exports.NumberCircle6Filled = NumberCircle6Filled;
|
|
58720
|
+
exports.NumberCircle7 = NumberCircle7;
|
|
58721
|
+
exports.NumberCircle7Filled = NumberCircle7Filled;
|
|
58722
|
+
exports.NumberCircle8 = NumberCircle8;
|
|
58723
|
+
exports.NumberCircle8Filled = NumberCircle8Filled;
|
|
58724
|
+
exports.NumberCircle9 = NumberCircle9;
|
|
58725
|
+
exports.NumberCircle9Filled = NumberCircle9Filled;
|
|
58726
|
+
exports.NumberSymbol = NumberSymbol;
|
|
58727
|
+
exports.NumberSymbolCircle = NumberSymbolCircle;
|
|
58728
|
+
exports.NumberSymbolCircleFilled = NumberSymbolCircleFilled;
|
|
58729
|
+
exports.NumberSymbolFilled = NumberSymbolFilled;
|
|
58730
|
+
exports.NumberSymbolSquare = NumberSymbolSquare;
|
|
58731
|
+
exports.NumberSymbolSquareFilled = NumberSymbolSquareFilled;
|
|
58208
58732
|
exports.Opacity = Opacity;
|
|
58209
58733
|
exports.OpacityFilled = OpacityFilled;
|
|
58210
58734
|
exports.Open = Open;
|
|
58211
58735
|
exports.OpenFilled = OpenFilled;
|
|
58736
|
+
exports.OpenOff = OpenOff;
|
|
58737
|
+
exports.OpenOffFilled = OpenOffFilled;
|
|
58212
58738
|
exports.Options = Options;
|
|
58213
58739
|
exports.OptionsFilled = OptionsFilled;
|
|
58214
58740
|
exports.Organization = Organization;
|
|
58215
58741
|
exports.OrganizationFilled = OrganizationFilled;
|
|
58742
|
+
exports.OrganizationHorizontal = OrganizationHorizontal;
|
|
58743
|
+
exports.OrganizationHorizontalFilled = OrganizationHorizontalFilled;
|
|
58216
58744
|
exports.Orientation = Orientation;
|
|
58217
58745
|
exports.OrientationFilled = OrientationFilled;
|
|
58218
58746
|
exports.Oval = Oval;
|
|
@@ -58221,24 +58749,34 @@
|
|
|
58221
58749
|
exports.OvenFilled = OvenFilled;
|
|
58222
58750
|
exports.Padding = Padding;
|
|
58223
58751
|
exports.PaddingFilled = PaddingFilled;
|
|
58224
|
-
exports.
|
|
58225
|
-
exports.
|
|
58226
|
-
exports.
|
|
58227
|
-
exports.
|
|
58752
|
+
exports.PageFit = PageFit;
|
|
58753
|
+
exports.PageFitFilled = PageFitFilled;
|
|
58754
|
+
exports.PaintBrush = PaintBrush;
|
|
58755
|
+
exports.PaintBrushFilled = PaintBrushFilled;
|
|
58756
|
+
exports.PaintBucket = PaintBucket;
|
|
58757
|
+
exports.PaintBucketFilled = PaintBucketFilled;
|
|
58228
58758
|
exports.Parallelogram = Parallelogram;
|
|
58229
58759
|
exports.ParallelogramFilled = ParallelogramFilled;
|
|
58230
58760
|
exports.Password = Password;
|
|
58231
58761
|
exports.PasswordFilled = PasswordFilled;
|
|
58232
58762
|
exports.Pause = Pause;
|
|
58763
|
+
exports.PauseCircle = PauseCircle;
|
|
58764
|
+
exports.PauseCircleFilled = PauseCircleFilled;
|
|
58233
58765
|
exports.PauseFilled = PauseFilled;
|
|
58234
58766
|
exports.Payment = Payment;
|
|
58235
58767
|
exports.PaymentFilled = PaymentFilled;
|
|
58768
|
+
exports.PaymentWireless = PaymentWireless;
|
|
58769
|
+
exports.PaymentWirelessFilled = PaymentWirelessFilled;
|
|
58236
58770
|
exports.Pen = Pen;
|
|
58237
58771
|
exports.PenFilled = PenFilled;
|
|
58772
|
+
exports.PenOff = PenOff;
|
|
58773
|
+
exports.PenOffFilled = PenOffFilled;
|
|
58238
58774
|
exports.Pentagon = Pentagon;
|
|
58239
58775
|
exports.PentagonFilled = PentagonFilled;
|
|
58240
58776
|
exports.Person = Person;
|
|
58241
58777
|
exports.PersonFilled = PersonFilled;
|
|
58778
|
+
exports.PersonVoice = PersonVoice;
|
|
58779
|
+
exports.PersonVoiceFilled = PersonVoiceFilled;
|
|
58242
58780
|
exports.Phone = Phone;
|
|
58243
58781
|
exports.PhoneFilled = PhoneFilled;
|
|
58244
58782
|
exports.Piano = Piano;
|
|
@@ -58248,33 +58786,49 @@
|
|
|
58248
58786
|
exports.Pipeline = Pipeline;
|
|
58249
58787
|
exports.PipelineFilled = PipelineFilled;
|
|
58250
58788
|
exports.Play = Play;
|
|
58789
|
+
exports.PlayCircle = PlayCircle;
|
|
58790
|
+
exports.PlayCircleFilled = PlayCircleFilled;
|
|
58251
58791
|
exports.PlayFilled = PlayFilled;
|
|
58252
58792
|
exports.Playstore = Playstore;
|
|
58253
58793
|
exports.PlaystoreFilled = PlaystoreFilled;
|
|
58254
|
-
exports.
|
|
58255
|
-
exports.
|
|
58794
|
+
exports.PortHdmi = PortHdmi;
|
|
58795
|
+
exports.PortHdmiFilled = PortHdmiFilled;
|
|
58796
|
+
exports.PortMicroUsb = PortMicroUsb;
|
|
58797
|
+
exports.PortMicroUsbFilled = PortMicroUsbFilled;
|
|
58798
|
+
exports.PortUsbA = PortUsbA;
|
|
58799
|
+
exports.PortUsbAFilled = PortUsbAFilled;
|
|
58800
|
+
exports.PortUsbC = PortUsbC;
|
|
58801
|
+
exports.PortUsbCFilled = PortUsbCFilled;
|
|
58256
58802
|
exports.Power = Power;
|
|
58257
58803
|
exports.PowerFilled = PowerFilled;
|
|
58258
|
-
exports.
|
|
58259
|
-
exports.
|
|
58804
|
+
exports.PreviewLink = PreviewLink;
|
|
58805
|
+
exports.PreviewLinkFilled = PreviewLinkFilled;
|
|
58260
58806
|
exports.Previous = Previous;
|
|
58261
58807
|
exports.PreviousFilled = PreviousFilled;
|
|
58262
58808
|
exports.Print = Print;
|
|
58263
58809
|
exports.PrintFilled = PrintFilled;
|
|
58264
58810
|
exports.Pulse = Pulse;
|
|
58811
|
+
exports.PulseCircle = PulseCircle;
|
|
58812
|
+
exports.PulseCircleFilled = PulseCircleFilled;
|
|
58265
58813
|
exports.PulseFilled = PulseFilled;
|
|
58814
|
+
exports.PulseSquare = PulseSquare;
|
|
58815
|
+
exports.PulseSquareFilled = PulseSquareFilled;
|
|
58266
58816
|
exports.Python = Python;
|
|
58267
58817
|
exports.PythonFilled = PythonFilled;
|
|
58268
|
-
exports.
|
|
58269
|
-
exports.
|
|
58818
|
+
exports.QrCode = QrCode;
|
|
58819
|
+
exports.QrCodeFilled = QrCodeFilled;
|
|
58270
58820
|
exports.Question = Question;
|
|
58821
|
+
exports.QuestionCircle = QuestionCircle;
|
|
58822
|
+
exports.QuestionCircleFilled = QuestionCircleFilled;
|
|
58271
58823
|
exports.QuestionFilled = QuestionFilled;
|
|
58272
|
-
exports.
|
|
58273
|
-
exports.
|
|
58824
|
+
exports.RadioButton = RadioButton;
|
|
58825
|
+
exports.RadioButtonFilled = RadioButtonFilled;
|
|
58274
58826
|
exports.Ram = Ram;
|
|
58275
58827
|
exports.RamFilled = RamFilled;
|
|
58276
58828
|
exports.Record = Record;
|
|
58277
58829
|
exports.RecordFilled = RecordFilled;
|
|
58830
|
+
exports.RecordStop = RecordStop;
|
|
58831
|
+
exports.RecordStopFilled = RecordStopFilled;
|
|
58278
58832
|
exports.Rectangle = Rectangle;
|
|
58279
58833
|
exports.RectangleFilled = RectangleFilled;
|
|
58280
58834
|
exports.Refineui = Refineui;
|
|
@@ -58286,6 +58840,8 @@
|
|
|
58286
58840
|
exports.Ribbon = Ribbon;
|
|
58287
58841
|
exports.RibbonFilled = RibbonFilled;
|
|
58288
58842
|
exports.Road = Road;
|
|
58843
|
+
exports.RoadCone = RoadCone;
|
|
58844
|
+
exports.RoadConeFilled = RoadConeFilled;
|
|
58289
58845
|
exports.RoadFilled = RoadFilled;
|
|
58290
58846
|
exports.Rocket = Rocket;
|
|
58291
58847
|
exports.RocketFilled = RocketFilled;
|
|
@@ -58309,42 +58865,74 @@
|
|
|
58309
58865
|
exports.SearchFilled = SearchFilled;
|
|
58310
58866
|
exports.Send = Send;
|
|
58311
58867
|
exports.SendFilled = SendFilled;
|
|
58312
|
-
exports.
|
|
58313
|
-
exports.
|
|
58868
|
+
exports.SerialPort = SerialPort;
|
|
58869
|
+
exports.SerialPortFilled = SerialPortFilled;
|
|
58314
58870
|
exports.Server = Server;
|
|
58315
58871
|
exports.ServerFilled = ServerFilled;
|
|
58316
|
-
exports.
|
|
58317
|
-
exports.
|
|
58872
|
+
exports.ServerLink = ServerLink;
|
|
58873
|
+
exports.ServerLinkFilled = ServerLinkFilled;
|
|
58874
|
+
exports.ServerPlay = ServerPlay;
|
|
58875
|
+
exports.ServerPlayFilled = ServerPlayFilled;
|
|
58876
|
+
exports.ServiceBell = ServiceBell;
|
|
58877
|
+
exports.ServiceBellFilled = ServiceBellFilled;
|
|
58318
58878
|
exports.Settings = Settings;
|
|
58319
58879
|
exports.SettingsFilled = SettingsFilled;
|
|
58320
|
-
exports.
|
|
58321
|
-
exports.
|
|
58880
|
+
exports.ShapeExclude = ShapeExclude;
|
|
58881
|
+
exports.ShapeExcludeFilled = ShapeExcludeFilled;
|
|
58882
|
+
exports.ShapeIntersect = ShapeIntersect;
|
|
58883
|
+
exports.ShapeIntersectFilled = ShapeIntersectFilled;
|
|
58884
|
+
exports.ShapeSubtract = ShapeSubtract;
|
|
58885
|
+
exports.ShapeSubtractFilled = ShapeSubtractFilled;
|
|
58886
|
+
exports.ShapeUnion = ShapeUnion;
|
|
58887
|
+
exports.ShapeUnionFilled = ShapeUnionFilled;
|
|
58322
58888
|
exports.Shapes = Shapes;
|
|
58323
58889
|
exports.ShapesFilled = ShapesFilled;
|
|
58324
58890
|
exports.Share = Share;
|
|
58891
|
+
exports.ShareAndroid = ShareAndroid;
|
|
58892
|
+
exports.ShareAndroidFilled = ShareAndroidFilled;
|
|
58325
58893
|
exports.ShareFilled = ShareFilled;
|
|
58326
|
-
exports.
|
|
58327
|
-
exports.
|
|
58894
|
+
exports.ShareIos = ShareIos;
|
|
58895
|
+
exports.ShareIosFilled = ShareIosFilled;
|
|
58896
|
+
exports.ShellScript = ShellScript;
|
|
58897
|
+
exports.ShellScriptFilled = ShellScriptFilled;
|
|
58328
58898
|
exports.Shield = Shield;
|
|
58329
58899
|
exports.ShieldFilled = ShieldFilled;
|
|
58330
|
-
exports.
|
|
58331
|
-
exports.
|
|
58900
|
+
exports.ShoppingBag = ShoppingBag;
|
|
58901
|
+
exports.ShoppingBagFilled = ShoppingBagFilled;
|
|
58332
58902
|
exports.Sim = Sim;
|
|
58333
58903
|
exports.SimFilled = SimFilled;
|
|
58334
|
-
exports.
|
|
58335
|
-
exports.
|
|
58904
|
+
exports.SlideAdd = SlideAdd;
|
|
58905
|
+
exports.SlideAddFilled = SlideAddFilled;
|
|
58906
|
+
exports.SlideContent = SlideContent;
|
|
58907
|
+
exports.SlideContentFilled = SlideContentFilled;
|
|
58908
|
+
exports.SlideEraser = SlideEraser;
|
|
58909
|
+
exports.SlideEraserFilled = SlideEraserFilled;
|
|
58910
|
+
exports.SlideGrid = SlideGrid;
|
|
58911
|
+
exports.SlideGridFilled = SlideGridFilled;
|
|
58912
|
+
exports.SlideHide = SlideHide;
|
|
58913
|
+
exports.SlideHideFilled = SlideHideFilled;
|
|
58914
|
+
exports.SlideLayout = SlideLayout;
|
|
58915
|
+
exports.SlideLayoutFilled = SlideLayoutFilled;
|
|
58336
58916
|
exports.Smartwatch = Smartwatch;
|
|
58337
58917
|
exports.SmartwatchFilled = SmartwatchFilled;
|
|
58338
|
-
exports.
|
|
58339
|
-
exports.
|
|
58918
|
+
exports.SoundSource = SoundSource;
|
|
58919
|
+
exports.SoundSourceFilled = SoundSourceFilled;
|
|
58340
58920
|
exports.Spacebar = Spacebar;
|
|
58341
58921
|
exports.SpacebarFilled = SpacebarFilled;
|
|
58342
|
-
exports.
|
|
58343
|
-
exports.
|
|
58344
|
-
exports.
|
|
58345
|
-
exports.
|
|
58922
|
+
exports.SportBaseball = SportBaseball;
|
|
58923
|
+
exports.SportBaseballFilled = SportBaseballFilled;
|
|
58924
|
+
exports.SportBasketball = SportBasketball;
|
|
58925
|
+
exports.SportBasketballFilled = SportBasketballFilled;
|
|
58926
|
+
exports.SportSoccer = SportSoccer;
|
|
58927
|
+
exports.SportSoccerFilled = SportSoccerFilled;
|
|
58928
|
+
exports.SprayCan = SprayCan;
|
|
58929
|
+
exports.SprayCanFilled = SprayCanFilled;
|
|
58346
58930
|
exports.Square = Square;
|
|
58347
58931
|
exports.SquareFilled = SquareFilled;
|
|
58932
|
+
exports.SquareHint = SquareHint;
|
|
58933
|
+
exports.SquareHintFilled = SquareHintFilled;
|
|
58934
|
+
exports.SquareMultiple = SquareMultiple;
|
|
58935
|
+
exports.SquareMultipleFilled = SquareMultipleFilled;
|
|
58348
58936
|
exports.Star = Star;
|
|
58349
58937
|
exports.StarFilled = StarFilled;
|
|
58350
58938
|
exports.Stop = Stop;
|
|
@@ -58366,8 +58954,40 @@
|
|
|
58366
58954
|
exports.Tent = Tent;
|
|
58367
58955
|
exports.TentFilled = TentFilled;
|
|
58368
58956
|
exports.Text = Text;
|
|
58957
|
+
exports.TextAlignCenter = TextAlignCenter;
|
|
58958
|
+
exports.TextAlignCenterFilled = TextAlignCenterFilled;
|
|
58959
|
+
exports.TextAlignJustify = TextAlignJustify;
|
|
58960
|
+
exports.TextAlignJustifyFilled = TextAlignJustifyFilled;
|
|
58961
|
+
exports.TextAlignLeft = TextAlignLeft;
|
|
58962
|
+
exports.TextAlignLeftFilled = TextAlignLeftFilled;
|
|
58963
|
+
exports.TextAlignRight = TextAlignRight;
|
|
58964
|
+
exports.TextAlignRightFilled = TextAlignRightFilled;
|
|
58369
58965
|
exports.TextFilled = TextFilled;
|
|
58370
58966
|
exports.Textbox = Textbox;
|
|
58967
|
+
exports.TextboxAlignBottom = TextboxAlignBottom;
|
|
58968
|
+
exports.TextboxAlignBottomCenter = TextboxAlignBottomCenter;
|
|
58969
|
+
exports.TextboxAlignBottomCenterFilled = TextboxAlignBottomCenterFilled;
|
|
58970
|
+
exports.TextboxAlignBottomFilled = TextboxAlignBottomFilled;
|
|
58971
|
+
exports.TextboxAlignBottomLeft = TextboxAlignBottomLeft;
|
|
58972
|
+
exports.TextboxAlignBottomLeftFilled = TextboxAlignBottomLeftFilled;
|
|
58973
|
+
exports.TextboxAlignBottomRight = TextboxAlignBottomRight;
|
|
58974
|
+
exports.TextboxAlignBottomRightFilled = TextboxAlignBottomRightFilled;
|
|
58975
|
+
exports.TextboxAlignCenter = TextboxAlignCenter;
|
|
58976
|
+
exports.TextboxAlignCenterFilled = TextboxAlignCenterFilled;
|
|
58977
|
+
exports.TextboxAlignMiddle = TextboxAlignMiddle;
|
|
58978
|
+
exports.TextboxAlignMiddleFilled = TextboxAlignMiddleFilled;
|
|
58979
|
+
exports.TextboxAlignMiddleLeft = TextboxAlignMiddleLeft;
|
|
58980
|
+
exports.TextboxAlignMiddleLeftFilled = TextboxAlignMiddleLeftFilled;
|
|
58981
|
+
exports.TextboxAlignMiddleRight = TextboxAlignMiddleRight;
|
|
58982
|
+
exports.TextboxAlignMiddleRightFilled = TextboxAlignMiddleRightFilled;
|
|
58983
|
+
exports.TextboxAlignTop = TextboxAlignTop;
|
|
58984
|
+
exports.TextboxAlignTopCenter = TextboxAlignTopCenter;
|
|
58985
|
+
exports.TextboxAlignTopCenterFilled = TextboxAlignTopCenterFilled;
|
|
58986
|
+
exports.TextboxAlignTopFilled = TextboxAlignTopFilled;
|
|
58987
|
+
exports.TextboxAlignTopLeft = TextboxAlignTopLeft;
|
|
58988
|
+
exports.TextboxAlignTopLeftFilled = TextboxAlignTopLeftFilled;
|
|
58989
|
+
exports.TextboxAlignTopRight = TextboxAlignTopRight;
|
|
58990
|
+
exports.TextboxAlignTopRightFilled = TextboxAlignTopRightFilled;
|
|
58371
58991
|
exports.TextboxFilled = TextboxFilled;
|
|
58372
58992
|
exports.Thinking = Thinking;
|
|
58373
58993
|
exports.ThinkingFilled = ThinkingFilled;
|
|
@@ -58375,8 +58995,12 @@
|
|
|
58375
58995
|
exports.TicketFilled = TicketFilled;
|
|
58376
58996
|
exports.Timer = Timer;
|
|
58377
58997
|
exports.TimerFilled = TimerFilled;
|
|
58378
|
-
exports.
|
|
58379
|
-
exports.
|
|
58998
|
+
exports.ToggleLeft = ToggleLeft;
|
|
58999
|
+
exports.ToggleLeftFilled = ToggleLeftFilled;
|
|
59000
|
+
exports.ToggleMultiple = ToggleMultiple;
|
|
59001
|
+
exports.ToggleMultipleFilled = ToggleMultipleFilled;
|
|
59002
|
+
exports.ToggleRight = ToggleRight;
|
|
59003
|
+
exports.ToggleRightFilled = ToggleRightFilled;
|
|
58380
59004
|
exports.Toolbox = Toolbox;
|
|
58381
59005
|
exports.ToolboxFilled = ToolboxFilled;
|
|
58382
59006
|
exports.Trophy = Trophy;
|
|
@@ -58388,17 +59012,23 @@
|
|
|
58388
59012
|
exports.Umbrella = Umbrella;
|
|
58389
59013
|
exports.UmbrellaFilled = UmbrellaFilled;
|
|
58390
59014
|
exports.Usb = Usb;
|
|
59015
|
+
exports.UsbCable = UsbCable;
|
|
59016
|
+
exports.UsbCableFilled = UsbCableFilled;
|
|
58391
59017
|
exports.UsbFilled = UsbFilled;
|
|
58392
59018
|
exports.Verified = Verified;
|
|
58393
59019
|
exports.VerifiedFilled = VerifiedFilled;
|
|
58394
59020
|
exports.Video = Video;
|
|
59021
|
+
exports.VideoClip = VideoClip;
|
|
59022
|
+
exports.VideoClipFilled = VideoClipFilled;
|
|
58395
59023
|
exports.VideoFilled = VideoFilled;
|
|
59024
|
+
exports.VideoPlayPause = VideoPlayPause;
|
|
59025
|
+
exports.VideoPlayPauseFilled = VideoPlayPauseFilled;
|
|
58396
59026
|
exports.Voicemail = Voicemail;
|
|
58397
59027
|
exports.VoicemailFilled = VoicemailFilled;
|
|
58398
59028
|
exports.Vote = Vote;
|
|
58399
59029
|
exports.VoteFilled = VoteFilled;
|
|
58400
|
-
exports.
|
|
58401
|
-
exports.
|
|
59030
|
+
exports.WalkieTalkie = WalkieTalkie;
|
|
59031
|
+
exports.WalkieTalkieFilled = WalkieTalkieFilled;
|
|
58402
59032
|
exports.Wallet = Wallet;
|
|
58403
59033
|
exports.WalletFilled = WalletFilled;
|
|
58404
59034
|
exports.Wand = Wand;
|
|
@@ -58409,12 +59039,30 @@
|
|
|
58409
59039
|
exports.WasherFilled = WasherFilled;
|
|
58410
59040
|
exports.Water = Water;
|
|
58411
59041
|
exports.WaterFilled = WaterFilled;
|
|
58412
|
-
exports.
|
|
58413
|
-
exports.
|
|
59042
|
+
exports.WeatherBlowingSnow = WeatherBlowingSnow;
|
|
59043
|
+
exports.WeatherBlowingSnowFilled = WeatherBlowingSnowFilled;
|
|
59044
|
+
exports.WeatherCloudy = WeatherCloudy;
|
|
59045
|
+
exports.WeatherCloudyFilled = WeatherCloudyFilled;
|
|
59046
|
+
exports.WeatherRain = WeatherRain;
|
|
59047
|
+
exports.WeatherRainFilled = WeatherRainFilled;
|
|
59048
|
+
exports.WeatherSnow = WeatherSnow;
|
|
59049
|
+
exports.WeatherSnowFilled = WeatherSnowFilled;
|
|
59050
|
+
exports.WeatherSnowflake = WeatherSnowflake;
|
|
59051
|
+
exports.WeatherSnowflakeFilled = WeatherSnowflakeFilled;
|
|
59052
|
+
exports.WeatherSunny = WeatherSunny;
|
|
59053
|
+
exports.WeatherSunnyFilled = WeatherSunnyFilled;
|
|
59054
|
+
exports.WeatherThunderstorm = WeatherThunderstorm;
|
|
59055
|
+
exports.WeatherThunderstormFilled = WeatherThunderstormFilled;
|
|
58414
59056
|
exports.Web = Web;
|
|
58415
59057
|
exports.WebFilled = WebFilled;
|
|
58416
|
-
exports.
|
|
58417
|
-
exports.
|
|
59058
|
+
exports.Wifi1 = Wifi1;
|
|
59059
|
+
exports.Wifi1Filled = Wifi1Filled;
|
|
59060
|
+
exports.Wifi2 = Wifi2;
|
|
59061
|
+
exports.Wifi2Filled = Wifi2Filled;
|
|
59062
|
+
exports.Wifi3 = Wifi3;
|
|
59063
|
+
exports.Wifi3Filled = Wifi3Filled;
|
|
59064
|
+
exports.Wifi4 = Wifi4;
|
|
59065
|
+
exports.Wifi4Filled = Wifi4Filled;
|
|
58418
59066
|
exports.Windows = Windows;
|
|
58419
59067
|
exports.WindowsFilled = WindowsFilled;
|
|
58420
59068
|
exports.Wrench = Wrench;
|
|
@@ -58423,6 +59071,10 @@
|
|
|
58423
59071
|
exports.XrayFilled = XrayFilled;
|
|
58424
59072
|
exports.Zoom = Zoom;
|
|
58425
59073
|
exports.ZoomFilled = ZoomFilled;
|
|
59074
|
+
exports.ZoomIn = ZoomIn;
|
|
59075
|
+
exports.ZoomInFilled = ZoomInFilled;
|
|
59076
|
+
exports.ZoomOut = ZoomOut;
|
|
59077
|
+
exports.ZoomOutFilled = ZoomOutFilled;
|
|
58426
59078
|
exports.createIconComponent = createIconComponent;
|
|
58427
59079
|
exports.getFontFamily = getFontFamily;
|
|
58428
59080
|
exports.getIconChar = getIconChar;
|