@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 573 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const DownDot = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 166.2 150", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.DownDot-b{fill:white;}` }) }), _jsx("path", { className: "DownDot-b", d: "M23,0h120.1c17.7,0,28.8,19.2,19.9,34.5l-60.1,104c-8.9,15.3-31,15.3-39.8,0L3.1,34.5C-5.7,19.2,5.3,0,23,0ZM108.1,65c0-13.8-11.2-25-25-25s-25,11.2-25,25,11.2,25,25,25,25-11.2,25-25Z" })] }));
export default DownDot;
//# sourceMappingURL=DownDot.js.map