@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.24 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var KeyboardMouse = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M13.5 1A1.5 1.5 0 0 1 15 2.5v3a2.5 2.5 0 1 1-5 0v-3A1.5 1.5 0 0 1 11.5 1h2Zm-.65 2.85c.1-.09.15-.22.15-.35V2h-1v1.5c0 .13.05.26.15.35.09.1.22.15.35.15.13 0 .26-.05.35-.15ZM12.5 9c.94 0 1.81-.36 2.47-1.03l.02-.01.01-.02v3.31c0 .97-.78 1.75-1.75 1.75H2.75C1.78 13 1 12.22 1 11.25v-6.5C1 3.78 1.78 3 2.75 3H9v2.5A3.48 3.48 0 0 0 12.5 9ZM9 8.25a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Zm-2-2a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Zm-1 2a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0ZM3.25 5.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM3.5 11h9a.5.5 0 0 0 0-1h-9a.5.5 0 0 0 0 1Z"
}));
});
KeyboardMouse.displayName = 'KeyboardMouse';
export var KeyboardMouseDimensions = {
height: 16,
width: 16
};