UNPKG

@scaleflex/icons

Version:
39 lines 2.72 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["color", "size", "ref"]; import React from 'react'; export var BrandDetect = function BrandDetect(_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, ref = _ref.ref, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ "data-icon-name": "BrandDetect", ref: ref, width: size, height: size, viewBox: "0 0 50 50", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("g", { "clip-path": "url(#clip0_27330_1978)" }, /*#__PURE__*/React.createElement("path", { d: "M39.5341 8.73157V10.5827L30.6789 5.45465C27.327 3.52853 22.6492 3.52853 19.3223 5.45465L10.4671 10.6077V8.73157C10.4671 3.10328 13.5439 0.00146484 19.1722 0.00146484H30.829C36.4573 0.00146484 39.5341 3.10328 39.5341 8.73157Z", fill: color }), /*#__PURE__*/React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M39.2556 14.7564L39.6059 14.9315C44.0835 17.9583 44.3836 18.5086 44.3836 23.2364V34.543C44.3836 39.2958 44.1085 39.8211 39.7059 42.7728L28.7995 49.0765C27.7239 49.7019 26.3481 50.0021 24.9973 50.0021C23.6215 50.0021 22.2707 49.7269 21.1951 49.0765L10.3888 42.8479C5.91114 39.8211 5.61096 39.2708 5.61096 34.543V23.2364C5.61096 18.5086 5.91114 17.9583 10.2887 15.0066L10.739 14.7814L14.141 12.7802L21.1951 8.72788C23.3463 7.47715 26.6483 7.47715 28.7995 8.72788L35.8537 12.8053L39.2556 14.7564ZM34.9796 28.6947L32.7974 31.3778C32.4396 31.7714 32.1892 32.5226 32.225 33.0593L32.4396 36.4936C32.5827 38.6044 31.0802 39.6776 29.1126 38.9263L25.9286 37.6384C25.4278 37.4596 24.6049 37.4596 24.1041 37.6384L20.9201 38.8906C18.9525 39.6776 17.45 38.5686 17.5931 36.4579L17.8077 33.0235C17.8435 32.4869 17.5931 31.7356 17.2353 31.3421L15.0173 28.6947C13.6579 27.0849 14.266 25.2961 16.3052 24.7595L19.6323 23.9009C20.1689 23.7578 20.777 23.257 21.0632 22.8277L22.9235 19.9657C24.0683 18.1769 25.8928 18.1769 27.0734 19.9657L28.9337 22.8277C29.2199 23.2927 29.8638 23.7578 30.3647 23.9009L33.6917 24.7595C35.7309 25.2961 36.3391 27.0849 34.9796 28.6947Z", fill: color })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", { id: "clip0_27330_1978" }, /*#__PURE__*/React.createElement("rect", { width: "50", height: "50", fill: "white", transform: "translate(0 0.000610352)" })))); }; export default BrandDetect;