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) 522 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-ruler-24><path fill-rule=evenodd clip-rule=evenodd d="M1 3a2 2 0 0 1 2-2h18a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H10v11a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3Zm17 5V6a1 1 0 1 0-2 0v2h-2V6a1 1 0 1 0-2 0v2h-2V6a1 1 0 1 0-2 0v2H6a1 1 0 0 0 0 2h2v2H6a1 1 0 1 0 0 2h2v2H6a1 1 0 1 0 0 2h2v3H3V3h18v5h-3Z"></path></symbol>'; }