@semcore/icon
Version:
Semrush Icon Component
29 lines • 1.77 kB
JavaScript
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 GoogleBusinessProfile({
width = '16',
height = '16',
viewBox = '0 0 16 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "GoogleBusinessProfile",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "m14.37.96 1.46 3.79c.18.46.24.98.08 1.53-.3 1-1.26 1.73-2.3 1.72-.76 0-1.48-.3-1.9-.88A2.35 2.35 0 0 1 8 7.07a2.36 2.36 0 0 1-3.7.05C3.88 7.7 3.16 8 2.4 8A2.42 2.42 0 0 1 .1 6.28c-.17-.55-.11-1.08.07-1.53L1.63.96A1.5 1.5 0 0 1 3.03 0h9.94c.62 0 1.18.38 1.4.96Zm-1.06 6.01c.65.11 1.27-.2 1.56-.8.17-.33.17-.7.03-1.05l-1.34-3.48a1 1 0 0 0-.93-.64h-1.4l.02.06 1.11 5.14c.11.47.52.7.95.77ZM7.5 5.63a1.38 1.38 0 0 1-2.75 0c0-.14.03-.3.1-.48L6.21 1H7.5v4.63Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M3 14h5v1H3a2 2 0 0 1-2-2V9h1v4a1 1 0 0 0 1 1ZM9 12a3 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.2H11.8v-1.2H15v.4h-.01v.04L15 12a3 3 0 1 1-6 0Z",
shapeRendering: "geometricPrecision"
}));
}
GoogleBusinessProfile.displayName = 'GoogleBusinessProfile';
export default createBaseComponent(GoogleBusinessProfile);