@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 766 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ImageMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.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" }))); });
ImageMIcon.displayName = 'ImageMIcon';