@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) • 551 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 16 16" id=icon-satchel-16><path fill-rule=evenodd clip-rule=evenodd d="M4.5 1A2.5 2.5 0 0 0 2 3.5v9A2.5 2.5 0 0 0 4.5 15h7a2.5 2.5 0 0 0 2.5-2.5v-9A2.5 2.5 0 0 0 11.5 1h-7ZM4 3.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v.703L8 6 4 4.203V3.5Zm0 2.896V12.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V6.396L8.82 7.824a2 2 0 0 1-1.64 0L4 6.396Z"></path></symbol>';
}