UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.49 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ImageMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { d: "M14.9161 19C14.4813 16.6847 13.238 14.5992 11.4082 13.1155C9.57832 11.6318 7.28088 10.8465 4.92571 10.8996C4.24595 10.8977 3.56758 10.961 2.8999 11.0886M21.1 14.716C18.5793 13.8686 15.8347 13.9808 13.3916 15.031M4.2999 19H19.6999C20.0712 19 20.4273 18.8525 20.6899 18.5899C20.9524 18.3274 21.0999 17.9713 21.0999 17.6V6.39997C21.0999 6.02867 20.9524 5.67257 20.6899 5.41002C20.4273 5.14747 20.0712 4.99997 19.6999 4.99997H4.2999C3.9286 4.99997 3.5725 5.14747 3.30995 5.41002C3.0474 5.67257 2.8999 6.02867 2.8999 6.39997V17.6C2.8999 17.9713 3.0474 18.3274 3.30995 18.5899C3.5725 18.8525 3.9286 19 4.2999 19ZM15.5026 10.8968C15.9649 10.8968 16.4082 10.7131 16.7351 10.3863C17.062 10.0594 17.2456 9.61605 17.2456 9.15377C17.2456 8.6915 17.062 8.24816 16.7351 7.92128C16.4082 7.59441 15.9649 7.41077 15.5026 7.41077C15.0404 7.41077 14.597 7.59441 14.2701 7.92128C13.9433 8.24816 13.7596 8.6915 13.7596 9.15377C13.7596 9.61605 13.9433 10.0594 14.2701 10.3863C14.597 10.7131 15.0404 10.8968 15.5026 10.8968Z", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); }); ImageMIcon.displayName = 'ImageMIcon';