UNPKG

@semcore/icon

Version:
33 lines 2.02 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 RootGoogleBusinessProfile({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "GoogleBusinessProfile", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "m19.96 4.22 1.83 4.8c.22.57.3 1.23.1 1.93A3.03 3.03 0 0 1 19 13.13a2.9 2.9 0 0 1-2.37-1.11 2.93 2.93 0 0 1-2.29 1.11c-.95 0-1.8-.46-2.34-1.18a2.94 2.94 0 0 1-2.34 1.18c-.93 0-1.75-.44-2.3-1.11A2.9 2.9 0 0 1 5 13.13a3.03 3.03 0 0 1-2.88-2.18c-.2-.7-.13-1.36.1-1.94l1.82-4.79C4.32 3.49 5 3 5.79 3h12.42c.78 0 1.47.48 1.75 1.22Zm-1.32 7.61a1.8 1.8 0 0 0 1.95-1c.2-.43.21-.9.03-1.35l-1.67-4.4c-.18-.49-.65-.81-1.17-.81h-1.73l.04.23 1.36 6.35c.14.6.65.9 1.19.98Zm-7.26-1.7c0 .96-.78 1.74-1.72 1.74a1.73 1.73 0 0 1-1.6-2.35l1.72-5.25h1.6v5.86Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M20 20a1 1 0 0 1-1.01 1H5.01A1 1 0 0 1 4 20v-6H3v6c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-6h-1v6Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M13 17a3 3 0 0 1 4.85-2.36l-.94.81a1.8 1.8 0 1 0-.9 3.35c.77 0 1.43-.5 1.68-1.2H15.8v-1.2H19v.4h-.01v.04L19 17a3 3 0 1 1-6 0Z", shapeRendering: "geometricPrecision" })); } RootGoogleBusinessProfile.displayName = 'GoogleBusinessProfile'; const GoogleBusinessProfile = createBaseComponent(RootGoogleBusinessProfile); export { GoogleBusinessProfile as default };