UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.02 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var CursorHoverOff = /*#__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: "m36.1 37.88 5.77 5.75a1.25 1.25 0 0 0 1.76-1.76L6.13 4.37a1.25 1.25 0 1 0-1.76 1.76l3.29 3.3a3.5 3.5 0 0 0-2.41 3.32v18.5a3.5 3.5 0 0 0 3.5 3.5H18v-13.5c0-.43.09-.85.24-1.24L20 21.77v20.98a1.25 1.25 0 0 0 2.29.7l4.96-7.33c.17-.27.5-.39.8-.3l8.06 2.06ZM14.56 9.25l25.43 25.42a3.5 3.5 0 0 0 2.77-3.42v-18.5a3.5 3.5 0 0 0-3.5-3.5h-24.7Z" })); }); CursorHoverOff.displayName = 'CursorHoverOff'; export var CursorHoverOffDimensions = { height: 48, width: 48 };