UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 415 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgFlagFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M3 3h9.382a1 1 0 0 1 .894.553L14 5h6a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1h-6.382a1 1 0 0 1-.894-.553L12 16H5v6H3z" }) })); const Memo = memo(SvgFlagFill); export default Memo;