@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.03 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CircleEdit = /*#__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: "M20.72 11c.42 0 .85.08 1.25.25A10 10 0 1 0 11 21.95c0-.18.02-.36.06-.54l.46-1.83c.16-.65.5-1.24.97-1.72l5.9-5.9a3.28 3.28 0 0 1 2.32-.96Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M20.72 12c-.6 0-1.18.22-1.62.67l-5.9 5.9c-.35.35-.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 20.72 12Z"
}));
});
CircleEdit.displayName = 'CircleEdit';
export var CircleEditDimensions = {
height: 24,
width: 24
};