@ebay/ebayui-core
Version:
Collection of core eBay components; considered to be the building blocks for all composite structures, pages & apps.
8 lines (7 loc) • 807 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.symbol = symbol;
function symbol() {
// eslint-disable-next-line max-len,quotes
return '<symbol viewbox="0 0 20 16" id=icon-closed-caption-filled-16><path fill-rule=evenodd clip-rule=evenodd d="M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3Zm3.54 6.34c-.84 0-1.29.69-1.29 1.68S5.7 9.7 6.54 9.7c.58 0 .96-.24 1.14-.83h1.54c-.31 1.25-1.34 1.97-2.67 1.97-1.65 0-2.81-1.19-2.81-2.82S4.9 5.2 6.55 5.2c1.33 0 2.36.72 2.67 1.97H7.68c-.18-.59-.56-.83-1.14-.83Zm7.016 0c-.84 0-1.29.69-1.29 1.68s.45 1.68 1.29 1.68c.58 0 .96-.24 1.14-.83h1.54c-.31 1.25-1.34 1.97-2.67 1.97-1.65 0-2.81-1.19-2.81-2.82s1.16-2.82 2.81-2.82c1.33 0 2.36.72 2.67 1.97h-1.54c-.18-.59-.56-.83-1.14-.83Z"></path></symbol>';
}