UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.19 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var LocationDismiss = /*#__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 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M5.84 4.56a8.7 8.7 0 0 1 12.52 12.1l-.2.21c-.92.92-2.45 2.41-4.6 4.49-.87.84-2.25.84-3.12 0L6.59 17.6l-.75-.74a8.7 8.7 0 0 1 0-12.31Zm9.19 3.13-.08-.08a.75.75 0 0 0-.89 0l-.09.08L12 9.66l-1.97-1.97-.08-.08a.75.75 0 0 0-.89 0l-.09.08-.07.08c-.2.26-.2.62-.01.88l.08.1 1.97 1.97-1.97 1.97-.07.08c-.2.26-.2.62-.01.88l.08.1.08.07c.26.2.62.2.89 0l.09-.07L12 11.78l1.97 1.97.08.07c.26.2.62.2.89 0l.09-.07.07-.09c.2-.26.2-.62.01-.88l-.08-.1-1.97-1.96 1.97-1.97.07-.09c.2-.26.2-.62.01-.88l-.08-.1-.08-.07.08.08Z" })); }); LocationDismiss.displayName = 'LocationDismiss'; export var LocationDismissDimensions = { height: 24, width: 24 };