UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.7 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialBugReportW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BugReportW100", short_name: "BugReport", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M12 19.7q-1.275 0-2.337-.625Q8.6 18.45 7.95 17.35H5.475q-.125 0-.225-.1t-.1-.25q0-.15.1-.25t.25-.1h2.1q-.275-.8-.288-1.638-.012-.837-.012-1.662H5.475q-.125 0-.225-.1t-.1-.25q0-.15.1-.25t.25-.1h1.8q0-.85-.012-1.688-.013-.837.312-1.612H5.475q-.125 0-.225-.1T5.15 9q0-.15.1-.25t.25-.1h2.45q.375-.675.95-1.188.575-.512 1.3-.812L8.55 5q-.1-.1-.087-.213.012-.112.112-.212.1-.1.225-.1t.225.1L10.9 6.45q.55-.15 1.1-.15t1.1.15l1.95-1.9q.1-.1.212-.088.113.013.213.113.1.1.1.225t-.1.225L13.85 6.65q.725.3 1.275.812.55.513.925 1.188h2.475q.125 0 .225.1t.1.25q0 .15-.1.25t-.25.1h-2.1q.325.775.312 1.612-.012.838-.012 1.688h1.825q.125 0 .225.1t.1.25q0 .15-.1.25t-.25.1h-1.8q0 .825-.012 1.662-.013.838-.288 1.638h2.125q.125 0 .225.1t.1.25q0 .15-.1.25t-.25.1h-2.45q-.65 1.1-1.712 1.725-1.063.625-2.338.625Zm0-.7q1.65 0 2.825-1.175Q16 16.65 16 15v-4q0-1.65-1.175-2.825Q13.65 7 12 7q-1.65 0-2.825 1.175Q8 9.35 8 11v4q0 1.65 1.175 2.825Q10.35 19 12 19Zm-1.25-3.65h2.525q.125 0 .225-.1t.1-.25q0-.15-.1-.25t-.25-.1h-2.525q-.125 0-.225.1t-.1.25q0 .15.1.25t.25.1Zm0-4h2.525q.125 0 .225-.1t.1-.25q0-.15-.1-.25t-.25-.1h-2.525q-.125 0-.225.1t-.1.25q0 .15.1.25t.25.1ZM12 13Z" })); }); IconMaterialBugReportW100.displayName = 'AmauiIconMaterialBugReportW100'; export default IconMaterialBugReportW100;