UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 945 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FolderSIcon = 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: "M6.236 1.575A.37.37 0 0 0 5.98 1.5H1.863a.37.37 0 0 0-.369.37v11.76a.37.37 0 0 0 .369.37h12.274a.37.37 0 0 0 .369-.37V4.11a.37.37 0 0 0-.369-.37H7.442a.75.75 0 0 1-.725-.568l-.346-1.388V1.78a.37.37 0 0 0-.135-.206M5.97 0a1.87 1.87 0 0 1 1.85 1.42v.002l.204.818h6.112c.494 0 .968.197 1.317.548.35.35.546.826.546 1.322v9.52c0 .496-.196.972-.546 1.322a1.86 1.86 0 0 1-1.317.548H1.863a1.86 1.86 0 0 1-1.317-.548A1.87 1.87 0 0 1 0 13.63V1.87C0 1.374.196.9.546.548A1.86 1.86 0 0 1 1.863 0z", clipRule: "evenodd" }))); }); FolderSIcon.displayName = 'FolderSIcon';