@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.46 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialBiotechW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BiotechW100",
short_name: "Biotech",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M6.5 20.35q-.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.35.788-2.45.787-1.1 2.062-1.6 0-1.075.875-1.65t1.825-.15l-.45-1.2q-.1-.275.038-.55.137-.275.412-.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.3-.225.075-.425-.038-.2-.112-.275-.337l-.125-.375-.2.1q-.275.15-.575.013-.3-.138-.425-.463L12.75 9q-.275.45-.737.725Q11.55 10 11 10q-.65 0-1.162-.375-.513-.375-.738-.975-1.025.425-1.637 1.325-.613.9-.613 2.025 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.1Zm7.35-10.4 1.4-.55-1.9-5.25-1.45.5ZM11 9.3q.55 0 .925-.375T12.3 8q0-.55-.375-.925T11 6.7q-.55 0-.925.375T9.7 8q0 .55.375.925T11 9.3Zm2.85.65ZM11 8Zm0 0Z"
}));
});
IconMaterialBiotechW100.displayName = 'AmauiIconMaterialBiotechW100';
export default IconMaterialBiotechW100;