@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) • 418 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 20 20" id=icon-pause-20><path fill-rule=evenodd clip-rule=evenodd d="M7.75 4.75a1.75 1.75 0 1 0-3.5 0v10.5a1.75 1.75 0 1 0 3.5 0V4.75Zm8 0a1.75 1.75 0 1 0-3.5 0v10.5a1.75 1.75 0 1 0 3.5 0V4.75Z"></path></symbol>';
}