@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 Engine = /*#__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: "M9.75 3c.41 0 .75.34.75.75V5h2V3.75a.75.75 0 0 1 1.5 0V5h2.75c.3 0 .58.19.7.47l.8 2.03h1A2.75 2.75 0 0 1 22 10.25v5.5a2.75 2.75 0 0 1-2.75 2.75h-1l-.8 2.03a.75.75 0 0 1-.7.47h-7.5c-.2 0-.4-.09-.55-.24L5.74 17.6A2.75 2.75 0 0 1 5 15.7v-3.2H3.5v3.75a.75.75 0 0 1-1.5 0v-8.5a.75.75 0 0 1 1.5 0V11H5V7.75A2.75 2.75 0 0 1 7.75 5H9V3.75c0-.41.34-.75.75-.75zm.75 6.75a.75.75 0 0 0-1.5 0v2.5A2.75 2.75 0 0 0 11.75 15h6.5a.75.75 0 0 0 0-1.5H14V9.75a.75.75 0 0 0-1.5 0v3.75h-.75c-.69 0-1.25-.56-1.25-1.25v-2.5z"
}));
});
Engine.displayName = 'Engine';
export var EngineDimensions = {
height: 24,
width: 24
};