@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 24 24" id=icon-yuan-24><path d="M3.774 1.367a1 1 0 0 0-1.548 1.266L10.708 13H6a1 1 0 1 0 0 2h5v2H6a1 1 0 1 0 0 2h5v3a1 1 0 1 0 2 0v-3h5a1 1 0 1 0 0-2h-5v-2h5a1 1 0 1 0 0-2h-4.708l8.482-10.367a1 1 0 1 0-1.548-1.266L12 11.42 3.774 1.367Z"></path></symbol>';
}