@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DesktopCursor = /*#__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: "M23.75 3C24.99 3 26 4 26 5.25v13.5c0 .67-.3 1.27-.76 1.69l-6.18-6.86A1.75 1.75 0 0 0 16 14.75V21h-4.5v2.5H16V25H8.25a.75.75 0 0 1-.1-1.5H10V21H4.25C3.01 21 2 20 2 18.75V5.25C2 4.01 3 3 4.25 3h19.5Zm-6.26 11.05a.75.75 0 0 1 .82.2l7.7 8.54a.75.75 0 0 1-.73 1.23l-4.39-1.09-2.52 3.74a.75.75 0 0 1-1.37-.42v-11.5c0-.31.2-.59.49-.7Z"
}));
});
DesktopCursor.displayName = 'DesktopCursor';
export var DesktopCursorDimensions = {
height: 28,
width: 28
};