@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.14 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DesktopSync = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M14 9.74A5.5 5.5 0 0 1 6.26 2H3.5C2.67 2 2 2.67 2 3.5v7c0 .83.67 1.5 1.5 1.5H6v1H4.5a.5.5 0 0 0 0 1h7a.5.5 0 1 0 0-1H10v-1h2.5c.83 0 1.5-.67 1.5-1.5v-.76zM9 13H7v-1h2v1zm1.5-3a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zM12 3v.15a3 3 0 0 0-3.62.48.5.5 0 0 0 .7.7 2 2 0 0 1 2.4-.33H11a.5.5 0 0 0 0 1h1.5a.5.5 0 0 0 .5-.5V3a.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.4.33H10a.5.5 0 0 0 0-1H8.5a.5.5 0 0 0-.5.5V8a.5.5 0 0 0 1 0v-.15a3 3 0 0 0 1.45.4z"
}));
});
DesktopSync.displayName = 'DesktopSync';
export var DesktopSyncDimensions = {
height: 16,
width: 16
};