UNPKG

@massds/mayflower-react

Version:

React versions of Mayflower design system UI components

26 lines (23 loc) 1.18 kB
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from "react"; import PropTypes from "prop-types"; const SvgIconFacebook = props => { return /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 11 20", "aria-hidden": "true" }, props), /*#__PURE__*/React.createElement("path", { d: "M10.162 3.75H7.739c-.776 0-1.357.315-1.357 1.111V6.25h3.78L9.861 10H6.38v10h-3.78V10H.081V6.25h2.52V3.846C2.601 1.32 3.942 0 6.963 0h3.199z" })); }; SvgIconFacebook.propTypes = process.env.NODE_ENV !== "production" ? { title: PropTypes.string, width: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), height: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), className: PropTypes.string, fill: PropTypes.string, label: PropTypes.string } : {}; export default SvgIconFacebook;