@wordpress/block-library
Version:
Block library for the WordPress editor.
9 lines (8 loc) • 578 B
JavaScript
// packages/block-library/src/social-link/icons/facebook.js
import { Path, SVG } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var 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" }) });
export {
FacebookIcon
};
//# sourceMappingURL=facebook.js.map