@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) • 934 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-passkey-64><path fill-rule=evenodd clip-rule=evenodd d="M13 20a9.5 9.5 0 1 1 19 0 9.5 9.5 0 0 1-19 0Zm9.5-14.5C14.492 5.5 8 11.992 8 20c0 4.73 2.264 8.93 5.768 11.577C7.344 34.797 3 41.47 3 49.5A6.5 6.5 0 0 0 9.5 56h26a6.5 6.5 0 0 0 6.5-6.5c0-8.062-4.226-14.805-10.66-18.005A14.476 14.476 0 0 0 37 20c0-8.008-6.492-14.5-14.5-14.5ZM45 27a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm5.5-10.5C44.701 16.5 40 21.201 40 27c0 4.938 3.408 9.079 8 10.2v16.3a2.5 2.5 0 0 0 2.5 2.5h8a2.5 2.5 0 0 0 0-5H53v-3.5h5.5a2.5 2.5 0 0 0 0-5H53v-5.3c4.592-1.121 8-5.263 8-10.2 0-5.799-4.701-10.5-10.5-10.5Zm-27.833 18C14.497 34.5 8 40.858 8 49.5A1.5 1.5 0 0 0 9.5 51h26a1.5 1.5 0 0 0 1.5-1.5c0-8.707-6.227-15-14.333-15Z"></path></symbol>';
}