@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 966 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DrinkWine = /*#__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: "M6.75 2a.75.75 0 0 0-.75.75v7a5.75 5.75 0 0 0 5 5.7v5.06l-2.25-.01a.75.75 0 0 0 0 1.5l3 .01 3.5-.01a.75.75 0 0 0 0-1.5H12.5v-5.04c3.1-.38 5.5-3.01 5.5-6.21v-6.5a.75.75 0 0 0-.75-.75H6.75Zm.75 5V3.5h9V7h-9Zm8.18 2.7a3.73 3.73 0 0 1-2.91 2.97.5.5 0 0 1-.2-.98 2.74 2.74 0 0 0 2.13-2.17.5.5 0 0 1 .98.19Z"
}));
});
DrinkWine.displayName = 'DrinkWine';
export var DrinkWineDimensions = {
height: 24,
width: 24
};