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) 588 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-check-in-24><path fill-rule=evenodd clip-rule=evenodd d="M8 4a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1H8ZM6 4a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3 3 3 0 0 1 3 3v12a3.001 3.001 0 0 1-2 2.83V22a1 1 0 1 1-2 0H7a1 1 0 1 1-2 0v-.17A3.001 3.001 0 0 1 3 19V7a3 3 0 0 1 3-3ZM5 7a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v1H5V7Zm0 3v6h14v-6H5Zm0 9v-1h14v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1Z"></path></symbol>'; }