@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.26 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DesktopKeyboard = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M11.07 25H7.72a.75.75 0 0 1-.07-1.5H9.5V21H4.25C3.01 21 2 20 2 18.75V5.25C2 4.01 3 3 4.25 3h19.5C24.99 3 26 4 26 5.25v9.18a3.73 3.73 0 0 0-1.75-.43h-9.5A3.75 3.75 0 0 0 11 17.75v6.5c0 .26.03.5.07.75Zm3.68-10A2.75 2.75 0 0 0 12 17.75v6.5A2.75 2.75 0 0 0 14.75 27h9.5A2.75 2.75 0 0 0 27 24.25v-6.5A2.75 2.75 0 0 0 24.25 15h-9.5Zm.75 9.25c0-.41.34-.75.75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1-.75-.75Zm0-5.25a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm3 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm1-2a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm3 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm1-2a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"
}));
});
DesktopKeyboard.displayName = 'DesktopKeyboard';
export var DesktopKeyboardDimensions = {
height: 28,
width: 28
};