@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.11 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PipelineArrowCurveDown = /*#__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 21 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M1 5.5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0Zm6.4.9-.9.9V5.74A2.75 2.75 0 0 0 3.75 3H3.5a.5.5 0 1 0 0 1h.25c.97 0 1.75.78 1.75 1.75v1.54l-.9-.9a.5.5 0 0 0-.7.71l1.75 1.76a.5.5 0 0 0 .7 0L8.12 7.1a.5.5 0 1 0-.7-.7ZM2 9.74a5.48 5.48 0 0 0 3 1.24v3.52a1.5 1.5 0 0 1-3 0V9.74ZM10.98 6A5.5 5.5 0 0 1 6 10.98V14h8V6h-3.02Zm5.52-2c-.83 0-1.5.67-1.5 1.5v9a1.5 1.5 0 0 0 3 0v-9c0-.83-.67-1.5-1.5-1.5Z"
}));
});
PipelineArrowCurveDown.displayName = 'PipelineArrowCurveDown';
export var PipelineArrowCurveDownDimensions = {
height: 20,
width: 21
};