@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) • 490 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 16 16" id=icon-customize-16><path d="M12 9a3 3 0 1 1-2.826 4H2a1 1 0 1 1 0-2h7.174c.412-1.165 1.52-2 2.826-2Zm0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM4 1c1.306 0 2.414.835 2.826 2H14a1 1 0 1 1 0 2H6.826A2.999 2.999 0 0 1 1 4a3 3 0 0 1 3-3Zm0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"></path></symbol>';
}