@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.34 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DrinkCoffee = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M5.5 2.75a.75.75 0 0 0-1.5 0c0 1.27.93 1.92 1.5 2.32l.07.04c.68.48.93.7.93 1.14a.75.75 0 0 0 1.5 0c0-1.27-.93-1.92-1.5-2.32l-.07-.04c-.68-.48-.93-.7-.93-1.14ZM4.82 8C3.82 8 3 8.82 3 9.82V14a8 8 0 0 0 15.42 3h1.33a3.25 3.25 0 0 0 0-6.5H19v-.68c0-1-.82-1.82-1.82-1.82H4.82Zm14.93 7.5h-.89c.1-.49.14-.99.14-1.5v-2h.75a1.75 1.75 0 1 1 0 3.5ZM8.75 2c.41 0 .75.34.75.75 0 .43.25.66.93 1.14l.06.04c.58.4 1.51 1.05 1.51 2.32a.75.75 0 0 1-1.5 0c0-.43-.25-.66-.93-1.14l-.06-.04C8.93 4.67 8 4.02 8 2.75c0-.41.34-.75.75-.75Zm4.75.75a.75.75 0 0 0-1.5 0c0 1.27.93 1.92 1.5 2.32l.07.04c.68.48.93.7.93 1.14a.75.75 0 0 0 1.5 0c0-1.27-.93-1.92-1.5-2.32l-.07-.04c-.68-.48-.93-.7-.93-1.14Z"
}));
});
DrinkCoffee.displayName = 'DrinkCoffee';
export var DrinkCoffeeDimensions = {
height: 24,
width: 24
};