@minutemailer/kit 0.1.3 → 0.1.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.
- package/icons/AlertFilled.js +1 -1
- package/icons/Images.js +1 -1
- package/package.json +1 -1
package/icons/AlertFilled.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
const SvgAlertFilled = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", ...props, children: [_jsx("path", { fill: "
|
|
2
|
+
const SvgAlertFilled = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", ...props, children: [_jsx("path", { fill: "currentColor", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M14.347 2.882a.75.75 0 0 0 .47.589c3.079 1.199 5.303 4.307 5.303 7.983v6c0 .948.319 1.829.857 2.523H3.022a4.1 4.1 0 0 0 .858-2.523v-6c0-3.677 2.22-6.785 5.3-7.983a.75.75 0 0 0 .47-.59C9.831 1.65 10.838.75 12 .75c1.161 0 2.165.898 2.347 2.132" }), _jsx("mask", { id: "alert_filled_svg__a", fill: "#fff", children: _jsx("path", { fillRule: "evenodd", d: "M14.609 20.727c0 1.807-1.403 3.272-3.13 3.272-1.732 0-3.131-1.465-3.131-3.272", clipRule: "evenodd" }) }), _jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.609 20.727c0 1.807-1.403 3.272-3.13 3.272-1.732 0-3.131-1.465-3.131-3.272", clipRule: "evenodd" }), _jsx("path", { fill: "currentColor", d: "M16.109 20.727a1.5 1.5 0 1 0-3 0zm-6.261 0a1.5 1.5 0 1 0-3 0zm3.26 0c0 1.042-.792 1.772-1.63 1.772v3c2.618 0 4.63-2.2 4.63-4.772zm-1.63 1.772c-.84 0-1.63-.729-1.63-1.772h-3c0 2.571 2.008 4.772 4.63 4.772z", mask: "url(#alert_filled_svg__a)" })] }));
|
|
3
3
|
export default SvgAlertFilled;
|
package/icons/Images.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
const SvgImages = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 26 26", ...props, children: [_jsx("path", { stroke: "
|
|
2
|
+
const SvgImages = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 26 26", ...props, children: [_jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", d: "M25 6.217V23a2 2 0 0 1-2 2H6.217" }), _jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", d: "M22.913 3.087v17.826a2 2 0 0 1-2 2H3.087" }), _jsx("path", { stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 1.5, d: "M20.826 18.826a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h15.826a2 2 0 0 1 2 2z", clipRule: "evenodd" }), _jsx("path", { stroke: "currentColor", strokeLinejoin: "round", d: "m18.217 16.652-3.13-8.348-4.174 6.261-2.609-3.13-3.13 5.217" }), _jsx("path", { stroke: "currentColor", strokeLinejoin: "round", d: "M8.304 5.696a1.565 1.565 0 1 1-3.13 0 1.565 1.565 0 0 1 3.13 0Z", clipRule: "evenodd" }), _jsx("path", { stroke: "currentColor", strokeLinejoin: "round", d: "M20.826 16.652H1" })] }));
|
|
3
3
|
export default SvgImages;
|