@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 963 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var KeyCommand = /*#__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.5 5C7.33 5 8 5.67 8 6.5V8H6.5a1.5 1.5 0 1 1 0-3ZM10 8V6.5A3.5 3.5 0 1 0 6.5 10H8v4H6.5a3.5 3.5 0 1 0 3.5 3.5V16h4v1.5a3.5 3.5 0 1 0 3.5-3.5H16v-4h1.5A3.5 3.5 0 1 0 14 6.5V8h-4Zm0 2h4v4h-4v-4Zm6-2V6.5A1.5 1.5 0 1 1 17.5 8H16Zm0 8h1.5a1.5 1.5 0 1 1-1.5 1.5V16Zm-8 0v1.5A1.5 1.5 0 1 1 6.5 16H8Z"
}));
});
KeyCommand.displayName = 'KeyCommand';
export var KeyCommandDimensions = {
height: 24,
width: 24
};