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) 563 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 16 16" id=icon-customize-16><path fill-rule=evenodd d="M14 3h-2.17a3.001 3.001 0 0 0-5.66 0H2a1 1 0 0 0 0 2h4.17a3.001 3.001 0 0 0 5.66 0H14a1 1 0 1 0 0-2ZM9 5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-7 6h1.17a3.001 3.001 0 0 1 5.66 0H14a1 1 0 1 1 0 2H8.83a3.001 3.001 0 0 1-5.66 0H2a1 1 0 1 1 0-2Zm4 2a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z" clip-rule=evenodd></path></symbol>'; }