UNPKG

@nant-design/nant-icons

Version:

14 lines (9 loc) 894 B
import React from 'react'; export const GlobeSharp = ({fill="currentColor",...other}) => { return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}> <path d="M256 48C141.13 48 48 141.13 48 256s93.13 208 208 208 208-93.13 208-208S370.87 48 256 48Z" fill="none" stroke={fill} strokeMiterlimit="10" strokeWidth="44"/> <path d="M256 48c-58.07 0-112.67 93.13-112.67 208S197.93 464 256 464s112.67-93.13 112.67-208S314.07 48 256 48Z" fill="none" stroke={fill} strokeMiterlimit="10" strokeWidth="44"/> <path d="M117.33 121.33c38.24 27.15 86.38 43.34 138.67 43.34s100.43-16.19 138.67-43.34m0 269.34c-38.24-27.15-86.38-43.34-138.67-43.34s-100.43 16.19-138.67 43.34" fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="44"/> <path d="M256 48v416m208-208H48" fill="none" stroke={fill} strokeMiterlimit="10" strokeWidth="44"/> </svg>; };