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) 943 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 20 20" id=icon-ai-camera-20><path d="M10 1a1 1 0 1 1 0 2H7.927a.5.5 0 0 0-.448.276L6.397 5.441A1.01 1.01 0 0 1 5.494 6H3a1 1 0 0 0-1 1v8l.005.102A1 1 0 0 0 3 16h14a1 1 0 0 0 1-1V9.5a1 1 0 1 1 2 0V15a3 3 0 0 1-3 3H3a3 3 0 0 1-2.996-2.846L0 15V7a3 3 0 0 1 3-3h1.882l.81-1.618A2.5 2.5 0 0 1 7.926 1H10Zm0 5.5a3.75 3.75 0 1 1 0 7.5 3.75 3.75 0 0 1 0-7.5Zm0 2a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5ZM14.858.64c.184-.853 1.402-.853 1.585 0l.303 1.41c.13.603.6 1.075 1.204 1.205l1.41.303c.854.183.854 1.401 0 1.585l-1.41.302a1.57 1.57 0 0 0-1.204 1.204l-.303 1.41c-.183.854-1.401.854-1.585 0l-.302-1.41a1.57 1.57 0 0 0-1.204-1.204l-1.41-.302c-.854-.184-.854-1.402 0-1.585l1.41-.303a1.57 1.57 0 0 0 1.204-1.205l.302-1.41Z"></path></symbol>'; }