@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.04 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var AddSubtractCircle = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M27.25 29.5a1.25 1.25 0 1 0 0 2.5h7.5a1.25 1.25 0 0 0 0-2.5h-7.5zM24 44a20 20 0 1 0 0-40 20 20 0 0 0 0 40zm0-2.5c-4.38 0-8.39-1.61-11.46-4.27l24.69-24.69A17.5 17.5 0 0 1 24 41.5zM12.25 17.25c0-.69.56-1.25 1.25-1.25h3v-2.75a1.25 1.25 0 0 1 2.5 0V16h2.75a1.25 1.25 0 1 1 0 2.5H19v2.75a1.25 1.25 0 1 1-2.5 0V18.5h-3c-.69 0-1.25-.56-1.25-1.25z"
}));
});
AddSubtractCircle.displayName = 'AddSubtractCircle';
export var AddSubtractCircleDimensions = {
height: 48,
width: 48
};