@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) • 1.32 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.symbol = symbol;
function symbol() {
// eslint-disable-next-line max-len,quotes
return '<symbol viewbox="0 0 16 16" id=icon-potted-plant-16><path fill-rule=evenodd clip-rule=evenodd d="M7.426.18a1 1 0 0 1 1.147 0c.943.66 1.6 1.404 2.014 2.18.943-.373 2.106-.483 3.481-.24a1 1 0 0 1 .811.81c.223 1.261.138 2.349-.216 3.257a4.284 4.284 0 0 1-.42.81h.255a1.5 1.5 0 0 1 1.408 2.02l-1.484 4.02a3 3 0 0 1-2.815 1.96H4.392a3 3 0 0 1-2.815-1.961L.094 9.016a1.5 1.5 0 0 1 1.408-2.019h.251a4.294 4.294 0 0 1-.42-.811c-.353-.91-.438-1.997-.216-3.258a1 1 0 0 1 .812-.81c1.376-.243 2.54-.132 3.483.242C5.827 1.584 6.484.84 7.426.18Zm.628 6.817h-.109a3.434 3.434 0 0 1-1.06-1.914C6.744 4.257 6.93 3.245 8 2.274c1.07.971 1.256 1.983 1.115 2.81a3.433 3.433 0 0 1-1.06 1.913Zm2.5-.018a3.094 3.094 0 0 0 1.36-.441c.381-.243.694-.589.885-1.078.142-.364.229-.841.196-1.46-.796-.051-1.397.078-1.849.298a4.78 4.78 0 0 1-.06 1.122 5.279 5.279 0 0 1-.532 1.559Zm-5.64-1.56a4.815 4.815 0 0 1-.06-1.12c-.453-.222-1.055-.352-1.852-.301-.033.619.053 1.096.196 1.461.19.49.504.837.886 1.08.404.258.888.398 1.364.443a5.278 5.278 0 0 1-.535-1.562Zm-1.46 6.925L2.218 8.997H13.78l-1.235 3.347a1 1 0 0 1-.939.654H4.392a1 1 0 0 1-.939-.654Z"></path></symbol>';
}