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) 618 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-share-ios-24><path d="m11.293 1.293-3 3a1 1 0 0 0 1.414 1.414L11 4.414V15a1 1 0 1 0 2 0V4.414l1.293 1.293a1 1 0 1 0 1.414-1.414L12.71 1.295l-.002-.002A.98.98 0 0 0 12 1a.98.98 0 0 0-.707.293Z"></path><path d="M6 8a3 3 0 0 0-3 3v9a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3v-9a3 3 0 0 0-3-3h-2a1 1 0 1 0 0 2h2a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1h2a1 1 0 1 0 0-2H6Z"></path></symbol>'; }