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) 639 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-crop-24><path d="M21 15h-3V8a.997.997 0 0 0-1-1H8V3.414l1.293 1.293a1 1 0 0 0 1.414-1.414L7.708.294a1.003 1.003 0 0 0-1.416 0L3.293 3.293a1 1 0 0 0 1.414 1.414L6 3.414V7H3a1 1 0 0 0 0 2h3v7a.997.997 0 0 0 1 1h9v3.586l-1.293-1.293a1.001 1.001 0 0 0-1.41.004 1.001 1.001 0 0 0-.004 1.41l2.999 2.999c.391.39 1.025.39 1.416 0l2.999-2.999a1 1 0 0 0-1.414-1.414L18 20.586V17h3a1 1 0 0 0 0-2Zm-5-6v6H8V9h8Z"></path></symbol>'; }