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) 891 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 64 64" id=icon-camera-64><path fill-rule=evenodd clip-rule=evenodd d="M32 22c-7.18 0-13 5.82-13 13s5.82 13 13 13 13-5.82 13-13-5.82-13-13-13Zm-8 13a8 8 0 1 1 16 0 8 8 0 0 1-16 0Z"></path><path fill-rule=evenodd clip-rule=evenodd d="M25.604 5a7.5 7.5 0 0 0-7.115 5.128L17.199 14H8.5A7.5 7.5 0 0 0 1 21.5v29A7.5 7.5 0 0 0 8.5 58h47a7.5 7.5 0 0 0 7.5-7.5v-29a7.5 7.5 0 0 0-7.5-7.5h-8.698l-1.29-3.872A7.5 7.5 0 0 0 38.395 5H25.604Zm-2.372 6.71A2.5 2.5 0 0 1 25.604 10h12.792a2.5 2.5 0 0 1 2.372 1.71l1.86 5.58A2.5 2.5 0 0 0 45 19h10.5a2.5 2.5 0 0 1 2.5 2.5v29a2.5 2.5 0 0 1-2.5 2.5h-47A2.5 2.5 0 0 1 6 50.5v-29A2.5 2.5 0 0 1 8.5 19H19a2.5 2.5 0 0 0 2.372-1.71l1.86-5.58Z"></path></symbol>'; }