@mynaui/icons-react
Version:
1180+ beautifully crafted open source icons for your next project.
11 lines (7 loc) • 558 B
JavaScript
/**
* @mynaui/icons-react v0.3.2 - MIT
*/
import createReactComponent from '../createReactComponent.js';
var InfoTriangle = createReactComponent("info-triangle", "InfoTriangle", [["path", { "d": "M12 17v-5h-.5m0 5h1M12 9.5V9", "key": "svg-0" }], ["path", { "d": "M5.98 10.762C8.608 5.587 9.92 3 12 3s3.393 2.587 6.02 7.762l.327.644c2.182 4.3 3.274 6.45 2.287 8.022C19.648 21 17.208 21 12.327 21h-.654c-4.88 0-7.321 0-8.307-1.572s.105-3.722 2.287-8.022z", "key": "svg-1" }]]);
export { InfoTriangle as default };
//# sourceMappingURL=InfoTriangle.js.map