UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 1.06 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FolderOpenSIcon = 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: "M14.005 7H3.145a.5.5 0 0 0-.49.402L1.514 13.1a.5.5 0 0 0 .49.4h10.86a.5.5 0 0 0 .49-.402l1.14-5.698a.5.5 0 0 0-.49-.4M3.145 5.5a2 2 0 0 0-1.962 1.608l-1.14 5.698c-.025.129-.041.26-.028.392v.006A2 2 0 0 0 2.005 15h10.86a2 2 0 0 0 1.961-1.608l1.14-5.698c.026-.129.042-.26.03-.392A2 2 0 0 0 14.004 5.5H3.145", clipRule: "evenodd" }), React.createElement("path", { fill: "currentColor", d: "M1.505 3a.5.5 0 0 1 .5-.5h3.503L7.504 4h5.5a.5.5 0 0 1 .5.5v1h.5c.365 0 .707.097 1 .268V4.5a2 2 0 0 0-2-2h-5L6.01 1H2.005a2 2 0 0 0-2 2v10q0 .104.01.204v-.006a1.3 1.3 0 0 1 .029-.392l1.14-5.698c.055-.278.166-.533.32-.754z" }))); }); FolderOpenSIcon.displayName = 'FolderOpenSIcon';