UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 411 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgOpenbaseFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "m12 2.76 10 3.236-.9 9.468-9.1 6.86-9.1-6.864L2.01 6zm0 .825L3.19 6.435 12 20.793l8.806-14.358z" }) })); const Memo = memo(SvgOpenbaseFill); export default Memo;