@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) • 638 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 24 24" id=icon-carryon-24><path fill-rule=evenodd clip-rule=evenodd d="M9.5 4a.5.5 0 0 0-.5.5V5h6v-.5a.5.5 0 0 0-.5-.5h-5ZM7 4.5v.55A2.5 2.5 0 0 0 5 7.5v10c0 .818.393 1.544 1 2v.5a1 1 0 1 0 2 0h8a1 1 0 1 0 2 0v-.5c.607-.456 1-1.182 1-2v-10a2.5 2.5 0 0 0-2-2.45V4.5A2.5 2.5 0 0 0 14.5 2h-5A2.5 2.5 0 0 0 7 4.5ZM7.5 7a.5.5 0 0 0-.5.5V11h10V7.5a.5.5 0 0 0-.5-.5h-9Zm9.5 6H7v4.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V13Z"></path></symbol>';
}