@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) • 533 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-medium-box-24><path fill-rule=evenodd clip-rule=evenodd d="M5.9 4.8A2 2 0 0 1 7.5 4h9a2 2 0 0 1 1.6.8l2.3 3.067a3 3 0 0 1 .6 1.8V17a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V9.667a3 3 0 0 1 .6-1.8L5.9 4.8ZM16.5 6H13v2h5l-1.5-2Zm2.5 4h-6v8h5a1 1 0 0 0 1-1v-7Zm-8-2V6H7.5L6 8h5Zm-6 2h6v8H6a1 1 0 0 1-1-1v-7Z"></path></symbol>';
}