@scaleflex/icons
Version:
SVG icons as React components
31 lines • 3.25 kB
JavaScript
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 Teams = 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": "Teams",
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", {
d: "M21.5628 0.370648C19.5016 0.652192 17.4926 1.23325 15.5991 2.09546C16.0257 2.70973 16.4456 3.3168 16.8618 3.91845C17.7064 5.13941 18.5355 6.33808 19.3737 7.52947C19.466 7.66052 19.8065 7.71793 19.9836 7.66052C23.006 6.69078 26.0558 6.6471 29.1181 7.45708C30.5176 7.81741 31.8573 8.37996 33.0947 9.12698C32.6394 10.5123 32.4323 11.8652 32.5957 13.2805C33.1645 18.1504 37.8558 21.6337 42.6994 20.7601C47.6227 19.8677 50.8134 15.0128 49.626 10.2215C49.3416 9.06428 48.8223 7.97795 48.1004 7.03009C47.3785 6.08223 46.4694 5.29311 45.4297 4.71179C44.39 4.13048 43.2418 3.76941 42.0567 3.65103C40.8715 3.53265 39.6747 3.65951 38.5406 4.0237C38.2849 4.10482 37.9045 4.12354 37.6999 3.99C32.7629 0.780009 27.3838 -0.426441 21.5628 0.370648Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M8.9694 20.4029C8.54768 22.7997 8.69682 25.2622 9.40473 27.5904C10.252 30.4756 11.8917 33.065 14.1372 35.0638C14.3106 35.2223 14.4678 35.5692 14.4191 35.7789C14.0257 37.4777 13.6067 39.1715 13.1738 40.9211C13.0413 41.4568 12.9074 41.9979 12.7726 42.5458C12.4902 42.3366 12.2089 42.1372 11.9316 41.9407C11.3403 41.5216 10.7673 41.1155 10.2417 40.655C3.38703 34.6502 0.784622 27.1619 2.43447 18.1901C2.47289 17.8988 2.39687 17.604 2.22241 17.3676C-0.20122 14.4971 -0.561704 10.5283 1.33803 7.32706C2.26214 5.7721 3.64804 4.5443 5.30261 3.81477C6.95718 3.08524 8.79798 2.89032 10.5685 3.25716C12.3477 3.6316 13.965 4.55427 15.1933 5.89556C16.4215 7.23685 17.199 8.9294 17.4165 10.7355C17.9754 15.5018 14.4815 19.8463 9.70161 20.3168C9.52943 20.332 9.35799 20.3538 9.16127 20.3787L8.9694 20.4029Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M32.4597 37.2821C34.0552 36.4628 35.4945 35.3695 36.712 34.0521C39.2067 31.3613 40.6624 28.1925 40.9842 24.5295C41.0341 23.9604 41.2212 23.6833 41.7975 23.5048C43.3188 23.0349 44.8263 22.5207 46.3581 21.9982C46.8354 21.8354 47.3166 21.6713 47.7998 21.5079C47.9772 23.1343 47.9205 24.7776 47.6314 26.3878C46.1159 35.0331 41.2536 41.0112 33.1919 44.4247C32.9026 44.5571 32.6637 44.7794 32.5109 45.0587C30.6024 48.7804 26.4474 50.6474 22.4347 49.5616C18.4743 48.4908 15.8237 44.7729 16.0731 40.6156C16.2864 36.9675 18.9782 33.7513 22.5831 32.8527C24.3762 32.3947 26.2688 32.5223 27.9842 33.217C29.6997 33.9118 31.1481 35.1372 32.118 36.7142C32.2302 36.8952 32.335 37.0699 32.4597 37.2821Z",
fill: color
}));
});
export default Teams;