@mui-extra/icons 0.0.13 → 0.0.14
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/AirplaneCarIcon.d.ts +14 -0
- package/AirplaneCarIcon.js +14 -0
- package/AirplaneCarIcon.js.map +1 -0
- package/AirplaneTrainIcon.d.ts +14 -0
- package/AirplaneTrainIcon.js +14 -0
- package/AirplaneTrainIcon.js.map +1 -0
- package/TempleBuddhistIcon.d.ts +1 -1
- package/TempleBuddhistIcon.js +1 -1
- package/TempleBuddhistIcon.js.map +1 -1
- package/TempleBuddhistOutlineIcon.d.ts +1 -1
- package/TempleBuddhistOutlineIcon.js +1 -1
- package/TempleBuddhistOutlineIcon.js.map +1 -1
- package/TempleHinduIcon.d.ts +1 -1
- package/TempleHinduIcon.js +1 -1
- package/TempleHinduIcon.js.map +1 -1
- package/TempleHinduOutlineIcon.d.ts +1 -1
- package/TempleHinduOutlineIcon.js +1 -1
- package/TempleHinduOutlineIcon.js.map +1 -1
- package/meta.json +18 -10
- package/package.json +1 -1
- package/version.json +1 -1
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* author: Michael Irigoyen
|
|
3
|
+
* id 604EF539-0143-4862-957A-AA04EFF9CD4E
|
|
4
|
+
* name plane-car
|
|
5
|
+
* version: 6.9.96
|
|
6
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/plane-car.svg
|
|
7
|
+
* tags
|
|
8
|
+
* - Transportation + Flying
|
|
9
|
+
* - Transportation + Road
|
|
10
|
+
*/
|
|
11
|
+
export declare const AirplaneCarIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
12
|
+
muiName: string;
|
|
13
|
+
};
|
|
14
|
+
export default AirplaneCarIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { PlaneCarIcon } from './PlaneCarIcon';
|
|
2
|
+
/**
|
|
3
|
+
* author: Michael Irigoyen
|
|
4
|
+
* id 604EF539-0143-4862-957A-AA04EFF9CD4E
|
|
5
|
+
* name plane-car
|
|
6
|
+
* version: 6.9.96
|
|
7
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/plane-car.svg
|
|
8
|
+
* tags
|
|
9
|
+
* - Transportation + Flying
|
|
10
|
+
* - Transportation + Road
|
|
11
|
+
*/
|
|
12
|
+
export const AirplaneCarIcon = PlaneCarIcon;
|
|
13
|
+
export default AirplaneCarIcon;
|
|
14
|
+
//# sourceMappingURL=AirplaneCarIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AirplaneCarIcon.js","sourceRoot":"","sources":["../src_v5/icons/AirplaneCarIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,YAAY,CAAC;AAC5C,eAAe,eAAe,CAAA","sourcesContent":["import { PlaneCarIcon } from './PlaneCarIcon';\n\n/**\n * author: Michael Irigoyen\n * id 604EF539-0143-4862-957A-AA04EFF9CD4E\n * name plane-car\n * version: 6.9.96\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/plane-car.svg\n * tags\n * - Transportation + Flying \n * - Transportation + Road \n */\nexport const AirplaneCarIcon = PlaneCarIcon;\nexport default AirplaneCarIcon"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* author: Michael Irigoyen
|
|
3
|
+
* id F485C550-203A-48D9-BFFC-35400109374C
|
|
4
|
+
* name plane-train
|
|
5
|
+
* version: 6.9.96
|
|
6
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/plane-train.svg
|
|
7
|
+
* tags
|
|
8
|
+
* - Transportation + Flying
|
|
9
|
+
* - Transportation + Other
|
|
10
|
+
*/
|
|
11
|
+
export declare const AirplaneTrainIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
12
|
+
muiName: string;
|
|
13
|
+
};
|
|
14
|
+
export default AirplaneTrainIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { PlaneTrainIcon } from './PlaneTrainIcon';
|
|
2
|
+
/**
|
|
3
|
+
* author: Michael Irigoyen
|
|
4
|
+
* id F485C550-203A-48D9-BFFC-35400109374C
|
|
5
|
+
* name plane-train
|
|
6
|
+
* version: 6.9.96
|
|
7
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/plane-train.svg
|
|
8
|
+
* tags
|
|
9
|
+
* - Transportation + Flying
|
|
10
|
+
* - Transportation + Other
|
|
11
|
+
*/
|
|
12
|
+
export const AirplaneTrainIcon = PlaneTrainIcon;
|
|
13
|
+
export default AirplaneTrainIcon;
|
|
14
|
+
//# sourceMappingURL=AirplaneTrainIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AirplaneTrainIcon.js","sourceRoot":"","sources":["../src_v5/icons/AirplaneTrainIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,cAAc,CAAC;AAChD,eAAe,iBAAiB,CAAA","sourcesContent":["import { PlaneTrainIcon } from './PlaneTrainIcon';\n\n/**\n * author: Michael Irigoyen\n * id F485C550-203A-48D9-BFFC-35400109374C\n * name plane-train\n * version: 6.9.96\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/plane-train.svg\n * tags\n * - Transportation + Flying \n * - Transportation + Other \n */\nexport const AirplaneTrainIcon = PlaneTrainIcon;\nexport default AirplaneTrainIcon"]}
|
package/TempleBuddhistIcon.d.ts
CHANGED
package/TempleBuddhistIcon.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TempleBuddhistIcon.js","sourceRoot":"","sources":["../src_v5/icons/TempleBuddhistIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,aAAa,CAAC;IAAE,8BAAM,CAAC,EAAC,qRAAqR,GAAG,CAAG,EAAE,oBAAoB,CAAC,CAAC;AAC7W,eAAe,kBAAkB,CAAA","sourcesContent":["import React from \"react\";\nimport createSvgIcon from \"@mui/material/utils/createSvgIcon\";\n\n/**\n * author:
|
|
1
|
+
{"version":3,"file":"TempleBuddhistIcon.js","sourceRoot":"","sources":["../src_v5/icons/TempleBuddhistIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,aAAa,CAAC;IAAE,8BAAM,CAAC,EAAC,qRAAqR,GAAG,CAAG,EAAE,oBAAoB,CAAC,CAAC;AAC7W,eAAe,kBAAkB,CAAA","sourcesContent":["import React from \"react\";\nimport createSvgIcon from \"@mui/material/utils/createSvgIcon\";\n\n/**\n * author: Google\n * id 8645763E-4D58-4BD2-99F0-1E1C3CA3F254\n * name temple-buddhist\n * version: 6.9.96\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/temple-buddhist.svg\n * tags\n * - Places \n * - Religion \n */\nexport const TempleBuddhistIcon = createSvgIcon(<><path d=\"M21 9C21 10.1 20.1 11 19 11H5C3.9 11 3 10.1 3 9H1C1 10.9 2.3 12.4 4 12.8V22H10V19C10 17.9 10.9 17 12 17S14 17.9 14 19V22H20V12.9C20.5 12.8 23 11.9 23 9H21M6 8.9V10H18V8.9C18.5 8.8 21 7.9 21 5H19C19 6.1 18.1 7 17 7H7C5.9 7 5 6.1 5 5H3C3 6.9 4.3 8.4 6 8.9M12 1L8.2 6H15.7L12 1Z\" /></>, 'TempleBuddhistIcon');\nexport default TempleBuddhistIcon"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TempleBuddhistOutlineIcon.js","sourceRoot":"","sources":["../src_v5/icons/TempleBuddhistOutlineIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG,aAAa,CAAC;IAAE,8BAAM,CAAC,EAAC,oXAAoX,GAAG,CAAG,EAAE,2BAA2B,CAAC,CAAC;AAC1d,eAAe,yBAAyB,CAAA","sourcesContent":["import React from \"react\";\nimport createSvgIcon from \"@mui/material/utils/createSvgIcon\";\n\n/**\n * author:
|
|
1
|
+
{"version":3,"file":"TempleBuddhistOutlineIcon.js","sourceRoot":"","sources":["../src_v5/icons/TempleBuddhistOutlineIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG,aAAa,CAAC;IAAE,8BAAM,CAAC,EAAC,oXAAoX,GAAG,CAAG,EAAE,2BAA2B,CAAC,CAAC;AAC1d,eAAe,yBAAyB,CAAA","sourcesContent":["import React from \"react\";\nimport createSvgIcon from \"@mui/material/utils/createSvgIcon\";\n\n/**\n * author: Google\n * id 8CE5A3E3-845D-479F-99F1-BAB02BEAAFC7\n * name temple-buddhist-outline\n * version: 6.9.96\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/temple-buddhist-outline.svg\n * tags\n * - Places \n * - Religion \n */\nexport const TempleBuddhistOutlineIcon = createSvgIcon(<><path d=\"M21 9C21 10.1 20.1 11 19 11H18V8.9C19.7 8.5 21 6.9 21 5.1H19C19 6.2 18.1 7.1 17 7.1H16.5L12 1L7.5 7H7C5.9 7 5 6.1 5 5H3C3 6.9 4.3 8.4 6 8.8V11H5C3.9 11 3 10.1 3 9H1C1 10.9 2.3 12.4 4 12.8V22H11V18C11 17.5 11.4 17 12 17S13 17.5 13 18V22H20V12.9C21.7 12.5 23 10.9 23 9.1L21 9M12 4.3L14 7H10L12 4.3M8 9H16V11H8V9M18 20H15V18C15 16.4 13.6 15 12 15S9 16.4 9 18V20H6V13H18V20Z\" /></>, 'TempleBuddhistOutlineIcon');\nexport default TempleBuddhistOutlineIcon"]}
|
package/TempleHinduIcon.d.ts
CHANGED
package/TempleHinduIcon.js
CHANGED
package/TempleHinduIcon.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TempleHinduIcon.js","sourceRoot":"","sources":["../src_v5/icons/TempleHinduIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,aAAa,CAAC;IAAE,8BAAM,CAAC,EAAC,kHAAkH,GAAG,CAAG,EAAE,iBAAiB,CAAC,CAAC;AACpM,eAAe,eAAe,CAAA","sourcesContent":["import React from \"react\";\nimport createSvgIcon from \"@mui/material/utils/createSvgIcon\";\n\n/**\n * author:
|
|
1
|
+
{"version":3,"file":"TempleHinduIcon.js","sourceRoot":"","sources":["../src_v5/icons/TempleHinduIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,aAAa,CAAC;IAAE,8BAAM,CAAC,EAAC,kHAAkH,GAAG,CAAG,EAAE,iBAAiB,CAAC,CAAC;AACpM,eAAe,eAAe,CAAA","sourcesContent":["import React from \"react\";\nimport createSvgIcon from \"@mui/material/utils/createSvgIcon\";\n\n/**\n * author: Google\n * id 5271162F-477F-4B2C-9E8D-4078A9B7861C\n * name temple-hindu\n * version: 6.9.96\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/temple-hindu.svg\n * tags\n * - Places \n * - Religion \n */\nexport const TempleHinduIcon = createSvgIcon(<><path d=\"M6.6 11H17.4L16.5 8H7.5L6.6 11M20 11V13H4V11H2V22H10V17H14V22H22V11H20M15.9 6L15 3V1H13V3H11V1H9V3.1L8.1 6H15.9Z\" /></>, 'TempleHinduIcon');\nexport default TempleHinduIcon"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TempleHinduOutlineIcon.js","sourceRoot":"","sources":["../src_v5/icons/TempleHinduOutlineIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG,aAAa,CAAC;IAAE,8BAAM,CAAC,EAAC,2LAA2L,GAAG,CAAG,EAAE,wBAAwB,CAAC,CAAC;AAC3R,eAAe,sBAAsB,CAAA","sourcesContent":["import React from \"react\";\nimport createSvgIcon from \"@mui/material/utils/createSvgIcon\";\n\n/**\n * author:
|
|
1
|
+
{"version":3,"file":"TempleHinduOutlineIcon.js","sourceRoot":"","sources":["../src_v5/icons/TempleHinduOutlineIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG,aAAa,CAAC;IAAE,8BAAM,CAAC,EAAC,2LAA2L,GAAG,CAAG,EAAE,wBAAwB,CAAC,CAAC;AAC3R,eAAe,sBAAsB,CAAA","sourcesContent":["import React from \"react\";\nimport createSvgIcon from \"@mui/material/utils/createSvgIcon\";\n\n/**\n * author: Google\n * id 4FB9F00B-42E2-4DA4-B1DF-E2895866B7CF\n * name temple-hindu-outline\n * version: 6.9.96\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/temple-hindu-outline.svg\n * tags\n * - Places \n * - Religion \n */\nexport const TempleHinduOutlineIcon = createSvgIcon(<><path d=\"M20 11V13H18L15 3V1H13V3H11V1H9V3.1L6 13H4V11H2V22H11V17H13V22H22V11H20M15.3 11H8.7L9.3 9H14.7L15.3 11M14.1 7H9.9L10.5 5H13.5L14.1 7M20 20H15V15H9V20H4V15H7.5L8.1 13H15.9L16.5 15H20V20Z\" /></>, 'TempleHinduOutlineIcon');\nexport default TempleHinduOutlineIcon"]}
|
package/meta.json
CHANGED
|
@@ -98095,7 +98095,8 @@
|
|
|
98095
98095
|
"codepoint": "F1AFF",
|
|
98096
98096
|
"aliases": [
|
|
98097
98097
|
"airport-shuttle",
|
|
98098
|
-
"airport-taxi"
|
|
98098
|
+
"airport-taxi",
|
|
98099
|
+
"airplane-car"
|
|
98099
98100
|
],
|
|
98100
98101
|
"tags": [
|
|
98101
98102
|
"Transportation + Flying",
|
|
@@ -98106,13 +98107,15 @@
|
|
|
98106
98107
|
"iconCreateName": "PlaneCarIcon",
|
|
98107
98108
|
"iconAliasCreateNames": [
|
|
98108
98109
|
"AirportShuttleIcon",
|
|
98109
|
-
"AirportTaxiIcon"
|
|
98110
|
+
"AirportTaxiIcon",
|
|
98111
|
+
"AirplaneCarIcon"
|
|
98110
98112
|
],
|
|
98111
98113
|
"assetsUrl": "assets/plane-car.svg",
|
|
98112
98114
|
"componentFileName": "PlaneCarIcon",
|
|
98113
98115
|
"componentAliasFileNames": [
|
|
98114
98116
|
"AirportShuttleIcon",
|
|
98115
|
-
"AirportTaxiIcon"
|
|
98117
|
+
"AirportTaxiIcon",
|
|
98118
|
+
"AirplaneCarIcon"
|
|
98116
98119
|
]
|
|
98117
98120
|
},
|
|
98118
98121
|
{
|
|
@@ -98120,7 +98123,8 @@
|
|
|
98120
98123
|
"name": "plane-train",
|
|
98121
98124
|
"codepoint": "F1B00",
|
|
98122
98125
|
"aliases": [
|
|
98123
|
-
"airport-shuttle"
|
|
98126
|
+
"airport-shuttle",
|
|
98127
|
+
"airplane-train"
|
|
98124
98128
|
],
|
|
98125
98129
|
"tags": [
|
|
98126
98130
|
"Transportation + Flying",
|
|
@@ -98129,10 +98133,14 @@
|
|
|
98129
98133
|
"author": "Michael Irigoyen",
|
|
98130
98134
|
"version": "6.9.96",
|
|
98131
98135
|
"iconCreateName": "PlaneTrainIcon",
|
|
98132
|
-
"iconAliasCreateNames": [
|
|
98136
|
+
"iconAliasCreateNames": [
|
|
98137
|
+
"AirplaneTrainIcon"
|
|
98138
|
+
],
|
|
98133
98139
|
"assetsUrl": "assets/plane-train.svg",
|
|
98134
98140
|
"componentFileName": "PlaneTrainIcon",
|
|
98135
|
-
"componentAliasFileNames": [
|
|
98141
|
+
"componentAliasFileNames": [
|
|
98142
|
+
"AirplaneTrainIcon"
|
|
98143
|
+
]
|
|
98136
98144
|
},
|
|
98137
98145
|
{
|
|
98138
98146
|
"id": "90AD6D2A-7986-49D0-8DA5-DC92F9F92A15",
|
|
@@ -120695,7 +120703,7 @@
|
|
|
120695
120703
|
"Places",
|
|
120696
120704
|
"Religion"
|
|
120697
120705
|
],
|
|
120698
|
-
"author": "
|
|
120706
|
+
"author": "Google",
|
|
120699
120707
|
"version": "6.9.96",
|
|
120700
120708
|
"iconCreateName": "TempleBuddhistIcon",
|
|
120701
120709
|
"iconAliasCreateNames": [],
|
|
@@ -120712,7 +120720,7 @@
|
|
|
120712
120720
|
"Places",
|
|
120713
120721
|
"Religion"
|
|
120714
120722
|
],
|
|
120715
|
-
"author": "
|
|
120723
|
+
"author": "Google",
|
|
120716
120724
|
"version": "6.9.96",
|
|
120717
120725
|
"iconCreateName": "TempleBuddhistOutlineIcon",
|
|
120718
120726
|
"iconAliasCreateNames": [],
|
|
@@ -120729,7 +120737,7 @@
|
|
|
120729
120737
|
"Places",
|
|
120730
120738
|
"Religion"
|
|
120731
120739
|
],
|
|
120732
|
-
"author": "
|
|
120740
|
+
"author": "Google",
|
|
120733
120741
|
"version": "6.9.96",
|
|
120734
120742
|
"iconCreateName": "TempleHinduIcon",
|
|
120735
120743
|
"iconAliasCreateNames": [],
|
|
@@ -120746,7 +120754,7 @@
|
|
|
120746
120754
|
"Places",
|
|
120747
120755
|
"Religion"
|
|
120748
120756
|
],
|
|
120749
|
-
"author": "
|
|
120757
|
+
"author": "Google",
|
|
120750
120758
|
"version": "6.9.96",
|
|
120751
120759
|
"iconCreateName": "TempleHinduOutlineIcon",
|
|
120752
120760
|
"iconAliasCreateNames": [],
|
package/package.json
CHANGED
package/version.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"build":"2022-04-
|
|
1
|
+
{"build":"2022-04-10T23:23:25.178Z","contentHash":"2106294dc1096d431e3f1b870425d1f8","projectVersion":"0.1.4"}
|