UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 486 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgInsertRowTop = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M20 13a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1zm-1 2H5v4h14zM12 1a5 5 0 1 1 0 10 5 5 0 0 1 0-10m1 2h-2v1.999L9 5v2l2-.001V9h2V6.999L15 7V5l-2-.001z" }) })); const Memo = memo(SvgInsertRowTop); export default Memo;