@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 615 B
JavaScript
// THIS FILE IS AUTO GENERATED
import { GenIcon } from '../lib';
export function BiBong (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M19.293,8.293l-2.069,2.069C16.608,9.67,15.86,9.09,15,8.681V4h1V2h-1H9H8v2h1v4.681C6.581,9.829,5,12.285,5,15 c0,3.859,3.141,7,7,7s7-3.141,7-7c0-1.035-0.233-2.032-0.652-2.934l2.359-2.359L19.293,8.293z M10.334,10.291L11,10.056V4h2v6.056 l0.666,0.235c1.671,0.592,2.871,2.021,3.22,3.709H7.114C7.463,12.312,8.663,10.883,10.334,10.291z M12,20 c-2.414,0-4.435-1.721-4.898-4h9.797C16.435,18.279,14.414,20,12,20z"}}]})(props);
};