@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) • 496 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 24 24" id=icon-toggle-mode-bottom-24><path fill-rule=evenodd clip-rule=evenodd d="M18 3H6a3 3 0 0 0 0 6h12a3 3 0 1 0 0-6ZM6 1a5 5 0 0 0 0 10h12a5 5 0 0 0 0-10H6Zm0 12a5 5 0 0 0 0 10h12a5 5 0 0 0 0-10H6Zm12 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM6.5 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"></path></symbol>';
}