UNPKG

google-material-icons

Version:

A google material icon library package for React applications

23 lines (19 loc) 578 B
/** * @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 SyncAlt = createIcon("SyncAlt", [ [ "path", { d: "M7.41 13.41L6 12L2 16L6 20L7.41 18.59L5.83 17H21V15H5.83L7.41 13.41Z", key: "943wjr" } ], [ "path", { d: "M16.59 10.59L18 12L22 8L18 4L16.59 5.41L18.17 7H3V9H18.17L16.59 10.59Z", key: "11erev" } ] ]); export { SyncAlt as default }; //# sourceMappingURL=sync_alt.js.map