UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.44 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIMedicalMicroscope = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIMedicalMicroscope = function LIMedicalMicroscope(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M2.513 11.444h3.128a.499.499 0 1 0 0-1H2.513a.499.499 0 1 0 0 1zM12.5 12h-1.283c1.07-1.636 1.354-3.037.843-4.175-.522-1.156-1.754-1.766-2.804-2.082l-.54.886c.904.233 2.026.698 2.433 1.61.413.92.024 2.186-1.151 3.763H1.5a.499.499 0 1 0 0 .997h11a.499.499 0 1 0 0-.999zM3.657 7.925l.483.308-.434.694a.498.498 0 0 0 .16.688.507.507 0 0 0 .687-.16l.429-.683s.546.382.742.382a.507.507 0 0 0 .426-.24l2.907-4.773a.5.5 0 0 0-.157-.68L7.105 2.306a.5.5 0 0 0-.698.162L3.5 7.244a.502.502 0 0 0 .157.68zm4.13-6.005 1.145.737a.503.503 0 0 0 .69-.15.501.501 0 0 0-.149-.69L8.327 1.08a.501.501 0 0 0-.69.15.501.501 0 0 0 .15.69z" }) })); }; exports.LIMedicalMicroscope = LIMedicalMicroscope;