@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) • 744 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-google-24><path d="m22.87 10.273-.113-.48H12.323v4.416h6.235c-.648 3.073-3.651 4.691-6.104 4.691-1.786 0-3.667-.75-4.913-1.958a7.012 7.012 0 0 1-2.092-4.95c0-1.86.836-3.72 2.052-4.944 1.217-1.224 3.054-1.908 4.88-1.908 2.092 0 3.591 1.11 4.152 1.617l3.138-3.122c-.92-.809-3.45-2.847-7.39-2.847-3.042 0-5.957 1.165-8.089 3.29C2.09 6.168 1 9.193 1 12c0 2.806 1.03 5.68 3.068 7.789 2.178 2.248 5.263 3.424 8.44 3.424 2.889 0 5.628-1.133 7.58-3.187 1.92-2.022 2.912-4.82 2.912-7.754 0-1.235-.124-1.968-.13-2Z"></path></symbol>';
}