UNPKG

@react-symbols/icons

Version:

Symbols icons by Miguel Solorio for React

4 lines 1.13 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; const FolderMiddleware = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24" }, props, { children: [_jsx("path", { fill: "#64748B", fillRule: "evenodd", d: "M5 4a3 3 0 00-3 3v10a3 3 0 003 3h8v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z", clipRule: "evenodd" }), _jsx("path", { fill: "#14B8A6", d: "M18.643 12c-.592 0-1.072.48-1.072 1.071v.643h-1.714a.857.857 0 00-.857.857v1.286c0 .237.192.429.429.429h.153c.56 0 1.07.403 1.126.96a1.071 1.071 0 01-1.065 1.183h-.214a.429.429 0 00-.429.428v1.286c0 .473.384.857.857.857h1.286a.429.429 0 00.428-.429v-.153c0-.56.404-1.07.961-1.126a1.071 1.071 0 011.182 1.065v.214c0 .237.192.429.429.429h1.286a.857.857 0 00.857-.857v-1.714h.643a1.071 1.071 0 100-2.143h-.643V14.57a.857.857 0 00-.857-.857h-1.715v-.643c0-.591-.48-1.071-1.071-1.071z" })] }))); export default FolderMiddleware; //# sourceMappingURL=folderMiddleware.js.map