UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 589 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Filter = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 93.2 102.6", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Filter-b{fill:white;}` }) }), _jsx("path", { className: "Filter-b", d: "M93.2,9.1c0-5-20.9-9.1-46.6-9.1S0,4.1,0,9.1s21.1,34.3,34.9,54.2v39.3l23.4-12.6v-26.7c13.8-19.9,34.9-50.9,34.9-54.2ZM15.5,10.9c0-3.9,14.8-7.1,33-7.1s33,3.2,33,7.1-14.8,7.1-33,7.1S15.5,14.8,15.5,10.9Z" })] })); export default Filter; //# sourceMappingURL=Filter.js.map