@wordpress/block-library
Version:
Block library for the WordPress editor.
15 lines • 553 B
JavaScript
/**
* WordPress dependencies
*/
import { Path, SVG } from '@wordpress/primitives';
import { jsx as _jsx } from "react/jsx-runtime";
export const FacebookIcon = () => /*#__PURE__*/_jsx(SVG, {
width: "24",
height: "24",
viewBox: "0 0 24 24",
version: "1.1",
children: /*#__PURE__*/_jsx(Path, {
d: "M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z"
})
});
//# sourceMappingURL=facebook.js.map