@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 570 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const UpDot = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 166.2 150", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.UpDot-b{fill:white;}` }) }), _jsx("path", { className: "UpDot-b", d: "M103,11.5l60.1,104c8.9,15.3-2.2,34.5-19.9,34.5H23c-17.7,0-28.8-19.2-19.9-34.5L63.2,11.5c8.9-15.3,31-15.3,39.8,0ZM83.1,60c-13.8,0-25,11.2-25,25s11.2,25,25,25,25-11.2,25-25-11.2-25-25-25Z" })] }));
export default UpDot;
//# sourceMappingURL=UpDot.js.map