UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 535 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Slash = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 233.3 238.1", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Slash-b{fill:white;}` }) }), _jsx("path", { className: "Slash-b", d: "M9.5,238.1c-2.4,0-4.8-.9-6.6-2.7-3.8-3.7-3.8-9.7-.1-13.4L217,2.9c3.7-3.8,9.7-3.8,13.4-.1,3.8,3.7,3.8,9.7.2,13.4L16.3,235.3c-1.9,1.9-4.3,2.9-6.8,2.9Z" })] })); export default Slash; //# sourceMappingURL=Slash.js.map