UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 415 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgEthLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M8.149 15.304 12 20.6l3.851-5.296L12 17.674zm8.988-3.14L12 3.816l-5.137 8.348L12 15.326zM4 13l8-13 8 13-8 11z" }) })); const Memo = memo(SvgEthLine); export default Memo;