UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 974 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialCoffeeW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CoffeeW100", short_name: "Coffee", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M11 17q-2.35 0-4.025-1.663Q5.3 13.675 5.3 11.3V5q0-.3.2-.5t.5-.2h11.45q1 0 1.7.7t.7 1.7q0 1-.7 1.7t-1.7.7h-.75v2.2q0 2.375-1.675 4.037Q13.35 17 11 17ZM6 8.4h10V5H6Zm5 7.9q2.075 0 3.538-1.462Q16 13.375 16 11.3V9.1H6v2.2q0 2.075 1.463 3.538Q8.925 16.3 11 16.3Zm5.7-7.9h.75q.725 0 1.213-.488.487-.487.487-1.212t-.487-1.213Q18.175 5 17.45 5h-.75ZM5.65 19.7q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h12q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1ZM11 9.1Z" })); }); IconMaterialCoffeeW100.displayName = 'AmauiIconMaterialCoffeeW100'; export default IconMaterialCoffeeW100;