@mui-extra/icons 0.0.93 → 0.0.95
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/{AirplaceSuccessIcon.d.ts → AirplaneSuccessIcon.d.ts} +2 -2
- package/{AirplaceSuccessIcon.js → AirplaneSuccessIcon.js} +3 -3
- package/{AirplaceSuccessIcon.js.map → AirplaneSuccessIcon.js.map} +1 -1
- package/NonProfitIcon.d.ts +12 -0
- package/NonProfitIcon.js +12 -0
- package/NonProfitIcon.js.map +1 -0
- package/WeatherClearNightIcon.d.ts +14 -0
- package/WeatherClearNightIcon.js +14 -0
- package/WeatherClearNightIcon.js.map +1 -0
- package/meta.json +15 -9
- package/package.json +1 -1
- package/version.json +1 -1
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* tags
|
|
8
8
|
* - Transportation + Flying
|
|
9
9
|
*/
|
|
10
|
-
export declare const
|
|
10
|
+
export declare const AirplaneSuccessIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
11
11
|
muiName: string;
|
|
12
12
|
};
|
|
13
|
-
export default
|
|
13
|
+
export default AirplaneSuccessIcon;
|
|
@@ -8,6 +8,6 @@ import { AirplaneCheckIcon } from './AirplaneCheckIcon';
|
|
|
8
8
|
* tags
|
|
9
9
|
* - Transportation + Flying
|
|
10
10
|
*/
|
|
11
|
-
export const
|
|
12
|
-
export default
|
|
13
|
-
//# sourceMappingURL=
|
|
11
|
+
export const AirplaneSuccessIcon = AirplaneCheckIcon;
|
|
12
|
+
export default AirplaneSuccessIcon;
|
|
13
|
+
//# sourceMappingURL=AirplaneSuccessIcon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
1
|
+
{"version":3,"file":"AirplaneSuccessIcon.js","sourceRoot":"","sources":["../src_v5/icons/AirplaneSuccessIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,iBAAiB,CAAC;AACrD,eAAe,mBAAmB,CAAA","sourcesContent":["import { AirplaneCheckIcon } from './AirplaneCheckIcon';\n\n/**\n * author: Colton Wiscombe\n * id 3771D65E-17FD-41E0-B8E7-D1136B28D672\n * name airplane-check\n * version: 6.2.95\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/airplane-check.svg\n * tags\n * - Transportation + Flying \n */\nexport const AirplaneSuccessIcon = AirplaneCheckIcon;\nexport default AirplaneSuccessIcon"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* author: Google
|
|
3
|
+
* id B5589411-20E7-4552-BEC5-A394068B23A7
|
|
4
|
+
* name charity
|
|
5
|
+
* version: 3.2.89
|
|
6
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/charity.svg
|
|
7
|
+
* tags
|
|
8
|
+
*/
|
|
9
|
+
export declare const NonProfitIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
10
|
+
muiName: string;
|
|
11
|
+
};
|
|
12
|
+
export default NonProfitIcon;
|
package/NonProfitIcon.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { CharityIcon } from './CharityIcon';
|
|
2
|
+
/**
|
|
3
|
+
* author: Google
|
|
4
|
+
* id B5589411-20E7-4552-BEC5-A394068B23A7
|
|
5
|
+
* name charity
|
|
6
|
+
* version: 3.2.89
|
|
7
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/charity.svg
|
|
8
|
+
* tags
|
|
9
|
+
*/
|
|
10
|
+
export const NonProfitIcon = CharityIcon;
|
|
11
|
+
export default NonProfitIcon;
|
|
12
|
+
//# sourceMappingURL=NonProfitIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NonProfitIcon.js","sourceRoot":"","sources":["../src_v5/icons/NonProfitIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,WAAW,CAAC;AACzC,eAAe,aAAa,CAAA","sourcesContent":["import { CharityIcon } from './CharityIcon';\n\n/**\n * author: Google\n * id B5589411-20E7-4552-BEC5-A394068B23A7\n * name charity\n * version: 3.2.89\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/charity.svg\n * tags\n */\nexport const NonProfitIcon = CharityIcon;\nexport default NonProfitIcon"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* author: Austin Andrews
|
|
3
|
+
* id 1C3BA3AB-E86E-481B-A3C2-867B37A6E55A
|
|
4
|
+
* name weather-night
|
|
5
|
+
* version: 1.5.54
|
|
6
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/weather-night.svg
|
|
7
|
+
* tags
|
|
8
|
+
* - Weather
|
|
9
|
+
* - Holiday
|
|
10
|
+
*/
|
|
11
|
+
export declare const WeatherClearNightIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
12
|
+
muiName: string;
|
|
13
|
+
};
|
|
14
|
+
export default WeatherClearNightIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { WeatherNightIcon } from './WeatherNightIcon';
|
|
2
|
+
/**
|
|
3
|
+
* author: Austin Andrews
|
|
4
|
+
* id 1C3BA3AB-E86E-481B-A3C2-867B37A6E55A
|
|
5
|
+
* name weather-night
|
|
6
|
+
* version: 1.5.54
|
|
7
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/weather-night.svg
|
|
8
|
+
* tags
|
|
9
|
+
* - Weather
|
|
10
|
+
* - Holiday
|
|
11
|
+
*/
|
|
12
|
+
export const WeatherClearNightIcon = WeatherNightIcon;
|
|
13
|
+
export default WeatherClearNightIcon;
|
|
14
|
+
//# sourceMappingURL=WeatherClearNightIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WeatherClearNightIcon.js","sourceRoot":"","sources":["../src_v5/icons/WeatherClearNightIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,gBAAgB,CAAC;AACtD,eAAe,qBAAqB,CAAA","sourcesContent":["import { WeatherNightIcon } from './WeatherNightIcon';\n\n/**\n * author: Austin Andrews\n * id 1C3BA3AB-E86E-481B-A3C2-867B37A6E55A\n * name weather-night\n * version: 1.5.54\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/weather-night.svg\n * tags\n * - Weather \n * - Holiday \n */\nexport const WeatherClearNightIcon = WeatherNightIcon;\nexport default WeatherClearNightIcon"]}
|
package/meta.json
CHANGED
|
@@ -4593,7 +4593,7 @@
|
|
|
4593
4593
|
"name": "airplane-check",
|
|
4594
4594
|
"codepoint": "F187B",
|
|
4595
4595
|
"aliases": [
|
|
4596
|
-
"
|
|
4596
|
+
"airplane-success",
|
|
4597
4597
|
"airplane-tick"
|
|
4598
4598
|
],
|
|
4599
4599
|
"styles": [
|
|
@@ -4607,13 +4607,13 @@
|
|
|
4607
4607
|
"author": "Colton Wiscombe",
|
|
4608
4608
|
"iconCreateName": "AirplaneCheckIcon",
|
|
4609
4609
|
"iconAliasCreateNames": [
|
|
4610
|
-
"
|
|
4610
|
+
"AirplaneSuccessIcon",
|
|
4611
4611
|
"AirplaneTickIcon"
|
|
4612
4612
|
],
|
|
4613
4613
|
"assetsUrl": "assets/airplane-check.svg",
|
|
4614
4614
|
"componentFileName": "AirplaneCheckIcon",
|
|
4615
4615
|
"componentAliasFileNames": [
|
|
4616
|
-
"
|
|
4616
|
+
"AirplaneSuccessIcon",
|
|
4617
4617
|
"AirplaneTickIcon"
|
|
4618
4618
|
]
|
|
4619
4619
|
},
|
|
@@ -39445,7 +39445,8 @@
|
|
|
39445
39445
|
"name": "charity",
|
|
39446
39446
|
"codepoint": "F0C4F",
|
|
39447
39447
|
"aliases": [
|
|
39448
|
-
"super-chat-for-good"
|
|
39448
|
+
"super-chat-for-good",
|
|
39449
|
+
"non-profit"
|
|
39449
39450
|
],
|
|
39450
39451
|
"styles": [],
|
|
39451
39452
|
"version": "3.2.89",
|
|
@@ -39454,12 +39455,14 @@
|
|
|
39454
39455
|
"author": "Google",
|
|
39455
39456
|
"iconCreateName": "CharityIcon",
|
|
39456
39457
|
"iconAliasCreateNames": [
|
|
39457
|
-
"SuperChatForGoodIcon"
|
|
39458
|
+
"SuperChatForGoodIcon",
|
|
39459
|
+
"NonProfitIcon"
|
|
39458
39460
|
],
|
|
39459
39461
|
"assetsUrl": "assets/charity.svg",
|
|
39460
39462
|
"componentFileName": "CharityIcon",
|
|
39461
39463
|
"componentAliasFileNames": [
|
|
39462
|
-
"SuperChatForGoodIcon"
|
|
39464
|
+
"SuperChatForGoodIcon",
|
|
39465
|
+
"NonProfitIcon"
|
|
39463
39466
|
]
|
|
39464
39467
|
},
|
|
39465
39468
|
{
|
|
@@ -172597,7 +172600,8 @@
|
|
|
172597
172600
|
"aliases": [
|
|
172598
172601
|
"moon-and-stars",
|
|
172599
172602
|
"night-sky",
|
|
172600
|
-
"weather-night-outline"
|
|
172603
|
+
"weather-night-outline",
|
|
172604
|
+
"weather-clear-night"
|
|
172601
172605
|
],
|
|
172602
172606
|
"styles": [
|
|
172603
172607
|
"outline"
|
|
@@ -172613,14 +172617,16 @@
|
|
|
172613
172617
|
"iconAliasCreateNames": [
|
|
172614
172618
|
"MoonAndStarsIcon",
|
|
172615
172619
|
"NightSkyIcon",
|
|
172616
|
-
"WeatherNightOutlineIcon"
|
|
172620
|
+
"WeatherNightOutlineIcon",
|
|
172621
|
+
"WeatherClearNightIcon"
|
|
172617
172622
|
],
|
|
172618
172623
|
"assetsUrl": "assets/weather-night.svg",
|
|
172619
172624
|
"componentFileName": "WeatherNightIcon",
|
|
172620
172625
|
"componentAliasFileNames": [
|
|
172621
172626
|
"MoonAndStarsIcon",
|
|
172622
172627
|
"NightSkyIcon",
|
|
172623
|
-
"WeatherNightOutlineIcon"
|
|
172628
|
+
"WeatherNightOutlineIcon",
|
|
172629
|
+
"WeatherClearNightIcon"
|
|
172624
172630
|
]
|
|
172625
172631
|
},
|
|
172626
172632
|
{
|
package/package.json
CHANGED
package/version.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"build":"
|
|
1
|
+
{"build":"2025-01-26T23:10:43.877Z","contentHash":"16e42594cc0ff5a47f49c03b37ade63f","projectVersion":"0.1.4"}
|