UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.11 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FolderSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FolderSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.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" }))); }); exports.FolderSIcon.displayName = 'FolderSIcon';