UNPKG

@react-symbols/icons

Version:

Symbols icons by Miguel Solorio for React

4 lines 1.09 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; const FolderHelpers = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24" }, props, { children: [_jsx("path", { fill: "#F59E0B", d: "M23.854 11.854a.5.5 0 00-.707-.707l-.899.898a2.126 2.126 0 00-2.626.302l-.534.535a.875.875 0 000 1.236l1.793 1.793a.877.877 0 001.238 0l.534-.534a2.126 2.126 0 00.302-2.625l.899-.899zm-5.5 4a.5.5 0 00-.707-.707l-.735.735-.147-.147a.375.375 0 00-.53 0l-.887.887a2.126 2.126 0 00-.303 2.625l-.899.9a.5.5 0 10.707.707l.9-.899a2.126 2.126 0 002.625-.302l.887-.888a.375.375 0 000-.53l-.146-.146.735-.735a.5.5 0 00-.707-.707l-.735.735-.793-.794.735-.735z" }), _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" })] }))); export default FolderHelpers; //# sourceMappingURL=folderHelpers.js.map