elementa-icons 1.31.0 → 1.33.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
@@ -24,6 +24,7 @@ import { Gear, ToolBox } from '@/src/icons/automotive/';
24
24
  import { Cityline, Home1, Home2, Home3 } from '@/src/icons/buildings/';
25
25
  // !SECTION: Buildings
26
26
  // SECTION: Business
27
+ import { Briefcase, CareerGrowth } from '@/src/icons/business/';
27
28
  // !SECTION: Business
28
29
  // SECTION: Camping
29
30
  // !SECTION: Camping
@@ -34,7 +35,7 @@ import { Cityline, Home1, Home2, Home3 } from '@/src/icons/buildings/';
34
35
  // SECTION: Childhood
35
36
  // !SECTION: Childhood
36
37
  // SECTION: Clothing & Fashion
37
- import { DiamondRing } from '@/src/icons/clothing-fashion';
38
+ import { Beard, CombScissors, DiamondRing, Hanger, Necklace, SkinCare, Tshirt } from '@/src/icons/clothing-fashion';
38
39
  // !SECTION: Clothing & Fashion
39
40
  // SECTION: Coding
40
41
  // !SECTION: Coding
@@ -194,6 +195,7 @@ export { Gear, ToolBox };
194
195
  export { Cityline, Home1, Home2, Home3 };
195
196
  // !SECTION: Buildings
196
197
  // SECTION: Business
198
+ export { Briefcase, CareerGrowth };
197
199
  // !SECTION: Business
198
200
  // SECTION: Camping
199
201
  // !SECTION: Camping
@@ -204,7 +206,7 @@ export { Cityline, Home1, Home2, Home3 };
204
206
  // SECTION: Childhood
205
207
  // !SECTION: Childhood
206
208
  // SECTION: Clothing & Fashion
207
- export { DiamondRing };
209
+ export { Beard, CombScissors, DiamondRing, Hanger, Necklace, SkinCare, Tshirt };
208
210
  // !SECTION: Clothing & Fashion
209
211
  // SECTION: Coding
210
212
  // !SECTION: Coding
@@ -0,0 +1,6 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon.
4
+ */
5
+ declare const Briefcase: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default Briefcase;
@@ -0,0 +1,6 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon.
4
+ */
5
+ declare const CareerGrowth: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default CareerGrowth;
@@ -0,0 +1,3 @@
1
+ import Briefcase from '@/src/icons/business/Briefcase';
2
+ import CareerGrowth from '@/src/icons/business/CareerGrowth';
3
+ export { Briefcase, CareerGrowth };
@@ -0,0 +1,6 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon.
4
+ */
5
+ declare const Beard: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default Beard;
@@ -0,0 +1,6 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon.
4
+ */
5
+ declare const CombScissors: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default CombScissors;
@@ -0,0 +1,6 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon of a {auto-generated}.
4
+ */
5
+ declare const Hanger: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default Hanger;
@@ -0,0 +1,6 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon.
4
+ */
5
+ declare const Necklace: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default Necklace;
@@ -0,0 +1,6 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon.
4
+ */
5
+ declare const SkinCare: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default SkinCare;
@@ -0,0 +1,6 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon of a {auto-generated}.
4
+ */
5
+ declare const Tshirt: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default Tshirt;
@@ -1,2 +1,8 @@
1
+ import Beard from '@/src/icons/clothing-fashion/Beard';
2
+ import CombScissors from '@/src/icons/clothing-fashion/CombScissors';
1
3
  import DiamondRing from '@/src/icons/clothing-fashion/DiamondRing';
2
- export { DiamondRing };
4
+ import Hanger from '@/src/icons/clothing-fashion/Hanger';
5
+ import Necklace from '@/src/icons/clothing-fashion/Necklace';
6
+ import SkinCare from '@/src/icons/clothing-fashion/SkinCare';
7
+ import Tshirt from '@/src/icons/clothing-fashion/Tshirt';
8
+ export { Beard, CombScissors, Hanger, DiamondRing, Necklace, SkinCare, Tshirt };
@@ -6,7 +6,8 @@ import { ArrowDown, ArrowLeft, ArrowRight, ArrowUp, ChevronDown, ChevronLeft, Ch
6
6
  import { Rocket } from '@/src/icons/astronomy/';
7
7
  import { Gear, ToolBox } from '@/src/icons/automotive/';
8
8
  import { Cityline, Home1, Home2, Home3 } from '@/src/icons/buildings/';
9
- import { DiamondRing } from '@/src/icons/clothing-fashion';
9
+ import { Briefcase, CareerGrowth } from '@/src/icons/business/';
10
+ import { Beard, CombScissors, DiamondRing, Hanger, Necklace, SkinCare, Tshirt } from '@/src/icons/clothing-fashion';
10
11
  import { Airpods, Devices, USBACable } from '@/src/icons/devices-hardware';
11
12
  import { Add, Cut, Copy, Edit, Paste } from '@/src/icons/editing-creation';
12
13
  import { OpenBook } from '@/src/icons/education';
@@ -38,7 +39,8 @@ export { ArrowDown, ArrowLeft, ArrowRight, ArrowUp, ChevronDown, ChevronLeft, Ch
38
39
  export { Rocket };
39
40
  export { Gear, ToolBox };
40
41
  export { Cityline, Home1, Home2, Home3 };
41
- export { DiamondRing };
42
+ export { Briefcase, CareerGrowth };
43
+ export { Beard, CombScissors, DiamondRing, Hanger, Necklace, SkinCare, Tshirt };
42
44
  export { Airpods, Devices, USBACable };
43
45
  export { Add, Cut, Copy, Edit, Paste };
44
46
  export { OpenBook };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elementa-icons",
3
- "version": "1.31.0",
3
+ "version": "1.33.0",
4
4
  "description": "Elementa icons library.",
5
5
  "homepage": "https://elementa.dev",
6
6
  "main": "dist/index.js",
package/src/index.ts CHANGED
@@ -33,6 +33,7 @@ import { Gear, ToolBox } from '@/src/icons/automotive/';
33
33
  import { Cityline, Home1, Home2, Home3 } from '@/src/icons/buildings/';
34
34
  // !SECTION: Buildings
35
35
  // SECTION: Business
36
+ import { Briefcase, CareerGrowth } from '@/src/icons/business/';
36
37
  // !SECTION: Business
37
38
  // SECTION: Camping
38
39
  // !SECTION: Camping
@@ -43,7 +44,15 @@ import { Cityline, Home1, Home2, Home3 } from '@/src/icons/buildings/';
43
44
  // SECTION: Childhood
44
45
  // !SECTION: Childhood
45
46
  // SECTION: Clothing & Fashion
46
- import { DiamondRing } from '@/src/icons/clothing-fashion';
47
+ import {
48
+ Beard,
49
+ CombScissors,
50
+ DiamondRing,
51
+ Hanger,
52
+ Necklace,
53
+ SkinCare,
54
+ Tshirt
55
+ } from '@/src/icons/clothing-fashion';
47
56
  // !SECTION: Clothing & Fashion
48
57
  // SECTION: Coding
49
58
  // !SECTION: Coding
@@ -245,6 +254,7 @@ export { Gear, ToolBox };
245
254
  export { Cityline, Home1, Home2, Home3 };
246
255
  // !SECTION: Buildings
247
256
  // SECTION: Business
257
+ export { Briefcase, CareerGrowth };
248
258
  // !SECTION: Business
249
259
  // SECTION: Camping
250
260
  // !SECTION: Camping
@@ -255,7 +265,7 @@ export { Cityline, Home1, Home2, Home3 };
255
265
  // SECTION: Childhood
256
266
  // !SECTION: Childhood
257
267
  // SECTION: Clothing & Fashion
258
- export { DiamondRing };
268
+ export { Beard, CombScissors, DiamondRing, Hanger, Necklace, SkinCare, Tshirt };
259
269
  // !SECTION: Clothing & Fashion
260
270
  // SECTION: Coding
261
271
  // !SECTION: Coding