@wordpress/block-library
Version:
Block library for the WordPress editor.
15 lines • 523 B
JavaScript
/**
* WordPress dependencies
*/
import { SVG, Path } from '@wordpress/components';
import { jsx as _jsx } from "react/jsx-runtime";
export default /*#__PURE__*/_jsx(SVG, {
xmlns: "http://www.w3.org/2000/svg",
width: "24",
height: "24",
viewBox: "0 0 24 24",
children: /*#__PURE__*/_jsx(Path, {
d: "M12 3c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9zm0 16.5c-4.1 0-7.5-3.4-7.5-7.5S7.9 4.5 12 4.5s7.5 3.4 7.5 7.5-3.4 7.5-7.5 7.5zM12 7l-1 5c0 .3.2.6.4.8l4.2 2.8-2.7-4.1L12 7z"
})
});
//# sourceMappingURL=icon.js.map