@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 930 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DrinkToGo = /*#__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: "M15.72 2.22a.75.75 0 0 1 1.06 1.06L15.56 4.5h2.2c.3 0 .59.2.7.5l1.25 3.5c.17.49-.2 1-.7 1h-1.05l-1.6 10.05A2.89 2.89 0 0 1 13.4 22h-2.8c-1.5 0-2.76-.99-2.97-2.44L6.05 9.5H5a.75.75 0 0 1-.7-1L5.53 5c.11-.3.4-.5.71-.5h7.19l2.28-2.28ZM17.22 6H6.78l-.72 2h11.88l-.72-2Z"
}));
});
DrinkToGo.displayName = 'DrinkToGo';
export var DrinkToGoDimensions = {
height: 24,
width: 24
};