@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) • 688 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 64 64" id=icon-package-64><path fill-rule=evenodd clip-rule=evenodd d="M15.028 5a5.5 5.5 0 0 0-4.448 2.265l-6.528 8.976A5.5 5.5 0 0 0 3 19.476V51.5a7.5 7.5 0 0 0 7.5 7.5h43a7.5 7.5 0 0 0 7.5-7.5V19.476a5.5 5.5 0 0 0-1.052-3.235L53.42 7.265A5.5 5.5 0 0 0 48.972 5H15.028ZM29.5 10H15.028a.5.5 0 0 0-.405.206L10.41 16H29.5v-6ZM8 21v30.5a2.5 2.5 0 0 0 2.5 2.5h19V21H8Zm26.5 33h19a2.5 2.5 0 0 0 2.5-2.5V21H34.5v33Zm19.09-38H34.5v-6h14.472a.5.5 0 0 1 .405.206L53.59 16Z"></path></symbol>';
}