UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.22 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FolderMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FolderMIcon = (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.865 4.56a.7.7 0 0 0-.435-.124H4.19a.68.68 0 0 0-.46.178.59.59 0 0 0-.192.43v13.913c0 .161.069.316.191.43a.68.68 0 0 0 .46.177h15.622a.68.68 0 0 0 .46-.177.59.59 0 0 0 .19-.43V7.694a.59.59 0 0 0-.19-.43.68.68 0 0 0-.46-.178H11.29c-.353 0-.66-.224-.746-.543l-.441-1.646a.6.6 0 0 0-.238-.338M9.42 3c.495-.01.98.136 1.376.416a2.04 2.04 0 0 1 .8 1.137l.294 1.098h7.92c.581 0 1.138.215 1.549.598.41.383.641.903.641 1.445v11.263c0 .542-.23 1.061-.641 1.445-.41.383-.968.598-1.548.598H4.189c-.58 0-1.137-.215-1.548-.598A1.98 1.98 0 0 1 2 18.957V5.043c0-.541.23-1.061.641-1.444C3.051 3.216 3.61 3 4.19 3z", clipRule: "evenodd" }))); }); exports.FolderMIcon.displayName = 'FolderMIcon';