@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) • 595 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-package-16><path fill-rule=evenodd clip-rule=evenodd d="M3.535 3 2.87 4H7V3H3.535ZM9 3v1h4.132l-.667-1H9ZM7 6H2v6.5a.5.5 0 0 0 .5.5H7V6Zm2 7V6h5v6.5a.5.5 0 0 1-.5.5H9ZM2.02 1.668A1.5 1.5 0 0 1 3.268 1h9.464c.502 0 .97.25 1.248.668l1.6 2.4c.274.41.42.893.42 1.386V12.5a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 0 12.5V5.454a2.5 2.5 0 0 1 .42-1.387l1.6-2.399Z"></path></symbol>';
}