@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) • 460 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-yuan-16><path d="M1.35.24a1 1 0 0 1 1.41.11L8 6.462 13.24.35a1 1 0 1 1 1.52 1.302L9.316 8H12a1 1 0 1 1 0 2H9v1h3a1 1 0 1 1 0 2H9v2a1 1 0 1 1-2 0v-2H4a1 1 0 1 1 0-2h3v-1H4a1 1 0 1 1 0-2h2.683L1.24 1.65A1 1 0 0 1 1.349.24Z"></path></symbol>';
}