UNPKG

@react-symbols/icons

Version:

Symbols icons by Miguel Solorio for React

4 lines 1.76 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; const FolderActions = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24" }, props, { children: [_jsx("path", { fill: "#8B5CF6", stroke: "#8B5CF6", strokeWidth: "0.25", d: "M20.39 16.636a.608.608 0 00-.065-1.212h-.022a.605.605 0 00-.411 1.028c-.368.724-.93 1.254-1.774 1.698a2.925 2.925 0 01-1.763.335c-.487-.064-.865-.28-1.103-.638-.346-.53-.379-1.103-.087-1.677.206-.41.53-.713.736-.865a5.805 5.805 0 01-.14-.551c-1.57 1.135-1.407 2.671-.931 3.396.357.54 1.082.876 1.882.876.216 0 .433-.021.649-.075 1.384-.27 2.434-1.093 3.029-2.315zm1.903-1.342c-.822-.962-2.033-1.492-3.418-1.492h-.173a.594.594 0 00-.53-.325h-.021a.605.605 0 00.021 1.212h.022a.61.61 0 00.53-.368h.195c.822 0 1.6.238 2.303.703.541.357.93.822 1.147 1.385.184.454.173.897-.022 1.276-.303.573-.81.887-1.482.887-.432 0-.843-.13-1.06-.227a6.379 6.379 0 01-.486.39 3.34 3.34 0 001.395.335c1.039 0 1.806-.574 2.099-1.147.313-.627.292-1.71-.52-2.629zM16.8 16.82c.01.324.28.584.605.584h.022a.605.605 0 00-.022-1.212h-.021c-.022 0-.055 0-.076.01a3.963 3.963 0 01-.563-2.4c.044-.65.26-1.212.639-1.677.313-.4.919-.595 1.33-.606 1.147-.021 1.633 1.406 1.666 1.98.14.032.378.108.54.162C20.79 11.909 19.71 11 18.67 11c-.973 0-1.87.703-2.227 1.742-.498 1.384-.174 2.715.432 3.764a.486.486 0 00-.075.314z" }), _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 FolderActions; //# sourceMappingURL=folderActions.js.map