UNPKG

@kurone-kito/launchpad-icons-react

Version:

the icons like the VRChat icons for Node.js ecosystem with the React

4 lines 1.05 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Trash = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 133 157", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Trash-b{fill:white;}` }) }), _jsx("path", { className: "Trash-b", d: "M128.1,19h-36.1v-8.3c0-5.9-4.8-10.7-10.7-10.7h-29.7c-5.9,0-10.7,4.8-10.7,10.7v8.3H4.9c-2.7,0-4.9,2.2-4.9,4.9v14.7c0,.8.7,1.5,1.5,1.5h130.1c.8,0,1.5-.7,1.5-1.5v-14.7c0-2.7-2.2-4.9-4.9-4.9ZM83,19h-33v-8.3c0-.9.7-1.7,1.7-1.7h29.7c.9,0,1.7.7,1.7,1.7v8.3Z" }), _jsx("path", { className: "Trash-b", d: "M116.4,49H15.6c-2,0-3.6,1.6-3.6,3.6v100.8c0,2,1.6,3.6,3.6,3.6h100.8c2,0,3.6-1.6,3.6-3.6V52.6c0-2-1.6-3.6-3.6-3.6ZM43,132.3c0,3.1-2.8,5.5-6,4.9s-4-2.7-4-5.1v-58.2c0-2.4,1.6-4.6,4-5.1s6,1.8,6,4.9v58.6ZM71,132.3c0,3.1-2.8,5.5-6,4.9s-4-2.7-4-5.1v-58.2c0-2.4,1.6-4.6,4-5.1s6,1.8,6,4.9v58.6ZM99,132.3c0,3.1-2.8,5.5-6,4.9s-4-2.7-4-5.1v-58.2c0-2.4,1.6-4.6,4-5.1s6,1.8,6,4.9v58.6Z" })] })); export default Trash; //# sourceMappingURL=Trash.js.map