@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 755 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Notice = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 100 122.8", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Notice-b{fill:white;}` }) }), _jsx("path", { className: "Notice-b", d: "M88.6,0H11.4C5.1,0,0,5.1,0,11.4v86.2c0,6.3,5.1,11.4,11.4,11.4h16l-.5,10.5c-.1,2.6,2.9,4.2,5,2.7l17.8-13.2h38.9c6.3,0,11.4-5.1,11.4-11.4V11.4c0-6.3-5.1-11.4-11.4-11.4ZM50.5,90.2c-4.1,0-7.5-3.4-7.5-7.5s3.4-7.5,7.5-7.5,7.5,3.4,7.5,7.5-3.4,7.5-7.5,7.5ZM52.4,68h-3.8c-3.1,0-5.6-2.5-5.6-5.6V23.6c0-3.1,2.5-5.6,5.6-5.6h3.8c3.1,0,5.6,2.5,5.6,5.6v38.8c0,3.1-2.5,5.6-5.6,5.6Z" })] }));
export default Notice;
//# sourceMappingURL=Notice.js.map