@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) • 376 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-tick-24><path d="M10 17a.999.999 0 0 1-.71-.29l-4-4A1 1 0 0 1 6.7 11.3l3.3 3.29 7.29-7.29a1 1 0 0 1 1.41 1.41l-8 8a.999.999 0 0 1-.7.29Z"></path></symbol>';
}