@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) • 684 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-selling-24><path fill-rule=evenodd clip-rule=evenodd d="M3.001 4.999a2 2 0 0 1 2-2h6.167a1 1 0 0 1 .714.3l8.831 8.99a1 1 0 0 1-.006 1.406l-7.004 7.014a1 1 0 0 1-1.41.007L3.3 11.875a1 1 0 0 1-.299-.713V5Zm2-3.999a4 4 0 0 0-4 3.999v6.163c0 .804.323 1.575.896 2.138l8.994 8.84a3.002 3.002 0 0 0 4.228-.019l7.004-7.014a2.998 2.998 0 0 0 .018-4.22l-8.832-8.989A3.002 3.002 0 0 0 11.17 1H5.001Zm2.503 8a1.5 1.5 0 1 0 .001-3.001 1.5 1.5 0 0 0 0 3.001Z"></path></symbol>';
}