UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.6 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ImageGallerySIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M.805 2.743a1.87 1.87 0 0 1 1.272-.493h11.846c.467 0 .926.172 1.272.493.348.323.555.774.555 1.257v8c0 .483-.207.934-.555 1.257a1.87 1.87 0 0 1-1.272.493H2.077a1.87 1.87 0 0 1-1.272-.493A1.72 1.72 0 0 1 .25 12V4c0-.483.207-.934.555-1.257m.945 5.26V12c0 .048.02.106.076.158a.37.37 0 0 0 .25.092h7.175a6.37 6.37 0 0 0-2.157-2.854c-1.27-.956-2.871-1.467-4.52-1.432h-.018q-.404 0-.806.038m9.08 4.247h3.093a.37.37 0 0 0 .251-.092.22.22 0 0 0 .076-.158v-1.489a8.2 8.2 0 0 0-4.124.086c.3.521.536 1.075.704 1.653M9.205 9.315a9.66 9.66 0 0 1 5.045-.34V4a.22.22 0 0 0-.076-.158.37.37 0 0 0-.25-.092H2.076a.37.37 0 0 0-.251.092A.22.22 0 0 0 1.75 4v2.496a10 10 0 0 1 .801-.032c1.972-.04 3.901.571 5.445 1.734.445.334.85.71 1.21 1.117m.031-4.778a2.15 2.15 0 0 1 1.458-.565c.538 0 1.063.198 1.459.565.397.37.632.882.632 1.43s-.235 1.06-.632 1.43a2.15 2.15 0 0 1-1.459.565 2.15 2.15 0 0 1-1.458-.565 1.95 1.95 0 0 1-.632-1.43c0-.548.235-1.06.632-1.43m1.458.935a.65.65 0 0 0-.437.164.45.45 0 0 0-.153.331c0 .113.047.233.153.33.107.1.264.165.438.165.173 0 .33-.065.437-.164a.45.45 0 0 0 .153-.331.45.45 0 0 0-.153-.33.65.65 0 0 0-.437-.165", clipRule: "evenodd" }))); }); ImageGallerySIcon.displayName = 'ImageGallerySIcon';