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) 548 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-security-key-24><path d="M8 5V1.2A1.2 1.2 0 0 1 9.2 0h5.6A1.2 1.2 0 0 1 16 1.2V5h.8A1.2 1.2 0 0 1 18 6.2V19a5 5 0 0 1-5 5h-2a5 5 0 0 1-5-5V6.2A1.2 1.2 0 0 1 7.2 5H8Zm2 0h4V2h-4v3ZM8 7v12a3 3 0 0 0 3 3h2a3 3 0 0 0 3-3V7H8Z"></path><path d="M12 12a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-3 1a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z"></path></symbol>'; }