UNPKG

@comfortdelgro/compass-icons

Version:
26 lines (24 loc) 1.23 kB
import * as React from "react"; import { forwardRef } from "react"; const FacebookCircular = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ref: ref, ...props }, /*#__PURE__*/ React.createElement("g", { fill: "currentColor" }, /*#__PURE__*/ React.createElement("g", { clipPath: "url(#clip0_10530_97582)" }, /*#__PURE__*/ React.createElement("path", { d: "M24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 17.9895 4.3882 22.954 10.125 23.8542V15.4688H7.07812V12H10.125V9.35625C10.125 6.34875 11.9166 4.6875 14.6576 4.6875C15.9701 4.6875 17.3438 4.92188 17.3438 4.92188V7.875H15.8306C14.34 7.875 13.875 8.80008 13.875 9.75V12H17.2031L16.6711 15.4688H13.875V23.8542C19.6118 22.954 24 17.9895 24 12Z", fill: "currentColor" })), /*#__PURE__*/ React.createElement("defs", null, /*#__PURE__*/ React.createElement("clipPath", { id: "clip0_10530_97582" }, /*#__PURE__*/ React.createElement("rect", { width: 24, height: 24, fill: "white" }))))); const ForwardRef = /*#__PURE__*/ forwardRef(FacebookCircular); export default ForwardRef;