UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.34 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialErrorMedW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ErrorMedW100", short_name: "ErrorMed", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "m9.225 11.325 1.55 2.125q.125.15.3.15t.3-.15l1.55-2.125 1.525 2.125q.125.15.313.15.187 0 .312-.15l1.825-2.5q.075-.125.05-.262-.025-.138-.15-.238-.125-.1-.25-.075-.125.025-.225.15l-1.575 2.15-1.525-2.125q-.125-.15-.312-.138-.188.013-.313.163l-1.525 2.1-1.55-2.125q-.125-.15-.3-.15t-.3.15L7.1 13.05q-.075.125-.062.262.012.138.137.238.125.1.263.075.137-.025.237-.15ZM12 20.7q-1.8 0-3.387-.688-1.588-.687-2.763-1.862-1.175-1.175-1.863-2.763Q3.3 13.8 3.3 12t.687-3.388Q4.675 7.025 5.85 5.85t2.763-1.863Q10.2 3.3 12 3.3t3.388.687q1.587.688 2.762 1.863t1.863 2.762Q20.7 10.2 20.7 12q0 1.8-.687 3.387-.688 1.588-1.863 2.763-1.175 1.175-2.762 1.862Q13.8 20.7 12 20.7Zm0-.7q3.35 0 5.675-2.325Q20 15.35 20 12q0-3.35-2.325-5.675Q15.35 4 12 4 8.65 4 6.325 6.325 4 8.65 4 12q0 3.35 2.325 5.675Q8.65 20 12 20Zm0-8Z" })); }); IconMaterialErrorMedW100.displayName = 'AmauiIconMaterialErrorMedW100'; export default IconMaterialErrorMedW100;