optimall-icons
Version:
Biblioteca de ícones do Optimall
29 lines • 1.68 kB
JavaScript
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, { forwardRef } from 'react';
export const ClubePodiFillIcon = /*#__PURE__*/forwardRef(({
className,
style,
ariaLabel,
size = 24,
width,
height,
...props
}, ref) => {
const iconSize = width || height || size;
return /*#__PURE__*/React.createElement("svg", _extends({
ref: ref,
className: className,
"aria-label": ariaLabel || "clube, podi, fill",
style: style,
width: width || iconSize,
height: height || iconSize,
viewBox: "0 0 24 24",
fill: "currentColor",
xmlns: "http://www.w3.org/2000/svg"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M20.366 4.505c-2.47-2.1-6.01-2.02-8.35.12a6.299 6.299 0 0 0-8.35-.12 6.267 6.267 0 0 0-.18 9.36c1.27 1.16 2.52 2.38 3.79 3.61l.5.49c.42.41.98.64 1.55.64.13 0 .26-.01.39-.04.7-.13 1.27-.58 1.58-1.23.39-.83.16-1.58-.04-2.07-.1-.23-.18-.46-.27-.69a7.63 7.63 0 0 0 .79-.57 6.23 6.23 0 0 0 2.25-4.54c.06-1.24-.26-2.44-.87-3.46a4.491 4.491 0 0 1 6.03-.13c.96.82 1.53 2.03 1.55 3.31.02 1.28-.5 2.51-1.44 3.38l-4.78 4.55a.9.9 0 0 0 1.24 1.3l4.76-4.54a6.282 6.282 0 0 0 2.01-4.72 6.264 6.264 0 0 0-2.18-4.64l.02-.01Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M12.126 18.315h-.02c-.36 0-.7.15-.95.41-.25.25-.39.6-.38.95 0 .36.14.7.39.95s.59.39.95.4c.18 0 .36-.04.53-.11a1.366 1.366 0 0 0 .85-1.28c-.02-.71-.65-1.31-1.37-1.31v-.01Z"
}));
});
export default ClubePodiFillIcon;