@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.15 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DrinkBottle = /*#__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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M11 4.5A2.5 2.5 0 0 1 13.5 2h5a2.5 2.5 0 0 1 .88 4.84c.2 1.02.87 1.86 1.9 2.87a8.99 8.99 0 0 1 3.72 7.4V26a4 4 0 0 1-6.5 3.12 3.98 3.98 0 0 1-5 0A4 4 0 0 1 7 26v-8.8a4.2 4.2 0 0 1 0-.2 8.97 8.97 0 0 1 3.3-6.97c1.22-1.18 2.03-2.08 2.24-3.22A2.5 2.5 0 0 1 11 4.5Zm2.5-.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5Zm-1.33 7h7.57c-1.02-1.02-2.03-2.2-2.33-3.8h-2.9c-.31 1.6-1.31 2.78-2.34 3.8ZM9 26a2 2 0 0 0 3.67 1.1 1 1 0 0 1 1.66 0 2 2 0 0 0 3.34 0 1 1 0 0 1 1.66 0A2 2 0 0 0 23 26v-2H9v2Z"
}));
});
DrinkBottle.displayName = 'DrinkBottle';
export var DrinkBottleDimensions = {
height: 32,
width: 32
};