play-square.js 381 B

123456789
  1. (function() {
  2. __ant_icon_load({
  3. name: 'play-square',
  4. theme: 'fill',
  5. icon:
  6. '<svg viewBox="64 64 896 896"><path d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM641.7 520.8L442.3 677.6c-7.4 5.8-18.3.6-18.3-8.8V355.3c0-9.4 10.9-14.7 18.3-8.8l199.4 156.7a11.2 11.2 0 010 17.6z"/></svg>'
  7. });
  8. })();