@mui-extra/icons 0.0.31 → 0.0.32
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/ArrowDownRightBoldIcon.d.ts +1 -0
- package/ArrowDownRightBoldIcon.js +1 -0
- package/ArrowDownRightBoldIcon.js.map +1 -1
- package/CategoryPlusIcon.d.ts +13 -0
- package/CategoryPlusIcon.js +13 -0
- package/CategoryPlusIcon.js.map +1 -0
- package/CityVariantIcon.d.ts +1 -0
- package/CityVariantIcon.js +1 -0
- package/CityVariantIcon.js.map +1 -1
- package/CityVariantOutlineIcon.d.ts +1 -0
- package/CityVariantOutlineIcon.js +1 -0
- package/CityVariantOutlineIcon.js.map +1 -1
- package/CloudAlertOutlineIcon.d.ts +1 -0
- package/CloudAlertOutlineIcon.js +1 -0
- package/CloudAlertOutlineIcon.js.map +1 -1
- package/HomeCityOutlineIcon.d.ts +2 -0
- package/HomeCityOutlineIcon.js +2 -0
- package/HomeCityOutlineIcon.js.map +1 -1
- package/HouseCityOutlineIcon.d.ts +2 -0
- package/HouseCityOutlineIcon.js +2 -0
- package/HouseCityOutlineIcon.js.map +1 -1
- package/PrinterPointOfSaleAlertIcon.d.ts +1 -0
- package/PrinterPointOfSaleAlertIcon.js +1 -0
- package/PrinterPointOfSaleAlertIcon.js.map +1 -1
- package/PrinterPointOfSaleAlertOutlineIcon.d.ts +1 -0
- package/PrinterPointOfSaleAlertOutlineIcon.js +1 -0
- package/PrinterPointOfSaleAlertOutlineIcon.js.map +1 -1
- package/PrinterPosAlertIcon.d.ts +1 -0
- package/PrinterPosAlertIcon.js +1 -0
- package/PrinterPosAlertIcon.js.map +1 -1
- package/PrinterPosAlertOutlineIcon.d.ts +1 -0
- package/PrinterPosAlertOutlineIcon.js +1 -0
- package/PrinterPosAlertOutlineIcon.js.map +1 -1
- package/PrinterReceiptAlertIcon.d.ts +1 -0
- package/PrinterReceiptAlertIcon.js +1 -0
- package/PrinterReceiptAlertIcon.js.map +1 -1
- package/PrinterReceiptAlertOutlineIcon.d.ts +1 -0
- package/PrinterReceiptAlertOutlineIcon.js +1 -0
- package/PrinterReceiptAlertOutlineIcon.js.map +1 -1
- package/meta.json +28782 -8
- package/package.json +1 -1
- package/version.json +1 -1
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* version: 6.1.95
|
|
6
6
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/arrow-down-right-bold.svg
|
|
7
7
|
* tags
|
|
8
|
+
* - Arrow
|
|
8
9
|
*/
|
|
9
10
|
export declare const ArrowDownRightBoldIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
10
11
|
muiName: string;
|
|
@@ -7,6 +7,7 @@ import createSvgIcon from "@mui/material/utils/createSvgIcon";
|
|
|
7
7
|
* version: 6.1.95
|
|
8
8
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/arrow-down-right-bold.svg
|
|
9
9
|
* tags
|
|
10
|
+
* - Arrow
|
|
10
11
|
*/
|
|
11
12
|
export const ArrowDownRightBoldIcon = createSvgIcon(React.createElement(React.Fragment, null,
|
|
12
13
|
React.createElement("path", { d: "M10.5 3C14.64 3 18 6.36 18 10.5V13H22L16 20L10 13H14V10.5C14 8.57 12.43 7 10.5 7H3V3H10.5Z" })), 'ArrowDownRightBoldIcon');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ArrowDownRightBoldIcon.js","sourceRoot":"","sources":["../src_v5/icons/ArrowDownRightBoldIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D
|
|
1
|
+
{"version":3,"file":"ArrowDownRightBoldIcon.js","sourceRoot":"","sources":["../src_v5/icons/ArrowDownRightBoldIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG,aAAa,CAAC;IAAE,8BAAM,CAAC,EAAC,4FAA4F,GAAG,CAAG,EAAE,wBAAwB,CAAC,CAAC;AAC5L,eAAe,sBAAsB,CAAA","sourcesContent":["import React from \"react\";\nimport createSvgIcon from \"@mui/material/utils/createSvgIcon\";\n\n/**\n * author: Colton Wiscombe\n * id 2104E4B3-3A34-44AE-B073-B041FDFE5D41\n * name arrow-down-right-bold\n * version: 6.1.95\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/arrow-down-right-bold.svg\n * tags\n * - Arrow \n */\nexport const ArrowDownRightBoldIcon = createSvgIcon(<><path d=\"M10.5 3C14.64 3 18 6.36 18 10.5V13H22L16 20L10 13H14V10.5C14 8.57 12.43 7 10.5 7H3V3H10.5Z\" /></>, 'ArrowDownRightBoldIcon');\nexport default ArrowDownRightBoldIcon"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* author: Austin Andrews
|
|
3
|
+
* id C91D9DCD-5ADA-4D48-857C-39D38CD37A6B
|
|
4
|
+
* name shape-plus
|
|
5
|
+
* version: 1.5.54
|
|
6
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/shape-plus.svg
|
|
7
|
+
* tags
|
|
8
|
+
* - Shape
|
|
9
|
+
*/
|
|
10
|
+
export declare const CategoryPlusIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
11
|
+
muiName: string;
|
|
12
|
+
};
|
|
13
|
+
export default CategoryPlusIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ShapePlusIcon } from './ShapePlusIcon';
|
|
2
|
+
/**
|
|
3
|
+
* author: Austin Andrews
|
|
4
|
+
* id C91D9DCD-5ADA-4D48-857C-39D38CD37A6B
|
|
5
|
+
* name shape-plus
|
|
6
|
+
* version: 1.5.54
|
|
7
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/shape-plus.svg
|
|
8
|
+
* tags
|
|
9
|
+
* - Shape
|
|
10
|
+
*/
|
|
11
|
+
export const CategoryPlusIcon = ShapePlusIcon;
|
|
12
|
+
export default CategoryPlusIcon;
|
|
13
|
+
//# sourceMappingURL=CategoryPlusIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CategoryPlusIcon.js","sourceRoot":"","sources":["../src_v5/icons/CategoryPlusIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAAC;AAC9C,eAAe,gBAAgB,CAAA","sourcesContent":["import { ShapePlusIcon } from './ShapePlusIcon';\n\n/**\n * author: Austin Andrews\n * id C91D9DCD-5ADA-4D48-857C-39D38CD37A6B\n * name shape-plus\n * version: 1.5.54\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/shape-plus.svg\n * tags\n * - Shape \n */\nexport const CategoryPlusIcon = ShapePlusIcon;\nexport default CategoryPlusIcon"]}
|
package/CityVariantIcon.d.ts
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* version: 2.6.95
|
|
6
6
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/city-variant.svg
|
|
7
7
|
* tags
|
|
8
|
+
* - Places
|
|
8
9
|
*/
|
|
9
10
|
export declare const CityVariantIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
10
11
|
muiName: string;
|
package/CityVariantIcon.js
CHANGED
|
@@ -7,6 +7,7 @@ import createSvgIcon from "@mui/material/utils/createSvgIcon";
|
|
|
7
7
|
* version: 2.6.95
|
|
8
8
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/city-variant.svg
|
|
9
9
|
* tags
|
|
10
|
+
* - Places
|
|
10
11
|
*/
|
|
11
12
|
export const CityVariantIcon = createSvgIcon(React.createElement(React.Fragment, null,
|
|
12
13
|
React.createElement("path", { d: "M19,9V7A2,2 0 0,0 17,5H16V2H14V5H13A2,2 0 0,0 11,7V9A2,2 0 0,0 9,11V12H5A2,2 0 0,0 3,14V22H6V20H8V22H12V20H14V22H16V20H18V22H21V11A2,2 0 0,0 19,9M8,18H6V16H8V18M14,18H12V16H14V18M14,14H12V12H14V14M13,9V7H17V9H13M18,18H16V16H18V18M18,14H16V12H18V14Z" })), 'CityVariantIcon');
|
package/CityVariantIcon.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CityVariantIcon.js","sourceRoot":"","sources":["../src_v5/icons/CityVariantIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D
|
|
1
|
+
{"version":3,"file":"CityVariantIcon.js","sourceRoot":"","sources":["../src_v5/icons/CityVariantIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,aAAa,CAAC;IAAE,8BAAM,CAAC,EAAC,0PAA0P,GAAG,CAAG,EAAE,iBAAiB,CAAC,CAAC;AAC5U,eAAe,eAAe,CAAA","sourcesContent":["import React from \"react\";\nimport createSvgIcon from \"@mui/material/utils/createSvgIcon\";\n\n/**\n * author: Michael Richins\n * id 2F6976DF-1008-496D-802D-917F6EA5F7DB\n * name city-variant\n * version: 2.6.95\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/city-variant.svg\n * tags\n * - Places \n */\nexport const CityVariantIcon = createSvgIcon(<><path d=\"M19,9V7A2,2 0 0,0 17,5H16V2H14V5H13A2,2 0 0,0 11,7V9A2,2 0 0,0 9,11V12H5A2,2 0 0,0 3,14V22H6V20H8V22H12V20H14V22H16V20H18V22H21V11A2,2 0 0,0 19,9M8,18H6V16H8V18M14,18H12V16H14V18M14,14H12V12H14V14M13,9V7H17V9H13M18,18H16V16H18V18M18,14H16V12H18V14Z\" /></>, 'CityVariantIcon');\nexport default CityVariantIcon"]}
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* version: 2.6.95
|
|
6
6
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/city-variant-outline.svg
|
|
7
7
|
* tags
|
|
8
|
+
* - Places
|
|
8
9
|
*/
|
|
9
10
|
export declare const CityVariantOutlineIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
10
11
|
muiName: string;
|
|
@@ -7,6 +7,7 @@ import createSvgIcon from "@mui/material/utils/createSvgIcon";
|
|
|
7
7
|
* version: 2.6.95
|
|
8
8
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/city-variant-outline.svg
|
|
9
9
|
* tags
|
|
10
|
+
* - Places
|
|
10
11
|
*/
|
|
11
12
|
export const CityVariantOutlineIcon = createSvgIcon(React.createElement(React.Fragment, null,
|
|
12
13
|
React.createElement("path", { d: "M15,23H13V21H15V23M19,21H17V23H19V21M15,17H13V19H15V17M7,21H5V23H7V21M7,17H5V19H7V17M19,17H17V19H19V17M15,13H13V15H15V13M19,13H17V15H19V13M21,9A2,2 0 0,1 23,11V23H21V11H11V23H9V15H3V23H1V15A2,2 0 0,1 3,13H9V11A2,2 0 0,1 11,9V7A2,2 0 0,1 13,5H15V1H17V5H19A2,2 0 0,1 21,7V9M19,9V7H13V9H19Z" })), 'CityVariantOutlineIcon');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CityVariantOutlineIcon.js","sourceRoot":"","sources":["../src_v5/icons/CityVariantOutlineIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D
|
|
1
|
+
{"version":3,"file":"CityVariantOutlineIcon.js","sourceRoot":"","sources":["../src_v5/icons/CityVariantOutlineIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG,aAAa,CAAC;IAAE,8BAAM,CAAC,EAAC,iSAAiS,GAAG,CAAG,EAAE,wBAAwB,CAAC,CAAC;AACjY,eAAe,sBAAsB,CAAA","sourcesContent":["import React from \"react\";\nimport createSvgIcon from \"@mui/material/utils/createSvgIcon\";\n\n/**\n * author: Michael Richins\n * id 1DECCCEC-93F2-4BD8-BEFD-370D5020DCDB\n * name city-variant-outline\n * version: 2.6.95\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/city-variant-outline.svg\n * tags\n * - Places \n */\nexport const CityVariantOutlineIcon = createSvgIcon(<><path d=\"M15,23H13V21H15V23M19,21H17V23H19V21M15,17H13V19H15V17M7,21H5V23H7V21M7,17H5V19H7V17M19,17H17V19H19V17M15,13H13V15H15V13M19,13H17V15H19V13M21,9A2,2 0 0,1 23,11V23H21V11H11V23H9V15H3V23H1V15A2,2 0 0,1 3,13H9V11A2,2 0 0,1 11,9V7A2,2 0 0,1 13,5H15V1H17V5H19A2,2 0 0,1 21,7V9M19,9V7H13V9H19Z\" /></>, 'CityVariantOutlineIcon');\nexport default CityVariantOutlineIcon"]}
|
package/CloudAlertOutlineIcon.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CloudAlertOutlineIcon.js","sourceRoot":"","sources":["../src_v5/icons/CloudAlertOutlineIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D
|
|
1
|
+
{"version":3,"file":"CloudAlertOutlineIcon.js","sourceRoot":"","sources":["../src_v5/icons/CloudAlertOutlineIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D;;;;;;;;;;GAUG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,aAAa,CAAC;IAAE,8BAAM,CAAC,EAAC,irBAAirB,GAAG,CAAG,EAAE,uBAAuB,CAAC,CAAC;AAC/wB,eAAe,qBAAqB,CAAA","sourcesContent":["import React from \"react\";\nimport createSvgIcon from \"@mui/material/utils/createSvgIcon\";\n\n/**\n * author: Colton Wiscombe\n * id 3FC7BE84-D3FE-4DF8-88D2-19E85A7BF661\n * name cloud-alert-outline\n * version: 7.1.96\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/cloud-alert-outline.svg\n * tags\n * - Alert / Error \n * - Weather \n * - Cloud \n */\nexport const CloudAlertOutlineIcon = createSvgIcon(<><path d=\"M21.86 12.5C21.1 11.63 20.15 11.13 19 11C19 9.05 18.32 7.4 16.96 6.04C15.6 4.68 13.95 4 12 4C10.42 4 9 4.47 7.75 5.43S5.67 7.62 5.25 9.15C4 9.43 2.96 10.08 2.17 11.1S1 13.28 1 14.58C1 16.09 1.54 17.38 2.61 18.43C3.69 19.5 5 20 6.5 20H18.5C19.75 20 20.81 19.56 21.69 18.69C22.56 17.81 23 16.75 23 15.5C23 14.35 22.62 13.35 21.86 12.5M20.27 17.27C19.79 17.76 19.2 18 18.5 18H6.5C5.53 18 4.71 17.66 4.03 17C3.34 16.29 3 15.47 3 14.5S3.34 12.71 4.03 12.03C4.71 11.34 5.53 11 6.5 11H7C7 9.62 7.5 8.44 8.46 7.46C9.44 6.5 10.62 6 12 6S14.56 6.5 15.54 7.46C16.5 8.44 17 9.62 17 11V13H18.5C19.2 13 19.79 13.24 20.27 13.73S21 14.8 21 15.5 20.76 16.79 20.27 17.27M11 15H13V17H11V15M11 7H13V13H11V7Z\" /></>, 'CloudAlertOutlineIcon');\nexport default CloudAlertOutlineIcon"]}
|
package/HomeCityOutlineIcon.d.ts
CHANGED
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/home-city-outline.svg
|
|
7
7
|
* tags
|
|
8
8
|
* - Home Automation
|
|
9
|
+
* - Places
|
|
10
|
+
* - Places
|
|
9
11
|
*/
|
|
10
12
|
export declare const HomeCityOutlineIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
11
13
|
muiName: string;
|
package/HomeCityOutlineIcon.js
CHANGED
|
@@ -8,6 +8,8 @@ import createSvgIcon from "@mui/material/utils/createSvgIcon";
|
|
|
8
8
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/home-city-outline.svg
|
|
9
9
|
* tags
|
|
10
10
|
* - Home Automation
|
|
11
|
+
* - Places
|
|
12
|
+
* - Places
|
|
11
13
|
*/
|
|
12
14
|
export const HomeCityOutlineIcon = createSvgIcon(React.createElement(React.Fragment, null,
|
|
13
15
|
React.createElement("path", { d: "M10,2V4.26L12,5.59V4H22V19H17V21H24V2H10M7.5,5L0,10V21H15V10L7.5,5M14,6V6.93L15.61,8H16V6H14M18,6V8H20V6H18M7.5,7.5L13,11V19H10V13H5V19H2V11L7.5,7.5M18,10V12H20V10H18M18,14V16H20V14H18Z" })), 'HomeCityOutlineIcon');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HomeCityOutlineIcon.js","sourceRoot":"","sources":["../src_v5/icons/HomeCityOutlineIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D
|
|
1
|
+
{"version":3,"file":"HomeCityOutlineIcon.js","sourceRoot":"","sources":["../src_v5/icons/HomeCityOutlineIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D;;;;;;;;;;GAUG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,aAAa,CAAC;IAAE,8BAAM,CAAC,EAAC,2LAA2L,GAAG,CAAG,EAAE,qBAAqB,CAAC,CAAC;AACrR,eAAe,mBAAmB,CAAA","sourcesContent":["import React from \"react\";\nimport createSvgIcon from \"@mui/material/utils/createSvgIcon\";\n\n/**\n * author: Google\n * id 69A854BB-0CC9-4E1B-855E-FD26E9E6D119\n * name home-city-outline\n * version: 3.3.92\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/home-city-outline.svg\n * tags\n * - Home Automation \n * - Places \n * - Places \n */\nexport const HomeCityOutlineIcon = createSvgIcon(<><path d=\"M10,2V4.26L12,5.59V4H22V19H17V21H24V2H10M7.5,5L0,10V21H15V10L7.5,5M14,6V6.93L15.61,8H16V6H14M18,6V8H20V6H18M7.5,7.5L13,11V19H10V13H5V19H2V11L7.5,7.5M18,10V12H20V10H18M18,14V16H20V14H18Z\" /></>, 'HomeCityOutlineIcon');\nexport default HomeCityOutlineIcon"]}
|
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/home-city-outline.svg
|
|
7
7
|
* tags
|
|
8
8
|
* - Home Automation
|
|
9
|
+
* - Places
|
|
10
|
+
* - Places
|
|
9
11
|
*/
|
|
10
12
|
export declare const HouseCityOutlineIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
11
13
|
muiName: string;
|
package/HouseCityOutlineIcon.js
CHANGED
|
@@ -7,6 +7,8 @@ import { HomeCityOutlineIcon } from './HomeCityOutlineIcon';
|
|
|
7
7
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/home-city-outline.svg
|
|
8
8
|
* tags
|
|
9
9
|
* - Home Automation
|
|
10
|
+
* - Places
|
|
11
|
+
* - Places
|
|
10
12
|
*/
|
|
11
13
|
export const HouseCityOutlineIcon = HomeCityOutlineIcon;
|
|
12
14
|
export default HouseCityOutlineIcon;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HouseCityOutlineIcon.js","sourceRoot":"","sources":["../src_v5/icons/HouseCityOutlineIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D
|
|
1
|
+
{"version":3,"file":"HouseCityOutlineIcon.js","sourceRoot":"","sources":["../src_v5/icons/HouseCityOutlineIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;;;;;;;;;GAUG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,mBAAmB,CAAC;AACxD,eAAe,oBAAoB,CAAA","sourcesContent":["import { HomeCityOutlineIcon } from './HomeCityOutlineIcon';\n\n/**\n * author: Google\n * id 69A854BB-0CC9-4E1B-855E-FD26E9E6D119\n * name home-city-outline\n * version: 3.3.92\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/home-city-outline.svg\n * tags\n * - Home Automation \n * - Places \n * - Places \n */\nexport const HouseCityOutlineIcon = HomeCityOutlineIcon;\nexport default HouseCityOutlineIcon"]}
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* version: 7.1.96
|
|
6
6
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/printer-pos-alert.svg
|
|
7
7
|
* tags
|
|
8
|
+
* - Alert / Error
|
|
8
9
|
* - Printer
|
|
9
10
|
*/
|
|
10
11
|
export declare const PrinterPointOfSaleAlertIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
@@ -6,6 +6,7 @@ import { PrinterPosAlertIcon } from './PrinterPosAlertIcon';
|
|
|
6
6
|
* version: 7.1.96
|
|
7
7
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/printer-pos-alert.svg
|
|
8
8
|
* tags
|
|
9
|
+
* - Alert / Error
|
|
9
10
|
* - Printer
|
|
10
11
|
*/
|
|
11
12
|
export const PrinterPointOfSaleAlertIcon = PrinterPosAlertIcon;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrinterPointOfSaleAlertIcon.js","sourceRoot":"","sources":["../src_v5/icons/PrinterPointOfSaleAlertIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D
|
|
1
|
+
{"version":3,"file":"PrinterPointOfSaleAlertIcon.js","sourceRoot":"","sources":["../src_v5/icons/PrinterPointOfSaleAlertIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAG,mBAAmB,CAAC;AAC/D,eAAe,2BAA2B,CAAA","sourcesContent":["import { PrinterPosAlertIcon } from './PrinterPosAlertIcon';\n\n/**\n * author: Colton Wiscombe\n * id 8303B276-1999-4F62-8C48-22EBA47B5781\n * name printer-pos-alert\n * version: 7.1.96\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/printer-pos-alert.svg\n * tags\n * - Alert / Error \n * - Printer \n */\nexport const PrinterPointOfSaleAlertIcon = PrinterPosAlertIcon;\nexport default PrinterPointOfSaleAlertIcon"]}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/printer-pos-alert-outline.svg
|
|
7
7
|
* tags
|
|
8
8
|
* - Printer
|
|
9
|
+
* - Alert / Error
|
|
9
10
|
*/
|
|
10
11
|
export declare const PrinterPointOfSaleAlertOutlineIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
11
12
|
muiName: string;
|
|
@@ -7,6 +7,7 @@ import { PrinterPosAlertOutlineIcon } from './PrinterPosAlertOutlineIcon';
|
|
|
7
7
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/printer-pos-alert-outline.svg
|
|
8
8
|
* tags
|
|
9
9
|
* - Printer
|
|
10
|
+
* - Alert / Error
|
|
10
11
|
*/
|
|
11
12
|
export const PrinterPointOfSaleAlertOutlineIcon = PrinterPosAlertOutlineIcon;
|
|
12
13
|
export default PrinterPointOfSaleAlertOutlineIcon;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrinterPointOfSaleAlertOutlineIcon.js","sourceRoot":"","sources":["../src_v5/icons/PrinterPointOfSaleAlertOutlineIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAE1E
|
|
1
|
+
{"version":3,"file":"PrinterPointOfSaleAlertOutlineIcon.js","sourceRoot":"","sources":["../src_v5/icons/PrinterPointOfSaleAlertOutlineIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAE1E;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAAG,0BAA0B,CAAC;AAC7E,eAAe,kCAAkC,CAAA","sourcesContent":["import { PrinterPosAlertOutlineIcon } from './PrinterPosAlertOutlineIcon';\n\n/**\n * author: Colton Wiscombe\n * id EACC7108-609E-4681-BAE9-BEB8EBBFF77F\n * name printer-pos-alert-outline\n * version: 7.1.96\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/printer-pos-alert-outline.svg\n * tags\n * - Printer \n * - Alert / Error \n */\nexport const PrinterPointOfSaleAlertOutlineIcon = PrinterPosAlertOutlineIcon;\nexport default PrinterPointOfSaleAlertOutlineIcon"]}
|
package/PrinterPosAlertIcon.d.ts
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* version: 7.1.96
|
|
6
6
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/printer-pos-alert.svg
|
|
7
7
|
* tags
|
|
8
|
+
* - Alert / Error
|
|
8
9
|
* - Printer
|
|
9
10
|
*/
|
|
10
11
|
export declare const PrinterPosAlertIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
package/PrinterPosAlertIcon.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/printer-pos-alert.svg
|
|
9
9
|
* tags
|
|
10
|
+
* - Alert / Error
|
|
10
11
|
* - Printer
|
|
11
12
|
*/
|
|
12
13
|
export const PrinterPosAlertIcon = createSvgIcon(React.createElement(React.Fragment, null,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrinterPosAlertIcon.js","sourceRoot":"","sources":["../src_v5/icons/PrinterPosAlertIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D
|
|
1
|
+
{"version":3,"file":"PrinterPosAlertIcon.js","sourceRoot":"","sources":["../src_v5/icons/PrinterPosAlertIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,aAAa,CAAC;IAAE,8BAAM,CAAC,EAAC,gIAAgI,GAAG,CAAG,EAAE,qBAAqB,CAAC,CAAC;AAC1N,eAAe,mBAAmB,CAAA","sourcesContent":["import React from \"react\";\nimport createSvgIcon from \"@mui/material/utils/createSvgIcon\";\n\n/**\n * author: Colton Wiscombe\n * id 8303B276-1999-4F62-8C48-22EBA47B5781\n * name printer-pos-alert\n * version: 7.1.96\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/printer-pos-alert.svg\n * tags\n * - Alert / Error \n * - Printer \n */\nexport const PrinterPosAlertIcon = createSvgIcon(<><path d=\"M16 10H4C2.9 10 2 10.9 2 12V19H18V12C18 10.9 17.11 10 16 10M16 14H12V12H16V14M15 9H5V4H15V9M22 7V13H20V7H22M20 15H22V17H20V15Z\" /></>, 'PrinterPosAlertIcon');\nexport default PrinterPosAlertIcon"]}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/printer-pos-alert-outline.svg
|
|
7
7
|
* tags
|
|
8
8
|
* - Printer
|
|
9
|
+
* - Alert / Error
|
|
9
10
|
*/
|
|
10
11
|
export declare const PrinterPosAlertOutlineIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
11
12
|
muiName: string;
|
|
@@ -8,6 +8,7 @@ import createSvgIcon from "@mui/material/utils/createSvgIcon";
|
|
|
8
8
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/printer-pos-alert-outline.svg
|
|
9
9
|
* tags
|
|
10
10
|
* - Printer
|
|
11
|
+
* - Alert / Error
|
|
11
12
|
*/
|
|
12
13
|
export const PrinterPosAlertOutlineIcon = createSvgIcon(React.createElement(React.Fragment, null,
|
|
13
14
|
React.createElement("path", { d: "M15 15H11V13H15V15M18 12V19H2V12C2 10.9 2.9 10 4 10H5V4H15V10H16C17.11 10 18 10.9 18 12M7 10H13V6H7V10M16 12H4V17H16V12M20 17H22V15H20V17M20 7V13H22V7H20Z" })), 'PrinterPosAlertOutlineIcon');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrinterPosAlertOutlineIcon.js","sourceRoot":"","sources":["../src_v5/icons/PrinterPosAlertOutlineIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D
|
|
1
|
+
{"version":3,"file":"PrinterPosAlertOutlineIcon.js","sourceRoot":"","sources":["../src_v5/icons/PrinterPosAlertOutlineIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG,aAAa,CAAC;IAAE,8BAAM,CAAC,EAAC,4JAA4J,GAAG,CAAG,EAAE,4BAA4B,CAAC,CAAC;AACpQ,eAAe,0BAA0B,CAAA","sourcesContent":["import React from \"react\";\nimport createSvgIcon from \"@mui/material/utils/createSvgIcon\";\n\n/**\n * author: Colton Wiscombe\n * id EACC7108-609E-4681-BAE9-BEB8EBBFF77F\n * name printer-pos-alert-outline\n * version: 7.1.96\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/printer-pos-alert-outline.svg\n * tags\n * - Printer \n * - Alert / Error \n */\nexport const PrinterPosAlertOutlineIcon = createSvgIcon(<><path d=\"M15 15H11V13H15V15M18 12V19H2V12C2 10.9 2.9 10 4 10H5V4H15V10H16C17.11 10 18 10.9 18 12M7 10H13V6H7V10M16 12H4V17H16V12M20 17H22V15H20V17M20 7V13H22V7H20Z\" /></>, 'PrinterPosAlertOutlineIcon');\nexport default PrinterPosAlertOutlineIcon"]}
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* version: 7.1.96
|
|
6
6
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/printer-pos-alert.svg
|
|
7
7
|
* tags
|
|
8
|
+
* - Alert / Error
|
|
8
9
|
* - Printer
|
|
9
10
|
*/
|
|
10
11
|
export declare const PrinterReceiptAlertIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
@@ -6,6 +6,7 @@ import { PrinterPosAlertIcon } from './PrinterPosAlertIcon';
|
|
|
6
6
|
* version: 7.1.96
|
|
7
7
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/printer-pos-alert.svg
|
|
8
8
|
* tags
|
|
9
|
+
* - Alert / Error
|
|
9
10
|
* - Printer
|
|
10
11
|
*/
|
|
11
12
|
export const PrinterReceiptAlertIcon = PrinterPosAlertIcon;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrinterReceiptAlertIcon.js","sourceRoot":"","sources":["../src_v5/icons/PrinterReceiptAlertIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D
|
|
1
|
+
{"version":3,"file":"PrinterReceiptAlertIcon.js","sourceRoot":"","sources":["../src_v5/icons/PrinterReceiptAlertIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,mBAAmB,CAAC;AAC3D,eAAe,uBAAuB,CAAA","sourcesContent":["import { PrinterPosAlertIcon } from './PrinterPosAlertIcon';\n\n/**\n * author: Colton Wiscombe\n * id 8303B276-1999-4F62-8C48-22EBA47B5781\n * name printer-pos-alert\n * version: 7.1.96\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/printer-pos-alert.svg\n * tags\n * - Alert / Error \n * - Printer \n */\nexport const PrinterReceiptAlertIcon = PrinterPosAlertIcon;\nexport default PrinterReceiptAlertIcon"]}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/printer-pos-alert-outline.svg
|
|
7
7
|
* tags
|
|
8
8
|
* - Printer
|
|
9
|
+
* - Alert / Error
|
|
9
10
|
*/
|
|
10
11
|
export declare const PrinterReceiptAlertOutlineIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
11
12
|
muiName: string;
|
|
@@ -7,6 +7,7 @@ import { PrinterPosAlertOutlineIcon } from './PrinterPosAlertOutlineIcon';
|
|
|
7
7
|
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/printer-pos-alert-outline.svg
|
|
8
8
|
* tags
|
|
9
9
|
* - Printer
|
|
10
|
+
* - Alert / Error
|
|
10
11
|
*/
|
|
11
12
|
export const PrinterReceiptAlertOutlineIcon = PrinterPosAlertOutlineIcon;
|
|
12
13
|
export default PrinterReceiptAlertOutlineIcon;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrinterReceiptAlertOutlineIcon.js","sourceRoot":"","sources":["../src_v5/icons/PrinterReceiptAlertOutlineIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAE1E
|
|
1
|
+
{"version":3,"file":"PrinterReceiptAlertOutlineIcon.js","sourceRoot":"","sources":["../src_v5/icons/PrinterReceiptAlertOutlineIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAE1E;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG,0BAA0B,CAAC;AACzE,eAAe,8BAA8B,CAAA","sourcesContent":["import { PrinterPosAlertOutlineIcon } from './PrinterPosAlertOutlineIcon';\n\n/**\n * author: Colton Wiscombe\n * id EACC7108-609E-4681-BAE9-BEB8EBBFF77F\n * name printer-pos-alert-outline\n * version: 7.1.96\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/printer-pos-alert-outline.svg\n * tags\n * - Printer \n * - Alert / Error \n */\nexport const PrinterReceiptAlertOutlineIcon = PrinterPosAlertOutlineIcon;\nexport default PrinterReceiptAlertOutlineIcon"]}
|