UNPKG

@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) 580 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.symbol = symbol; function symbol() { // eslint-disable-next-line max-len,quotes return '<symbol viewbox="0 0 24 24" id=icon-suitcase-24><path fill-rule=evenodd clip-rule=evenodd d="M9 4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1H9V4ZM7 5V4a3 3 0 0 1 3-3h4a3 3 0 0 1 3 3v1h3a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3h-1a1 1 0 1 1-2 0H7a1 1 0 1 1-2 0H4a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3h3Zm12 14h1a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1h-1v12ZM17 7v12H7V7h10ZM4 7h1v12H4a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1Z"></path></symbol>'; }