UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.29 kB
/** * @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.4603 5.67031V3.58031C9.80031 3.75031 9.17031 4.01031 8.58031 4.33031L10.0803 5.83031C10.2103 5.78031 10.3303 5.72031 10.4603 5.67031ZM20.4603 11.3203C20.4603 9.11031 19.5503 7.12031 18.1003 5.68031L20.4603 3.32031H14.4603V9.32031L16.7003 7.08031C17.7803 8.17031 18.4603 9.66031 18.4603 11.3203C18.4603 12.1703 18.2703 12.9703 17.9503 13.7003L19.4503 15.2003C20.0903 14.0603 20.4603 12.7303 20.4603 11.3203ZM4.73031 3.32031L3.32031 4.73031L5.68031 7.09031C4.91031 8.31031 4.46031 9.76031 4.46031 11.3203C4.46031 13.5303 5.37031 15.5203 6.82031 16.9603L4.46031 19.3203H10.4603V13.3203L8.22031 15.5603C7.14031 14.4703 6.46031 12.9803 6.46031 11.3203C6.46031 10.3203 6.71031 9.38031 7.14031 8.55031L15.2203 16.6303C14.9703 16.7603 14.7203 16.8703 14.4603 16.9703V19.0603C15.2603 18.8503 16.0103 18.5203 16.6903 18.1003L19.2703 20.6803L20.6803 19.2703L4.73031 3.32031Z", key: "1d2f70" } ] ]); export { SyncDisabled as default }; //# sourceMappingURL=sync_disabled.js.map