@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.25 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CheckboxCheckedSync = /*#__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: "M2 3.5C2 2.67 2.67 2 3.5 2h7c.83 0 1.5.67 1.5 1.5v3.53A4.5 4.5 0 0 0 7.03 12H3.5A1.5 1.5 0 0 1 2 10.5v-7zm7.85 2.35a.5.5 0 0 0-.7-.7L6 8.29 4.85 7.15a.5.5 0 1 0-.7.7l1.5 1.5c.2.2.5.2.7 0l3.5-3.5zM8 11.5a3.5 3.5 0 1 0 7 0 3.5 3.5 0 0 0-7 0zm2.56-2.07a2.5 2.5 0 0 1 2.49.36.5.5 0 0 1 .95.21v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.14-.98 1.5 1.5 0 0 0-1.92.17.5.5 0 1 1-.7-.7c.23-.25.51-.43.82-.56zm1.88 4.14a2.5 2.5 0 0 1-2.6-.45.5.5 0 0 1-.84-.37v-1c0-.28.22-.5.5-.5h1a.5.5 0 0 1 0 1h-.12l.02.02a1.5 1.5 0 0 0 2.16.04.5.5 0 1 1 .7.7 2.5 2.5 0 0 1-.82.56z"
}));
});
CheckboxCheckedSync.displayName = 'CheckboxCheckedSync';
export var CheckboxCheckedSyncDimensions = {
height: 16,
width: 16
};