dathost-remixicon-react
Version:
Remix Icon for React
6 lines (5 loc) • 508 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { memo } from "react";
const SvgCharacterRecognitionLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M4.998 15v4h4v2h-6v-6zm16 0v6h-6v-2h4v-4zm-8.001-9 4.4 11h-2.155l-1.201-3h-4.09l-1.199 3H6.598l4.399-11zm-1 2.885L10.75 12h2.492zM8.998 3v2h-4v4h-2V3zm12 0v6h-2V5h-4V3z" }) }));
const Memo = memo(SvgCharacterRecognitionLine);
export default Memo;