@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 927 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ImageMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ImageMIcon = (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", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M14.916 19a9.94 9.94 0 0 0-9.99-8.1c-.68-.002-1.358.061-2.026.189m18.2 3.627a10.8 10.8 0 0 0-7.708.315M4.3 19h15.4a1.4 1.4 0 0 0 1.4-1.4V6.4A1.4 1.4 0 0 0 19.7 5H4.3a1.4 1.4 0 0 0-1.4 1.4v11.2A1.4 1.4 0 0 0 4.3 19m11.203-8.103a1.743 1.743 0 1 0 0-3.487 1.743 1.743 0 0 0 0 3.487" }))); });
exports.ImageMIcon.displayName = 'ImageMIcon';