@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 987 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CursorHover = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M8.75 9.25a3.5 3.5 0 0 0-3.5 3.5v18.5a3.5 3.5 0 0 0 3.5 3.5H18v-13.5a3.25 3.25 0 0 1 5.55-2.3l15.5 15.5c.1.1.18.2.26.3a3.5 3.5 0 0 0 3.44-3.5v-18.5a3.5 3.5 0 0 0-3.5-3.5H8.75Zm13.38 11.12a1.25 1.25 0 0 0-2.13.88v21.5a1.25 1.25 0 0 0 2.29.7l4.96-7.33c.17-.27.5-.39.8-.3l8.39 2.14a1.25 1.25 0 0 0 1.2-2.1l-15.5-15.5Z"
}));
});
CursorHover.displayName = 'CursorHover';
export var CursorHoverDimensions = {
height: 48,
width: 48
};