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/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
@@ -0,0 +1,6 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon.
4
+ */
5
+ declare const ElectricPlug: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default ElectricPlug;
@@ -0,0 +1,2 @@
1
+ import ElectricPlug from '@/src/icons/communication/ElectricPlug';
2
+ export { ElectricPlug };
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elementa-icons",
3
- "version": "1.35.0",
3
+ "version": "1.36.0",
4
4
  "description": "Elementa icons library.",
5
5
  "homepage": "https://elementa.dev",
6
6
  "main": "dist/index.js",
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