UNPKG

@wordpress/icons

Version:
9 lines (8 loc) 548 B
// packages/icons/src/library/insert-before.tsx import { Path, SVG } from "@wordpress/primitives"; import { jsx } from "react/jsx-runtime"; var insert_before_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M11 8H9v2H7v2h2v2h2v-2h2v-2h-2V8zm-1-4c-3.9 0-7 3.1-7 7s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7zm0 12c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5zM3 1v2h14V1H3z" }) }); export { insert_before_default as default }; //# sourceMappingURL=insert-before.mjs.map