@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) • 1.05 kB
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-ai-tools-16><path fill-rule=evenodd clip-rule=evenodd d="M2.75 4.125a1.375 1.375 0 1 1 2.75 0 1.375 1.375 0 0 1-2.75 0ZM4.125.75a3.375 3.375 0 1 0 0 6.75 3.375 3.375 0 0 0 0-6.75Zm4.625 2c0-.966.784-1.75 1.75-1.75h2.75c.966 0 1.75.784 1.75 1.75V5.5a1.75 1.75 0 0 1-1.75 1.75H10.5A1.75 1.75 0 0 1 8.75 5.5V2.75ZM13 3h-2.25v2.25H13V3Zm-1.993 7.012.246-1.146c.141-.657 1.08-.657 1.22 0l.246 1.146a1.31 1.31 0 0 0 1.006 1.005l1.145.246c.658.141.658 1.08 0 1.22l-1.145.246a1.31 1.31 0 0 0-1.005 1.005l-.247 1.146c-.14.657-1.079.657-1.22 0l-.246-1.146a1.309 1.309 0 0 0-1.005-1.005l-1.146-.246c-.657-.14-.657-1.079 0-1.22l1.146-.246a1.309 1.309 0 0 0 1.005-1.005ZM2.75 8.75A1.75 1.75 0 0 0 1 10.5v2.75c0 .966.784 1.75 1.75 1.75H5.5a1.75 1.75 0 0 0 1.75-1.75V10.5A1.75 1.75 0 0 0 5.5 8.75H2.75ZM3 13v-2.25h2.25V13H3Z"></path></symbol>';
}