UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 471 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgKickFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M3 3h18v18H3zm7.564 2.536h-4.31v12.928h4.31V15.59H12v1.436h1.436v1.436h4.31v-4.309h-1.437v-1.436h-1.436v-1.436h1.436V9.845h1.436V5.536h-4.309v1.436H12V8.41h-1.436z" }) })); const Memo = memo(SvgKickFill); export default Memo;