UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.7 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@amaui/ui-react"); const IconMaterialBiotech = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Biotech', short_name: 'Biotech', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M6 21q-.425 0-.713-.288Q5 20.425 5 20t.287-.712Q5.575 19 6 19h4v-2q-2.075 0-3.537-1.463Q5 14.075 5 12q0-1.525.838-2.775Q6.675 7.975 8.1 7.4q.2-.85.888-1.375.687-.525 1.562-.525l-.225-.625q-.175-.45 0-.788.175-.337.55-.462l.075-.025v-.025q-.2-.45-.012-.763.187-.312.562-.437.375-.125.725-.013.35.113.55.538l.025.05q.4-.125.788.037.387.163.512.563l2.05 5.625q.175.45-.013.8-.187.35-.562.475h-.025l.025.075q.125.35-.037.713-.163.362-.588.512-.35.125-.725 0t-.5-.525l-.025-.075q-.4.125-.787-.038-.388-.162-.513-.562l-.25-.7q-.375.35-.862.525-.488.175-.988.125-.55-.05-1.025-.338-.475-.287-.825-.712-.675.4-1.062 1.075Q7 11.2 7 12q0 1.25.875 2.125T10 15h7q.425 0 .712.287.288.288.288.713t-.288.712Q17.425 17 17 17h-4v2h5q.425 0 .712.288.288.287.288.712t-.288.712Q18.425 21 18 21Zm7.65-11.45.9-.35-1.7-4.7-.95.35ZM10.5 9q.425 0 .713-.288.287-.287.287-.712t-.287-.713Q10.925 7 10.5 7t-.712.287Q9.5 7.575 9.5 8t.288.712Q10.075 9 10.5 9Zm3.15.55ZM10.5 8Zm0 0Z" }) }))); }); IconMaterialBiotech.displayName = 'AmauiIconMaterialBiotech'; exports.default = IconMaterialBiotech;