UNPKG

@react-icons/all-files

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (5 loc) 400 B
// THIS FILE IS AUTO GENERATED import { GenIcon } from '../lib'; export function BiLogOut (props) { return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M16 13L16 11 7 11 7 8 2 12 7 16 7 13z"}},{"tag":"path","attr":{"d":"M20,3h-9C9.897,3,9,3.897,9,5v4h2V5h9v14h-9v-4H9v4c0,1.103,0.897,2,2,2h9c1.103,0,2-0.897,2-2V5C22,3.897,21.103,3,20,3z"}}]})(props); };