info-circle.js 381 B

123456789
  1. (function() {
  2. __ant_icon_load({
  3. name: 'info-circle',
  4. theme: 'fill',
  5. icon:
  6. '<svg viewBox="64 64 896 896"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm32 664c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272zm-32-344a48.01 48.01 0 010-96 48.01 48.01 0 010 96z"/></svg>'
  7. });
  8. })();