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) 622 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 64 64" id=icon-exclude-64><path fill-rule=evenodd clip-rule=evenodd d="M16.308 12.537A24.895 24.895 0 0 1 32 7c13.807 0 25 11.193 25 25a24.895 24.895 0 0 1-5.537 15.692L16.308 12.537Zm-3.771 3.771A24.895 24.895 0 0 0 7 32c0 13.807 11.193 25 25 25a24.895 24.895 0 0 0 15.692-5.537L12.537 16.308ZM32 2C15.431 2 2 15.431 2 32c0 16.569 13.431 30 30 30 16.569 0 30-13.431 30-30C62 15.431 48.569 2 32 2Z"></path></symbol>'; }