elementa-icons 1.39.0 → 1.41.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/icons/construction/HammerNail.js +14 -0
- package/dist/icons/construction/index.js +2 -0
- package/dist/icons/location-maps/PinOnHand.js +14 -0
- package/dist/icons/location-maps/World1.js +14 -0
- package/dist/icons/location-maps/index.js +3 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.js +4 -0
- package/dist/types/icons/construction/HammerNail.d.ts +6 -0
- package/dist/types/icons/construction/index.d.ts +2 -0
- package/dist/types/icons/location-maps/PinOnHand.d.ts +6 -0
- package/dist/types/icons/location-maps/World1.d.ts +6 -0
- package/dist/types/icons/location-maps/index.d.ts +3 -0
- package/dist/types/index.d.ts +4 -0
- package/package.json +1 -1
- package/src/index.ts +4 -0
package/dist/index.js
CHANGED
|
@@ -47,6 +47,7 @@ import { ElectricPlug } from '@/src/icons/communication';
|
|
|
47
47
|
// SECTION: Connectivity
|
|
48
48
|
// !SECTION: Connectivity
|
|
49
49
|
// SECTION: Construction
|
|
50
|
+
import { HammerNail } from '@/src/icons/construction';
|
|
50
51
|
// !SECTION: Construction
|
|
51
52
|
// SECTION: Design
|
|
52
53
|
// !SECTION: Design
|
|
@@ -89,6 +90,7 @@ import { Appliances, Sofa } from '@/src/icons/household';
|
|
|
89
90
|
import { FavoriteFilled, FavoriteOutline } from '@/src/icons/interactions';
|
|
90
91
|
// !SECTION: Interactions
|
|
91
92
|
// SECTION: Location & Maps
|
|
93
|
+
import { PinOnHand, World1 } from '@/src/icons/location-maps';
|
|
92
94
|
// !SECTION: Location & Maps
|
|
93
95
|
// SECTION: Logos
|
|
94
96
|
import { Discord, Facebook, Instagram, LinkedIn, Reddit, Twitter, YouTube } from '@/src/icons/logos';
|
|
@@ -224,6 +226,7 @@ export { ElectricPlug };
|
|
|
224
226
|
// SECTION: Connectivity
|
|
225
227
|
// !SECTION: Connectivity
|
|
226
228
|
// SECTION: Construction
|
|
229
|
+
export { HammerNail };
|
|
227
230
|
// !SECTION: Construction
|
|
228
231
|
// SECTION: Design
|
|
229
232
|
// !SECTION: Design
|
|
@@ -266,6 +269,7 @@ export { Appliances, Sofa };
|
|
|
266
269
|
export { FavoriteFilled, FavoriteOutline };
|
|
267
270
|
// !SECTION: Interactions
|
|
268
271
|
// SECTION: Location & Maps
|
|
272
|
+
export { PinOnHand, World1 };
|
|
269
273
|
// !SECTION: Location & Maps
|
|
270
274
|
// SECTION: Logistics
|
|
271
275
|
// !SECTION: Logistics
|
package/dist/types/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ import { PieChart, Stocks } from '@/src/icons/charts-graphs';
|
|
|
11
11
|
import { Puzzle } from '@/src/icons/childhood/';
|
|
12
12
|
import { Beard, CombScissors, DiamondRing, Hanger, Necklace, SkinCare, Tshirt } from '@/src/icons/clothing-fashion';
|
|
13
13
|
import { ElectricPlug } from '@/src/icons/communication';
|
|
14
|
+
import { HammerNail } from '@/src/icons/construction';
|
|
14
15
|
import { Airpods, Devices, USBACable } from '@/src/icons/devices-hardware';
|
|
15
16
|
import { Siren } from '@/src/icons/disaster-crisis';
|
|
16
17
|
import { Add, Cut, Copy, Edit, Paste } from '@/src/icons/editing-creation';
|
|
@@ -21,6 +22,7 @@ import { Palm } from '@/src/icons/hands';
|
|
|
21
22
|
import { Balloon, GiftBox } from '@/src/icons/holidays';
|
|
22
23
|
import { Appliances, Sofa } from '@/src/icons/household';
|
|
23
24
|
import { FavoriteFilled, FavoriteOutline } from '@/src/icons/interactions';
|
|
25
|
+
import { PinOnHand, World1 } from '@/src/icons/location-maps';
|
|
24
26
|
import { Discord, Facebook, Instagram, LinkedIn, Reddit, Twitter, YouTube } from '@/src/icons/logos';
|
|
25
27
|
import { Loudspeaker } from '@/src/icons/marketing/';
|
|
26
28
|
import { Brain, FirstAid, HeartCare, HeartTrackLine, Pills } from '@/src/icons/medical-health/';
|
|
@@ -50,6 +52,7 @@ export { PieChart, Stocks };
|
|
|
50
52
|
export { Puzzle };
|
|
51
53
|
export { Beard, CombScissors, DiamondRing, Hanger, Necklace, SkinCare, Tshirt };
|
|
52
54
|
export { ElectricPlug };
|
|
55
|
+
export { HammerNail };
|
|
53
56
|
export { Airpods, Devices, USBACable };
|
|
54
57
|
export { Siren };
|
|
55
58
|
export { Add, Cut, Copy, Edit, Paste };
|
|
@@ -60,6 +63,7 @@ export { Palm };
|
|
|
60
63
|
export { Balloon, GiftBox };
|
|
61
64
|
export { Appliances, Sofa };
|
|
62
65
|
export { FavoriteFilled, FavoriteOutline };
|
|
66
|
+
export { PinOnHand, World1 };
|
|
63
67
|
export { Discord, Facebook, Instagram, LinkedIn, Reddit, Twitter, YouTube };
|
|
64
68
|
export { Loudspeaker };
|
|
65
69
|
export { Brain, FirstAid, HeartCare, HeartTrackLine, Pills };
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -64,6 +64,7 @@ import { ElectricPlug } from '@/src/icons/communication';
|
|
|
64
64
|
// SECTION: Connectivity
|
|
65
65
|
// !SECTION: Connectivity
|
|
66
66
|
// SECTION: Construction
|
|
67
|
+
import { HammerNail } from '@/src/icons/construction';
|
|
67
68
|
// !SECTION: Construction
|
|
68
69
|
// SECTION: Design
|
|
69
70
|
// !SECTION: Design
|
|
@@ -114,6 +115,7 @@ import { Appliances, Sofa } from '@/src/icons/household';
|
|
|
114
115
|
import { FavoriteFilled, FavoriteOutline } from '@/src/icons/interactions';
|
|
115
116
|
// !SECTION: Interactions
|
|
116
117
|
// SECTION: Location & Maps
|
|
118
|
+
import { PinOnHand, World1 } from '@/src/icons/location-maps';
|
|
117
119
|
// !SECTION: Location & Maps
|
|
118
120
|
// SECTION: Logos
|
|
119
121
|
import {
|
|
@@ -289,6 +291,7 @@ export { ElectricPlug };
|
|
|
289
291
|
// SECTION: Connectivity
|
|
290
292
|
// !SECTION: Connectivity
|
|
291
293
|
// SECTION: Construction
|
|
294
|
+
export { HammerNail };
|
|
292
295
|
// !SECTION: Construction
|
|
293
296
|
// SECTION: Design
|
|
294
297
|
// !SECTION: Design
|
|
@@ -339,6 +342,7 @@ export { Appliances, Sofa };
|
|
|
339
342
|
export { FavoriteFilled, FavoriteOutline };
|
|
340
343
|
// !SECTION: Interactions
|
|
341
344
|
// SECTION: Location & Maps
|
|
345
|
+
export { PinOnHand, World1 };
|
|
342
346
|
// !SECTION: Location & Maps
|
|
343
347
|
// SECTION: Logistics
|
|
344
348
|
// !SECTION: Logistics
|