UNPKG

@onesy/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("@onesy/ui-react"); const IconMaterialBiotechW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BiotechW100', short_name: 'Biotech', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M446-174v-132h-26q-72.21 0-123.1-50.9Q246-407.79 246-480q0-53.8 31.5-97.9Q309-622 360-642q0-43 35-66t73-6l-18-48q-5-11.73.5-22.37Q456-795 468-800l10-4-7-19q-3-8 .39-15.46 3.38-7.45 11.61-10.54 8-3 15.68.36 7.67 3.36 10.32 11.64l7 19 6-2q11-4 22 1.5t16 16.5l76 207q5 11-.5 22T619-557l-7 3 7 19q3 8-.39 15.5Q615.23-512 607-509q-8 3-15.68-.36-7.67-3.36-10.32-11.64l-7-19-8 4q-12 5-23.67-.37Q530.67-541.73 526-554l-16-46q-11 18-29.5 29T440-560q-26 0-46.5-15T364-614q-41 17-65.5 53T274-480q0 60.83 42.58 103.42Q359.17-334 420-334h280q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H474v132h226q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H260q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h186Zm108-388 56-22-76-210-58 20 78 212Zm-114.07-26Q462-588 477-602.93t15-37Q492-662 477.07-677t-37-15Q418-692 403-677.07t-15 37Q388-618 402.93-603t37 15ZM554-562Zm-114-78Zm0 0Z" }) }))); }); IconMaterialBiotechW100.displayName = 'OnesyIconMaterialBiotechW100'; exports.default = IconMaterialBiotechW100;