@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) • 624 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-16><path fill-rule=evenodd clip-rule=evenodd d="M2.5 4a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-6Zm-1.484 8.742A2 2 0 1 0 5 13h4a2 2 0 1 0 4 0h1a2 2 0 0 0 2-2V8.85a2 2 0 0 0-.438-1.249l-1.48-1.85A2 2 0 0 0 12.518 5H11v-.5A2.5 2.5 0 0 0 8.5 2h-6A2.5 2.5 0 0 0 0 4.5V11a2 2 0 0 0 1.016 1.742ZM14 11h-3.05c.033-.162.05-.329.05-.5V7h1.52L14 8.85V11Z"></path></symbol>';
}