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) 1.15 kB
"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-ai-tools-24><path fill-rule=evenodd clip-rule=evenodd d="M3.5 6.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0Zm3-5a5 5 0 1 0 0 10 5 5 0 0 0 0-10Zm9.811 13.422.34-1.586c.197-.914 1.502-.914 1.698 0l.34 1.586c.15.696.694 1.24 1.39 1.39l1.586.34c.914.196.914 1.5 0 1.697l-1.587.34a1.81 1.81 0 0 0-1.388 1.39l-.34 1.586c-.197.914-1.502.914-1.698 0l-.34-1.587a1.809 1.809 0 0 0-1.39-1.388l-1.586-.34c-.914-.197-.914-1.502 0-1.698l1.586-.34a1.809 1.809 0 0 0 1.39-1.39ZM2 15.25A2.25 2.25 0 0 1 4.25 13h4.5A2.25 2.25 0 0 1 11 15.25v4.5A2.25 2.25 0 0 1 8.75 22h-4.5A2.25 2.25 0 0 1 2 19.75v-4.5ZM4.25 15a.25.25 0 0 0-.25.25v4.5c0 .138.112.25.25.25h4.5a.25.25 0 0 0 .25-.25v-4.5a.25.25 0 0 0-.25-.25h-4.5Zm11-13A2.25 2.25 0 0 0 13 4.25v4.5A2.25 2.25 0 0 0 15.25 11h4.5A2.25 2.25 0 0 0 22 8.75v-4.5A2.25 2.25 0 0 0 19.75 2h-4.5ZM15 4.25a.25.25 0 0 1 .25-.25h4.5a.25.25 0 0 1 .25.25v4.5a.25.25 0 0 1-.25.25h-4.5a.25.25 0 0 1-.25-.25v-4.5Z"></path></symbol>'; }