UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 1.06 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Caution = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 196 196", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Caution-b{fill:white;}` }) }), _jsx("path", { className: "Caution-b", d: "M98,0C43.88,0,0,43.88,0,98s43.88,98,98,98,98-43.88,98-98S152.12,0,98,0ZM91.64,33.48c2.41-1.83,5.39-2.75,8.94-2.75,3.32,0,6.22.92,8.69,2.75,2.46,1.84,3.7,4.42,3.7,7.74,0,6.77-.2,14.31-.6,22.62-.4,8.32-.8,16.63-1.2,24.94-.4,8.31-.6,15.91-.6,22.79,0,2.64-1.15,4.56-3.44,5.76-2.3,1.2-4.47,1.81-6.54,1.81-2.75,0-5.13-.6-7.14-1.81s-3.01-3.12-3.01-5.76c0-6.88-.2-14.47-.6-22.79-.4-8.31-.8-16.62-1.2-24.94-.4-8.31-.6-15.85-.6-22.62,0-3.32,1.2-5.9,3.61-7.74ZM109.96,153.53c-2.58,2.64-5.65,3.96-9.2,3.96-3.78,0-6.94-1.32-9.46-3.96-2.52-2.64-3.78-5.73-3.78-9.29s1.26-6.79,3.78-9.37c2.52-2.58,5.68-3.87,9.46-3.87,3.55,0,6.62,1.29,9.2,3.87s3.87,5.71,3.87,9.37-1.29,6.65-3.87,9.29Z" })] })); export default Caution; //# sourceMappingURL=Caution.js.map