@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.28 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var KeyboardDock = /*#__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: "M22 4.75c0-1.24-1.01-2.25-2.25-2.25H4.25C3.01 2.5 2 3.5 2 4.75v9.5c0 1.25 1 2.25 2.25 2.25h7v2.94l-.84-.84a.75.75 0 1 0-1.06 1.06l2.12 2.12c.3.3.77.3 1.06 0l2.12-2.12a.75.75 0 1 0-1.06-1.06l-.84.84V16.5h7c1.24 0 2.25-1 2.25-2.25v-9.5ZM6.75 12h10.6a.75.75 0 0 1 0 1.5H6.65a.75.75 0 0 1 0-1.5h.1Zm8.75-2.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-3 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-3 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-3 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0ZM5 6.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm3 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm3 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm3 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm3 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z"
}));
});
KeyboardDock.displayName = 'KeyboardDock';
export var KeyboardDockDimensions = {
height: 24,
width: 24
};