@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 331 B
JavaScript
// THIS FILE IS AUTO GENERATED
import { GenIcon } from '../lib';
export function BiTrendingDown (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M14 9.586L10 13.586 3.707 7.293 2.293 8.707 10 16.414 14 12.414 18.293 16.707 16 19 22 19 22 13 19.707 15.293z"}}]})(props);
};