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) 534 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-small-box-24><path fill-rule=evenodd clip-rule=evenodd d="M5.9 6.8A2 2 0 0 1 7.5 6h9a2 2 0 0 1 1.6.8l2.3 3.067a3 3 0 0 1 .6 1.8V15a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-3.333a3 3 0 0 1 .6-1.8L5.9 6.8ZM16.5 8H13v2h5l-1.5-2Zm2.5 4h-6v4h5a1 1 0 0 0 1-1v-3Zm-8-2V8H7.5L6 10h5Zm-6 2h6v4H6a1 1 0 0 1-1-1v-3Z"></path></symbol>'; }