google-material-icons
Version:
A google material icon library package for React applications
17 lines (13 loc) • 475 B
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 SyncAlt = createIcon("SyncAlt", [
["path", { d: "M18 12L22 8L18 4V7H3V9H18V12Z", key: "1ok0c3" }],
["path", { d: "M6 12L2 16L6 20V17H21V15H6V12Z", key: "fewiv9" }]
]);
export { SyncAlt as default };
//# sourceMappingURL=sync_alt.js.map