@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.22 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DocumentSync = /*#__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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M17 2v7a3 3 0 0 0 3 3h7v15a3 3 0 0 1-3 3h-8.84A9 9 0 0 0 5 15.2V5a3 3 0 0 1 3-3h9Zm2 .12V9a1 1 0 0 0 1 1h6.88a3 3 0 0 0-.76-1.3L20.3 2.89a3 3 0 0 0-1.3-.77ZM17 23a7.5 7.5 0 1 0-15 0 7.5 7.5 0 0 0 15 0Zm-2.75 0h-3a.75.75 0 0 1 0-1.5h.85a3 3 0 0 0-4.4-.9.76.76 0 0 1-.8.1c-.48-.24-.63-.88-.2-1.23a4.48 4.48 0 0 1 6.8 1.47v-1.19a.75.75 0 0 1 1.5 0v2.5c0 .41-.34.75-.75.75Zm-2.17 2.58c.33.33.33.88-.06 1.15a4.48 4.48 0 0 1-6.52-1.67v1.19a.75.75 0 0 1-1.5 0v-2.5c0-.41.34-.75.75-.75h3a.75.75 0 0 1 0 1.5H6.9a3 3 0 0 0 4.22 1.02c.3-.19.7-.2.96.06Z"
}));
});
DocumentSync.displayName = 'DocumentSync';
export var DocumentSyncDimensions = {
height: 32,
width: 32
};