elementa-icons 1.27.0 → 1.28.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
@@ -87,6 +87,7 @@ import { Discord, Facebook, Instagram, LinkedIn, Reddit, Twitter, YouTube } from
87
87
  // SECTION: Logistics
88
88
  // !SECTION: Logistics
89
89
  // SECTION: Marketing
90
+ import { Loudspeaker } from '@/src/icons/marketing/';
90
91
  // !SECTION: Marketing
91
92
  // SECTION: Mathematics
92
93
  // !SECTION: Mathematics
@@ -253,6 +254,7 @@ export { FavoriteFilled, FavoriteOutline };
253
254
  export { Discord, Facebook, Instagram, LinkedIn, Reddit, Twitter, YouTube };
254
255
  // !SECTION: Logos
255
256
  // SECTION: Marketing
257
+ export { Loudspeaker };
256
258
  // !SECTION: Marketing
257
259
  // SECTION: Mathematics
258
260
  // !SECTION: Mathematics
@@ -0,0 +1,6 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon.
4
+ */
5
+ declare const Loudspeaker: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default Loudspeaker;
@@ -0,0 +1,2 @@
1
+ import Loudspeaker from '@/src/icons/marketing/Loudspeaker';
2
+ export { Loudspeaker };
@@ -13,6 +13,7 @@ import { Balloon, GiftBox } from '@/src/icons/holidays';
13
13
  import { Appliances, Sofa } from '@/src/icons/household';
14
14
  import { FavoriteFilled, FavoriteOutline } from '@/src/icons/interactions';
15
15
  import { Discord, Facebook, Instagram, LinkedIn, Reddit, Twitter, YouTube } from '@/src/icons/logos';
16
+ import { Loudspeaker } from '@/src/icons/marketing/';
16
17
  import { Bitcoin, CreditCards, Wallet } from '@/src/icons/money';
17
18
  import { Mic } from '@/src/icons/music-audio';
18
19
  import { Fire } from '@/src/icons/nature-environment';
@@ -41,6 +42,7 @@ export { Balloon, GiftBox };
41
42
  export { Appliances, Sofa };
42
43
  export { FavoriteFilled, FavoriteOutline };
43
44
  export { Discord, Facebook, Instagram, LinkedIn, Reddit, Twitter, YouTube };
45
+ export { Loudspeaker };
44
46
  export { Bitcoin, CreditCards, Wallet };
45
47
  export { Mic };
46
48
  export { Fire };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elementa-icons",
3
- "version": "1.27.0",
3
+ "version": "1.28.0",
4
4
  "description": "Elementa icons library.",
5
5
  "homepage": "https://elementa.dev",
6
6
  "main": "dist/index.js",
package/src/index.ts CHANGED
@@ -112,6 +112,7 @@ import {
112
112
  // SECTION: Logistics
113
113
  // !SECTION: Logistics
114
114
  // SECTION: Marketing
115
+ import { Loudspeaker } from '@/src/icons/marketing/';
115
116
  // !SECTION: Marketing
116
117
  // SECTION: Mathematics
117
118
  // !SECTION: Mathematics
@@ -312,6 +313,7 @@ export { FavoriteFilled, FavoriteOutline };
312
313
  export { Discord, Facebook, Instagram, LinkedIn, Reddit, Twitter, YouTube };
313
314
  // !SECTION: Logos
314
315
  // SECTION: Marketing
316
+ export { Loudspeaker };
315
317
  // !SECTION: Marketing
316
318
  // SECTION: Mathematics
317
319
  // !SECTION: Mathematics