@wordpress/block-library
Version:
Block library for the WordPress editor.
16 lines (15 loc) • 415 B
JavaScript
/**
* WordPress dependencies
*/
import { Path, SVG } from '@wordpress/primitives';
import { jsx as _jsx } from "react/jsx-runtime";
export const 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"
})
});
//# sourceMappingURL=bandcamp.js.map