@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 376 B
JavaScript
// THIS FILE IS AUTO GENERATED
import { GenIcon } from '../lib';
export function BiLineChartDown (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M5 3L3 3 3 21 21 21 21 19 5 19z"}},{"tag":"path","attr":{"d":"M13 12.586L8.707 8.293 7.293 9.707 13 15.414 16 12.414 20.293 16.707 21.707 15.293 16 9.586z"}}]})(props);
};