@mynaui/icons-react
Version:
1180+ beautifully crafted open source icons for your next project.
11 lines (7 loc) • 427 B
JavaScript
/**
* @mynaui/icons-react v0.3.2 - MIT
*/
import createReactComponent from '../createReactComponent.js';
var ToggleLeft = createReactComponent("toggle-left", "ToggleLeft", [["path", { "d": "M21 12a5 5 0 0 0-5-5H8a5 5 0 0 0 0 10h8a5 5 0 0 0 5-5", "key": "svg-0" }], ["path", { "d": "M5.5 12a2.5 2.5 0 1 0 5 0 2.5 2.5 0 0 0-5 0", "key": "svg-1" }]]);
export { ToggleLeft as default };
//# sourceMappingURL=ToggleLeft.js.map