@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) • 579 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 64 64" id=icon-clock-64><path fill-rule=evenodd clip-rule=evenodd d="M7 32C7 18.193 18.193 7 32 7s25 11.193 25 25-11.193 25-25 25S7 45.807 7 32ZM32 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 2Zm2.5 14.5a2.5 2.5 0 0 0-5 0V32a2.5 2.5 0 0 0 .732 1.768l8.5 8.5a2.5 2.5 0 1 0 3.536-3.536L34.5 30.965V16.5Z"></path></symbol>';
}