@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CircleSubtractArrowForward = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M2 8a6 6 0 1 1 12 .25 4.5 4.5 0 0 0-2.51-.14.5.5 0 0 0-.49-.61H5a.5.5 0 0 0 0 1h5.44A4.5 4.5 0 0 0 8.25 14H8a6 6 0 0 1-6-6zm7 4.5a3.5 3.5 0 1 0 7 0 3.5 3.5 0 0 0-7 0zm4.15-.65a.5.5 0 0 1 .7-.7l1 1c.2.2.2.5 0 .7l-1 1a.5.5 0 0 1-.7-.7l.14-.15h-2.04a.25.25 0 0 0-.25.25v.25a.5.5 0 0 1-1 0v-.25c0-.69.56-1.25 1.25-1.25h2.04l-.14-.15z"
}));
});
CircleSubtractArrowForward.displayName = 'CircleSubtractArrowForward';
export var CircleSubtractArrowForwardDimensions = {
height: 16,
width: 16
};