UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.05 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var CircleSubtractArrowBack = /*#__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-6zm14 4.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zm-4.15-.65a.5.5 0 0 0-.7-.7l-1 1a.5.5 0 0 0 0 .7l1 1a.5.5 0 0 0 .7-.7l-.14-.15h2.04c.14 0 .25.11.25.25v.25a.5.5 0 0 0 1 0v-.25c0-.69-.56-1.25-1.25-1.25h-2.04l.14-.15z" })); }); CircleSubtractArrowBack.displayName = 'CircleSubtractArrowBack'; export var CircleSubtractArrowBackDimensions = { height: 16, width: 16 };