google-material-icons
Version:
A google material icon library package for React applications
19 lines (15 loc) • 454 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 Repeat = createIcon("Repeat", [
[
"path",
{ d: "M7 7H17V10L21 6L17 2V5H5V11H7V7ZM17 17H7V14L3 18L7 22V19H19V13H17V17Z", key: "1g60ih" }
]
]);
export { Repeat as default };
//# sourceMappingURL=repeat.js.map