@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 LocationOff = /*#__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: "M43.63 41.87a1.25 1.25 0 0 1-1.76 1.76l-8.15-8.15-6.8 7.23a4 4 0 0 1-5.83 0L11 32h.04A16.93 16.93 0 0 1 7 21c0-3.48 1.04-6.7 2.83-9.4L4.37 6.13a1.25 1.25 0 1 1 1.76-1.76l37.5 37.5ZM18.32 20.08a6 6 0 0 0 7.6 7.6l-7.6-7.6Zm-5.13-12.2 8.55 8.56a6 6 0 0 1 7.82 7.82l7.56 7.55A17 17 0 0 0 13.19 7.88Z"
}));
});
LocationOff.displayName = 'LocationOff';
export var LocationOffDimensions = {
height: 48,
width: 48
};