@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) • 675 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 16 16" id=icon-profile-verification-16><path d="M8 8a6.343 6.343 0 0 1 2.073.348 1.001 1.001 0 0 1-.655 1.89A4.322 4.322 0 0 0 8 10c-2.056 0-3.512 1.182-3.897 3H6.5a1 1 0 0 1 0 2h-3c-.804 0-1.55-.67-1.476-1.581l.03-.298C2.44 10.076 4.819 8.001 8 8Zm5.293 2.623a1 1 0 0 1 1.414 1.414l-2.667 2.667a1 1 0 0 1-1.414 0L9.293 13.37a1 1 0 0 1 1.414-1.414l.626.626 1.96-1.959ZM8 0a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7Zm0 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z"></path></symbol>';
}