@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) • 427 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 24 24" id=icon-text-size-24><path d="M15 5a1 1 0 1 1 0 2h-5v13l-.005.102a1 1 0 0 1-1.99 0L8 20V7H3a1 1 0 0 1 0-2h12Zm6.102 5.005a1 1 0 0 1 0 1.99L21 12h-3v8a1 1 0 1 1-2 0v-8h-3a1 1 0 1 1 0-2h8l.102.005Z"></path></symbol>';
}