@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.21 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FolderSync = /*#__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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M9.39 4.29 8.07 3.3a1.5 1.5 0 0 0-.9-.3H4.5A2.5 2.5 0 0 0 2 5.5v1h5.07a.5.5 0 0 0 .36-.16L9.4 4.3zm1.17.21-2.4 2.53c-.29.3-.68.47-1.09.47H2v7A2.5 2.5 0 0 0 4.5 17h5.1a5.5 5.5 0 0 1 8.4-6.74V6.84a2.5 2.5 0 0 0-2.5-2.34h-4.94zM14.5 19a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm1.5-7v.15a3.01 3.01 0 0 0-3.62.48.5.5 0 0 0 .7.7 2 2 0 0 1 2.39-.33H15a.5.5 0 0 0 0 1h1.5a.5.5 0 0 0 .5-.5V12a.5.5 0 0 0-1 0zm-1.55 5.25a3 3 0 0 0 2.17-.88.5.5 0 0 0-.7-.7 2 2 0 0 1-2.39.33H14a.5.5 0 0 0 0-1h-1.5a.5.5 0 0 0-.5.5V17a.5.5 0 0 0 1 0v-.15a3.01 3.01 0 0 0 1.45.4z"
}));
});
FolderSync.displayName = 'FolderSync';
export var FolderSyncDimensions = {
height: 20,
width: 20
};