UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 2.04 kB
"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({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.0049 7H3.14449C2.90615 7 2.70094 7.16823 2.6542 7.40194L1.51461 13.0999C1.53671 13.2096 1.59483 13.3057 1.67595 13.3766C1.76402 13.4534 1.87922 13.5 2.00488 13.5H12.8653C13.1036 13.5 13.3088 13.3318 13.3556 13.0981L14.4952 7.40011C14.4495 7.17242 14.2465 7 14.0049 7ZM3.14449 5.5C2.4745 5.5 1.86996 5.83234 1.50488 6.35438C1.35048 6.57518 1.2389 6.8299 1.18333 7.10777L0.0437215 12.8058C0.0178922 12.935 0.0016718 13.0667 0.0145384 13.1978C0.0147581 13.2 0.0149815 13.2023 0.0152086 13.2045C0.117629 14.213 0.969349 15 2.00488 15H12.8653C13.8186 15 14.6395 14.3271 14.8264 13.3922L15.966 7.69419C15.9919 7.56505 16.0081 7.4333 15.9952 7.30222C15.9308 6.64562 15.5488 6.0822 15.0049 5.76756C14.7107 5.59739 14.3692 5.5 14.0049 5.5H13.5049H3.14449Z", fill: "currentColor" }), react_1.default.createElement("path", { d: "M1.50488 3.00001C1.50488 2.72387 1.72874 2.50001 2.00488 2.50001L5.50778 2.5L7.50417 3.99998H13.0049C13.281 3.99998 13.5049 4.22383 13.5049 4.49998V5.5H14.0049C14.3692 5.5 14.7107 5.59739 15.0049 5.76756V4.49998C15.0049 3.39541 14.1095 2.49998 13.0049 2.49998H8.00488L6.0085 1L2.00488 1.00001C0.90031 1.00002 0.00488281 1.89545 0.00488281 3.00001V13C0.00488281 13.069 0.00838059 13.1373 0.0152086 13.2045C0.0149815 13.2023 0.0147581 13.2 0.0145384 13.1978C0.0016718 13.0667 0.0178922 12.935 0.0437215 12.8058L1.18333 7.10777C1.2389 6.8299 1.35048 6.57518 1.50488 6.35438V3.00001Z", fill: "currentColor" }))); }); exports.FolderOpenSIcon.displayName = 'FolderOpenSIcon';