UNPKG

optimall-icons

Version:

Biblioteca de ícones do Optimall

31 lines 2.72 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 CoffeeIcon = /*#__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 || "coffee", 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: "M15.34 7.6c.566 0 1.069.021 1.497.091.425.07.852.198 1.21.465.504.375.717.897.801 1.443h.793c.477 0 .91.018 1.286.073.371.054.753.154 1.086.366.78.496.91 1.325.885 2.076-.04 1.206-.335 2.587-1.23 3.776-.901 1.198-2.335 2.1-4.46 2.486a9.969 9.969 0 0 1-2.606 2.952c-.562.432-1.112.713-1.736.877-.606.158-1.242.195-1.947.195H9.08c-.705 0-1.342-.037-1.947-.195-.624-.164-1.175-.445-1.737-.877-3.728-2.867-4.222-6.937-4.296-10.81-.016-.838.067-1.777.85-2.362.36-.268.786-.395 1.212-.465.428-.07.93-.092 1.496-.092H15.34ZM4.66 9.4c-.538 0-.924.021-1.206.067-.284.047-.391.107-.425.132-.01.005-.142.089-.127.884.073 3.806.574 7.096 3.594 9.418.397.306.733.468 1.095.563.38.1.832.135 1.49.135h1.839c.658 0 1.11-.036 1.49-.135.363-.095.698-.257 1.096-.563 3.02-2.322 3.52-5.612 3.593-9.418.016-.803-.12-.88-.127-.884-.034-.025-.141-.085-.424-.132-.283-.045-.669-.067-1.206-.067H4.659Zm14.214 2c-.065 1.645-.243 3.305-.745 4.877 1.017-.368 1.672-.899 2.101-1.469.6-.798.836-1.777.87-2.755.009-.278-.018-.415-.039-.473-.01-.03-.008-.021-.012-.024-.031-.02-.131-.068-.381-.104a7.457 7.457 0 0 0-1.026-.052h-.768Z", fillRule: "evenodd", clipRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { d: "M6.928 3.34a.901.901 0 0 1 1.225 1.319l.002-.001.017-.017a.932.932 0 0 0-.11.161 1.452 1.452 0 0 0-.16.698.9.9 0 0 1-1.802 0c0-.669.182-1.19.378-1.553a2.73 2.73 0 0 1 .385-.542c.015-.015.028-.03.04-.04l.014-.015.007-.006.004-.004.305.329-.305-.33Zm3.908-1.605a.9.9 0 0 1 .948 1.53c-.083.05-.314.27-.527.7a3.473 3.473 0 0 0-.355 1.535.9.9 0 0 1-1.8 0c0-.902.229-1.703.543-2.336.303-.61.727-1.142 1.19-1.429ZM13.61 3.19a.9.9 0 0 1 .984 1.486 1.384 1.384 0 0 0-.086.218 2.31 2.31 0 0 0-.107.606.9.9 0 0 1-1.8 0c0-.36.077-.785.189-1.143.057-.182.132-.377.228-.554a1.51 1.51 0 0 1 .51-.568l.081-.045Z" })); }); export default CoffeeIcon;