@medway-ui/icons 1.0.5 → 1.0.7
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/components/icons/GynecologyAndObstetrics.cjs +43 -0
- package/dist/components/icons/GynecologyAndObstetrics.d.cts +6 -0
- package/dist/components/icons/GynecologyAndObstetrics.d.ts +6 -0
- package/dist/components/icons/GynecologyAndObstetrics.js +9 -0
- package/dist/components/icons/IndexHigh.cjs +43 -0
- package/dist/components/icons/IndexHigh.d.cts +6 -0
- package/dist/components/icons/IndexHigh.d.ts +6 -0
- package/dist/components/icons/IndexHigh.js +9 -0
- package/dist/components/icons/IndexLow.cjs +43 -0
- package/dist/components/icons/IndexLow.d.cts +6 -0
- package/dist/components/icons/IndexLow.d.ts +6 -0
- package/dist/components/icons/IndexLow.js +9 -0
- package/dist/components/icons/IndexMedium.cjs +43 -0
- package/dist/components/icons/IndexMedium.d.cts +6 -0
- package/dist/components/icons/IndexMedium.d.ts +6 -0
- package/dist/components/icons/IndexMedium.js +9 -0
- package/dist/components/icons/IndexPriority.cjs +43 -0
- package/dist/components/icons/IndexPriority.d.cts +6 -0
- package/dist/components/icons/IndexPriority.d.ts +6 -0
- package/dist/components/icons/IndexPriority.js +9 -0
- package/dist/components/icons/Medbrain.cjs +43 -0
- package/dist/components/icons/Medbrain.d.cts +6 -0
- package/dist/components/icons/Medbrain.d.ts +6 -0
- package/dist/components/icons/Medbrain.js +9 -0
- package/dist/components/icons/MedicalClinic.cjs +43 -0
- package/dist/components/icons/MedicalClinic.d.cts +6 -0
- package/dist/components/icons/MedicalClinic.d.ts +6 -0
- package/dist/components/icons/MedicalClinic.js +9 -0
- package/dist/components/icons/Pediatrics.cjs +43 -0
- package/dist/components/icons/Pediatrics.d.cts +6 -0
- package/dist/components/icons/Pediatrics.d.ts +6 -0
- package/dist/components/icons/Pediatrics.js +9 -0
- package/dist/components/icons/Playlist.cjs +43 -0
- package/dist/components/icons/Playlist.d.cts +6 -0
- package/dist/components/icons/Playlist.d.ts +6 -0
- package/dist/components/icons/Playlist.js +9 -0
- package/dist/components/icons/Preventive.cjs +43 -0
- package/dist/components/icons/Preventive.d.cts +6 -0
- package/dist/components/icons/Preventive.d.ts +6 -0
- package/dist/components/icons/Preventive.js +9 -0
- package/dist/components/icons/SearchAi.cjs +43 -0
- package/dist/components/icons/SearchAi.d.cts +6 -0
- package/dist/components/icons/SearchAi.d.ts +6 -0
- package/dist/components/icons/SearchAi.js +9 -0
- package/dist/components/icons/SidebarClose.cjs +43 -0
- package/dist/components/icons/SidebarClose.d.cts +6 -0
- package/dist/components/icons/SidebarClose.d.ts +6 -0
- package/dist/components/icons/SidebarClose.js +9 -0
- package/dist/components/icons/SidebarOpen.cjs +43 -0
- package/dist/components/icons/SidebarOpen.d.cts +6 -0
- package/dist/components/icons/SidebarOpen.d.ts +6 -0
- package/dist/components/icons/SidebarOpen.js +9 -0
- package/dist/components/icons/Surgery.cjs +43 -0
- package/dist/components/icons/Surgery.d.cts +6 -0
- package/dist/components/icons/Surgery.d.ts +6 -0
- package/dist/components/icons/Surgery.js +9 -0
- package/dist/components/icons/index.cjs +42 -0
- package/dist/components/icons/index.d.cts +14 -0
- package/dist/components/icons/index.d.ts +14 -0
- package/dist/components/icons/index.js +28 -0
- package/dist/index.d.cts +14 -0
- package/dist/index.d.ts +14 -0
- package/package.json +1 -1
|
@@ -221,6 +221,7 @@ export { Font } from './Font.js';
|
|
|
221
221
|
export { Forward } from './Forward.js';
|
|
222
222
|
export { Gift } from './Gift.js';
|
|
223
223
|
export { Globe } from './Globe.js';
|
|
224
|
+
export { GynecologyAndObstetrics } from './GynecologyAndObstetrics.js';
|
|
224
225
|
export { HamburgerLg } from './HamburgerLg.js';
|
|
225
226
|
export { HamburgerMd } from './HamburgerMd.js';
|
|
226
227
|
export { Handbag } from './Handbag.js';
|
|
@@ -245,6 +246,10 @@ export { HouseClose } from './HouseClose.js';
|
|
|
245
246
|
export { HouseRemove } from './HouseRemove.js';
|
|
246
247
|
export { Image } from './Image.js';
|
|
247
248
|
export { Image2 } from './Image2.js';
|
|
249
|
+
export { IndexHigh } from './IndexHigh.js';
|
|
250
|
+
export { IndexLow } from './IndexLow.js';
|
|
251
|
+
export { IndexMedium } from './IndexMedium.js';
|
|
252
|
+
export { IndexPriority } from './IndexPriority.js';
|
|
248
253
|
export { Info } from './Info.js';
|
|
249
254
|
export { Instance } from './Instance.js';
|
|
250
255
|
export { Italic } from './Italic.js';
|
|
@@ -280,6 +285,8 @@ export { MailOpen } from './MailOpen.js';
|
|
|
280
285
|
export { MainComponent } from './MainComponent.js';
|
|
281
286
|
export { Map } from './Map.js';
|
|
282
287
|
export { MapPin } from './MapPin.js';
|
|
288
|
+
export { Medbrain } from './Medbrain.js';
|
|
289
|
+
export { MedicalClinic } from './MedicalClinic.js';
|
|
283
290
|
export { Mention } from './Mention.js';
|
|
284
291
|
export { MenuAlt } from './MenuAlt.js';
|
|
285
292
|
export { MenuAlt2 } from './MenuAlt2.js';
|
|
@@ -319,10 +326,13 @@ export { Paragraph } from './Paragraph.js';
|
|
|
319
326
|
export { Path } from './Path.js';
|
|
320
327
|
export { Pause } from './Pause.js';
|
|
321
328
|
export { PauseCircle } from './PauseCircle.js';
|
|
329
|
+
export { Pediatrics } from './Pediatrics.js';
|
|
322
330
|
export { Phone } from './Phone.js';
|
|
323
331
|
export { Planet } from './Planet.js';
|
|
324
332
|
export { Play } from './Play.js';
|
|
325
333
|
export { PlayCircle } from './PlayCircle.js';
|
|
334
|
+
export { Playlist } from './Playlist.js';
|
|
335
|
+
export { Preventive } from './Preventive.js';
|
|
326
336
|
export { Printer } from './Printer.js';
|
|
327
337
|
export { Puzzle } from './Puzzle.js';
|
|
328
338
|
export { QrCode } from './QrCode.js';
|
|
@@ -336,6 +346,7 @@ export { Rewind } from './Rewind.js';
|
|
|
336
346
|
export { Rows } from './Rows.js';
|
|
337
347
|
export { Ruler } from './Ruler.js';
|
|
338
348
|
export { Save } from './Save.js';
|
|
349
|
+
export { SearchAi } from './SearchAi.js';
|
|
339
350
|
export { SearchMagnifyingGlass } from './SearchMagnifyingGlass.js';
|
|
340
351
|
export { SelectMultiple } from './SelectMultiple.js';
|
|
341
352
|
export { Settings } from './Settings.js';
|
|
@@ -352,6 +363,8 @@ export { ShoppingCart2 } from './ShoppingCart2.js';
|
|
|
352
363
|
export { Show } from './Show.js';
|
|
353
364
|
export { Shrink } from './Shrink.js';
|
|
354
365
|
export { Shuffle } from './Shuffle.js';
|
|
366
|
+
export { SidebarClose } from './SidebarClose.js';
|
|
367
|
+
export { SidebarOpen } from './SidebarOpen.js';
|
|
355
368
|
export { SingleQuotesL } from './SingleQuotesL.js';
|
|
356
369
|
export { SingleQuotesR } from './SingleQuotesR.js';
|
|
357
370
|
export { SkipBack } from './SkipBack.js';
|
|
@@ -372,6 +385,7 @@ export { StopSign } from './StopSign.js';
|
|
|
372
385
|
export { Strikethrough } from './Strikethrough.js';
|
|
373
386
|
export { Suitcase } from './Suitcase.js';
|
|
374
387
|
export { Sun } from './Sun.js';
|
|
388
|
+
export { Surgery } from './Surgery.js';
|
|
375
389
|
export { SwatchesPalette } from './SwatchesPalette.js';
|
|
376
390
|
export { SwichtLeft } from './SwichtLeft.js';
|
|
377
391
|
export { SwichtRight } from './SwichtRight.js';
|
|
@@ -221,6 +221,7 @@ import { Font } from "./Font";
|
|
|
221
221
|
import { Forward } from "./Forward";
|
|
222
222
|
import { Gift } from "./Gift";
|
|
223
223
|
import { Globe } from "./Globe";
|
|
224
|
+
import { GynecologyAndObstetrics } from "./GynecologyAndObstetrics";
|
|
224
225
|
import { HamburgerLg } from "./HamburgerLg";
|
|
225
226
|
import { HamburgerMd } from "./HamburgerMd";
|
|
226
227
|
import { Handbag } from "./Handbag";
|
|
@@ -245,6 +246,10 @@ import { HouseClose } from "./HouseClose";
|
|
|
245
246
|
import { HouseRemove } from "./HouseRemove";
|
|
246
247
|
import { Image } from "./Image";
|
|
247
248
|
import { Image2 } from "./Image2";
|
|
249
|
+
import { IndexHigh } from "./IndexHigh";
|
|
250
|
+
import { IndexLow } from "./IndexLow";
|
|
251
|
+
import { IndexMedium } from "./IndexMedium";
|
|
252
|
+
import { IndexPriority } from "./IndexPriority";
|
|
248
253
|
import { Info } from "./Info";
|
|
249
254
|
import { Instance } from "./Instance";
|
|
250
255
|
import { Italic } from "./Italic";
|
|
@@ -280,6 +285,8 @@ import { MailOpen } from "./MailOpen";
|
|
|
280
285
|
import { MainComponent } from "./MainComponent";
|
|
281
286
|
import { Map } from "./Map";
|
|
282
287
|
import { MapPin } from "./MapPin";
|
|
288
|
+
import { Medbrain } from "./Medbrain";
|
|
289
|
+
import { MedicalClinic } from "./MedicalClinic";
|
|
283
290
|
import { Mention } from "./Mention";
|
|
284
291
|
import { MenuAlt } from "./MenuAlt";
|
|
285
292
|
import { MenuAlt2 } from "./MenuAlt2";
|
|
@@ -319,10 +326,13 @@ import { Paragraph } from "./Paragraph";
|
|
|
319
326
|
import { Path } from "./Path";
|
|
320
327
|
import { Pause } from "./Pause";
|
|
321
328
|
import { PauseCircle } from "./PauseCircle";
|
|
329
|
+
import { Pediatrics } from "./Pediatrics";
|
|
322
330
|
import { Phone } from "./Phone";
|
|
323
331
|
import { Planet } from "./Planet";
|
|
324
332
|
import { Play } from "./Play";
|
|
325
333
|
import { PlayCircle } from "./PlayCircle";
|
|
334
|
+
import { Playlist } from "./Playlist";
|
|
335
|
+
import { Preventive } from "./Preventive";
|
|
326
336
|
import { Printer } from "./Printer";
|
|
327
337
|
import { Puzzle } from "./Puzzle";
|
|
328
338
|
import { QrCode } from "./QrCode";
|
|
@@ -336,6 +346,7 @@ import { Rewind } from "./Rewind";
|
|
|
336
346
|
import { Rows } from "./Rows";
|
|
337
347
|
import { Ruler } from "./Ruler";
|
|
338
348
|
import { Save } from "./Save";
|
|
349
|
+
import { SearchAi } from "./SearchAi";
|
|
339
350
|
import { SearchMagnifyingGlass } from "./SearchMagnifyingGlass";
|
|
340
351
|
import { SelectMultiple } from "./SelectMultiple";
|
|
341
352
|
import { Settings } from "./Settings";
|
|
@@ -352,6 +363,8 @@ import { ShoppingCart2 } from "./ShoppingCart2";
|
|
|
352
363
|
import { Show } from "./Show";
|
|
353
364
|
import { Shrink } from "./Shrink";
|
|
354
365
|
import { Shuffle } from "./Shuffle";
|
|
366
|
+
import { SidebarClose } from "./SidebarClose";
|
|
367
|
+
import { SidebarOpen } from "./SidebarOpen";
|
|
355
368
|
import { SingleQuotesL } from "./SingleQuotesL";
|
|
356
369
|
import { SingleQuotesR } from "./SingleQuotesR";
|
|
357
370
|
import { SkipBack } from "./SkipBack";
|
|
@@ -372,6 +385,7 @@ import { StopSign } from "./StopSign";
|
|
|
372
385
|
import { Strikethrough } from "./Strikethrough";
|
|
373
386
|
import { Suitcase } from "./Suitcase";
|
|
374
387
|
import { Sun } from "./Sun";
|
|
388
|
+
import { Surgery } from "./Surgery";
|
|
375
389
|
import { SwatchesPalette } from "./SwatchesPalette";
|
|
376
390
|
import { SwichtLeft } from "./SwichtLeft";
|
|
377
391
|
import { SwichtRight } from "./SwichtRight";
|
|
@@ -664,6 +678,7 @@ export {
|
|
|
664
678
|
Forward,
|
|
665
679
|
Gift,
|
|
666
680
|
Globe,
|
|
681
|
+
GynecologyAndObstetrics,
|
|
667
682
|
HamburgerLg,
|
|
668
683
|
HamburgerMd,
|
|
669
684
|
Handbag,
|
|
@@ -688,6 +703,10 @@ export {
|
|
|
688
703
|
HouseRemove,
|
|
689
704
|
Image,
|
|
690
705
|
Image2,
|
|
706
|
+
IndexHigh,
|
|
707
|
+
IndexLow,
|
|
708
|
+
IndexMedium,
|
|
709
|
+
IndexPriority,
|
|
691
710
|
Info,
|
|
692
711
|
Instance,
|
|
693
712
|
Italic,
|
|
@@ -723,6 +742,8 @@ export {
|
|
|
723
742
|
MainComponent,
|
|
724
743
|
Map,
|
|
725
744
|
MapPin,
|
|
745
|
+
Medbrain,
|
|
746
|
+
MedicalClinic,
|
|
726
747
|
Mention,
|
|
727
748
|
MenuAlt,
|
|
728
749
|
MenuAlt2,
|
|
@@ -762,10 +783,13 @@ export {
|
|
|
762
783
|
Path,
|
|
763
784
|
Pause,
|
|
764
785
|
PauseCircle,
|
|
786
|
+
Pediatrics,
|
|
765
787
|
Phone,
|
|
766
788
|
Planet,
|
|
767
789
|
Play,
|
|
768
790
|
PlayCircle,
|
|
791
|
+
Playlist,
|
|
792
|
+
Preventive,
|
|
769
793
|
Printer,
|
|
770
794
|
Puzzle,
|
|
771
795
|
QrCode,
|
|
@@ -779,6 +803,7 @@ export {
|
|
|
779
803
|
Rows,
|
|
780
804
|
Ruler,
|
|
781
805
|
Save,
|
|
806
|
+
SearchAi,
|
|
782
807
|
SearchMagnifyingGlass,
|
|
783
808
|
SelectMultiple,
|
|
784
809
|
Settings,
|
|
@@ -795,6 +820,8 @@ export {
|
|
|
795
820
|
Show,
|
|
796
821
|
Shrink,
|
|
797
822
|
Shuffle,
|
|
823
|
+
SidebarClose,
|
|
824
|
+
SidebarOpen,
|
|
798
825
|
SingleQuotesL,
|
|
799
826
|
SingleQuotesR,
|
|
800
827
|
SkipBack,
|
|
@@ -815,6 +842,7 @@ export {
|
|
|
815
842
|
Strikethrough,
|
|
816
843
|
Suitcase,
|
|
817
844
|
Sun,
|
|
845
|
+
Surgery,
|
|
818
846
|
SwatchesPalette,
|
|
819
847
|
SwichtLeft,
|
|
820
848
|
SwichtRight,
|
package/dist/index.d.cts
CHANGED
|
@@ -222,6 +222,7 @@ export { Font } from './components/icons/Font.cjs';
|
|
|
222
222
|
export { Forward } from './components/icons/Forward.cjs';
|
|
223
223
|
export { Gift } from './components/icons/Gift.cjs';
|
|
224
224
|
export { Globe } from './components/icons/Globe.cjs';
|
|
225
|
+
export { GynecologyAndObstetrics } from './components/icons/GynecologyAndObstetrics.cjs';
|
|
225
226
|
export { HamburgerLg } from './components/icons/HamburgerLg.cjs';
|
|
226
227
|
export { HamburgerMd } from './components/icons/HamburgerMd.cjs';
|
|
227
228
|
export { Handbag } from './components/icons/Handbag.cjs';
|
|
@@ -246,6 +247,10 @@ export { HouseClose } from './components/icons/HouseClose.cjs';
|
|
|
246
247
|
export { HouseRemove } from './components/icons/HouseRemove.cjs';
|
|
247
248
|
export { Image } from './components/icons/Image.cjs';
|
|
248
249
|
export { Image2 } from './components/icons/Image2.cjs';
|
|
250
|
+
export { IndexHigh } from './components/icons/IndexHigh.cjs';
|
|
251
|
+
export { IndexLow } from './components/icons/IndexLow.cjs';
|
|
252
|
+
export { IndexMedium } from './components/icons/IndexMedium.cjs';
|
|
253
|
+
export { IndexPriority } from './components/icons/IndexPriority.cjs';
|
|
249
254
|
export { Info } from './components/icons/Info.cjs';
|
|
250
255
|
export { Instance } from './components/icons/Instance.cjs';
|
|
251
256
|
export { Italic } from './components/icons/Italic.cjs';
|
|
@@ -281,6 +286,8 @@ export { MailOpen } from './components/icons/MailOpen.cjs';
|
|
|
281
286
|
export { MainComponent } from './components/icons/MainComponent.cjs';
|
|
282
287
|
export { Map } from './components/icons/Map.cjs';
|
|
283
288
|
export { MapPin } from './components/icons/MapPin.cjs';
|
|
289
|
+
export { Medbrain } from './components/icons/Medbrain.cjs';
|
|
290
|
+
export { MedicalClinic } from './components/icons/MedicalClinic.cjs';
|
|
284
291
|
export { Mention } from './components/icons/Mention.cjs';
|
|
285
292
|
export { MenuAlt } from './components/icons/MenuAlt.cjs';
|
|
286
293
|
export { MenuAlt2 } from './components/icons/MenuAlt2.cjs';
|
|
@@ -320,10 +327,13 @@ export { Paragraph } from './components/icons/Paragraph.cjs';
|
|
|
320
327
|
export { Path } from './components/icons/Path.cjs';
|
|
321
328
|
export { Pause } from './components/icons/Pause.cjs';
|
|
322
329
|
export { PauseCircle } from './components/icons/PauseCircle.cjs';
|
|
330
|
+
export { Pediatrics } from './components/icons/Pediatrics.cjs';
|
|
323
331
|
export { Phone } from './components/icons/Phone.cjs';
|
|
324
332
|
export { Planet } from './components/icons/Planet.cjs';
|
|
325
333
|
export { Play } from './components/icons/Play.cjs';
|
|
326
334
|
export { PlayCircle } from './components/icons/PlayCircle.cjs';
|
|
335
|
+
export { Playlist } from './components/icons/Playlist.cjs';
|
|
336
|
+
export { Preventive } from './components/icons/Preventive.cjs';
|
|
327
337
|
export { Printer } from './components/icons/Printer.cjs';
|
|
328
338
|
export { Puzzle } from './components/icons/Puzzle.cjs';
|
|
329
339
|
export { QrCode } from './components/icons/QrCode.cjs';
|
|
@@ -337,6 +347,7 @@ export { Rewind } from './components/icons/Rewind.cjs';
|
|
|
337
347
|
export { Rows } from './components/icons/Rows.cjs';
|
|
338
348
|
export { Ruler } from './components/icons/Ruler.cjs';
|
|
339
349
|
export { Save } from './components/icons/Save.cjs';
|
|
350
|
+
export { SearchAi } from './components/icons/SearchAi.cjs';
|
|
340
351
|
export { SearchMagnifyingGlass } from './components/icons/SearchMagnifyingGlass.cjs';
|
|
341
352
|
export { SelectMultiple } from './components/icons/SelectMultiple.cjs';
|
|
342
353
|
export { Settings } from './components/icons/Settings.cjs';
|
|
@@ -353,6 +364,8 @@ export { ShoppingCart2 } from './components/icons/ShoppingCart2.cjs';
|
|
|
353
364
|
export { Show } from './components/icons/Show.cjs';
|
|
354
365
|
export { Shrink } from './components/icons/Shrink.cjs';
|
|
355
366
|
export { Shuffle } from './components/icons/Shuffle.cjs';
|
|
367
|
+
export { SidebarClose } from './components/icons/SidebarClose.cjs';
|
|
368
|
+
export { SidebarOpen } from './components/icons/SidebarOpen.cjs';
|
|
356
369
|
export { SingleQuotesL } from './components/icons/SingleQuotesL.cjs';
|
|
357
370
|
export { SingleQuotesR } from './components/icons/SingleQuotesR.cjs';
|
|
358
371
|
export { SkipBack } from './components/icons/SkipBack.cjs';
|
|
@@ -373,6 +386,7 @@ export { StopSign } from './components/icons/StopSign.cjs';
|
|
|
373
386
|
export { Strikethrough } from './components/icons/Strikethrough.cjs';
|
|
374
387
|
export { Suitcase } from './components/icons/Suitcase.cjs';
|
|
375
388
|
export { Sun } from './components/icons/Sun.cjs';
|
|
389
|
+
export { Surgery } from './components/icons/Surgery.cjs';
|
|
376
390
|
export { SwatchesPalette } from './components/icons/SwatchesPalette.cjs';
|
|
377
391
|
export { SwichtLeft } from './components/icons/SwichtLeft.cjs';
|
|
378
392
|
export { SwichtRight } from './components/icons/SwichtRight.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -222,6 +222,7 @@ export { Font } from './components/icons/Font.js';
|
|
|
222
222
|
export { Forward } from './components/icons/Forward.js';
|
|
223
223
|
export { Gift } from './components/icons/Gift.js';
|
|
224
224
|
export { Globe } from './components/icons/Globe.js';
|
|
225
|
+
export { GynecologyAndObstetrics } from './components/icons/GynecologyAndObstetrics.js';
|
|
225
226
|
export { HamburgerLg } from './components/icons/HamburgerLg.js';
|
|
226
227
|
export { HamburgerMd } from './components/icons/HamburgerMd.js';
|
|
227
228
|
export { Handbag } from './components/icons/Handbag.js';
|
|
@@ -246,6 +247,10 @@ export { HouseClose } from './components/icons/HouseClose.js';
|
|
|
246
247
|
export { HouseRemove } from './components/icons/HouseRemove.js';
|
|
247
248
|
export { Image } from './components/icons/Image.js';
|
|
248
249
|
export { Image2 } from './components/icons/Image2.js';
|
|
250
|
+
export { IndexHigh } from './components/icons/IndexHigh.js';
|
|
251
|
+
export { IndexLow } from './components/icons/IndexLow.js';
|
|
252
|
+
export { IndexMedium } from './components/icons/IndexMedium.js';
|
|
253
|
+
export { IndexPriority } from './components/icons/IndexPriority.js';
|
|
249
254
|
export { Info } from './components/icons/Info.js';
|
|
250
255
|
export { Instance } from './components/icons/Instance.js';
|
|
251
256
|
export { Italic } from './components/icons/Italic.js';
|
|
@@ -281,6 +286,8 @@ export { MailOpen } from './components/icons/MailOpen.js';
|
|
|
281
286
|
export { MainComponent } from './components/icons/MainComponent.js';
|
|
282
287
|
export { Map } from './components/icons/Map.js';
|
|
283
288
|
export { MapPin } from './components/icons/MapPin.js';
|
|
289
|
+
export { Medbrain } from './components/icons/Medbrain.js';
|
|
290
|
+
export { MedicalClinic } from './components/icons/MedicalClinic.js';
|
|
284
291
|
export { Mention } from './components/icons/Mention.js';
|
|
285
292
|
export { MenuAlt } from './components/icons/MenuAlt.js';
|
|
286
293
|
export { MenuAlt2 } from './components/icons/MenuAlt2.js';
|
|
@@ -320,10 +327,13 @@ export { Paragraph } from './components/icons/Paragraph.js';
|
|
|
320
327
|
export { Path } from './components/icons/Path.js';
|
|
321
328
|
export { Pause } from './components/icons/Pause.js';
|
|
322
329
|
export { PauseCircle } from './components/icons/PauseCircle.js';
|
|
330
|
+
export { Pediatrics } from './components/icons/Pediatrics.js';
|
|
323
331
|
export { Phone } from './components/icons/Phone.js';
|
|
324
332
|
export { Planet } from './components/icons/Planet.js';
|
|
325
333
|
export { Play } from './components/icons/Play.js';
|
|
326
334
|
export { PlayCircle } from './components/icons/PlayCircle.js';
|
|
335
|
+
export { Playlist } from './components/icons/Playlist.js';
|
|
336
|
+
export { Preventive } from './components/icons/Preventive.js';
|
|
327
337
|
export { Printer } from './components/icons/Printer.js';
|
|
328
338
|
export { Puzzle } from './components/icons/Puzzle.js';
|
|
329
339
|
export { QrCode } from './components/icons/QrCode.js';
|
|
@@ -337,6 +347,7 @@ export { Rewind } from './components/icons/Rewind.js';
|
|
|
337
347
|
export { Rows } from './components/icons/Rows.js';
|
|
338
348
|
export { Ruler } from './components/icons/Ruler.js';
|
|
339
349
|
export { Save } from './components/icons/Save.js';
|
|
350
|
+
export { SearchAi } from './components/icons/SearchAi.js';
|
|
340
351
|
export { SearchMagnifyingGlass } from './components/icons/SearchMagnifyingGlass.js';
|
|
341
352
|
export { SelectMultiple } from './components/icons/SelectMultiple.js';
|
|
342
353
|
export { Settings } from './components/icons/Settings.js';
|
|
@@ -353,6 +364,8 @@ export { ShoppingCart2 } from './components/icons/ShoppingCart2.js';
|
|
|
353
364
|
export { Show } from './components/icons/Show.js';
|
|
354
365
|
export { Shrink } from './components/icons/Shrink.js';
|
|
355
366
|
export { Shuffle } from './components/icons/Shuffle.js';
|
|
367
|
+
export { SidebarClose } from './components/icons/SidebarClose.js';
|
|
368
|
+
export { SidebarOpen } from './components/icons/SidebarOpen.js';
|
|
356
369
|
export { SingleQuotesL } from './components/icons/SingleQuotesL.js';
|
|
357
370
|
export { SingleQuotesR } from './components/icons/SingleQuotesR.js';
|
|
358
371
|
export { SkipBack } from './components/icons/SkipBack.js';
|
|
@@ -373,6 +386,7 @@ export { StopSign } from './components/icons/StopSign.js';
|
|
|
373
386
|
export { Strikethrough } from './components/icons/Strikethrough.js';
|
|
374
387
|
export { Suitcase } from './components/icons/Suitcase.js';
|
|
375
388
|
export { Sun } from './components/icons/Sun.js';
|
|
389
|
+
export { Surgery } from './components/icons/Surgery.js';
|
|
376
390
|
export { SwatchesPalette } from './components/icons/SwatchesPalette.js';
|
|
377
391
|
export { SwichtLeft } from './components/icons/SwichtLeft.js';
|
|
378
392
|
export { SwichtRight } from './components/icons/SwichtRight.js';
|