UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 1.13 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const HourgrassSquare = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 182 248", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.HourgrassSquare-b{fill:white;}` }) }), _jsx("path", { className: "HourgrassSquare-b", d: "M182,59.3V12.2c0-6.7-5.5-12.2-12.2-12.2H12.2C5.5,0,0,5.5,0,12.2v47.1c0,3.1,1.2,6.1,3.4,8.4l56.9,59c0,0,0,.2,0,.3-1.3,1.1-2.5,2.2-3.7,3.4L2.3,186.7c-1.5,1.5-2.3,3.6-2.3,5.7v47.4c0,4.5,3.7,8.2,8.2,8.2h165.6c4.5,0,8.2-3.7,8.2-8.2v-47.5c0-2.1-.8-4.1-2.2-5.6l-54.4-56.4c-1.2-1.2-2.4-2.4-3.7-3.4s0-.2,0-.3l56.9-59c2.2-2.2,3.4-5.2,3.4-8.4ZM166,198.9v19.7c0,7.4-6,13.4-13.4,13.4H29.4c-7.4,0-13.4-6-13.4-13.4v-19.7c0-2.1.8-4,2.2-5.5l49.4-51.2c6.4-6.6,15.3-10.5,24.5-10.2s16,3.7,21.8,9.7l49.9,51.7c1.4,1.5,2.2,3.5,2.2,5.5ZM126.1,88.3l-25.5,26.2c-1.5,1.5-3.4,2.5-5.5,2.9s-3,.4-4.1.4-2.7-.2-4.1-.4c-2.1-.3-4-1.3-5.5-2.9l-26.4-27.1-1.9-4.7v-10.1c0-4.2,3.4-7.5,7.5-7.5h59.9c4.2,0,7.5,3.4,7.5,7.5v11l-1.9,4.7Z" })] })); export default HourgrassSquare; //# sourceMappingURL=HourgrassSquare.js.map