import React from 'react';
import withIcon from '../lib/withIcon';
export const IconWorlds = withIcon(function IconWorlds(props) {
    return (<svg data-tag="IconWorlds" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M3.468 7.239c.402-.13.69.32.5.697A8.962 8.962 0 0 0 3 12c0 1.463.349 2.843.967 4.064.191.376-.098.826-.5.697a5.002 5.002 0 0 1 .001-9.522M21 12a8.962 8.962 0 0 1-.968 4.064c-.19.376.1.826.5.697a5.002 5.002 0 0 0 0-9.522c-.402-.13-.69.32-.5.697A8.961 8.961 0 0 1 21 12"/>
      <path d="M12 19.5a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15"/>
    </svg>);
});
//# sourceMappingURL=Worlds.jsx.map