elementa-icons 1.57.0 → 1.58.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
@@ -75,7 +75,7 @@ import { HomeDocuments } from '@/src/icons/files-folders';
75
75
  import { Clapperboard, ComedyMasks } from '@/src/icons/film-video';
76
76
  // !SECTION: Film & Video
77
77
  // SECTION: Food & Beverage
78
- import { BeerMug, Cake, Cutlery, EatenApple, FoodTiffin, GreenTea, PotatoChips } from '@/src/icons/food-beverage';
78
+ import { BeerMug, Cake, Cutlery, DineInTable1, EatenApple, EggsBasket, FoodTiffin, GreenTea, Grocery, Plate1, PotatoChips, ServiceTray } from '@/src/icons/food-beverage';
79
79
  // !SECTION: Food & Beverage
80
80
  // SECTION: Gaming
81
81
  // !SECTION: Gaming
@@ -259,7 +259,7 @@ export { HomeDocuments };
259
259
  export { Clapperboard, ComedyMasks };
260
260
  // !SECTION: Film & Video
261
261
  // SECTION: Food & Beverage
262
- export { BeerMug, Cake, Cutlery, EatenApple, FoodTiffin, GreenTea, PotatoChips };
262
+ export { BeerMug, Cake, Cutlery, DineInTable1, EatenApple, EggsBasket, FoodTiffin, GreenTea, Grocery, Plate1, PotatoChips, ServiceTray };
263
263
  // !SECTION: Food & Beverage
264
264
  // SECTION: Gaming
265
265
  // !SECTION: Gaming
@@ -0,0 +1,6 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders a dine-in table.
4
+ */
5
+ declare const DineInTable1: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default DineInTable1;
@@ -0,0 +1,6 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an egg basket.
4
+ */
5
+ declare const EggsBasket: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default EggsBasket;
@@ -0,0 +1,6 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders a grocery bag.
4
+ */
5
+ declare const Grocery: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default Grocery;
@@ -0,0 +1,6 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders a plate.
4
+ */
5
+ declare const Plate1: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default Plate1;
@@ -0,0 +1,6 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon.
4
+ */
5
+ declare const ServiceTray1: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default ServiceTray1;
@@ -1,8 +1,13 @@
1
1
  import BeerMug from '@/src/icons/food-beverage/BeerMug';
2
2
  import Cake from '@/src/icons/food-beverage/Cake';
3
3
  import Cutlery from '@/src/icons/food-beverage/Cutlery';
4
+ import DineInTable1 from '@/src/icons/food-beverage/DineInTable1';
4
5
  import EatenApple from '@/src/icons/food-beverage/EatenApple';
6
+ import EggsBasket from '@/src/icons/food-beverage/EggsBasket';
5
7
  import FoodTiffin from '@/src/icons/food-beverage/FoodTiffin';
6
8
  import GreenTea from '@/src/icons/food-beverage/GreenTea';
9
+ import Grocery from '@/src/icons/food-beverage/Grocery';
10
+ import Plate1 from '@/src/icons/food-beverage/Plate1';
7
11
  import PotatoChips from '@/src/icons/food-beverage/PotatoChips';
8
- export { BeerMug, Cake, Cutlery, EatenApple, FoodTiffin, GreenTea, PotatoChips };
12
+ import ServiceTray from '@/src/icons/food-beverage/ServiceTray1';
13
+ export { BeerMug, Cake, Cutlery, DineInTable1, EatenApple, EggsBasket, FoodTiffin, GreenTea, Grocery, Plate1, PotatoChips, ServiceTray };
@@ -19,7 +19,7 @@ import { Add, Cut, Copy, Edit, Paste } from '@/src/icons/editing-creation';
19
19
  import { GraduationHat, OpenBook } from '@/src/icons/education';
20
20
  import { HomeDocuments } from '@/src/icons/files-folders';
21
21
  import { Clapperboard, ComedyMasks } from '@/src/icons/film-video';
22
- import { BeerMug, Cake, Cutlery, EatenApple, FoodTiffin, GreenTea, PotatoChips } from '@/src/icons/food-beverage';
22
+ import { BeerMug, Cake, Cutlery, DineInTable1, EatenApple, EggsBasket, FoodTiffin, GreenTea, Grocery, Plate1, PotatoChips, ServiceTray } from '@/src/icons/food-beverage';
23
23
  import { Palm } from '@/src/icons/hands';
24
24
  import { Balloon, Confetti, GiftBox, HotelBoard } from '@/src/icons/holidays';
25
25
  import { Appliances, BroomBucket, FourBurners1, GasCylinder, RockingChair, Sofa, Tv, Utilities } from '@/src/icons/household';
@@ -65,7 +65,7 @@ export { Add, Cut, Copy, Edit, Paste };
65
65
  export { OpenBook, GraduationHat };
66
66
  export { HomeDocuments };
67
67
  export { Clapperboard, ComedyMasks };
68
- export { BeerMug, Cake, Cutlery, EatenApple, FoodTiffin, GreenTea, PotatoChips };
68
+ export { BeerMug, Cake, Cutlery, DineInTable1, EatenApple, EggsBasket, FoodTiffin, GreenTea, Grocery, Plate1, PotatoChips, ServiceTray };
69
69
  export { Palm };
70
70
  export { Balloon, Confetti, GiftBox, HotelBoard };
71
71
  export { Appliances, BroomBucket, FourBurners1, GasCylinder, RockingChair, Sofa, Tv, Utilities };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elementa-icons",
3
- "version": "1.57.0",
3
+ "version": "1.58.0",
4
4
  "description": "Elementa icons library.",
5
5
  "homepage": "https://elementa.dev",
6
6
  "main": "dist/index.js",
package/src/index.ts CHANGED
@@ -105,10 +105,15 @@ import {
105
105
  BeerMug,
106
106
  Cake,
107
107
  Cutlery,
108
+ DineInTable1,
108
109
  EatenApple,
110
+ EggsBasket,
109
111
  FoodTiffin,
110
112
  GreenTea,
111
- PotatoChips
113
+ Grocery,
114
+ Plate1,
115
+ PotatoChips,
116
+ ServiceTray
112
117
  } from '@/src/icons/food-beverage';
113
118
  // !SECTION: Food & Beverage
114
119
  // SECTION: Gaming
@@ -376,10 +381,15 @@ export {
376
381
  BeerMug,
377
382
  Cake,
378
383
  Cutlery,
384
+ DineInTable1,
379
385
  EatenApple,
386
+ EggsBasket,
380
387
  FoodTiffin,
381
388
  GreenTea,
382
- PotatoChips
389
+ Grocery,
390
+ Plate1,
391
+ PotatoChips,
392
+ ServiceTray
383
393
  };
384
394
  // !SECTION: Food & Beverage
385
395
  // SECTION: Gaming