UNPKG

@wordpress/icons

Version:
9 lines (8 loc) 567 B
// packages/icons/src/library/format-list-bullets.tsx import { Path, SVG } from "@wordpress/primitives"; import { jsx } from "react/jsx-runtime"; var format_list_bullets_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M11.1 15.8H20v-1.5h-8.9v1.5zm0-8.6v1.5H20V7.2h-8.9zM6 13c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-7c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z" }) }); export { format_list_bullets_default as default }; //# sourceMappingURL=format-list-bullets.mjs.map