@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 986 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialCoffee = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Coffee",
short_name: "Coffee",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M11 18q-2.9 0-4.95-2.05Q4 13.9 4 11V5q0-.825.588-1.413Q5.175 3 6 3h12.5q1.45 0 2.475 1.025Q22 5.05 22 6.5q0 1.45-1.025 2.475Q19.95 10 18.5 10H18v1q0 2.9-2.05 4.95Q13.9 18 11 18ZM6 8h10V5H6Zm5 8q2.075 0 3.538-1.463Q16 13.075 16 11v-1H6v1q0 2.075 1.463 3.537Q8.925 16 11 16Zm7-8h.5q.625 0 1.062-.438Q20 7.125 20 6.5t-.438-1.062Q19.125 5 18.5 5H18ZM5 21q-.425 0-.713-.288Q4 20.425 4 20t.287-.712Q4.575 19 5 19h14q.425 0 .712.288.288.287.288.712t-.288.712Q19.425 21 19 21Zm6-11Z"
}));
});
IconMaterialCoffee.displayName = 'AmauiIconMaterialCoffee';
export default IconMaterialCoffee;