@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) • 594 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-small-box-16><path fill-rule=evenodd clip-rule=evenodd d="m4.762 5-1.2 1H7V5H4.762ZM9 5v1h3.438l-1.2-1H9ZM7 8H3v2.5a.5.5 0 0 0 .5.5H7V8Zm2 3V8h4v2.5a.5.5 0 0 1-.5.5H9ZM3.62 3.348A1.5 1.5 0 0 1 4.582 3h6.838c.35 0 .69.123.96.348l1.722 1.434A2.5 2.5 0 0 1 15 6.702V10.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 1 10.5V6.703a2.5 2.5 0 0 1 .9-1.921l1.72-1.434Z"></path></symbol>';
}