UNPKG

@wordpress/block-library

Version:
23 lines (21 loc) 612 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BandcampIcon = void 0; var _primitives = require("@wordpress/primitives"); var _jsxRuntime = require("react/jsx-runtime"); /** * WordPress dependencies */ const BandcampIcon = () => /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.SVG, { width: "24", height: "24", viewBox: "0 0 24 24", version: "1.1", children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.Path, { d: "M15.27 17.289 3 17.289 8.73 6.711 21 6.711 15.27 17.289" }) }); exports.BandcampIcon = BandcampIcon; //# sourceMappingURL=bandcamp.js.map