@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 911 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var KeyboardShift = /*#__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: "M10.88 2.47c-.08.06-.16.14-.22.22l-7.87 9.44c-.62.74-.52 1.85.22 2.46l.14.1c.3.2.63.3.99.3H7v5.26c0 .97.78 1.75 1.75 1.75h6.64c.9-.08 1.61-.83 1.61-1.75V15h2.86a1.75 1.75 0 0 0 1.35-2.87l-7.87-9.44c-.58-.7-1.6-.83-2.33-.32l-.13.1z"
}));
});
KeyboardShift.displayName = 'KeyboardShift';
export var KeyboardShiftDimensions = {
height: 24,
width: 24
};