@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 926 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Target = /*#__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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M16 13.75a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5zm0-5a7.25 7.25 0 1 0 0 14.5 7.25 7.25 0 0 0 0-14.5zM11.25 16a4.75 4.75 0 1 1 9.5 0 4.75 4.75 0 0 1-9.5 0zM16 3.75a12.25 12.25 0 1 0 0 24.5 12.25 12.25 0 0 0 0-24.5zM6.25 16a9.75 9.75 0 1 1 19.5 0 9.75 9.75 0 0 1-19.5 0z"
}));
});
Target.displayName = 'Target';
export var TargetDimensions = {
height: 32,
width: 32
};