@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 915 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DesktopMac = /*#__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: "M4.02 7.6 4 8v12a4 4 0 0 0 4 4h4v1a1 1 0 0 1-1 1h-1a1 1 0 1 0 0 2h12a1 1 0 1 0 0-2h-1a1 1 0 0 1-1-1v-1h4a4 4 0 0 0 4-4V8a4 4 0 0 0-4-4H8a4 4 0 0 0-3.98 3.6ZM18 24v1a3 3 0 0 0 .17 1h-4.34a3 3 0 0 0 .17-1v-1h4Zm6-2H8a2 2 0 0 1-2-2h20a2 2 0 0 1-2 2Z"
}));
});
DesktopMac.displayName = 'DesktopMac';
export var DesktopMacDimensions = {
height: 32,
width: 32
};