@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.09 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TargetArrow = /*#__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: "M21.78 6.78a.75.75 0 0 0-.53-1.28H18.5V2.75a.75.75 0 0 0-1.28-.53l-2.5 2.5a.75.75 0 0 0-.22.53v2.84l-1.98 1.98A2 2 0 0 0 10 12a2 2 0 1 0 3.93-.52l1.98-1.98h2.84c.2 0 .39-.08.53-.22l2.5-2.5zM12 2c1.2 0 2.36.21 3.42.6l-1.4 1.41-.18.2A8.02 8.02 0 0 0 4 12a8 8 0 1 0 15.79-1.84l.2-.17 1.4-1.41A10 10 0 1 1 12 2zm0 4c.52 0 1.02.07 1.5.19v1.48l-.41.42-.05.05a4 4 0 1 0 2.82 2.82l.05-.05.42-.41h1.48A6.01 6.01 0 1 1 12 6z"
}));
});
TargetArrow.displayName = 'TargetArrow';
export var TargetArrowDimensions = {
height: 24,
width: 24
};