@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 1.15 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Edit = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 163 162.8", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Edit-b{fill:white;}` }) }), _jsx("path", { className: "Edit-b", d: "M153.1,32.4c.8.8,2,.7,2.8,0l1.8-1.8c6.9-6.9,7-18.2.2-25.2-7-7.3-18.9-7-26,0l-1.9,1.9c-.8.8-.8,2.1,0,2.9l23,22.2Z" }), _jsx("path", { className: "Edit-b", d: "M60.2,80l22.6,22.6c.8.8,2,.8,2.8,0l59.4-59.4c.8-.8.8-2.1,0-2.9l-23-22.2c-.8-.8-2-.7-2.8,0l-59,59c-.8.8-.8,2,0,2.8Z" }), _jsx("path", { className: "Edit-b", d: "M49.6,87.8l-.6.6c-1,1-1.6,2.3-1.8,3.7l-3.2,25.7,27.3-2.9c1.4-.2,2.8-.8,3.8-1.8.7-.7.7-1.9,0-2.6l-22.9-22.8c-.7-.7-1.9-.7-2.6,0Z" }), _jsx("path", { className: "Edit-b", d: "M161.6,48.9l-13.4,15.2c-.1.1-.2.3-.2.5v76.8c0,3.6-2.9,6.5-6.5,6.5H21.5c-3.6,0-6.5-2.9-6.5-6.5V25.3c0-3.6,2.9-6.5,6.5-6.5h80.6c.6,0,1.1-.2,1.5-.7l9.7-11c1.1-1.3.2-3.3-1.5-3.3H21.5C9.6,3.8,0,13.5,0,25.3v116c0,11.9,9.6,21.5,21.5,21.5h132.9c4.7,0,8.6-3.8,8.6-8.6V49.4c0-.7-.9-1.1-1.4-.5Z" })] }));
export default Edit;
//# sourceMappingURL=Edit.js.map