UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 377 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgQrScan2Fill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M15 3h6v6h-6zM9 3v6H3V3zm6 18v-6h6v6zm-6 0H3v-6h6zM3 11h18v2H3z" }) })); const Memo = memo(SvgQrScan2Fill); export default Memo;