@m4l/icons 0.0.3 → 0.0.4

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,4 @@
1
+ import { SvgIcon } from '@mui/material';
2
+
3
+ export const GrupoAChevronUpOutlined: typeof SvgIcon;
4
+ export default GrupoAChevronUpOutlined;
@@ -3,7 +3,7 @@
3
3
  // Se usa por builder.mjs para generar los componentes de iconos
4
4
  import { createSvgIcon } from '@mui/material/utils';
5
5
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
6
- export const ChevronUpOutlined = createSvgIcon(/*#__PURE__*/_jsxs("svg", {
6
+ export const GrupoAChevronUpOutlined = createSvgIcon(/*#__PURE__*/_jsxs("svg", {
7
7
  xmlns: "http://www.w3.org/2000/svg",
8
8
  fill: "none",
9
9
  viewBox: "0 0 17 16",
@@ -14,5 +14,5 @@ export const ChevronUpOutlined = createSvgIcon(/*#__PURE__*/_jsxs("svg", {
14
14
  fill: "#323B3B",
15
15
  d: "m8.622 5.5.0708-.0707-.0708-.0707-.0707.0707.0708.0707Zm3.3221 3.322.0614.079.0894-.0695-.0801-.0802-.0707.0708Zm-.8723.678-.0708.0707.0624.0624.0697-.0541-.0613-.079ZM8.6221 7.0503l.0707-.0707-.0708-.0707-.0707.0707.0708.0707ZM6.1723 9.5l-.0613.079.0697.0541.0623-.0624L6.1723 9.5ZM5.3 8.822l-.0707-.0707-.0802.0802.0895.0695.0614-.079ZM8.622 5.5l-.0707.0707 3.3221 3.322.0707-.0706.0707-.0708-3.322-3.322L8.622 5.5Zm3.3221 3.322-.0614-.079-.8723.678.0614.079.0613.079.8724-.678-.0614-.079Zm-.8723.678.0707-.0707-2.4497-2.4497-.0708.0707-.0707.0707 2.4497 2.4497.0708-.0707ZM8.6221 7.0503l-.0708-.0707-2.4497 2.4497.0707.0707.0707.0707L8.6928 7.121l-.0708-.0707ZM6.1723 9.5l.0614-.079-.8723-.678-.0614.079-.0614.079.8724.678.0613-.079ZM5.3 8.822l.0707.0708 3.322-3.322L8.622 5.5l-.0707-.0707-3.322 3.322.0707.0708Z"
16
16
  })]
17
- }), 'ChevronUpOutlined');
18
- export default ChevronUpOutlined;
17
+ }), 'GrupoAChevronUpOutlined');
18
+ export default GrupoAChevronUpOutlined;
@@ -0,0 +1,4 @@
1
+ import { SvgIcon } from '@mui/material';
2
+
3
+ export const GrupoADummyIcon: typeof SvgIcon;
4
+ export default GrupoADummyIcon;
@@ -3,7 +3,7 @@
3
3
  // Se usa por builder.mjs para generar los componentes de iconos
4
4
  import { createSvgIcon } from '@mui/material/utils';
5
5
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
6
- export const DummyIcon = createSvgIcon(/*#__PURE__*/_jsxs("svg", {
6
+ export const GrupoADummyIcon = createSvgIcon(/*#__PURE__*/_jsxs("svg", {
7
7
  xmlns: "http://www.w3.org/2000/svg",
8
8
  viewBox: "0 0 24 24",
9
9
  children: [/*#__PURE__*/_jsx("circle", {
@@ -18,5 +18,5 @@ export const DummyIcon = createSvgIcon(/*#__PURE__*/_jsxs("svg", {
18
18
  "stroke-width": "2",
19
19
  d: "M12 6v12m-6-6h12"
20
20
  })]
21
- }), 'DummyIcon');
22
- export default DummyIcon;
21
+ }), 'GrupoADummyIcon');
22
+ export default GrupoADummyIcon;
@@ -0,0 +1,4 @@
1
+ import { SvgIcon } from '@mui/material';
2
+
3
+ export const GrupoBClose: typeof SvgIcon;
4
+ export default GrupoBClose;
@@ -3,7 +3,7 @@
3
3
  // Se usa por builder.mjs para generar los componentes de iconos
4
4
  import { createSvgIcon } from '@mui/material/utils';
5
5
  import { jsx as _jsx } from "react/jsx-runtime";
6
- export const Close = createSvgIcon(/*#__PURE__*/_jsx("svg", {
6
+ export const GrupoBClose = createSvgIcon(/*#__PURE__*/_jsx("svg", {
7
7
  xmlns: "http://www.w3.org/2000/svg",
8
8
  fill: "none",
9
9
  viewBox: "0 0 14 14",
@@ -11,5 +11,5 @@ export const Close = createSvgIcon(/*#__PURE__*/_jsx("svg", {
11
11
  fill: "#323B3B",
12
12
  d: "M10.5137 4.1125 9.9012 3.5 7.0137 6.3875 4.1262 3.5l-.6125.6125L6.4012 7 3.5137 9.8875l.6125.6125 2.8875-2.8875L9.9012 10.5l.6125-.6125L7.6262 7l2.8875-2.8875Z"
13
13
  })
14
- }), 'Close');
15
- export default Close;
14
+ }), 'GrupoBClose');
15
+ export default GrupoBClose;
package/index.d.ts CHANGED
@@ -2,6 +2,6 @@ import { SvgIcon } from '@mui/material';
2
2
 
3
3
  type SvgIconComponent = typeof SvgIcon;
4
4
 
5
- export const ChevronUpOutlined: SvgIconComponent;
6
- export const Close: SvgIconComponent;
7
- export const DummyIcon: SvgIconComponent;
5
+ export const GrupoAChevronUpOutlined: SvgIconComponent;
6
+ export const GrupoADummyIcon: SvgIconComponent;
7
+ export const GrupoBClose: SvgIconComponent;
package/index.js CHANGED
@@ -1,3 +1,3 @@
1
- export { ChevronUpOutlined } from './ChevronUpOutlined.js';
2
- export { Close } from './Close.js';
3
- export { DummyIcon } from './DummyIcon.js';
1
+ export { GrupoAChevronUpOutlined } from './GrupoAChevronUpOutlined.js';
2
+ export { GrupoADummyIcon } from './GrupoADummyIcon.js';
3
+ export { GrupoBClose } from './GrupoBClose.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/icons",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "license": "UNLICENSED",
5
5
  "description": "M4L Icons - Iconos personalizados siguiendo la estrategia de mui-icons-material",
6
6
  "type": "module",
@@ -1,4 +0,0 @@
1
- import { SvgIcon } from '@mui/material';
2
-
3
- export const ChevronUpOutlined: typeof SvgIcon;
4
- export default ChevronUpOutlined;
package/Close.d.ts DELETED
@@ -1,4 +0,0 @@
1
- import { SvgIcon } from '@mui/material';
2
-
3
- export const Close: typeof SvgIcon;
4
- export default Close;
package/DummyIcon.d.ts DELETED
@@ -1,4 +0,0 @@
1
- import { SvgIcon } from '@mui/material';
2
-
3
- export const DummyIcon: typeof SvgIcon;
4
- export default DummyIcon;