@mynaui/icons-react
Version:
1180+ beautifully crafted open source icons for your next project.
11 lines (7 loc) • 425 B
JavaScript
/**
* @mynaui/icons-react v0.3.2 - MIT
*/
import createReactComponent from '../createReactComponent.js';
var Repeat = createReactComponent("repeat", "Repeat", [["path", { "d": "m17 3 4 3-4 3", "key": "svg-0" }], ["path", { "d": "M3 12v-2a4 4 0 0 1 4-4h14M7 21l-4-3 4-3", "key": "svg-1" }], ["path", { "d": "M21 12v2a4 4 0 0 1-4 4H3", "key": "svg-2" }]]);
export { Repeat as default };
//# sourceMappingURL=Repeat.js.map