UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.1 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ImageGalleryMIcon = 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", { fill: "currentColor", fillRule: "evenodd", d: "M2.78 4.88a2.15 2.15 0 0 1 1.52-.63h15.4a2.15 2.15 0 0 1 2.15 2.15v11.2a2.15 2.15 0 0 1-2.15 2.15H4.3a2.15 2.15 0 0 1-2.15-2.15V6.4c0-.57.227-1.117.63-1.52m.87 6.849V17.6a.65.65 0 0 0 .65.65h9.666a9.19 9.19 0 0 0-9.023-6.6h-.02a10 10 0 0 0-1.273.079m11.87 6.521h4.18a.65.65 0 0 0 .65-.65v-2.33a10.05 10.05 0 0 0-5.968.181c.508.87.892 1.812 1.138 2.799m-2.012-4.076a11.55 11.55 0 0 1 6.842-.453v-7.32a.65.65 0 0 0-.65-.65H4.3a.65.65 0 0 0-.65.65v3.817q.632-.07 1.268-.068a10.69 10.69 0 0 1 8.59 4.024m.232-6.783a2.493 2.493 0 1 1 3.525 3.525 2.493 2.493 0 0 1-3.525-3.525m1.763.77a.993.993 0 1 0 0 1.986.993.993 0 0 0 0-1.986", clipRule: "evenodd" }))); }); ImageGalleryMIcon.displayName = 'ImageGalleryMIcon';