UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 382 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgFontFamily = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M5.554 22H3.4L11 3h2l7.6 19h-2.154l-2.4-6H7.954zm3.2-8h6.492L12 5.885z" }) })); const Memo = memo(SvgFontFamily); export default Memo;