@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) • 1.08 kB
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-authenticity-guarantee-filled-24><path d="M12 0a4.98 4.98 0 0 1 3.24 1.191 3.757 3.757 0 0 0 2.112.875 4.98 4.98 0 0 1 3.133 1.449 4.98 4.98 0 0 1 1.449 3.132c.061.771.374 1.525.876 2.114A4.98 4.98 0 0 1 24 12a4.982 4.982 0 0 1-1.19 3.24 3.755 3.755 0 0 0-.875 2.112 4.983 4.983 0 0 1-1.449 3.133 4.982 4.982 0 0 1-3.134 1.449 3.757 3.757 0 0 0-2.113.875A4.98 4.98 0 0 1 12 24a4.98 4.98 0 0 1-3.24-1.191 3.757 3.757 0 0 0-2.113-.875 4.98 4.98 0 0 1-3.131-1.449 4.983 4.983 0 0 1-1.45-3.133 3.757 3.757 0 0 0-.875-2.113A4.98 4.98 0 0 1 0 12a4.98 4.98 0 0 1 1.191-3.24 3.756 3.756 0 0 0 .876-2.113 4.982 4.982 0 0 1 1.449-3.132 4.98 4.98 0 0 1 3.131-1.449 3.757 3.757 0 0 0 2.114-.875A4.98 4.98 0 0 1 12 0Zm4.71 8.621a1 1 0 0 0-1.413 0l-4.632 4.632-1.962-1.963a1 1 0 0 0-1.414 1.414l2.669 2.67a1 1 0 0 0 1.414 0l5.339-5.339a1 1 0 0 0 0-1.414Z"></path></symbol>';
}