UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 821 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Stethoscope1 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M6.773 3.5h.25a.75.75 0 000-1.5h-.25a2.25 2.25 0 00-2.25 2.25v2.5a5.751 5.751 0 005 5.701V16.5a5 5 0 1010 0v-1.515a2.501 2.501 0 10-1.5 0V16.5a3.5 3.5 0 11-7 0v-4.049c2.822-.367 5-2.78 5-5.701v-2.5A2.25 2.25 0 0013.773 2h-.25a.75.75 0 000 1.5h.25a.75.75 0 01.75.75v2.5a4.25 4.25 0 01-8.5 0v-2.5a.75.75 0 01.75-.75zm11 9.1a1 1 0 112 0 1 1 0 01-2 0z", fill: "#323544" })); exports.default = Stethoscope1;