dathost-remixicon-react
Version:
Remix Icon for React
6 lines (5 loc) • 446 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { memo } from "react";
const SvgListIndefinite = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M13 4h8v2h-8zm0 7h8v2h-8zm0 7h8v2h-8zm-6.5 1a2 2 0 1 1 0-4 2 2 0 0 1 0 4m0 2a4 4 0 1 0 0-8 4 4 0 0 0 0 8M5 6v3h3V6zM3 4h7v7H3z" }) }));
const Memo = memo(SvgListIndefinite);
export default Memo;