@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ClockArrowDownload = /*#__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: "M22 12a10 10 0 1 0-19.97.78 6.48 6.48 0 0 1 8.97.03V6.75a.75.75 0 0 1 1.5-.1V12h3.25a.75.75 0 0 1 .1 1.5h-4.1l-.14-.01a6.47 6.47 0 0 1-.4 8.48L12 22a10 10 0 0 0 10-10ZM1 17.5a5.5 5.5 0 0 1 5-5.48v5.77l-1.65-1.64a.5.5 0 0 0-.7.7l2.5 2.5c.2.2.5.2.7 0l2.5-2.5a.5.5 0 0 0-.7-.7L7 17.79v-5.77a5.5 5.5 0 1 1-6 5.48Zm2.5 3c0 .28.22.5.5.5h5a.5.5 0 0 0 0-1H4a.5.5 0 0 0-.5.5Z"
}));
});
ClockArrowDownload.displayName = 'ClockArrowDownload';
export var ClockArrowDownloadDimensions = {
height: 24,
width: 24
};