@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.04 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var GasPump = /*#__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 3A2.75 2.75 0 0 0 4 5.75V20.5h-.25a.75.75 0 0 0 0 1.5h13.5a.75.75 0 0 0 0-1.5H17v-1.8a2.75 2.75 0 0 0 4-2.44v-5.84c0-.6-.2-1.18-.55-1.65l-1.1-1.47a.75.75 0 0 0-1.2.9l1.1 1.47c.16.21.25.48.25.75v5.83a1.24 1.24 0 1 1-2.49 0V14.5l-.01-.12V5.75A2.75 2.75 0 0 0 14.25 3h-7.5ZM7 6.75c0-.41.34-.75.75-.75h5.5c.41 0 .75.34.75.75v3.5c0 .41-.34.75-.75.75h-5.5a.75.75 0 0 1-.75-.75v-3.5Z"
}));
});
GasPump.displayName = 'GasPump';
export var GasPumpDimensions = {
height: 24,
width: 24
};