@react-symbols/icons
Version:
Symbols icons by Miguel Solorio for React
4 lines • 662 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const Julia = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24" }, props, { children: [_jsx("path", { fill: "#F87171", stroke: "#F87171", strokeWidth: "2", d: "M10.354 16.177a3.177 3.177 0 11-6.354 0 3.177 3.177 0 016.354 0z" }), _jsx("path", { fill: "#4ADE80", stroke: "#4ADE80", strokeWidth: "2", d: "M15.177 7.823a3.177 3.177 0 11-6.354 0 3.177 3.177 0 016.354 0z" }), _jsx("path", { fill: "#A855F7", d: "M21 16.177a4.177 4.177 0 11-8.354 0 4.177 4.177 0 018.354 0z" })] })));
export default Julia;
//# sourceMappingURL=julia.js.map