@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
17 lines (15 loc) • 1.09 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FacebookSquare = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 32 32",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "currentColor"
}, /*#__PURE__*/ React.createElement("path", {
d: "M21.67 31V19.39H25.5583L26.14 14.8767H21.67V11.9967C21.67 10.69 22.0333 9.79833 23.9067 9.79833H26.2967V5.76167C25.1397 5.63891 23.9768 5.57937 22.8133 5.58333C19.3683 5.58333 17.01 7.68667 17.01 11.55V14.8767H13.1133V19.39H17.01V31H2.66667C2.22464 31 1.80072 30.8244 1.48816 30.5118C1.17559 30.1993 1 29.7754 1 29.3333V2.66667C1 2.22464 1.17559 1.80072 1.48816 1.48816C1.80072 1.17559 2.22464 1 2.66667 1H29.3333C29.7754 1 30.1993 1.17559 30.5118 1.48816C30.8244 1.80072 31 2.22464 31 2.66667V29.3333C31 29.7754 30.8244 30.1993 30.5118 30.5118C30.1993 30.8244 29.7754 31 29.3333 31H21.67Z"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(FacebookSquare);
export default ForwardRef;