caret-left.js 269 B

123456789
  1. (function() {
  2. __ant_icon_load({
  3. name: 'caret-left',
  4. theme: 'fill',
  5. icon:
  6. '<svg viewBox="0 0 1024 1024"><path d="M689 165.1L308.2 493.5c-10.9 9.4-10.9 27.5 0 37L689 858.9c14.2 12.2 35 1.2 35-18.5V183.6c0-19.7-20.8-30.7-35-18.5z"/></svg>'
  7. });
  8. })();