@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 968 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PinOff = /*#__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: "m29.52 31.3 12.1 12.08a1.25 1.25 0 1 0 1.76-1.76l-37-37a1.25 1.25 0 1 0-1.76 1.76l12.09 12.1-6.25 2.16a2.75 2.75 0 0 0-1.05 4.54L15.23 31 6 40.23V42h1.77L17 32.77l5.82 5.82a2.75 2.75 0 0 0 4.54-1.05l2.16-6.25Zm11.7-7.51-8.09 4.04-12.96-12.96 4.04-8.09a4.75 4.75 0 0 1 7.6-1.23l10.64 10.63a4.75 4.75 0 0 1-1.23 7.61Z"
}));
});
PinOff.displayName = 'PinOff';
export var PinOffDimensions = {
height: 48,
width: 48
};