@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
12 lines (11 loc) • 918 B
JavaScript
// packages/icons/src/library/corner-top-left.tsx
import { G, Path, SVG } from "@wordpress/primitives";
import { jsx, jsxs } from "react/jsx-runtime";
var corner_top_left_default = /* @__PURE__ */ jsxs(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: [
/* @__PURE__ */ jsx(G, { opacity: ".25", children: /* @__PURE__ */ jsx(Path, { d: "M5.75 6A.25.25 0 0 1 6 5.75h3v-1.5H6A1.75 1.75 0 0 0 4.25 6v3h1.5V6ZM18 18.25h-3v1.5h3A1.75 1.75 0 0 0 19.75 18v-3h-1.5v3a.25.25 0 0 1-.25.25ZM18.25 9V6a.25.25 0 0 0-.25-.25h-3v-1.5h3c.966 0 1.75.784 1.75 1.75v3h-1.5ZM5.75 18v-3h-1.5v3c0 .966.784 1.75 1.75 1.75h3v-1.5H6a.25.25 0 0 1-.25-.25Z" }) }),
/* @__PURE__ */ jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M6 5.75a.25.25 0 0 0-.25.25v3h-1.5V6c0-.966.784-1.75 1.75-1.75h3v1.5H6Z" })
] });
export {
corner_top_left_default as default
};
//# sourceMappingURL=corner-top-left.mjs.map