UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.45 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FolderOpenMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FolderOpenMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.803 4.877a.59.59 0 0 0-.402-.126H4.365a.6.6 0 0 0-.426.184.7.7 0 0 0-.189.477v6.826l.38-1.331a2.516 2.516 0 0 1 2.42-1.824h13.444V8a.7.7 0 0 0-.19-.476.6.6 0 0 0-.425-.185h-8.19a.75.75 0 0 1-.722-.549l-.423-1.515-.007-.027a.67.67 0 0 0-.234-.37m11.69 4.544a2.51 2.51 0 0 1 1.2 2.709l-1.201 5.547a2.19 2.19 0 0 1-.609 1.43l-.54-.52.54.52a2.1 2.1 0 0 1-1.504.643H4.365c-.57 0-1.11-.234-1.504-.642a2.19 2.19 0 0 1-.611-1.52V5.412c0-.565.217-1.112.61-1.52a2.1 2.1 0 0 1 1.505-.641H9.39c.486-.012.958.147 1.34.447.38.299.646.718.761 1.186l.267.955h7.62c.569 0 1.11.234 1.504.642l-.54.521.54-.521c.394.407.61.954.61 1.52zM3.756 17.675c.019.15.085.287.184.39a.6.6 0 0 0 .426.185h15.014a.6.6 0 0 0 .426-.185.7.7 0 0 0 .189-.477.8.8 0 0 1 .017-.158l1.215-5.617a1.016 1.016 0 0 0-.992-1.23H6.55c-.454 0-.852.3-.977.736z", clipRule: "evenodd" }))); }); exports.FolderOpenMIcon.displayName = 'FolderOpenMIcon';