@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.17 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowCircleDownSplit = /*#__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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M12 22a10 10 0 1 1 0-20 10 10 0 0 1 0 20zm-1-8-.08-.07a.75.75 0 0 0-.98.07l-.44.44V10.5h5v3.94l-.51-.44-.09-.07a.75.75 0 0 0-.97 1.13l1.79 1.72.08.07c.3.22.71.2.98-.07l1.72-1.72.07-.08c.22-.3.2-.71-.07-.98l-.08-.07a.75.75 0 0 0-.98.07l-.44.44v-4.8a.75.75 0 0 0-.75-.64h-2.5V5.65A.75.75 0 0 0 12 5h-.1a.75.75 0 0 0-.65.75V9h-2.6a.75.75 0 0 0-.65.75v4.69L7.56 14l-.08-.07a.75.75 0 0 0-.98 1.13l1.72 1.72.08.07c.3.22.71.2.98-.07L11 15.06l.07-.08c.22-.3.2-.71-.07-.98z"
}));
});
ArrowCircleDownSplit.displayName = 'ArrowCircleDownSplit';
export var ArrowCircleDownSplitDimensions = {
height: 24,
width: 24
};