UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.49 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialBiotechW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BiotechW100Filled", short_name: "Biotech", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M11 9.65q-.675 0-1.162-.488Q9.35 8.675 9.35 8q0-.7.488-1.175.487-.475 1.162-.475.7 0 1.175.475.475.475.475 1.175 0 .675-.475 1.162Q11.7 9.65 11 9.65Zm-4.5 10.7q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h4.65v-3.3h-.65q-1.8 0-3.075-1.275Q6.15 13.8 6.15 12q0-1.325.7-2.363.7-1.037 1.8-1.537 0 .175.038.375.037.2.087.325-.85.45-1.387 1.3-.538.85-.538 1.9 0 1.525 1.062 2.587Q8.975 15.65 10.5 15.65h7q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1h-5.65v3.3h5.65q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1Zm8.675-9.1q-.225.075-.425-.038-.2-.112-.275-.337l-.125-.375-.2.1q-.275.15-.575.013-.3-.138-.425-.463l-.25-.75q.2-.275.325-.638.125-.362.125-.762 0-.85-.5-1.463-.5-.612-1.3-.812l-.3-.775q-.125-.275.025-.55T11.7 4l.25-.1-.125-.35q-.075-.225-.025-.463.05-.237.275-.312.225-.075.425.062.2.138.275.363l.125.35.15-.05q.3-.125.575.012.275.138.375.438l1.9 5.175q.125.275-.012.55-.138.275-.413.4l-.175.075.125.375q.075.2.013.425-.063.225-.263.3Z" })); }); IconMaterialBiotechW100Filled.displayName = 'AmauiIconMaterialBiotechW100Filled'; export default IconMaterialBiotechW100Filled;