UNPKG

@semcore/icon

Version:
24 lines 1.52 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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 { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function FacebookView({ width = '20', height = '20', viewBox = '0 0 20 20', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "FacebookView", "data-group": "facebook", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M19.497 8.618c.67.799.67 1.965 0 2.764-1.719 2.04-5.325 5.618-9.497 5.618s-7.778-3.578-9.497-5.618c-.67-.799-.67-1.965 0-2.764 1.719-2.04 5.325-5.618 9.497-5.618s7.778 3.578 9.497 5.618zm-.786 2.169c.385-.455.385-1.119 0-1.574-1.647-1.948-4.97-5.213-8.712-5.213-3.743 0-7.064 3.264-8.712 5.213-.385.455-.385 1.119 0 1.574 1.648 1.948 4.97 5.213 8.712 5.213 3.743 0 7.065-3.267 8.712-5.213zm-5.211-1.287c.276 0 .5.224.5.5 0 2.209-1.791 4-4 4s-4-1.791-4-4 1.791-4 4-4c.276 0 .5.224.5.5s-.224.5-.5.5c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3c0-.276.224-.5.5-.5z", shapeRendering: "geometricPrecision" })); } FacebookView.displayName = 'FacebookView'; export default createBaseComponent(FacebookView);