elementa-icons 1.35.0 → 1.36.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/communication/ElectricPlug.js +14 -0
- package/dist/icons/communication/index.js +2 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.js +2 -0
- package/dist/types/icons/communication/ElectricPlug.d.ts +6 -0
- package/dist/types/icons/communication/index.d.ts +2 -0
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
- package/src/index.ts +2 -0
package/dist/index.js
CHANGED
|
@@ -42,6 +42,7 @@ import { Beard, CombScissors, DiamondRing, Hanger, Necklace, SkinCare, Tshirt }
|
|
|
42
42
|
// SECTION: Coding
|
|
43
43
|
// !SECTION: Coding
|
|
44
44
|
// SECTION: Communication
|
|
45
|
+
import { ElectricPlug } from '@/src/icons/communication';
|
|
45
46
|
// !SECTION: Communication
|
|
46
47
|
// SECTION: Connectivity
|
|
47
48
|
// !SECTION: Connectivity
|
|
@@ -215,6 +216,7 @@ export { Beard, CombScissors, DiamondRing, Hanger, Necklace, SkinCare, Tshirt };
|
|
|
215
216
|
// SECTION: Coding
|
|
216
217
|
// !SECTION: Coding
|
|
217
218
|
// SECTION: Communication
|
|
219
|
+
export { ElectricPlug };
|
|
218
220
|
// !SECTION: Communication
|
|
219
221
|
// SECTION: Connectivity
|
|
220
222
|
// !SECTION: Connectivity
|
package/dist/types/index.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ import { Briefcase, CareerGrowth } from '@/src/icons/business/';
|
|
|
10
10
|
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
|
+
import { ElectricPlug } from '@/src/icons/communication';
|
|
13
14
|
import { Airpods, Devices, USBACable } from '@/src/icons/devices-hardware';
|
|
14
15
|
import { Add, Cut, Copy, Edit, Paste } from '@/src/icons/editing-creation';
|
|
15
16
|
import { OpenBook } from '@/src/icons/education';
|
|
@@ -45,6 +46,7 @@ export { Briefcase, CareerGrowth };
|
|
|
45
46
|
export { PieChart, Stocks };
|
|
46
47
|
export { Puzzle };
|
|
47
48
|
export { Beard, CombScissors, DiamondRing, Hanger, Necklace, SkinCare, Tshirt };
|
|
49
|
+
export { ElectricPlug };
|
|
48
50
|
export { Airpods, Devices, USBACable };
|
|
49
51
|
export { Add, Cut, Copy, Edit, Paste };
|
|
50
52
|
export { OpenBook };
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -59,6 +59,7 @@ import {
|
|
|
59
59
|
// SECTION: Coding
|
|
60
60
|
// !SECTION: Coding
|
|
61
61
|
// SECTION: Communication
|
|
62
|
+
import { ElectricPlug } from '@/src/icons/communication';
|
|
62
63
|
// !SECTION: Communication
|
|
63
64
|
// SECTION: Connectivity
|
|
64
65
|
// !SECTION: Connectivity
|
|
@@ -274,6 +275,7 @@ export { Beard, CombScissors, DiamondRing, Hanger, Necklace, SkinCare, Tshirt };
|
|
|
274
275
|
// SECTION: Coding
|
|
275
276
|
// !SECTION: Coding
|
|
276
277
|
// SECTION: Communication
|
|
278
|
+
export { ElectricPlug };
|
|
277
279
|
// !SECTION: Communication
|
|
278
280
|
// SECTION: Connectivity
|
|
279
281
|
// !SECTION: Connectivity
|