google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.29 kB
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const SyncDisabled = createIcon("SyncDisabled", [
[
"path",
{
d: "M10.5697 5.77969V3.68969C9.76969 3.89969 9.01969 4.22969 8.33969 4.64969L9.79969 6.10969C10.0497 5.98969 10.2997 5.86969 10.5697 5.77969ZM3.42969 4.83969L5.78969 7.19969C5.01969 8.41969 4.56969 9.86969 4.56969 11.4297C4.56969 13.6397 5.47969 15.6297 6.92969 17.0697L4.56969 19.4297H10.5697V13.4297L8.32969 15.6697C7.24969 14.5797 6.56969 13.0897 6.56969 11.4297C6.56969 10.4297 6.81969 9.48969 7.24969 8.65969L15.3297 16.7397C15.0797 16.8697 14.8297 16.9897 14.5597 17.0797V19.1697C15.3597 18.9597 16.1097 18.6297 16.7897 18.2097L19.1497 20.5697L20.4197 19.2997L4.70969 3.56969L3.42969 4.83969ZM20.5697 3.42969H14.5697V9.42969L16.8097 7.18969C17.8897 8.27969 18.5697 9.76969 18.5697 11.4297C18.5697 12.4297 18.3197 13.3697 17.8897 14.1997L19.3497 15.6597C20.1197 14.4397 20.5697 12.9897 20.5697 11.4297C20.5697 9.21969 19.6597 7.22969 18.2097 5.78969L20.5697 3.42969Z",
key: "lvk333"
}
]
]);
export { SyncDisabled as default };
//# sourceMappingURL=sync_disabled.js.map