@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 999 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Video = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 206 203.8", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Video-b{fill:white;}` }) }), _jsx("path", { className: "Video-b", d: "M191.3,5.9c-1.2-4.3-5.6-6.8-9.8-5.6L5.9,48.4c-4.3,1.2-6.8,5.6-5.6,9.8l8,29.2,191-52.3-8-29.2ZM22.3,74.6l-13.3-18.1,23.1-6.3,13.3,18.1-23.1,6.3ZM71.5,61.1l-13.3-18.1,23.1-6.3,13.3,18.1-23.1,6.3ZM120.7,47.6l-13.3-18.1,23.1-6.3,13.3,18.1-23.1,6.3ZM156.6,16l23.1-6.3,13.3,18.1-23.1,6.3-13.3-18.1Z" }), _jsx("path", { className: "Video-b", d: "M8,88.8v107c0,4.4,3.6,8,8,8h182c4.4,0,8-3.6,8-8v-107H8ZM41.3,115.8h-24l8-21h24l-8,21ZM68.3,115.8l8-21h24l-8,21h-24ZM131.2,163.3l-33.2,19.2c-1.3.8-3-.2-3-1.7v-38.3c0-1.5,1.7-2.5,3-1.7l33.2,19.2c1.3.8,1.3,2.7,0,3.5ZM143.3,115.8h-24l8-21h24l-8,21ZM194.3,115.8h-24l8-21h24l-8,21Z" })] }));
export default Video;
//# sourceMappingURL=Video.js.map