elementa-icons 1.37.0 → 1.39.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -67,6 +67,7 @@ import { OpenBook } from '@/src/icons/education';
67
67
  // SECTION: Energy
68
68
  // !SECTION: Energy
69
69
  // SECTION: Files & Folders
70
+ import { HomeDocuments } from '@/src/icons/files-folders';
70
71
  // !SECTION: Files & Folders
71
72
  // SECTION: Film & Video
72
73
  // !SECTION: Film & Video
@@ -102,6 +103,7 @@ import { Loudspeaker } from '@/src/icons/marketing/';
102
103
  // SECTION: Media Playback
103
104
  // !SECTION: Media Playback
104
105
  // SECTION: Medical & Health
106
+ import { Brain, FirstAid, HeartCare, HeartTrackLine, Pills } from '@/src/icons/medical-health/';
105
107
  // !SECTION: Medical & Health
106
108
  // SECTION: Money
107
109
  import { Bitcoin, CreditCards, Wallet } from '@/src/icons/money';
@@ -242,6 +244,7 @@ export { OpenBook };
242
244
  // SECTION: Energy
243
245
  // !SECTION: Energy
244
246
  // SECTION: Files & Folders
247
+ export { HomeDocuments };
245
248
  // !SECTION: Files & Folders
246
249
  // SECTION: Film & Video
247
250
  // !SECTION: Film & Video
@@ -277,6 +280,7 @@ export { Loudspeaker };
277
280
  // SECTION: Media Playback
278
281
  // !SECTION: Media Playback
279
282
  // SECTION: Medical & Health
283
+ export { Brain, FirstAid, HeartCare, HeartTrackLine, Pills };
280
284
  // !SECTION: Medical & Health
281
285
  // SECTION: Money
282
286
  export { Bitcoin, CreditCards, Wallet };
@@ -0,0 +1,6 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon.
4
+ */
5
+ declare const HomeDocuments: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default HomeDocuments;
@@ -0,0 +1,2 @@
1
+ import HomeDocuments from '@/src/icons/files-folders/HomeDocuments';
2
+ export { HomeDocuments };
@@ -0,0 +1,6 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon.
4
+ */
5
+ declare const Brain: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default Brain;
@@ -0,0 +1,6 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon.
4
+ */
5
+ declare const FirstAid: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default FirstAid;
@@ -0,0 +1,6 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon.
4
+ */
5
+ declare const HeartCare: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default HeartCare;
@@ -0,0 +1,6 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon.
4
+ */
5
+ declare const HeartTrackLine: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default HeartTrackLine;
@@ -0,0 +1,6 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon.
4
+ */
5
+ declare const Pills: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default Pills;
@@ -0,0 +1,6 @@
1
+ import Brain from '@/src/icons/medical-health/Brain';
2
+ import FirstAid from '@/src/icons/medical-health/FirstAid';
3
+ import HeartCare from '@/src/icons/medical-health/HeartCare';
4
+ import HeartTrackLine from '@/src/icons/medical-health/HeartTrackLine';
5
+ import Pills from '@/src/icons/medical-health/Pills';
6
+ export { Brain, FirstAid, HeartCare, HeartTrackLine, Pills };
@@ -15,6 +15,7 @@ import { Airpods, Devices, USBACable } from '@/src/icons/devices-hardware';
15
15
  import { Siren } from '@/src/icons/disaster-crisis';
16
16
  import { Add, Cut, Copy, Edit, Paste } from '@/src/icons/editing-creation';
17
17
  import { OpenBook } from '@/src/icons/education';
18
+ import { HomeDocuments } from '@/src/icons/files-folders';
18
19
  import { BeerMug, Cake, Cutlery, EatenApple, FoodTiffin, GreenTea, PotatoChips } from '@/src/icons/food-beverage';
19
20
  import { Palm } from '@/src/icons/hands';
20
21
  import { Balloon, GiftBox } from '@/src/icons/holidays';
@@ -22,6 +23,7 @@ import { Appliances, Sofa } from '@/src/icons/household';
22
23
  import { FavoriteFilled, FavoriteOutline } from '@/src/icons/interactions';
23
24
  import { Discord, Facebook, Instagram, LinkedIn, Reddit, Twitter, YouTube } from '@/src/icons/logos';
24
25
  import { Loudspeaker } from '@/src/icons/marketing/';
26
+ import { Brain, FirstAid, HeartCare, HeartTrackLine, Pills } from '@/src/icons/medical-health/';
25
27
  import { Bitcoin, CreditCards, Wallet } from '@/src/icons/money';
26
28
  import { Mic } from '@/src/icons/music-audio';
27
29
  import { Fire } from '@/src/icons/nature-environment';
@@ -52,6 +54,7 @@ export { Airpods, Devices, USBACable };
52
54
  export { Siren };
53
55
  export { Add, Cut, Copy, Edit, Paste };
54
56
  export { OpenBook };
57
+ export { HomeDocuments };
55
58
  export { BeerMug, Cake, Cutlery, EatenApple, FoodTiffin, GreenTea, PotatoChips };
56
59
  export { Palm };
57
60
  export { Balloon, GiftBox };
@@ -59,6 +62,7 @@ export { Appliances, Sofa };
59
62
  export { FavoriteFilled, FavoriteOutline };
60
63
  export { Discord, Facebook, Instagram, LinkedIn, Reddit, Twitter, YouTube };
61
64
  export { Loudspeaker };
65
+ export { Brain, FirstAid, HeartCare, HeartTrackLine, Pills };
62
66
  export { Bitcoin, CreditCards, Wallet };
63
67
  export { Mic };
64
68
  export { Fire };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elementa-icons",
3
- "version": "1.37.0",
3
+ "version": "1.39.0",
4
4
  "description": "Elementa icons library.",
5
5
  "homepage": "https://elementa.dev",
6
6
  "main": "dist/index.js",
package/src/index.ts CHANGED
@@ -84,6 +84,7 @@ import { OpenBook } from '@/src/icons/education';
84
84
  // SECTION: Energy
85
85
  // !SECTION: Energy
86
86
  // SECTION: Files & Folders
87
+ import { HomeDocuments } from '@/src/icons/files-folders';
87
88
  // !SECTION: Files & Folders
88
89
  // SECTION: Film & Video
89
90
  // !SECTION: Film & Video
@@ -135,6 +136,13 @@ import { Loudspeaker } from '@/src/icons/marketing/';
135
136
  // SECTION: Media Playback
136
137
  // !SECTION: Media Playback
137
138
  // SECTION: Medical & Health
139
+ import {
140
+ Brain,
141
+ FirstAid,
142
+ HeartCare,
143
+ HeartTrackLine,
144
+ Pills
145
+ } from '@/src/icons/medical-health/';
138
146
  // !SECTION: Medical & Health
139
147
  // SECTION: Money
140
148
  import { Bitcoin, CreditCards, Wallet } from '@/src/icons/money';
@@ -301,6 +309,7 @@ export { OpenBook };
301
309
  // SECTION: Energy
302
310
  // !SECTION: Energy
303
311
  // SECTION: Files & Folders
312
+ export { HomeDocuments };
304
313
  // !SECTION: Files & Folders
305
314
  // SECTION: Film & Video
306
315
  // !SECTION: Film & Video
@@ -344,6 +353,7 @@ export { Loudspeaker };
344
353
  // SECTION: Media Playback
345
354
  // !SECTION: Media Playback
346
355
  // SECTION: Medical & Health
356
+ export { Brain, FirstAid, HeartCare, HeartTrackLine, Pills };
347
357
  // !SECTION: Medical & Health
348
358
  // SECTION: Money
349
359
  export { Bitcoin, CreditCards, Wallet };