@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 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 TargetEdit = /*#__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: "M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-6-2a6 6 0 1 1 11.99.37l-5.5 5.5-.12.12H12a6 6 0 0 1-6-6zm6-4a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm0-4a8 8 0 0 1 7.95 7.09 3.3 3.3 0 0 1 2.02.16A10 10 0 1 0 11 21.95c0-.18.02-.36.06-.54l.36-1.43A8 8 0 0 1 12 4zm7.1 8.67-5.9 5.9c-.35.34-.6.78-.71 1.25l-.46 1.83c-.2.8.52 1.52 1.32 1.32l1.83-.46c.47-.12.9-.36 1.25-.7l5.9-5.9a2.29 2.29 0 0 0-3.23-3.24z"
}));
});
TargetEdit.displayName = 'TargetEdit';
export var TargetEditDimensions = {
height: 24,
width: 24
};