UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 439 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgEnglishInput = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M14 10h2v.757a4.5 4.5 0 0 1 7 3.743V20h-2v-5.5c0-1.43-1.174-2.5-2.5-2.5S16 13.07 16 14.5V20h-2zm-2-6v2H4v5h8v2H4v5h8v2H2V4z" }) })); const Memo = memo(SvgEnglishInput); export default Memo;