UNPKG

@wordpress/block-library

Version:
23 lines (21 loc) 674 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlickrIcon = void 0; var _primitives = require("@wordpress/primitives"); var _jsxRuntime = require("react/jsx-runtime"); /** * WordPress dependencies */ const FlickrIcon = () => /*#__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: "M6.5,7c-2.75,0-5,2.25-5,5s2.25,5,5,5s5-2.25,5-5S9.25,7,6.5,7z M17.5,7c-2.75,0-5,2.25-5,5s2.25,5,5,5s5-2.25,5-5 S20.25,7,17.5,7z" }) }); exports.FlickrIcon = FlickrIcon; //# sourceMappingURL=flickr.js.map