@m4l/icons 0.0.5 → 0.0.7
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/CheckIndeterminateFill.js +2 -2
- package/CheckedFill.js +2 -2
- package/CircleTwoTone.js +4 -4
- package/CloseSmOutlined.js +2 -2
- package/RadioButtonCheckFill.js +2 -2
- package/SquareTwoTone.js +2 -2
- package/index.d.ts +0 -1
- package/index.js +0 -1
- package/package.json +1 -1
- package/FillCheckCircle.d.ts +0 -4
- package/FillCheckIndeterminate.d.ts +0 -4
- package/FillChecked.d.ts +0 -4
- package/FillChevronDown.d.ts +0 -4
- package/FillInformationCircle.d.ts +0 -4
- package/FillOn.d.ts +0 -4
- package/FillPatronum.d.ts +0 -4
- package/FillRadioButtonCheck.d.ts +0 -4
- package/FillSquare.d.ts +0 -4
- package/FillVector.d.ts +0 -4
- package/OutlinedAdd.d.ts +0 -4
- package/OutlinedAlert.d.ts +0 -4
- package/OutlinedBranch.d.ts +0 -4
- package/OutlinedCheck.d.ts +0 -4
- package/OutlinedCheckIndeterminate.d.ts +0 -4
- package/OutlinedChevronDown.d.ts +0 -4
- package/OutlinedChevronFirst.d.ts +0 -4
- package/OutlinedChevronLast.d.ts +0 -4
- package/OutlinedChevronMdDown.d.ts +0 -4
- package/OutlinedChevronMdLeft.d.ts +0 -4
- package/OutlinedChevronMdRight.d.ts +0 -4
- package/OutlinedChevronMdUp.d.ts +0 -4
- package/OutlinedChevronSmDown.d.ts +0 -4
- package/OutlinedChevronSmLeft.d.ts +0 -4
- package/OutlinedChevronSmRight.d.ts +0 -4
- package/OutlinedChevronSmUp.d.ts +0 -4
- package/OutlinedChevronUp.d.ts +0 -4
- package/OutlinedCircleCheck.d.ts +0 -4
- package/OutlinedCircleClose.d.ts +0 -4
- package/OutlinedCircleUpDown.d.ts +0 -4
- package/OutlinedCloseMd.d.ts +0 -4
- package/OutlinedCloseSm.d.ts +0 -4
- package/OutlinedDownload.d.ts +0 -4
- package/OutlinedEclipse.d.ts +0 -4
- package/OutlinedExpanded.d.ts +0 -4
- package/OutlinedFillScreen.d.ts +0 -4
- package/OutlinedInformation.d.ts +0 -4
- package/OutlinedLoading.d.ts +0 -4
- package/OutlinedLogout.d.ts +0 -4
- package/OutlinedMoreVertical.d.ts +0 -4
- package/OutlinedMultiCheck.d.ts +0 -4
- package/OutlinedNotificacion.d.ts +0 -4
- package/OutlinedOff.d.ts +0 -4
- package/OutlinedPalette.d.ts +0 -4
- package/OutlinedPanelClose.d.ts +0 -4
- package/OutlinedPasswordView.d.ts +0 -4
- package/OutlinedPasswordViewOff.d.ts +0 -4
- package/OutlinedPatronum.d.ts +0 -4
- package/OutlinedPencil.d.ts +0 -4
- package/OutlinedPendingOrder.d.ts +0 -4
- package/OutlinedPin.d.ts +0 -4
- package/OutlinedRefresh.d.ts +0 -4
- package/OutlinedRestore.d.ts +0 -4
- package/OutlinedSearch.d.ts +0 -4
- package/OutlinedSettings.d.ts +0 -4
- package/OutlinedShieldOff.d.ts +0 -4
- package/OutlinedTrash.d.ts +0 -4
- package/OutlinedVideo.d.ts +0 -4
- package/OutlinedZoomIn.d.ts +0 -4
- package/PatronumOutlined.js +0 -37
- package/TwoToneCircle.d.ts +0 -4
- package/TwoToneIcon.d.ts +0 -4
- package/TwoToneMoonCloud.d.ts +0 -4
- package/TwoToneSquare.d.ts +0 -4
- package/TwoToneSun.d.ts +0 -4
|
@@ -20,10 +20,10 @@ export const CheckIndeterminateFill = createSvgIcon(/*#__PURE__*/_jsxs("svg", {
|
|
|
20
20
|
height: "19.9707",
|
|
21
21
|
x: "-2",
|
|
22
22
|
y: "0",
|
|
23
|
-
|
|
23
|
+
colorInterpolationFilters: "sRGB",
|
|
24
24
|
filterUnits: "userSpaceOnUse",
|
|
25
25
|
children: [/*#__PURE__*/_jsx("feFlood", {
|
|
26
|
-
|
|
26
|
+
floodOpacity: "0",
|
|
27
27
|
result: "BackgroundImageFix"
|
|
28
28
|
}), /*#__PURE__*/_jsx("feColorMatrix", {
|
|
29
29
|
in: "SourceAlpha",
|
package/CheckedFill.js
CHANGED
|
@@ -20,10 +20,10 @@ export const CheckedFill = createSvgIcon(/*#__PURE__*/_jsxs("svg", {
|
|
|
20
20
|
height: "19.9707",
|
|
21
21
|
x: "0",
|
|
22
22
|
y: "0",
|
|
23
|
-
|
|
23
|
+
colorInterpolationFilters: "sRGB",
|
|
24
24
|
filterUnits: "userSpaceOnUse",
|
|
25
25
|
children: [/*#__PURE__*/_jsx("feFlood", {
|
|
26
|
-
|
|
26
|
+
floodOpacity: "0",
|
|
27
27
|
result: "BackgroundImageFix"
|
|
28
28
|
}), /*#__PURE__*/_jsx("feColorMatrix", {
|
|
29
29
|
in: "SourceAlpha",
|
package/CircleTwoTone.js
CHANGED
|
@@ -33,10 +33,10 @@ export const CircleTwoTone = createSvgIcon(/*#__PURE__*/_jsxs("svg", {
|
|
|
33
33
|
height: "11",
|
|
34
34
|
x: "2.5",
|
|
35
35
|
y: "2.5",
|
|
36
|
-
|
|
36
|
+
colorInterpolationFilters: "sRGB",
|
|
37
37
|
filterUnits: "userSpaceOnUse",
|
|
38
38
|
children: [/*#__PURE__*/_jsx("feFlood", {
|
|
39
|
-
|
|
39
|
+
floodOpacity: "0",
|
|
40
40
|
result: "BackgroundImageFix"
|
|
41
41
|
}), /*#__PURE__*/_jsx("feBlend", {
|
|
42
42
|
in: "SourceGraphic",
|
|
@@ -65,10 +65,10 @@ export const CircleTwoTone = createSvgIcon(/*#__PURE__*/_jsxs("svg", {
|
|
|
65
65
|
height: "17.6",
|
|
66
66
|
x: "-.8",
|
|
67
67
|
y: "-.8",
|
|
68
|
-
|
|
68
|
+
colorInterpolationFilters: "sRGB",
|
|
69
69
|
filterUnits: "userSpaceOnUse",
|
|
70
70
|
children: [/*#__PURE__*/_jsx("feFlood", {
|
|
71
|
-
|
|
71
|
+
floodOpacity: "0",
|
|
72
72
|
result: "BackgroundImageFix"
|
|
73
73
|
}), /*#__PURE__*/_jsx("feColorMatrix", {
|
|
74
74
|
in: "SourceAlpha",
|
package/CloseSmOutlined.js
CHANGED
|
@@ -10,8 +10,8 @@ export const CloseSmOutlined = createSvgIcon(/*#__PURE__*/_jsx("svg", {
|
|
|
10
10
|
children: /*#__PURE__*/_jsx("path", {
|
|
11
11
|
fill: "#323B3B",
|
|
12
12
|
stroke: "#323B3B",
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeWidth: ".2",
|
|
15
15
|
d: "M10.1572 5.1914a.472.472 0 0 1 .667 0 .472.472 0 0 1 0 .667L8.6816 8l2.1426 2.1416a.472.472 0 0 1 0 .667.472.472 0 0 1-.667 0L8.0156 8.666 5.874 10.8086a.472.472 0 0 1-.667 0 .472.472 0 0 1 0-.667L7.3486 8 5.207 5.8584a.472.472 0 0 1 0-.667.472.472 0 0 1 .667 0L8.0156 7.333l2.1416-2.1416Z"
|
|
16
16
|
})
|
|
17
17
|
}), 'CloseSmOutlined');
|
package/RadioButtonCheckFill.js
CHANGED
|
@@ -24,10 +24,10 @@ export const RadioButtonCheckFill = createSvgIcon(/*#__PURE__*/_jsxs("svg", {
|
|
|
24
24
|
height: "16.7714",
|
|
25
25
|
x: "-.3857",
|
|
26
26
|
y: "-.3857",
|
|
27
|
-
|
|
27
|
+
colorInterpolationFilters: "sRGB",
|
|
28
28
|
filterUnits: "userSpaceOnUse",
|
|
29
29
|
children: [/*#__PURE__*/_jsx("feFlood", {
|
|
30
|
-
|
|
30
|
+
floodOpacity: "0",
|
|
31
31
|
result: "BackgroundImageFix"
|
|
32
32
|
}), /*#__PURE__*/_jsx("feColorMatrix", {
|
|
33
33
|
in: "SourceAlpha",
|
package/SquareTwoTone.js
CHANGED
|
@@ -25,10 +25,10 @@ export const SquareTwoTone = createSvgIcon(/*#__PURE__*/_jsxs("svg", {
|
|
|
25
25
|
height: "12",
|
|
26
26
|
x: "2",
|
|
27
27
|
y: "2",
|
|
28
|
-
|
|
28
|
+
colorInterpolationFilters: "sRGB",
|
|
29
29
|
filterUnits: "userSpaceOnUse",
|
|
30
30
|
children: [/*#__PURE__*/_jsx("feFlood", {
|
|
31
|
-
|
|
31
|
+
floodOpacity: "0",
|
|
32
32
|
result: "BackgroundImageFix"
|
|
33
33
|
}), /*#__PURE__*/_jsx("feBlend", {
|
|
34
34
|
in: "SourceGraphic",
|
package/index.d.ts
CHANGED
|
@@ -49,7 +49,6 @@ export const PanelCloseOutlined: SvgIconComponent;
|
|
|
49
49
|
export const PasswordViewOffOutlined: SvgIconComponent;
|
|
50
50
|
export const PasswordViewOutlined: SvgIconComponent;
|
|
51
51
|
export const PatronumFill: SvgIconComponent;
|
|
52
|
-
export const PatronumOutlined: SvgIconComponent;
|
|
53
52
|
export const PencilOutlined: SvgIconComponent;
|
|
54
53
|
export const PendingOrderOutlined: SvgIconComponent;
|
|
55
54
|
export const PinOutlined: SvgIconComponent;
|
package/index.js
CHANGED
|
@@ -45,7 +45,6 @@ export { PanelCloseOutlined } from './PanelCloseOutlined.js';
|
|
|
45
45
|
export { PasswordViewOffOutlined } from './PasswordViewOffOutlined.js';
|
|
46
46
|
export { PasswordViewOutlined } from './PasswordViewOutlined.js';
|
|
47
47
|
export { PatronumFill } from './PatronumFill.js';
|
|
48
|
-
export { PatronumOutlined } from './PatronumOutlined.js';
|
|
49
48
|
export { PencilOutlined } from './PencilOutlined.js';
|
|
50
49
|
export { PendingOrderOutlined } from './PendingOrderOutlined.js';
|
|
51
50
|
export { PinOutlined } from './PinOutlined.js';
|
package/package.json
CHANGED
package/FillCheckCircle.d.ts
DELETED
package/FillChecked.d.ts
DELETED
package/FillChevronDown.d.ts
DELETED
package/FillOn.d.ts
DELETED
package/FillPatronum.d.ts
DELETED
package/FillSquare.d.ts
DELETED
package/FillVector.d.ts
DELETED
package/OutlinedAdd.d.ts
DELETED
package/OutlinedAlert.d.ts
DELETED
package/OutlinedBranch.d.ts
DELETED
package/OutlinedCheck.d.ts
DELETED
package/OutlinedChevronDown.d.ts
DELETED
package/OutlinedChevronLast.d.ts
DELETED
package/OutlinedChevronMdUp.d.ts
DELETED
package/OutlinedChevronSmUp.d.ts
DELETED
package/OutlinedChevronUp.d.ts
DELETED
package/OutlinedCircleCheck.d.ts
DELETED
package/OutlinedCircleClose.d.ts
DELETED
package/OutlinedCloseMd.d.ts
DELETED
package/OutlinedCloseSm.d.ts
DELETED
package/OutlinedDownload.d.ts
DELETED
package/OutlinedEclipse.d.ts
DELETED
package/OutlinedExpanded.d.ts
DELETED
package/OutlinedFillScreen.d.ts
DELETED
package/OutlinedInformation.d.ts
DELETED
package/OutlinedLoading.d.ts
DELETED
package/OutlinedLogout.d.ts
DELETED
package/OutlinedMultiCheck.d.ts
DELETED
package/OutlinedOff.d.ts
DELETED
package/OutlinedPalette.d.ts
DELETED
package/OutlinedPanelClose.d.ts
DELETED
package/OutlinedPatronum.d.ts
DELETED
package/OutlinedPencil.d.ts
DELETED
package/OutlinedPin.d.ts
DELETED
package/OutlinedRefresh.d.ts
DELETED
package/OutlinedRestore.d.ts
DELETED
package/OutlinedSearch.d.ts
DELETED
package/OutlinedSettings.d.ts
DELETED
package/OutlinedShieldOff.d.ts
DELETED
package/OutlinedTrash.d.ts
DELETED
package/OutlinedVideo.d.ts
DELETED
package/OutlinedZoomIn.d.ts
DELETED
package/PatronumOutlined.js
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
// Este archivo es un template de Mustache, no código JavaScript válido
|
|
3
|
-
// Se usa por builder.mjs para generar los componentes de iconos
|
|
4
|
-
import { createSvgIcon } from '@mui/material/utils';
|
|
5
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
6
|
-
export const PatronumOutlined = createSvgIcon(/*#__PURE__*/_jsxs("svg", {
|
|
7
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
-
fill: "none",
|
|
9
|
-
viewBox: "0 0 16 16",
|
|
10
|
-
children: [/*#__PURE__*/_jsx("path", {
|
|
11
|
-
fill: "#fff",
|
|
12
|
-
d: "M0 0h16v16H0z"
|
|
13
|
-
}), /*#__PURE__*/_jsxs("g", {
|
|
14
|
-
id: "Design",
|
|
15
|
-
children: [/*#__PURE__*/_jsx("path", {
|
|
16
|
-
fill: "#fff",
|
|
17
|
-
d: "M-12-23.3496h568c6.268 0 11.35 5.0812 11.35 11.3496v40c0 6.2684-5.082 11.3496-11.35 11.3496H-12c-6.2684 0-11.3496-5.0812-11.3496-11.3496v-40c0-6.2684 5.0812-11.3496 11.3496-11.3496Z"
|
|
18
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
19
|
-
stroke: "#F1F5F9",
|
|
20
|
-
"stroke-width": "1.3",
|
|
21
|
-
d: "M-12-23.3496h568c6.268 0 11.35 5.0812 11.35 11.3496v40c0 6.2684-5.082 11.3496-11.35 11.3496H-12c-6.2684 0-11.3496-5.0812-11.3496-11.3496v-40c0-6.2684 5.0812-11.3496 11.3496-11.3496Z"
|
|
22
|
-
}), /*#__PURE__*/_jsx("g", {
|
|
23
|
-
id: "PatronumOutlined",
|
|
24
|
-
children: /*#__PURE__*/_jsx("path", {
|
|
25
|
-
id: "Vector",
|
|
26
|
-
fill: "#323B3B",
|
|
27
|
-
d: "M5.5582 13.5s-.02 0-.032-.0084c-.6914-.0084-1.223-.2358-1.5826-.6778C3.56 12.3507 3.5 11.8119 3.5 11.5299V4.3144c0-.9893.7793-1.7934 1.7385-1.7934L8.9231 2.5C10.8974 2.5 12.5 4.1502 12.5 6.175v.0632c0 2.025-1.6066 3.6751-3.5768 3.6751h-.2078c-.3957 0-.6515.1263-.8033.3999-.124.2189-.128.4421-.128.4421v.8335c0 .9177-.6393 1.907-2.042 1.907h-.188l.004.0042ZM5.2424 3.3714c-.5115 0-.9231.421-.9231.9388v7.2239c0 .202.044.4925.2438.7367.2118.2525.5475.3788.999.3788H5.75c.3996 0 .7274-.1178.9472-.3452.1718-.1852.2717-.442.2717-.7114V4.1923c.024-.2989.116-.5894.2638-.8335l-1.9982.0126h.008Zm2.5498 5.9273c.2637-.1558.5755-.2315.9312-.2315h.2078c1.5186 0 2.7535-1.2672 2.7535-2.8248v-.0631c0-1.5576-1.2349-2.8247-2.7535-2.8247h-.1719c-.5155.0168-.9192.3873-.9631.884v.0842s0 .021-.004.0337v4.9464-.0042Z"
|
|
28
|
-
})
|
|
29
|
-
})]
|
|
30
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
31
|
-
id: "Rectangle 170",
|
|
32
|
-
stroke: "#099209",
|
|
33
|
-
"stroke-width": "5",
|
|
34
|
-
d: "M-283.5-365.5h1260v1861h-1260z"
|
|
35
|
-
}), /*#__PURE__*/_jsx("defs", {})]
|
|
36
|
-
}), 'PatronumOutlined');
|
|
37
|
-
export default PatronumOutlined;
|
package/TwoToneCircle.d.ts
DELETED
package/TwoToneIcon.d.ts
DELETED
package/TwoToneMoonCloud.d.ts
DELETED
package/TwoToneSquare.d.ts
DELETED
package/TwoToneSun.d.ts
DELETED