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) 699 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 24 24" id=icon-customize-24><path fill-rule=evenodd d="M22 4h-7.17a3.001 3.001 0 0 0-5.66 0H2a1 1 0 0 0 0 2h7.17a3.001 3.001 0 0 0 5.66 0H22a1 1 0 1 0 0-2ZM12 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm10 5h-1.17a3.001 3.001 0 0 0-5.66 0H2a1 1 0 1 0 0 2h13.17a3.001 3.001 0 0 0 5.66 0H22a1 1 0 1 0 0-2Zm-4 2a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm4 5H8.83a3.001 3.001 0 0 0-5.66 0H2a1 1 0 1 0 0 2h1.17a3.001 3.001 0 0 0 5.66 0H22a1 1 0 1 0 0-2ZM6 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" clip-rule=evenodd></path></symbol>'; }