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) 699 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-passkey-24><path fill-rule=evenodd clip-rule=evenodd d="M5 7.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0Zm6.908 4.317a5.5 5.5 0 1 0-6.816 0A7.5 7.5 0 0 0 1 18.5 2.5 2.5 0 0 0 3.5 21h10a2.5 2.5 0 0 0 2.5-2.5 7.5 7.5 0 0 0-4.092-6.683ZM8.5 13A5.5 5.5 0 0 0 3 18.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5A5.5 5.5 0 0 0 8.5 13Zm8.5-3a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm2-4a4 4 0 0 0-1 7.874V20a1 1 0 0 0 1 1h3a1 1 0 1 0 0-2h-2v-1h2a1 1 0 1 0 0-2h-2v-2.126A4.002 4.002 0 0 0 19 6Z"></path></symbol>'; }