UNPKG

hh-ui-components

Version:
9 lines 1.03 kB
import React from "react"; export var FacebookIcon = function (_a) { var className = _a.className; return (React.createElement("svg", { className: className, xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 44 45", fill: "none", role: "img", "aria-labelledby": "Facebook Icon" }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.4877 34.7246V23.7771H27.3432L27.9204 19.5106H23.4877V16.7867C23.4877 15.5514 23.8476 14.7097 25.7061 14.7097L28.0765 14.7086V10.8927C27.6664 10.8408 26.2594 10.7246 24.6225 10.7246C21.2049 10.7246 18.8652 12.7129 18.8652 16.3643V19.5106H15V23.7771H18.8652V34.7246H23.4877Z", fill: "#1A1817" }), React.createElement("path", { opacity: "0.3", d: "M0.5 22.7246C0.5 10.8505 10.1259 1.22461 22 1.22461C33.8741 1.22461 43.5 10.8505 43.5 22.7246C43.5 34.5987 33.8741 44.2246 22 44.2246C10.1259 44.2246 0.5 34.5987 0.5 22.7246Z", stroke: "#1A1817" }))); }; export default FacebookIcon; //# sourceMappingURL=Facebook.js.map