@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 306 B
JavaScript
// THIS FILE IS AUTO GENERATED
import { GenIcon } from '../lib';
export function IoTriangle (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 512 512"},"child":[{"tag":"path","attr":{"d":"M464 464H48a16 16 0 01-14.07-23.62l208-384a16 16 0 0128.14 0l208 384A16 16 0 01464 464z"}}]})(props);
};