UNPKG

optimall-icons

Version:

Biblioteca de ícones do Optimall

29 lines 2.3 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 InvoiceIcon = /*#__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 || "invoice", 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: "M22.71 5.8c-.36-3.05-1.38-4.8-2.8-4.8H7.9C4.92 1 3.28 1 2.14 2.15 1 3.3 1 4.95 1 7.95v10.59c0 1.72 0 2.76.87 3.32 1.14.73 2.41-.16 3.17-.69a9.065 9.065 0 0 1 .83-.54c.08.02.34.19.57.33l1.92 1.21c.59.38.99.62 1.53.62s.94-.25 1.54-.63l1.91-1.21c.18-.12.49-.31.53-.33.08.02.34.19.57.33.09.05.19.13.3.21.76.53 2.04 1.42 3.17.69.88-.56.88-1.6.88-3.32V8.8h1.12c1.12 0 1.86 0 2.43-.63.57-.64.49-1.36.37-2.37ZM17 18.55c0 .74 0 1.51-.08 1.79-.29-.04-.9-.47-1.14-.64-.14-.1-.27-.19-.37-.25-.56-.35-.93-.59-1.45-.6-.57-.02-1.02.26-1.57.61l-1.92 1.21c-.24.15-.52.33-.54.35-.09-.02-.36-.19-.61-.35l-1.91-1.21c-.56-.35-.93-.59-1.45-.6-.57-.02-1.02.26-1.57.6-.11.07-.23.16-.37.25-.24.17-.85.59-1.14.64-.08-.29-.08-1.05-.08-1.79V7.95c0-2.78.02-3.94.62-4.53.59-.6 1.73-.62 4.48-.62h9.95C17.27 4.13 17 6.02 17 7.9v10.65ZM19.92 7h-1.09c.13-2.47.75-3.87 1.09-4.17.26.24.78 1.22 1.01 3.17.05.4.1.86.11.93-.13.06-.65.06-1.12.06V7Z" }), /*#__PURE__*/React.createElement("path", { d: "M9.9 10c-.67 0-1.1-.36-1.1-.6s.43-.6 1.1-.6c.55 0 .96.25 1.07.48.21.45.75.64 1.2.43.45-.21.64-.75.43-1.2-.32-.68-.99-1.19-1.8-1.4v-.22c0-.5-.4-.9-.9-.9s-.9.4-.9.9v.21c-1.17.31-2 1.2-2 2.29 0 1.35 1.27 2.4 2.9 2.4.67 0 1.1.35 1.1.6s-.43.6-1.1.6c-.55 0-.96-.25-1.07-.48a.903.903 0 0 0-1.2-.43c-.45.21-.64.75-.43 1.2.32.68.99 1.19 1.8 1.4v.21c0 .5.4.9.9.9s.9-.4.9-.9v-.21c1.17-.31 2-1.2 2-2.29 0-1.35-1.27-2.4-2.9-2.4V10Z" })); }); export default InvoiceIcon;