@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
12 lines (11 loc) • 1.38 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Animation = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 247.4 225.7", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `
.Animation-b {
fill: #474747;
}
.Animation-c {
fill: #dbdbdb;
}
` }) }), _jsx("path", { className: "Animation-c", d: "M231,101.7L76,12.2c-8.6-5-19.3,1.2-19.3,11.2v179c0,9.9,10.7,16.1,19.3,11.2l155-89.5c8.6-5,8.6-17.3,0-22.3Z" }), _jsx("path", { className: "Animation-c", d: "M28.3,13.8h5.1c3.6,0,6.5-2.9,6.5-6.5s-2.9-6.5-6.5-6.5h-5.1C12.7.8,0,13.5,0,29.1v167.8c0,15.6,12.7,28.3,28.3,28.3h5.1c3.6,0,6.5-2.9,6.5-6.5s-2.9-6.5-6.5-6.5h-5.1c-8.4,0-15.3-6.9-15.3-15.3V29.1c0-8.4,6.9-15.3,15.3-15.3Z" }), _jsx("path", { className: "Animation-b", d: "M91.9,43.5c-6.9-4-15.6,1-15.6,9v120.7c0,8,8.7,13,15.6,9l104.5-60.3c6.9-4,6.9-14,0-18.1l-104.5-60.3Z" }), _jsx("path", { className: "Animation-b", d: "M233,88L87.4,3.9c-9.1-5.2-19.9-5.2-29,.1-8.9,5.3-14.1,15.1-14.1,25.4v166.7c0,11.2,6.1,21.8,16.3,26.7,4,1.9,8.2,2.9,12.5,2.9s9.9-1.3,14.4-3.9l145.6-84.1c9-5.2,14.4-14.5,14.4-24.9s-5.4-19.7-14.4-24.9ZM224.8,124l-145.2,83.8c-8.6,5-19.3-1.2-19.3-11.2V29c0-9.9,10.7-16.1,19.3-11.2l145.2,83.8c8.6,5,8.6,17.3,0,22.3Z" })] }));
export default Animation;
//# sourceMappingURL=Animation.js.map