@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.62 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ModeMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ModeMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.05 11.8a1.32 1.32 0 0 0-1.016.479l-.002.002-2.718 3.251a1.356 1.356 0 0 0 0 1.736l2.717 3.251.002.002a1.32 1.32 0 0 0 2.033 0l.002-.002 2.716-3.25.001-.001a1.36 1.36 0 0 0 0-1.736l-2.716-3.251-.001-.002A1.32 1.32 0 0 0 7.05 11.8m0 1.601L4.545 16.4l2.505 2.999L9.555 16.4zM16.95 3a4.05 4.05 0 1 0 0 8.1 4.05 4.05 0 0 0 0-8.1m-.976 1.694a2.551 2.551 0 1 0 1.953 4.714 2.551 2.551 0 0 0-1.953-4.714M16.4 12.35a1.4 1.4 0 0 0-1.236.743l-3.176 5.718-.002.003a1.5 1.5 0 0 0-.012 1.424A1.41 1.41 0 0 0 13.21 21h6.38a1.41 1.41 0 0 0 1.236-.762 1.5 1.5 0 0 0-.012-1.424l-3.178-5.721a1.4 1.4 0 0 0-1.236-.743m0 1.607L13.32 19.5h6.16zm3.096 5.59.004-.008zM4.484 3c-.315 0-.6.08-.84.24-.235.157-.383.36-.473.541a1.65 1.65 0 0 0-.17.67v5.166c0 .314.08.6.24.84.156.235.36.382.54.472a1.65 1.65 0 0 0 .67.17h.018l.008.001H9.62c.314 0 .599-.081.838-.24.235-.157.382-.36.472-.541a1.65 1.65 0 0 0 .171-.7V4.482c0-.314-.08-.6-.24-.84a1.4 1.4 0 0 0-.541-.472A1.65 1.65 0 0 0 9.65 3L9.65 3H9.63h.396zM4.5 4.5v5.1h5.1V4.5z", clipRule: "evenodd" }))); });
exports.ModeMIcon.displayName = 'ModeMIcon';