UNPKG

optimall-icons

Version:

Biblioteca de ícones do Optimall

29 lines 1.95 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 TShirtIcon = /*#__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 || "t, shirt", 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: "m5 12.54-2.69-2.6-.047-.046C1.5 9.15.99 8.654.99 7.87c0-.8.52-1.31 1.32-2.07l2-1.94c.37-.36.6-.58.89-.75.272-.169.553-.259 1-.401l.09-.029 1.64-.53c.33-.11.73-.24 1.16 0 .45.26.53.69.6 1.07.19 1.01 1.12 1.74 2.19 1.74 1.07 0 2-.73 2.19-1.74.07-.38.15-.81.6-1.06.43-.24.84-.11 1.17 0l1.64.53.12.039c.42.137.695.226.97.391.262.154.467.348.778.643l.102.097 2.01 1.95.02.019c.779.76 1.3 1.267 1.3 2.051 0 .79-.52 1.3-1.31 2.07l-2.67 2.59v4.04c0 2 0 3.1-.86 3.93-.94.9-3.36 1.3-5.81 1.3h-.01c-2.68 0-5.41-.48-6.26-1.3C5 19.68 5 18.58 5 16.58v-4.04Zm0-2.478V8.9c0-.5.4-.9.9-.9s.9.4.9.9v7.68c0 1.58.01 2.35.31 2.63.95.91 8.38 1.15 9.58 0 .3-.28.31-1.05.31-2.63V8.9c0-.5.4-.9.9-.9s.9.4.9.9v1.143l1.42-1.373c.3-.29.64-.62.75-.78-.11-.16-.44-.49-.74-.78l-2-1.94c-.31-.3-.45-.43-.56-.5-.119-.07-.307-.13-.71-.257l-.01-.003-1.2-.39c-.52 1.62-2.07 2.75-3.85 2.75-1.78 0-3.33-1.13-3.85-2.75l-1.2.39c-.42.13-.6.2-.72.26-.11.07-.25.2-.56.5L3.56 7.11c-.3.29-.64.62-.75.78.11.16.45.49.75.78L5 10.062Z", fillRule: "evenodd", clipRule: "evenodd" })); }); export default TShirtIcon;