@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.24 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DrinkBottleOff = /*#__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: "m24.98 26.4 3.31 3.3a1 1 0 0 0 1.42-1.4l-26-26a1 1 0 0 0-1.42 1.4l7.14 7.15a9.1 9.1 0 0 0-.3.34A8.97 8.97 0 0 0 7 17.2V26a4 4 0 0 0 6.5 3.12 3.98 3.98 0 0 0 5 0 4 4 0 0 0 6.48-2.73Zm-2.4-2.4.42.41V26a2 2 0 0 1-3.67 1.1 1 1 0 0 0-1.66 0 2 2 0 0 1-3.34 0 1 1 0 0 0-1.66 0A2 2 0 0 1 9 26v-2h13.59ZM25 17.2v4.26L14.54 11h5.2c-1.02-1.02-2.02-2.2-2.33-3.8h-2.9a6 6 0 0 1-1.22 2.55l-1.43-1.43c.35-.48.58-.97.68-1.51A2.5 2.5 0 0 1 13.5 2h5a2.5 2.5 0 0 1 .88 4.84c.2 1.02.88 1.86 1.9 2.87a8.99 8.99 0 0 1 3.72 7.4v.09ZM13.5 4a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5Z"
}));
});
DrinkBottleOff.displayName = 'DrinkBottleOff';
export var DrinkBottleOffDimensions = {
height: 32,
width: 32
};