@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.24 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FolderOpenSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FolderOpenSIcon = (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: "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_1.default.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" }))); });
exports.FolderOpenSIcon.displayName = 'FolderOpenSIcon';