UNPKG

@semcore/icon

Version:
25 lines 1.23 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '../../lib/esm/index.mjs'; function RootFacebook({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Facebook", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M12 1.007c-6.075 0-11 4.955-11 11.066 0 5.523 4.022 10.1 9.282 10.934v-7.734H7.487v-3.2h2.795V9.635c0-2.775 1.642-4.306 4.154-4.306 1.203 0 2.464.216 2.464.216v2.721h-1.39c-1.365 0-1.792.855-1.792 1.73v2.075h3.049l-.488 3.2h-2.56v7.734C18.977 22.175 23 17.597 23 12.074c0-6.112-4.925-11.067-11-11.067Z", shapeRendering: "geometricPrecision" })); } RootFacebook.displayName = 'Facebook'; const Facebook = createBaseComponent(RootFacebook); export { Facebook as default };