@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) • 717 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-forklift-16><path fill-rule=evenodd clip-rule=evenodd d="M1.999 3.333A2.333 2.333 0 0 1 4.332 1h1.8c.923 0 1.758.543 2.133 1.386L10 6.289V3a1 1 0 0 1 2 0v7h3a1 1 0 1 1 0 2h-2.268A2 2 0 1 1 9 13H4.999a2 2 0 1 1-3.946-.461A2.497 2.497 0 0 1 0 10.5V6.833C0 5.821.82 5 1.833 5H2V3.333Zm1 7.667h6.906l-.89-2H6.28a2 2 0 0 1-1.94-1.515L4.218 7H2v3.5a.5.5 0 0 0 .5.5h.499Zm5.128-4-1.69-3.802A.333.333 0 0 0 6.133 3h-1.8a.333.333 0 0 0-.334.333V5h.22a2 2 0 0 1 1.94 1.515l.12.485h1.848Z"></path></symbol>';
}