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) 872 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-explore-24><path fill-rule=evenodd clip-rule=evenodd d="M6.5 9.807 3.193 6.5 6.5 3.193 9.807 6.5 6.5 9.807ZM1.45 7.585a1.534 1.534 0 0 1 0-2.17L5.414 1.45a1.534 1.534 0 0 1 2.17 0l3.966 3.966c.599.6.599 1.57 0 2.17L7.585 11.55c-.6.6-1.57.6-2.17 0L1.45 7.585ZM20 4h-5v5h5V4Zm-5.5-2A1.5 1.5 0 0 0 13 3.5v6a1.5 1.5 0 0 0 1.5 1.5h6A1.5 1.5 0 0 0 22 9.5v-6A1.5 1.5 0 0 0 20.5 2h-6ZM20 17.5a2.5 2.5 0 1 1-5.001-.001 2.5 2.5 0 0 1 5 0Zm2 0a4.501 4.501 0 0 1-8.658 1.721 4.501 4.501 0 0 1 7.34-4.904A4.5 4.5 0 0 1 22 17.5ZM4 20v-5h5v5H4Zm-2-5.5A1.5 1.5 0 0 1 3.5 13h6a1.5 1.5 0 0 1 1.5 1.5v6A1.5 1.5 0 0 1 9.5 22h-6A1.5 1.5 0 0 1 2 20.5v-6Z"></path></symbol>'; }