@mui-extra/icons 0.0.45 → 0.0.47

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.
@@ -0,0 +1,15 @@
1
+ /**
2
+ * author: GreenTurtwig
3
+ * id 76BB371D-335C-4F53-A439-2A681778C6BC
4
+ * name car-pickup
5
+ * version: 2.0.46
6
+ * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/car-pickup.svg
7
+ * tags
8
+ * - Transportation + Road
9
+ * - Automotive
10
+ * - Agriculture
11
+ */
12
+ export declare const TruckPickupIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
13
+ muiName: string;
14
+ };
15
+ export default TruckPickupIcon;
@@ -0,0 +1,15 @@
1
+ import { CarPickupIcon } from './CarPickupIcon';
2
+ /**
3
+ * author: GreenTurtwig
4
+ * id 76BB371D-335C-4F53-A439-2A681778C6BC
5
+ * name car-pickup
6
+ * version: 2.0.46
7
+ * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/car-pickup.svg
8
+ * tags
9
+ * - Transportation + Road
10
+ * - Automotive
11
+ * - Agriculture
12
+ */
13
+ export const TruckPickupIcon = CarPickupIcon;
14
+ export default TruckPickupIcon;
15
+ //# sourceMappingURL=TruckPickupIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TruckPickupIcon.js","sourceRoot":"","sources":["../src_v5/icons/TruckPickupIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD;;;;;;;;;;GAUG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,aAAa,CAAC;AAC7C,eAAe,eAAe,CAAA","sourcesContent":["import { CarPickupIcon } from './CarPickupIcon';\n\n/**\n * author: GreenTurtwig\n * id 76BB371D-335C-4F53-A439-2A681778C6BC\n * name car-pickup\n * version: 2.0.46\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/car-pickup.svg\n * tags\n * - Transportation + Road \n * - Automotive \n * - Agriculture \n */\nexport const TruckPickupIcon = CarPickupIcon;\nexport default TruckPickupIcon"]}
package/meta.json CHANGED
@@ -35135,7 +35135,9 @@
35135
35135
  "baseIconId": "CB49A868-3317-4445-BFED-13CB6533000E",
35136
35136
  "name": "car-pickup",
35137
35137
  "codepoint": "F07AA",
35138
- "aliases": [],
35138
+ "aliases": [
35139
+ "truck-pickup"
35140
+ ],
35139
35141
  "styles": [],
35140
35142
  "version": "2.0.46",
35141
35143
  "deprecated": false,
@@ -35146,10 +35148,14 @@
35146
35148
  ],
35147
35149
  "author": "GreenTurtwig",
35148
35150
  "iconCreateName": "CarPickupIcon",
35149
- "iconAliasCreateNames": [],
35151
+ "iconAliasCreateNames": [
35152
+ "TruckPickupIcon"
35153
+ ],
35150
35154
  "assetsUrl": "assets/car-pickup.svg",
35151
35155
  "componentFileName": "CarPickupIcon",
35152
- "componentAliasFileNames": []
35156
+ "componentAliasFileNames": [
35157
+ "TruckPickupIcon"
35158
+ ]
35153
35159
  },
35154
35160
  {
35155
35161
  "id": "6BF272B9-40CF-45E8-8CE4-8E186BFE95BF",
@@ -82245,7 +82251,9 @@
82245
82251
  "aliases": [
82246
82252
  "stove-burner",
82247
82253
  "cooktop-burner",
82248
- "grill"
82254
+ "grill",
82255
+ "natural-gas",
82256
+ "energy"
82249
82257
  ],
82250
82258
  "styles": [],
82251
82259
  "version": "6.6.96",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui-extra/icons",
3
- "version": "0.0.45",
3
+ "version": "0.0.47",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
package/version.json CHANGED
@@ -1 +1 @@
1
- {"build":"2023-07-02T23:19:00.892Z","contentHash":"1f801a92b6d88bf77f3741f63c00fb78","projectVersion":"0.1.4"}
1
+ {"build":"2023-07-23T23:17:04.354Z","contentHash":"99a6cb442e5fe2a896ec1032382c7b01","projectVersion":"0.1.4"}