UNPKG

@wordpress/block-library

Version:
25 lines (24 loc) 880 B
// packages/block-library/src/tabs/icon.js import { SVG, Path } from "@wordpress/components"; import { jsx } from "react/jsx-runtime"; var icon_default = /* @__PURE__ */ jsx( SVG, { width: "24", height: "24", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx( Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M5.2998 4.8501C4.60945 4.8501 4.0498 5.40974 4.0498 6.1001V10.3501H11.3498V6.1001C11.3498 5.40974 10.7902 4.8501 10.0998 4.8501H5.2998ZM14.2002 10.3501V7.1001H18.5002V10.3501H20.0002V6.8501C20.0002 6.15974 19.4406 5.6001 18.7502 5.6001H13.9502C13.2598 5.6001 12.7002 6.15974 12.7002 6.8501V10.3501H14.2002ZM20 12.6001H4V14.1001H20V12.6001ZM14 17.1001H4V18.6001H14V17.1001Z" } ) } ); export { icon_default as default }; //# sourceMappingURL=icon.mjs.map