elementa-icons 1.31.0 → 1.32.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
@@ -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
@@ -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 };
@@ -6,6 +6,7 @@ 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 { Briefcase, CareerGrowth } from '@/src/icons/business/';
9
10
  import { DiamondRing } 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';
@@ -38,6 +39,7 @@ export { ArrowDown, ArrowLeft, ArrowRight, ArrowUp, ChevronDown, ChevronLeft, Ch
38
39
  export { Rocket };
39
40
  export { Gear, ToolBox };
40
41
  export { Cityline, Home1, Home2, Home3 };
42
+ export { Briefcase, CareerGrowth };
41
43
  export { DiamondRing };
42
44
  export { Airpods, Devices, USBACable };
43
45
  export { Add, Cut, Copy, Edit, Paste };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elementa-icons",
3
- "version": "1.31.0",
3
+ "version": "1.32.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
@@ -245,6 +246,7 @@ export { Gear, ToolBox };
245
246
  export { Cityline, Home1, Home2, Home3 };
246
247
  // !SECTION: Buildings
247
248
  // SECTION: Business
249
+ export { Briefcase, CareerGrowth };
248
250
  // !SECTION: Business
249
251
  // SECTION: Camping
250
252
  // !SECTION: Camping