UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 632 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Forbid = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 162 162", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Forbid-b{fill:white;}` }) }), _jsx("path", { className: "Forbid-b", d: "M81,0C36.3,0,0,36.3,0,81s36.3,81,81,81,81-36.3,81-81S125.7,0,81,0ZM81,25c15.1,0,28.8,6,38.9,15.8L27.1,96.3c-1.4-4.9-2.1-10-2.1-15.3,0-30.9,25.1-56,56-56ZM81,137c-14.8,0-28.2-5.8-38.2-15.1l92.4-55.3c1.2,4.6,1.9,9.4,1.9,14.4,0,30.9-25.1,56-56,56Z" })] })); export default Forbid; //# sourceMappingURL=Forbid.js.map