@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 994 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CircleMultipleSubtractCheckmark = /*#__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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M12.92 6A7 7 0 0 0 6 12.92 6 6 0 1 1 12.92 6Zm-3.8 0H4.5a.5.5 0 0 0 0 1h3.2c.44-.38.92-.72 1.42-1ZM19 13a6 6 0 1 1-12 0 6 6 0 0 1 12 0Zm-3.15-1.85a.5.5 0 0 0-.7 0l-2.65 2.64-1.15-1.14a.5.5 0 0 0-.7.7l1.5 1.5c.2.2.5.2.7 0l3-3a.5.5 0 0 0 0-.7Z"
}));
});
CircleMultipleSubtractCheckmark.displayName = 'CircleMultipleSubtractCheckmark';
export var CircleMultipleSubtractCheckmarkDimensions = {
height: 20,
width: 20
};