import React from 'react';
import withIcon from '../lib/withIcon';
export const IconWorld = withIcon(function IconWorld(props) {
    return (<svg data-tag="IconWorld" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12 3a8.972 8.972 0 0 0-6.364 2.636A8.972 8.972 0 0 0 3 12a8.972 8.972 0 0 0 2.636 6.364A8.972 8.972 0 0 0 12 21a8.972 8.972 0 0 0 6.364-2.636A8.972 8.972 0 0 0 21 12a8.972 8.972 0 0 0-2.636-6.364A8.972 8.972 0 0 0 12 3m5.69 7.875h-.9c-.334 0-.505-.004-.6-.092-.096-.087-.116-.258-.146-.59a17.082 17.082 0 0 0-.128-1.064 15.2 15.2 0 0 0-.178-.965c-.168-.76-.103-1.213.134-1.33.236-.119.644.098 1.162.678a6.758 6.758 0 0 1 1.372 2.378c.137.418.178.665.075.806-.103.142-.35.179-.79.179m-7.458-.829c.1-.891.264-1.645.46-2.28a8.279 8.279 0 0 1 .653-1.56c.18-.328.418-.49.656-.49.237 0 .475.163.655.49.229.412.457.927.653 1.561a12.4 12.4 0 0 1 .46 2.28c.042.38.047.587-.055.7-.101.111-.31.128-.693.128H10.98c-.384 0-.592-.017-.693-.129-.102-.112-.097-.319-.054-.7m3.536 3.908c-.1.892-.264 1.646-.46 2.28a8.279 8.279 0 0 1-.653 1.56c-.18.328-.418.49-.656.49-.237 0-.475-.163-.655-.49a8.259 8.259 0 0 1-.653-1.561 12.36 12.36 0 0 1-.46-2.28c-.042-.38-.047-.587.055-.7.101-.111.31-.128.693-.128h2.042c.383 0 .592.017.693.129.102.112.097.319.054.7M8.256 8.171c-.07.319-.13.648-.181.986-.05.338-.092.686-.123 1.043-.03.33-.05.5-.146.585-.096.086-.268.09-.6.09H6.31c-.44 0-.688-.037-.79-.179-.104-.142-.063-.388.074-.806a6.713 6.713 0 0 1 1.368-2.373c.521-.586.929-.805 1.164-.687.235.119.298.575.13 1.341M6.31 13.125h.901c.334 0 .505.004.6.092.096.087.116.258.146.59.033.372.076.726.127 1.064.052.338.112.66.18.965.166.76.1 1.213-.136 1.33-.236.119-.644-.098-1.161-.678a6.76 6.76 0 0 1-1.373-2.378c-.137-.418-.178-.665-.075-.806.103-.142.35-.179.79-.179m9.434 2.704c.07-.319.13-.648.181-.986.05-.338.092-.686.123-1.043.03-.33.05-.5.146-.585.096-.086.268-.09.6-.09h.896c.44 0 .688.037.79.179.104.142.063.388-.074.806a6.713 6.713 0 0 1-1.368 2.373c-.521.585-.929.805-1.164.687-.235-.119-.298-.575-.13-1.341"/>
    </svg>);
});
//# sourceMappingURL=World.jsx.map