UNPKG

@scaleflex/icons

Version:
30 lines 2.01 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["color", "size"]; import React from 'react'; import { intrinsicComponent } from './utils/functions'; export var SupportRequest = intrinsicComponent(function (_ref, ref) { var _ref$color = _ref.color, color = _ref$color === void 0 ? 'currentColor' : _ref$color, _ref$size = _ref.size, size = _ref$size === void 0 ? 14 : _ref$size, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ "data-icon-name": "SupportRequest", ref: ref, width: size, height: size, viewBox: "0 0 50 50", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.0918 0.000549316C29.6192 0.000549316 38.1836 8.56493 38.1836 19.0923C38.1836 29.6198 29.6192 38.1841 19.0918 38.1841C15.6609 38.1841 12.3203 37.2709 9.38759 35.5367L0.0701904 38.1136L2.6474 28.7966C0.913239 25.8638 0 22.5233 0 19.0923C0 8.56493 8.56438 0.000549316 19.0918 0.000549316ZM13.2324 14.649H16.1621C16.1621 13.0335 17.4763 11.7193 19.0918 11.7193C20.7073 11.7193 22.0215 13.0335 22.0215 14.649C22.0215 15.481 21.6827 16.2489 21.0678 16.8115L17.627 19.961V23.5357H20.5566V21.2511L23.0457 18.9729C24.2569 17.8652 24.9512 16.2889 24.9512 14.649C24.9512 11.4179 22.3228 8.78961 19.0918 8.78961C15.8607 8.78961 13.2324 11.4179 13.2324 14.649ZM20.5566 29.3951V26.4654H17.627V29.3951H20.5566Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M41.1095 19.4029C46.4405 22.0965 50 27.6339 50 33.8385C50 36.7476 49.2252 39.5765 47.7531 42.0622L49.9294 49.93L42.0616 47.7537C39.576 49.2258 36.747 50.0006 33.8379 50.0006C27.6333 50.0006 22.0959 46.4411 19.4023 41.11C31.2988 40.9445 40.9439 31.2994 41.1095 19.4029Z", fill: color })); }); export default SupportRequest;