UNPKG

@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) 511 B
"use strict"; 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-zoom-in-24><path fill-rule=evenodd d="M10 17a7 7 0 1 0 0-14 7 7 0 0 0 0 14Zm0 2a8.962 8.962 0 0 0 5.618-1.968l5.675 5.675a1 1 0 0 0 1.414-1.414l-5.675-5.675A9 9 0 1 0 10 19Zm1-12a1 1 0 1 0-2 0v2H7a1 1 0 0 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2V7Z" clip-rule=evenodd></path></symbol>'; }