UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 490 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgHtml5Fill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "m12 18.178 4.62-1.256.623-6.778H9.026L8.822 7.89h8.626l.227-2.211H6.325l.636 6.678h7.82l-.261 2.866-2.52.667-2.52-.667-.158-1.844h-2.27l.329 3.544zM3 2h18l-1.623 18L12 22l-7.377-2z" }) })); const Memo = memo(SvgHtml5Fill); export default Memo;