@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
27 lines • 1.05 kB
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.5Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M16 8.75a7.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 0Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M16 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
};