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) 877 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 20 20" id=icon-ai-tools-20><path fill-rule=evenodd clip-rule=evenodd d="M2.5 5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0ZM5 .5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM11 3a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V3Zm6 0h-4v4h4V3Zm-3.095 9.7.303-1.41c.183-.853 1.402-.853 1.585 0l.303 1.41c.13.604.6 1.076 1.204 1.205l1.41.303c.854.183.854 1.402 0 1.585l-1.41.303a1.569 1.569 0 0 0-1.204 1.204l-.303 1.41c-.183.854-1.402.854-1.585 0l-.303-1.41a1.569 1.569 0 0 0-1.204-1.204l-1.41-.303c-.854-.183-.854-1.402 0-1.585l1.41-.303a1.569 1.569 0 0 0 1.204-1.204ZM3 11a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2H3Zm0 6v-4h4v4H3Z"></path></symbol>'; }