UNPKG

optimall-icons

Version:

Biblioteca de ícones do Optimall

29 lines 2.04 kB
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 ClubePodiIcon = /*#__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", 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.35 4.51c-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.28 1.18 2.56 2.42 3.79 3.62l.5.49c.42.41.98.63 1.55.63.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-.19-.46-.27-.69.03-.02.06-.03.08-.05.25-.16.49-.34.71-.52a6.231 6.231 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.77 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.01-.01Zm-9.74 8.12c-.17.14-.35.28-.54.4-.12.08-.25.14-.4.22l-.96.5.46 1.19c.13.35.26.69.41 1.03.16.38.12.51.07.62-.07.15-.19.21-.27.22-.08.01-.22.02-.36-.12l-.53-.52c-1.23-1.2-2.51-2.44-3.8-3.62a4.438 4.438 0 0 1-1.43-3.36c.02-1.28.59-2.48 1.56-3.3.88-.75 1.93-1.12 2.97-1.12 1.14 0 2.26.44 3.16 1.32.86.85 1.33 2.06 1.27 3.31a4.478 4.478 0 0 1-1.6 3.24l-.01-.01Z" }), /*#__PURE__*/React.createElement("path", { d: "M12.11 18.32h-.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 ClubePodiIcon;