@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 646 B
JavaScript
// THIS FILE IS AUTO GENERATED
import { GenIcon } from '../lib';
export function BiGlobeAlt (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M11,18.791V20H9v2h2h2h2v-2h-2v-1.845c1.114-0.485,2.161-1.174,3.071-2.084c3.898-3.898,3.898-10.243,0-14.143 l-1.414,1.414c3.119,3.12,3.119,8.195,0,11.314c-3.119,3.118-8.195,3.12-11.314,0l-1.414,1.414c1.95,1.949,4.51,2.924,7.071,2.924 C9.67,18.995,10.34,18.925,11,18.791z"}},{"tag":"path","attr":{"d":"M3,9c0,3.309,2.691,6,6,6s6-2.691,6-6s-2.691-6-6-6S3,5.691,3,9z M13,9c0,2.206-1.794,4-4,4s-4-1.794-4-4s1.794-4,4-4 S13,6.794,13,9z"}}]})(props);
};