UNPKG

@wordpress/block-library

Version:
9 lines (8 loc) 439 B
// packages/block-library/src/social-link/icons/bandcamp.js import { Path, SVG } from "@wordpress/primitives"; import { jsx } from "react/jsx-runtime"; var BandcampIcon = () => /* @__PURE__ */ jsx(SVG, { width: "24", height: "24", viewBox: "0 0 24 24", version: "1.1", children: /* @__PURE__ */ jsx(Path, { d: "M15.27 17.289 3 17.289 8.73 6.711 21 6.711 15.27 17.289" }) }); export { BandcampIcon }; //# sourceMappingURL=bandcamp.js.map