@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) • 614 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-truck-shipped-16><path fill-rule=evenodd clip-rule=evenodd d="M0 3a1 1 0 0 1 1-1h7.5A2.5 2.5 0 0 1 11 4.5V5h1.52a2 2 0 0 1 1.561.75l1.48 1.851A2 2 0 0 1 16 8.851V11a2 2 0 0 1-2 2h-1a2 2 0 1 1-4 0H5a2 2 0 1 1-4 0 1 1 0 1 1 0-2h7.5a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5H1a1 1 0 0 1-1-1Zm14 8h-3.05c.033-.162.05-.329.05-.5V7h1.52L14 8.85V11ZM1 6a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2H1Z"></path></symbol>';
}