@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) • 595 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-medium-box-16><path fill-rule=evenodd clip-rule=evenodd d="m5.414 4-1 1H7V4H5.414ZM9 4v1h2.586l-1-1H9ZM7 7H4v4.5a.5.5 0 0 0 .5.5H7V7Zm2 5h2.5a.5.5 0 0 0 .5-.5V7H9v5ZM4.146 2.44A1.5 1.5 0 0 1 5.207 2h5.586a1.5 1.5 0 0 1 1.06.44l1.415 1.414A2.5 2.5 0 0 1 14 5.62v5.88a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 11.5V5.621a2.5 2.5 0 0 1 .732-1.767l1.414-1.415Z"></path></symbol>';
}