UNPKG

@theguild/components

Version:
6 lines (5 loc) 536 B
import { jsx } from "react/jsx-runtime"; const SvgList = (props) => /* @__PURE__ */ jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx("path", { d: "M8.40002 4.80001H20.1V6.60001H8.40002V4.80001ZM3.90002 4.35001H6.60002V7.05001H3.90002V4.35001ZM3.90002 10.65H6.60002V13.35H3.90002V10.65ZM3.90002 16.95H6.60002V19.65H3.90002V16.95ZM8.40002 11.1H20.1V12.9H8.40002V11.1ZM8.40002 17.4H20.1V19.2H8.40002V17.4Z", fill: "currentColor" }) }); export { SvgList as ReactComponent };