@mui-extra/icons 0.0.62 → 0.0.63
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/LocalIcon.d.ts +14 -0
- package/LocalIcon.js +14 -0
- package/LocalIcon.js.map +1 -0
- package/OfflineIcon.d.ts +14 -0
- package/OfflineIcon.js +14 -0
- package/OfflineIcon.js.map +1 -0
- package/RenameBoxIcon.d.ts +1 -0
- package/RenameBoxIcon.js +1 -0
- package/RenameBoxIcon.js.map +1 -1
- package/RenameBoxOutlineIcon.d.ts +1 -0
- package/RenameBoxOutlineIcon.js +1 -0
- package/RenameBoxOutlineIcon.js.map +1 -1
- package/RenameIcon.d.ts +1 -0
- package/RenameIcon.js +1 -0
- package/RenameIcon.js.map +1 -1
- package/RenameOutlineIcon.d.ts +1 -0
- package/RenameOutlineIcon.js +1 -0
- package/RenameOutlineIcon.js.map +1 -1
- package/TimesIcon.d.ts +14 -0
- package/TimesIcon.js +14 -0
- package/TimesIcon.js.map +1 -0
- package/WasherAlertIcon.d.ts +14 -0
- package/WasherAlertIcon.js +14 -0
- package/WasherAlertIcon.js.map +1 -0
- package/WasherIcon.d.ts +13 -0
- package/WasherIcon.js +13 -0
- package/WasherIcon.js.map +1 -0
- package/WasherOffIcon.d.ts +13 -0
- package/WasherOffIcon.js +13 -0
- package/WasherOffIcon.js.map +1 -0
- package/meta.json +52 -19
- package/package.json +1 -1
- package/version.json +1 -1
package/LocalIcon.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* author: Google
|
|
3
|
+
* id E19C3062-FFE5-441C-91C8-B1792E3AA3CA
|
|
4
|
+
* name cloud-off-outline
|
|
5
|
+
* version: 1.5.54
|
|
6
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/cloud-off-outline.svg
|
|
7
|
+
* tags
|
|
8
|
+
* - Cloud
|
|
9
|
+
* - Weather
|
|
10
|
+
*/
|
|
11
|
+
export declare const LocalIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
12
|
+
muiName: string;
|
|
13
|
+
};
|
|
14
|
+
export default LocalIcon;
|
package/LocalIcon.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { CloudOffOutlineIcon } from './CloudOffOutlineIcon';
|
|
2
|
+
/**
|
|
3
|
+
* author: Google
|
|
4
|
+
* id E19C3062-FFE5-441C-91C8-B1792E3AA3CA
|
|
5
|
+
* name cloud-off-outline
|
|
6
|
+
* version: 1.5.54
|
|
7
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/cloud-off-outline.svg
|
|
8
|
+
* tags
|
|
9
|
+
* - Cloud
|
|
10
|
+
* - Weather
|
|
11
|
+
*/
|
|
12
|
+
export const LocalIcon = CloudOffOutlineIcon;
|
|
13
|
+
export default LocalIcon;
|
|
14
|
+
//# sourceMappingURL=LocalIcon.js.map
|
package/LocalIcon.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LocalIcon.js","sourceRoot":"","sources":["../src_v5/icons/LocalIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,SAAS,GAAG,mBAAmB,CAAC;AAC7C,eAAe,SAAS,CAAA","sourcesContent":["import { CloudOffOutlineIcon } from './CloudOffOutlineIcon';\n\n/**\n * author: Google\n * id E19C3062-FFE5-441C-91C8-B1792E3AA3CA\n * name cloud-off-outline\n * version: 1.5.54\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/cloud-off-outline.svg\n * tags\n * - Cloud \n * - Weather \n */\nexport const LocalIcon = CloudOffOutlineIcon;\nexport default LocalIcon"]}
|
package/OfflineIcon.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* author: Google
|
|
3
|
+
* id E19C3062-FFE5-441C-91C8-B1792E3AA3CA
|
|
4
|
+
* name cloud-off-outline
|
|
5
|
+
* version: 1.5.54
|
|
6
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/cloud-off-outline.svg
|
|
7
|
+
* tags
|
|
8
|
+
* - Cloud
|
|
9
|
+
* - Weather
|
|
10
|
+
*/
|
|
11
|
+
export declare const OfflineIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
12
|
+
muiName: string;
|
|
13
|
+
};
|
|
14
|
+
export default OfflineIcon;
|
package/OfflineIcon.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { CloudOffOutlineIcon } from './CloudOffOutlineIcon';
|
|
2
|
+
/**
|
|
3
|
+
* author: Google
|
|
4
|
+
* id E19C3062-FFE5-441C-91C8-B1792E3AA3CA
|
|
5
|
+
* name cloud-off-outline
|
|
6
|
+
* version: 1.5.54
|
|
7
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/cloud-off-outline.svg
|
|
8
|
+
* tags
|
|
9
|
+
* - Cloud
|
|
10
|
+
* - Weather
|
|
11
|
+
*/
|
|
12
|
+
export const OfflineIcon = CloudOffOutlineIcon;
|
|
13
|
+
export default OfflineIcon;
|
|
14
|
+
//# sourceMappingURL=OfflineIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OfflineIcon.js","sourceRoot":"","sources":["../src_v5/icons/OfflineIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG,mBAAmB,CAAC;AAC/C,eAAe,WAAW,CAAA","sourcesContent":["import { CloudOffOutlineIcon } from './CloudOffOutlineIcon';\n\n/**\n * author: Google\n * id E19C3062-FFE5-441C-91C8-B1792E3AA3CA\n * name cloud-off-outline\n * version: 1.5.54\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/cloud-off-outline.svg\n * tags\n * - Cloud \n * - Weather \n */\nexport const OfflineIcon = CloudOffOutlineIcon;\nexport default OfflineIcon"]}
|
package/RenameBoxIcon.d.ts
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* version: 1.5.54
|
|
6
6
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/rename-box.svg
|
|
7
7
|
* tags
|
|
8
|
+
* - Edit / Modify
|
|
8
9
|
*/
|
|
9
10
|
export declare const RenameBoxIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
10
11
|
muiName: string;
|
package/RenameBoxIcon.js
CHANGED
|
@@ -7,6 +7,7 @@ import createSvgIcon from "@mui/material/utils/createSvgIcon";
|
|
|
7
7
|
* version: 1.5.54
|
|
8
8
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/rename-box.svg
|
|
9
9
|
* tags
|
|
10
|
+
* - Edit / Modify
|
|
10
11
|
*/
|
|
11
12
|
export const RenameBoxIcon = createSvgIcon(React.createElement(React.Fragment, null,
|
|
12
13
|
React.createElement("path", { d: "M18,17H10.5L12.5,15H18M6,17V14.5L13.88,6.65C14.07,6.45 14.39,6.45 14.59,6.65L16.35,8.41C16.55,8.61 16.55,8.92 16.35,9.12L8.47,17M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z" })), 'RenameBoxIcon');
|
package/RenameBoxIcon.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RenameBoxIcon.js","sourceRoot":"","sources":["../src_v5/icons/RenameBoxIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D
|
|
1
|
+
{"version":3,"file":"RenameBoxIcon.js","sourceRoot":"","sources":["../src_v5/icons/RenameBoxIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAC;IAAE,8BAAM,CAAC,EAAC,uNAAuN,GAAG,CAAG,EAAE,eAAe,CAAC,CAAC;AACrS,eAAe,aAAa,CAAA","sourcesContent":["import React from \"react\";\nimport createSvgIcon from \"@mui/material/utils/createSvgIcon\";\n\n/**\n * author: frankgrinaert\n * id 1DFADA84-47E4-40EF-B1F8-D0A34D1482BA\n * name rename-box\n * version: 1.5.54\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/rename-box.svg\n * tags\n * - Edit / Modify \n */\nexport const RenameBoxIcon = createSvgIcon(<><path d=\"M18,17H10.5L12.5,15H18M6,17V14.5L13.88,6.65C14.07,6.45 14.39,6.45 14.59,6.65L16.35,8.41C16.55,8.61 16.55,8.92 16.35,9.12L8.47,17M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z\" /></>, 'RenameBoxIcon');\nexport default RenameBoxIcon"]}
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* version: 7.1.96
|
|
6
6
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/rename-box-outline.svg
|
|
7
7
|
* tags
|
|
8
|
+
* - Edit / Modify
|
|
8
9
|
*/
|
|
9
10
|
export declare const RenameBoxOutlineIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
10
11
|
muiName: string;
|
package/RenameBoxOutlineIcon.js
CHANGED
|
@@ -7,6 +7,7 @@ import createSvgIcon from "@mui/material/utils/createSvgIcon";
|
|
|
7
7
|
* version: 7.1.96
|
|
8
8
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/rename-box-outline.svg
|
|
9
9
|
* tags
|
|
10
|
+
* - Edit / Modify
|
|
10
11
|
*/
|
|
11
12
|
export const RenameBoxOutlineIcon = createSvgIcon(React.createElement(React.Fragment, null,
|
|
12
13
|
React.createElement("path", { d: "M17 17H11.5L13.5 15H17M7 17V14.5L14.9 6.7C15.1 6.5 15.4 6.5 15.6 6.7L17.4 8.5C17.6 8.7 17.6 9 17.4 9.2L9.5 17M19 5V19H5V5H19M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3Z" })), 'RenameBoxOutlineIcon');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RenameBoxOutlineIcon.js","sourceRoot":"","sources":["../src_v5/icons/RenameBoxOutlineIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D
|
|
1
|
+
{"version":3,"file":"RenameBoxOutlineIcon.js","sourceRoot":"","sources":["../src_v5/icons/RenameBoxOutlineIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,aAAa,CAAC;IAAE,8BAAM,CAAC,EAAC,0NAA0N,GAAG,CAAG,EAAE,sBAAsB,CAAC,CAAC;AACtT,eAAe,oBAAoB,CAAA","sourcesContent":["import React from \"react\";\nimport createSvgIcon from \"@mui/material/utils/createSvgIcon\";\n\n/**\n * author: Michael Irigoyen\n * id 7EDB6900-E536-4424-96D4-71C36753BE76\n * name rename-box-outline\n * version: 7.1.96\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/rename-box-outline.svg\n * tags\n * - Edit / Modify \n */\nexport const RenameBoxOutlineIcon = createSvgIcon(<><path d=\"M17 17H11.5L13.5 15H17M7 17V14.5L14.9 6.7C15.1 6.5 15.4 6.5 15.6 6.7L17.4 8.5C17.6 8.7 17.6 9 17.4 9.2L9.5 17M19 5V19H5V5H19M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3Z\" /></>, 'RenameBoxOutlineIcon');\nexport default RenameBoxOutlineIcon"]}
|
package/RenameIcon.d.ts
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* version: 7.1.96
|
|
6
6
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/rename.svg
|
|
7
7
|
* tags
|
|
8
|
+
* - Edit / Modify
|
|
8
9
|
*/
|
|
9
10
|
export declare const RenameIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
10
11
|
muiName: string;
|
package/RenameIcon.js
CHANGED
|
@@ -7,6 +7,7 @@ import createSvgIcon from "@mui/material/utils/createSvgIcon";
|
|
|
7
7
|
* version: 7.1.96
|
|
8
8
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/rename.svg
|
|
9
9
|
* tags
|
|
10
|
+
* - Edit / Modify
|
|
10
11
|
*/
|
|
11
12
|
export const RenameIcon = createSvgIcon(React.createElement(React.Fragment, null,
|
|
12
13
|
React.createElement("path", { d: "M15 16L11 20H21V16H15M12.06 7.19L3 16.25V20H6.75L15.81 10.94L12.06 7.19M18.71 8.04C19.1 7.65 19.1 7 18.71 6.63L16.37 4.29C16.17 4.09 15.92 4 15.66 4C15.41 4 15.15 4.1 14.96 4.29L13.13 6.12L16.88 9.87L18.71 8.04Z" })), 'RenameIcon');
|
package/RenameIcon.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RenameIcon.js","sourceRoot":"","sources":["../src_v5/icons/RenameIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D
|
|
1
|
+
{"version":3,"file":"RenameIcon.js","sourceRoot":"","sources":["../src_v5/icons/RenameIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG,aAAa,CAAC;IAAE,8BAAM,CAAC,EAAC,qNAAqN,GAAG,CAAG,EAAE,YAAY,CAAC,CAAC;AAC7R,eAAe,UAAU,CAAA","sourcesContent":["import React from \"react\";\nimport createSvgIcon from \"@mui/material/utils/createSvgIcon\";\n\n/**\n * author: Google\n * id 43D55245-34B8-4F1B-953A-CCE75AF35866\n * name rename\n * version: 7.1.96\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/rename.svg\n * tags\n * - Edit / Modify \n */\nexport const RenameIcon = createSvgIcon(<><path d=\"M15 16L11 20H21V16H15M12.06 7.19L3 16.25V20H6.75L15.81 10.94L12.06 7.19M18.71 8.04C19.1 7.65 19.1 7 18.71 6.63L16.37 4.29C16.17 4.09 15.92 4 15.66 4C15.41 4 15.15 4.1 14.96 4.29L13.13 6.12L16.88 9.87L18.71 8.04Z\" /></>, 'RenameIcon');\nexport default RenameIcon"]}
|
package/RenameOutlineIcon.d.ts
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* version: 7.1.96
|
|
6
6
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/rename-outline.svg
|
|
7
7
|
* tags
|
|
8
|
+
* - Edit / Modify
|
|
8
9
|
*/
|
|
9
10
|
export declare const RenameOutlineIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
10
11
|
muiName: string;
|
package/RenameOutlineIcon.js
CHANGED
|
@@ -7,6 +7,7 @@ import createSvgIcon from "@mui/material/utils/createSvgIcon";
|
|
|
7
7
|
* version: 7.1.96
|
|
8
8
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/rename-outline.svg
|
|
9
9
|
* tags
|
|
10
|
+
* - Edit / Modify
|
|
10
11
|
*/
|
|
11
12
|
export const RenameOutlineIcon = createSvgIcon(React.createElement(React.Fragment, null,
|
|
12
13
|
React.createElement("path", { d: "M15 16L11 20H21V16H15M12.06 7.19L3 16.25V20H6.75L15.81 10.94L12.06 7.19M5.92 18H5V17.08L12.06 10L13 10.94L5.92 18M18.71 8.04C19.1 7.65 19.1 7 18.71 6.63L16.37 4.29C16.17 4.09 15.92 4 15.66 4C15.41 4 15.15 4.1 14.96 4.29L13.13 6.12L16.88 9.87L18.71 8.04Z" })), 'RenameOutlineIcon');
|
package/RenameOutlineIcon.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RenameOutlineIcon.js","sourceRoot":"","sources":["../src_v5/icons/RenameOutlineIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D
|
|
1
|
+
{"version":3,"file":"RenameOutlineIcon.js","sourceRoot":"","sources":["../src_v5/icons/RenameOutlineIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,aAAa,CAAC;IAAE,8BAAM,CAAC,EAAC,+PAA+P,GAAG,CAAG,EAAE,mBAAmB,CAAC,CAAC;AACrV,eAAe,iBAAiB,CAAA","sourcesContent":["import React from \"react\";\nimport createSvgIcon from \"@mui/material/utils/createSvgIcon\";\n\n/**\n * author: Google\n * id 1F4744E0-37F4-4D51-82FF-B332A0CCE347\n * name rename-outline\n * version: 7.1.96\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/rename-outline.svg\n * tags\n * - Edit / Modify \n */\nexport const RenameOutlineIcon = createSvgIcon(<><path d=\"M15 16L11 20H21V16H15M12.06 7.19L3 16.25V20H6.75L15.81 10.94L12.06 7.19M5.92 18H5V17.08L12.06 10L13 10.94L5.92 18M18.71 8.04C19.1 7.65 19.1 7 18.71 6.63L16.37 4.29C16.17 4.09 15.92 4 15.66 4C15.41 4 15.15 4.1 14.96 4.29L13.13 6.12L16.88 9.87L18.71 8.04Z\" /></>, 'RenameOutlineIcon');\nexport default RenameOutlineIcon"]}
|
package/TimesIcon.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* author: Google
|
|
3
|
+
* id FEA26660-7D6A-4C2A-9F13-7AE125FBA543
|
|
4
|
+
* name close
|
|
5
|
+
* version: 1.5.54
|
|
6
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/close.svg
|
|
7
|
+
* tags
|
|
8
|
+
* - Math
|
|
9
|
+
* - Form
|
|
10
|
+
*/
|
|
11
|
+
export declare const TimesIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
12
|
+
muiName: string;
|
|
13
|
+
};
|
|
14
|
+
export default TimesIcon;
|
package/TimesIcon.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { CloseIcon } from './CloseIcon';
|
|
2
|
+
/**
|
|
3
|
+
* author: Google
|
|
4
|
+
* id FEA26660-7D6A-4C2A-9F13-7AE125FBA543
|
|
5
|
+
* name close
|
|
6
|
+
* version: 1.5.54
|
|
7
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/close.svg
|
|
8
|
+
* tags
|
|
9
|
+
* - Math
|
|
10
|
+
* - Form
|
|
11
|
+
*/
|
|
12
|
+
export const TimesIcon = CloseIcon;
|
|
13
|
+
export default TimesIcon;
|
|
14
|
+
//# sourceMappingURL=TimesIcon.js.map
|
package/TimesIcon.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TimesIcon.js","sourceRoot":"","sources":["../src_v5/icons/TimesIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,SAAS,GAAG,SAAS,CAAC;AACnC,eAAe,SAAS,CAAA","sourcesContent":["import { CloseIcon } from './CloseIcon';\n\n/**\n * author: Google\n * id FEA26660-7D6A-4C2A-9F13-7AE125FBA543\n * name close\n * version: 1.5.54\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/close.svg\n * tags\n * - Math \n * - Form \n */\nexport const TimesIcon = CloseIcon;\nexport default TimesIcon"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* author: Michael Irigoyen
|
|
3
|
+
* id A00D0B3E-D24A-4BC9-915C-7B264B63F2F4
|
|
4
|
+
* name washing-machine-alert
|
|
5
|
+
* version: 4.5.95
|
|
6
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/washing-machine-alert.svg
|
|
7
|
+
* tags
|
|
8
|
+
* - Home Automation
|
|
9
|
+
* - Alert / Error
|
|
10
|
+
*/
|
|
11
|
+
export declare const WasherAlertIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
12
|
+
muiName: string;
|
|
13
|
+
};
|
|
14
|
+
export default WasherAlertIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { WashingMachineAlertIcon } from './WashingMachineAlertIcon';
|
|
2
|
+
/**
|
|
3
|
+
* author: Michael Irigoyen
|
|
4
|
+
* id A00D0B3E-D24A-4BC9-915C-7B264B63F2F4
|
|
5
|
+
* name washing-machine-alert
|
|
6
|
+
* version: 4.5.95
|
|
7
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/washing-machine-alert.svg
|
|
8
|
+
* tags
|
|
9
|
+
* - Home Automation
|
|
10
|
+
* - Alert / Error
|
|
11
|
+
*/
|
|
12
|
+
export const WasherAlertIcon = WashingMachineAlertIcon;
|
|
13
|
+
export default WasherAlertIcon;
|
|
14
|
+
//# sourceMappingURL=WasherAlertIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WasherAlertIcon.js","sourceRoot":"","sources":["../src_v5/icons/WasherAlertIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAEpE;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,uBAAuB,CAAC;AACvD,eAAe,eAAe,CAAA","sourcesContent":["import { WashingMachineAlertIcon } from './WashingMachineAlertIcon';\n\n/**\n * author: Michael Irigoyen\n * id A00D0B3E-D24A-4BC9-915C-7B264B63F2F4\n * name washing-machine-alert\n * version: 4.5.95\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/washing-machine-alert.svg\n * tags\n * - Home Automation \n * - Alert / Error \n */\nexport const WasherAlertIcon = WashingMachineAlertIcon;\nexport default WasherAlertIcon"]}
|
package/WasherIcon.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* author: Google
|
|
3
|
+
* id 42C06A23-81D5-4EF6-8CFA-B4FBF66E7B17
|
|
4
|
+
* name washing-machine
|
|
5
|
+
* version: 1.8.36
|
|
6
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/washing-machine.svg
|
|
7
|
+
* tags
|
|
8
|
+
* - Home Automation
|
|
9
|
+
*/
|
|
10
|
+
export declare const WasherIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
11
|
+
muiName: string;
|
|
12
|
+
};
|
|
13
|
+
export default WasherIcon;
|
package/WasherIcon.js
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { WashingMachineIcon } from './WashingMachineIcon';
|
|
2
|
+
/**
|
|
3
|
+
* author: Google
|
|
4
|
+
* id 42C06A23-81D5-4EF6-8CFA-B4FBF66E7B17
|
|
5
|
+
* name washing-machine
|
|
6
|
+
* version: 1.8.36
|
|
7
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/washing-machine.svg
|
|
8
|
+
* tags
|
|
9
|
+
* - Home Automation
|
|
10
|
+
*/
|
|
11
|
+
export const WasherIcon = WashingMachineIcon;
|
|
12
|
+
export default WasherIcon;
|
|
13
|
+
//# sourceMappingURL=WasherIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WasherIcon.js","sourceRoot":"","sources":["../src_v5/icons/WasherIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE1D;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG,kBAAkB,CAAC;AAC7C,eAAe,UAAU,CAAA","sourcesContent":["import { WashingMachineIcon } from './WashingMachineIcon';\n\n/**\n * author: Google\n * id 42C06A23-81D5-4EF6-8CFA-B4FBF66E7B17\n * name washing-machine\n * version: 1.8.36\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/washing-machine.svg\n * tags\n * - Home Automation \n */\nexport const WasherIcon = WashingMachineIcon;\nexport default WasherIcon"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* author: Michael Irigoyen
|
|
3
|
+
* id 9B318E52-E7BE-4BE1-94DF-96CA020CE55D
|
|
4
|
+
* name washing-machine-off
|
|
5
|
+
* version: 4.5.95
|
|
6
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/washing-machine-off.svg
|
|
7
|
+
* tags
|
|
8
|
+
* - Home Automation
|
|
9
|
+
*/
|
|
10
|
+
export declare const WasherOffIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
11
|
+
muiName: string;
|
|
12
|
+
};
|
|
13
|
+
export default WasherOffIcon;
|
package/WasherOffIcon.js
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { WashingMachineOffIcon } from './WashingMachineOffIcon';
|
|
2
|
+
/**
|
|
3
|
+
* author: Michael Irigoyen
|
|
4
|
+
* id 9B318E52-E7BE-4BE1-94DF-96CA020CE55D
|
|
5
|
+
* name washing-machine-off
|
|
6
|
+
* version: 4.5.95
|
|
7
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/washing-machine-off.svg
|
|
8
|
+
* tags
|
|
9
|
+
* - Home Automation
|
|
10
|
+
*/
|
|
11
|
+
export const WasherOffIcon = WashingMachineOffIcon;
|
|
12
|
+
export default WasherOffIcon;
|
|
13
|
+
//# sourceMappingURL=WasherOffIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WasherOffIcon.js","sourceRoot":"","sources":["../src_v5/icons/WasherOffIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,qBAAqB,CAAC;AACnD,eAAe,aAAa,CAAA","sourcesContent":["import { WashingMachineOffIcon } from './WashingMachineOffIcon';\n\n/**\n * author: Michael Irigoyen\n * id 9B318E52-E7BE-4BE1-94DF-96CA020CE55D\n * name washing-machine-off\n * version: 4.5.95\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/washing-machine-off.svg\n * tags\n * - Home Automation \n */\nexport const WasherOffIcon = WashingMachineOffIcon;\nexport default WasherOffIcon"]}
|
package/meta.json
CHANGED
|
@@ -46043,7 +46043,8 @@
|
|
|
46043
46043
|
"clear",
|
|
46044
46044
|
"multiply",
|
|
46045
46045
|
"remove",
|
|
46046
|
-
"cancel"
|
|
46046
|
+
"cancel",
|
|
46047
|
+
"times"
|
|
46047
46048
|
],
|
|
46048
46049
|
"styles": [],
|
|
46049
46050
|
"version": "1.5.54",
|
|
@@ -46056,13 +46057,15 @@
|
|
|
46056
46057
|
"iconCreateName": "CloseIcon",
|
|
46057
46058
|
"iconAliasCreateNames": [
|
|
46058
46059
|
"MultiplyIcon",
|
|
46059
|
-
"RemoveIcon"
|
|
46060
|
+
"RemoveIcon",
|
|
46061
|
+
"TimesIcon"
|
|
46060
46062
|
],
|
|
46061
46063
|
"assetsUrl": "assets/close.svg",
|
|
46062
46064
|
"componentFileName": "CloseIcon",
|
|
46063
46065
|
"componentAliasFileNames": [
|
|
46064
46066
|
"MultiplyIcon",
|
|
46065
|
-
"RemoveIcon"
|
|
46067
|
+
"RemoveIcon",
|
|
46068
|
+
"TimesIcon"
|
|
46066
46069
|
]
|
|
46067
46070
|
},
|
|
46068
46071
|
{
|
|
@@ -47469,7 +47472,10 @@
|
|
|
47469
47472
|
"baseIconId": "CF07C502-388E-4A65-BD89-FACCFD00C245",
|
|
47470
47473
|
"name": "cloud-off-outline",
|
|
47471
47474
|
"codepoint": "F0164",
|
|
47472
|
-
"aliases": [
|
|
47475
|
+
"aliases": [
|
|
47476
|
+
"offline",
|
|
47477
|
+
"local"
|
|
47478
|
+
],
|
|
47473
47479
|
"styles": [
|
|
47474
47480
|
"off",
|
|
47475
47481
|
"outline"
|
|
@@ -47482,10 +47488,16 @@
|
|
|
47482
47488
|
],
|
|
47483
47489
|
"author": "Google",
|
|
47484
47490
|
"iconCreateName": "CloudOffOutlineIcon",
|
|
47485
|
-
"iconAliasCreateNames": [
|
|
47491
|
+
"iconAliasCreateNames": [
|
|
47492
|
+
"OfflineIcon",
|
|
47493
|
+
"LocalIcon"
|
|
47494
|
+
],
|
|
47486
47495
|
"assetsUrl": "assets/cloud-off-outline.svg",
|
|
47487
47496
|
"componentFileName": "CloudOffOutlineIcon",
|
|
47488
|
-
"componentAliasFileNames": [
|
|
47497
|
+
"componentAliasFileNames": [
|
|
47498
|
+
"OfflineIcon",
|
|
47499
|
+
"LocalIcon"
|
|
47500
|
+
]
|
|
47489
47501
|
},
|
|
47490
47502
|
{
|
|
47491
47503
|
"id": "6EBE020D-405B-4E36-8B47-CAC6FAF1166C",
|
|
@@ -133715,7 +133727,9 @@
|
|
|
133715
133727
|
"styles": [],
|
|
133716
133728
|
"version": "7.1.96",
|
|
133717
133729
|
"deprecated": false,
|
|
133718
|
-
"tags": [
|
|
133730
|
+
"tags": [
|
|
133731
|
+
"Edit / Modify"
|
|
133732
|
+
],
|
|
133719
133733
|
"author": "Google",
|
|
133720
133734
|
"iconCreateName": "RenameIcon",
|
|
133721
133735
|
"iconAliasCreateNames": [],
|
|
@@ -133734,7 +133748,9 @@
|
|
|
133734
133748
|
],
|
|
133735
133749
|
"version": "1.5.54",
|
|
133736
133750
|
"deprecated": false,
|
|
133737
|
-
"tags": [
|
|
133751
|
+
"tags": [
|
|
133752
|
+
"Edit / Modify"
|
|
133753
|
+
],
|
|
133738
133754
|
"author": "frankgrinaert",
|
|
133739
133755
|
"iconCreateName": "RenameBoxIcon",
|
|
133740
133756
|
"iconAliasCreateNames": [],
|
|
@@ -133754,7 +133770,9 @@
|
|
|
133754
133770
|
],
|
|
133755
133771
|
"version": "7.1.96",
|
|
133756
133772
|
"deprecated": false,
|
|
133757
|
-
"tags": [
|
|
133773
|
+
"tags": [
|
|
133774
|
+
"Edit / Modify"
|
|
133775
|
+
],
|
|
133758
133776
|
"author": "Michael Irigoyen",
|
|
133759
133777
|
"iconCreateName": "RenameBoxOutlineIcon",
|
|
133760
133778
|
"iconAliasCreateNames": [],
|
|
@@ -133773,7 +133791,9 @@
|
|
|
133773
133791
|
],
|
|
133774
133792
|
"version": "7.1.96",
|
|
133775
133793
|
"deprecated": false,
|
|
133776
|
-
"tags": [
|
|
133794
|
+
"tags": [
|
|
133795
|
+
"Edit / Modify"
|
|
133796
|
+
],
|
|
133777
133797
|
"author": "Google",
|
|
133778
133798
|
"iconCreateName": "RenameOutlineIcon",
|
|
133779
133799
|
"iconAliasCreateNames": [],
|
|
@@ -168851,7 +168871,8 @@
|
|
|
168851
168871
|
"aliases": [
|
|
168852
168872
|
"laundrette",
|
|
168853
168873
|
"local-laundry-service",
|
|
168854
|
-
"laundry-room"
|
|
168874
|
+
"laundry-room",
|
|
168875
|
+
"washer"
|
|
168855
168876
|
],
|
|
168856
168877
|
"styles": [],
|
|
168857
168878
|
"version": "1.8.36",
|
|
@@ -168863,13 +168884,15 @@
|
|
|
168863
168884
|
"iconCreateName": "WashingMachineIcon",
|
|
168864
168885
|
"iconAliasCreateNames": [
|
|
168865
168886
|
"LaundretteIcon",
|
|
168866
|
-
"LocalLaundryServiceIcon"
|
|
168887
|
+
"LocalLaundryServiceIcon",
|
|
168888
|
+
"WasherIcon"
|
|
168867
168889
|
],
|
|
168868
168890
|
"assetsUrl": "assets/washing-machine.svg",
|
|
168869
168891
|
"componentFileName": "WashingMachineIcon",
|
|
168870
168892
|
"componentAliasFileNames": [
|
|
168871
168893
|
"LaundretteIcon",
|
|
168872
|
-
"LocalLaundryServiceIcon"
|
|
168894
|
+
"LocalLaundryServiceIcon",
|
|
168895
|
+
"WasherIcon"
|
|
168873
168896
|
]
|
|
168874
168897
|
},
|
|
168875
168898
|
{
|
|
@@ -168878,7 +168901,8 @@
|
|
|
168878
168901
|
"name": "washing-machine-alert",
|
|
168879
168902
|
"codepoint": "F11BC",
|
|
168880
168903
|
"aliases": [
|
|
168881
|
-
"laundry-room-alert"
|
|
168904
|
+
"laundry-room-alert",
|
|
168905
|
+
"washer-alert"
|
|
168882
168906
|
],
|
|
168883
168907
|
"styles": [],
|
|
168884
168908
|
"version": "4.5.95",
|
|
@@ -168889,10 +168913,14 @@
|
|
|
168889
168913
|
],
|
|
168890
168914
|
"author": "Michael Irigoyen",
|
|
168891
168915
|
"iconCreateName": "WashingMachineAlertIcon",
|
|
168892
|
-
"iconAliasCreateNames": [
|
|
168916
|
+
"iconAliasCreateNames": [
|
|
168917
|
+
"WasherAlertIcon"
|
|
168918
|
+
],
|
|
168893
168919
|
"assetsUrl": "assets/washing-machine-alert.svg",
|
|
168894
168920
|
"componentFileName": "WashingMachineAlertIcon",
|
|
168895
|
-
"componentAliasFileNames": [
|
|
168921
|
+
"componentAliasFileNames": [
|
|
168922
|
+
"WasherAlertIcon"
|
|
168923
|
+
]
|
|
168896
168924
|
},
|
|
168897
168925
|
{
|
|
168898
168926
|
"id": "9B318E52-E7BE-4BE1-94DF-96CA020CE55D",
|
|
@@ -168900,7 +168928,8 @@
|
|
|
168900
168928
|
"name": "washing-machine-off",
|
|
168901
168929
|
"codepoint": "F11BD",
|
|
168902
168930
|
"aliases": [
|
|
168903
|
-
"laundry-room-off"
|
|
168931
|
+
"laundry-room-off",
|
|
168932
|
+
"washer-off"
|
|
168904
168933
|
],
|
|
168905
168934
|
"styles": [],
|
|
168906
168935
|
"version": "4.5.95",
|
|
@@ -168910,10 +168939,14 @@
|
|
|
168910
168939
|
],
|
|
168911
168940
|
"author": "Michael Irigoyen",
|
|
168912
168941
|
"iconCreateName": "WashingMachineOffIcon",
|
|
168913
|
-
"iconAliasCreateNames": [
|
|
168942
|
+
"iconAliasCreateNames": [
|
|
168943
|
+
"WasherOffIcon"
|
|
168944
|
+
],
|
|
168914
168945
|
"assetsUrl": "assets/washing-machine-off.svg",
|
|
168915
168946
|
"componentFileName": "WashingMachineOffIcon",
|
|
168916
|
-
"componentAliasFileNames": [
|
|
168947
|
+
"componentAliasFileNames": [
|
|
168948
|
+
"WasherOffIcon"
|
|
168949
|
+
]
|
|
168917
168950
|
},
|
|
168918
168951
|
{
|
|
168919
168952
|
"id": "3389F6CD-3E46-47DE-B26A-341C1B65D6BF",
|
package/package.json
CHANGED
package/version.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"build":"2023-
|
|
1
|
+
{"build":"2023-12-03T23:17:10.843Z","contentHash":"8949dd438de128ca8d25c69ec6133d3d","projectVersion":"0.1.4"}
|