@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) • 566 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-zloty-24><path fill-rule=evenodd d="M4 9a1 1 0 0 1 1-1h8a1 1 0 0 1 .832 1.555L6.87 20H13a1 1 0 1 1 0 2H5a1 1 0 0 1-.832-1.555L11.132 10H5a1 1 0 0 1-1-1Z" clip-rule=evenodd></path><path d="M18 3a1 1 0 1 0-2 0v8.882l-2.447 1.223a1 1 0 0 0 .894 1.79L16 14.117V21a1 1 0 1 0 2 0v-7.882l2.447-1.224a1 1 0 1 0-.894-1.789L18 10.882V3Z"></path></symbol>';
}