@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) • 640 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 20 20" id=icon-selling-20><path fill-rule=evenodd clip-rule=evenodd d="M3 4.5A1.5 1.5 0 0 1 4.5 3h4.666a1 1 0 0 1 .71.296l6.832 6.894a1 1 0 0 1-.003 1.41l-5.104 5.105a1 1 0 0 1-1.412.003L3.297 9.877A1 1 0 0 1 3 9.167V4.5ZM4.5 1A3.5 3.5 0 0 0 1 4.5v4.666a3 3 0 0 0 .888 2.131l6.894 6.832a3 3 0 0 0 4.233-.01l5.104-5.104a3 3 0 0 0 .01-4.233l-6.832-6.894A3 3 0 0 0 9.167 1H4.5Zm2 7a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"></path></symbol>';
}