UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 460 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgFontSansSerif = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M5 4h14v4h-1.5C17 6 17 5 15 5h-5v7h3c1 0 2-.5 2-2h1v5h-1c0-1.5-1-2-2-2h-3v4.5c0 2.5 3.5 2.5 3.5 2.5v1H5v-1c2-.5 2-1.5 2-2.5v-10c0-1 0-2-2-2.5z" }) })); const Memo = memo(SvgFontSansSerif); export default Memo;