@mui-extra/icons 0.0.84 → 0.0.85

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,13 @@
1
+ /**
2
+ * author: Austin Andrews
3
+ * id DC0E1491-A8A0-4563-ACEC-C795D96602A7
4
+ * name close-circle
5
+ * version: 1.5.54
6
+ * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/close-circle.svg
7
+ * tags
8
+ * - Form
9
+ */
10
+ export declare const CrossCircleIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
11
+ muiName: string;
12
+ };
13
+ export default CrossCircleIcon;
@@ -0,0 +1,13 @@
1
+ import { CloseCircleIcon } from './CloseCircleIcon';
2
+ /**
3
+ * author: Austin Andrews
4
+ * id DC0E1491-A8A0-4563-ACEC-C795D96602A7
5
+ * name close-circle
6
+ * version: 1.5.54
7
+ * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/close-circle.svg
8
+ * tags
9
+ * - Form
10
+ */
11
+ export const CrossCircleIcon = CloseCircleIcon;
12
+ export default CrossCircleIcon;
13
+ //# sourceMappingURL=CrossCircleIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CrossCircleIcon.js","sourceRoot":"","sources":["../src_v5/icons/CrossCircleIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,eAAe,CAAC;AAC/C,eAAe,eAAe,CAAA","sourcesContent":["import { CloseCircleIcon } from './CloseCircleIcon';\n\n/**\n * author: Austin Andrews\n * id DC0E1491-A8A0-4563-ACEC-C795D96602A7\n * name close-circle\n * version: 1.5.54\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/close-circle.svg\n * tags\n * - Form \n */\nexport const CrossCircleIcon = CloseCircleIcon;\nexport default CrossCircleIcon"]}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * author: Google
3
+ * id EA41E6BB-A176-4E0E-896A-36F9FA5AA62F
4
+ * name close-circle-outline
5
+ * version: 1.5.54
6
+ * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/close-circle-outline.svg
7
+ * tags
8
+ * - Form
9
+ */
10
+ export declare const CrossCircleOutlineIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
11
+ muiName: string;
12
+ };
13
+ export default CrossCircleOutlineIcon;
@@ -0,0 +1,13 @@
1
+ import { CloseCircleOutlineIcon } from './CloseCircleOutlineIcon';
2
+ /**
3
+ * author: Google
4
+ * id EA41E6BB-A176-4E0E-896A-36F9FA5AA62F
5
+ * name close-circle-outline
6
+ * version: 1.5.54
7
+ * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/close-circle-outline.svg
8
+ * tags
9
+ * - Form
10
+ */
11
+ export const CrossCircleOutlineIcon = CloseCircleOutlineIcon;
12
+ export default CrossCircleOutlineIcon;
13
+ //# sourceMappingURL=CrossCircleOutlineIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CrossCircleOutlineIcon.js","sourceRoot":"","sources":["../src_v5/icons/CrossCircleOutlineIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAElE;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG,sBAAsB,CAAC;AAC7D,eAAe,sBAAsB,CAAA","sourcesContent":["import { CloseCircleOutlineIcon } from './CloseCircleOutlineIcon';\n\n/**\n * author: Google\n * id EA41E6BB-A176-4E0E-896A-36F9FA5AA62F\n * name close-circle-outline\n * version: 1.5.54\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/close-circle-outline.svg\n * tags\n * - Form \n */\nexport const CrossCircleOutlineIcon = CloseCircleOutlineIcon;\nexport default CrossCircleOutlineIcon"]}
package/meta.json CHANGED
@@ -46233,7 +46233,8 @@
46233
46233
  "multiply",
46234
46234
  "remove",
46235
46235
  "cancel",
46236
- "times"
46236
+ "times",
46237
+ "cross"
46237
46238
  ],
46238
46239
  "styles": [],
46239
46240
  "version": "1.5.54",
@@ -46425,7 +46426,8 @@
46425
46426
  "remove-circle",
46426
46427
  "cancel-circle",
46427
46428
  "multiply-circle",
46428
- "clear-circle"
46429
+ "clear-circle",
46430
+ "cross-circle"
46429
46431
  ],
46430
46432
  "styles": [],
46431
46433
  "version": "1.5.54",
@@ -46439,7 +46441,8 @@
46439
46441
  "RemoveCircleIcon",
46440
46442
  "CancelCircleIcon",
46441
46443
  "MultiplyCircleIcon",
46442
- "ClearCircleIcon"
46444
+ "ClearCircleIcon",
46445
+ "CrossCircleIcon"
46443
46446
  ],
46444
46447
  "assetsUrl": "assets/close-circle.svg",
46445
46448
  "componentFileName": "CloseCircleIcon",
@@ -46447,7 +46450,8 @@
46447
46450
  "RemoveCircleIcon",
46448
46451
  "CancelCircleIcon",
46449
46452
  "MultiplyCircleIcon",
46450
- "ClearCircleIcon"
46453
+ "ClearCircleIcon",
46454
+ "CrossCircleIcon"
46451
46455
  ]
46452
46456
  },
46453
46457
  {
@@ -46546,7 +46550,8 @@
46546
46550
  "multiply-circle-outline",
46547
46551
  "remove-circle-outline",
46548
46552
  "clear-circle-outline",
46549
- "cancel-circle-outline"
46553
+ "cancel-circle-outline",
46554
+ "cross-circle-outline"
46550
46555
  ],
46551
46556
  "styles": [],
46552
46557
  "version": "1.5.54",
@@ -46561,7 +46566,8 @@
46561
46566
  "MultiplyCircleOutlineIcon",
46562
46567
  "RemoveCircleOutlineIcon",
46563
46568
  "ClearCircleOutlineIcon",
46564
- "CancelCircleOutlineIcon"
46569
+ "CancelCircleOutlineIcon",
46570
+ "CrossCircleOutlineIcon"
46565
46571
  ],
46566
46572
  "assetsUrl": "assets/close-circle-outline.svg",
46567
46573
  "componentFileName": "CloseCircleOutlineIcon",
@@ -46570,7 +46576,8 @@
46570
46576
  "MultiplyCircleOutlineIcon",
46571
46577
  "RemoveCircleOutlineIcon",
46572
46578
  "ClearCircleOutlineIcon",
46573
- "CancelCircleOutlineIcon"
46579
+ "CancelCircleOutlineIcon",
46580
+ "CrossCircleOutlineIcon"
46574
46581
  ]
46575
46582
  },
46576
46583
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui-extra/icons",
3
- "version": "0.0.84",
3
+ "version": "0.0.85",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
package/version.json CHANGED
@@ -1 +1 @@
1
- {"build":"2024-06-16T23:21:50.523Z","contentHash":"b33612e7143000bbf0828cc830ad528d","projectVersion":"0.1.4"}
1
+ {"build":"2024-06-23T23:18:49.031Z","contentHash":"4b64e961542ed48150d4f6b36175cea6","projectVersion":"0.1.4"}