UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 485 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgGeminiFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M24 12.024C17.563 12.412 12.41 17.563 12.023 24h-.047C11.588 17.563 6.436 12.412 0 12.024v-.047C6.437 11.588 11.588 6.437 11.976 0h.047c.388 6.437 5.54 11.588 11.977 11.977z" }) })); const Memo = memo(SvgGeminiFill); export default Memo;