UNPKG

@cleartrip/bento-icons

Version:

Icon Library for Bento Component Library

27 lines (26 loc) 1.56 kB
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from "react"; export function LabTest(props) { return /*#__PURE__*/React.createElement("svg", _extends({ viewBox: "0 0 20 20" }, props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("path", { id: "prefix__path-1", d: "M0 0h20v20H0z" })), /*#__PURE__*/React.createElement("g", { id: "prefix__covid-symptoms", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("mask", { id: "prefix__mask-2", fill: "#fff" }, /*#__PURE__*/React.createElement("use", { xlinkHref: "#prefix__path-1" })), /*#__PURE__*/React.createElement("path", { d: "M9.5-1A3.5 3.5 0 0113 2.5v10.05a5.833 5.833 0 01-.831 3.002l-1.502 2.503v3.112a1.167 1.167 0 01-2.334 0v-3.112l-1.502-2.503A5.833 5.833 0 016 12.551V2.5A3.5 3.5 0 019.5-1zm0 7.583a1.75 1.75 0 00-1.75 1.75v3.5a1.75 1.75 0 003.5 0v-3.5a1.75 1.75 0 00-1.75-1.75zm0 1.167c.322 0 .583.261.583.583v3.5a.583.583 0 11-1.166 0v-3.5c0-.322.26-.583.583-.583zm0-7a1.75 1.75 0 100 3.5 1.75 1.75 0 000-3.5zm0 1.167a.583.583 0 110 1.166.583.583 0 010-1.166z", fill: "currentColor", mask: "url(#prefix__mask-2)", transform: "rotate(45 9.5 10.667)" }))); }