@react-symbols/icons
Version:
Symbols icons by Miguel Solorio for React
4 lines • 1.24 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const FolderConfig = (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: "#0EA5E9", d: "M16.772 13.404c.267.958-.287 1.954-1.22 2.193l-.494.127a5.218 5.218 0 00.005 1.587l.457.114c.942.236 1.502 1.241 1.227 2.205l-.157.555a4.45 4.45 0 001.256.81l.418-.456a1.651 1.651 0 012.454 0l.422.461a4.45 4.45 0 001.256-.802l-.168-.602c-.267-.958.287-1.954 1.22-2.193l.494-.127a5.217 5.217 0 00-.005-1.587l-.457-.114c-.941-.236-1.501-1.241-1.227-2.205l.158-.554a4.446 4.446 0 00-1.257-.81l-.417.455a1.651 1.651 0 01-2.455 0L17.86 12c-.46.193-.883.466-1.255.802l.167.602zm2.728 4.414c-.678 0-1.227-.59-1.227-1.318 0-.728.55-1.318 1.227-1.318.678 0 1.227.59 1.227 1.318 0 .728-.55 1.318-1.227 1.318z" })] })));
export default FolderConfig;
//# sourceMappingURL=folderConfig.js.map