@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.54 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialBugReportW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BugReportW100Filled",
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-.2-.575-.25-1.313-.05-.737-.05-1.987H5.475q-.125 0-.225-.1t-.1-.25q0-.15.1-.25t.25-.1h1.8q0-1.25.05-2.05.05-.8.25-1.25H5.475q-.125 0-.225-.1T5.15 9q0-.15.1-.25t.25-.1h2.45q.35-.6.975-1.163.625-.562 1.275-.837L8.55 5q-.075-.075-.075-.2t.1-.225q.1-.1.225-.1t.225.1L10.9 6.45q.575-.15 1.1-.15.525 0 1.1.15l1.95-1.9q.075-.075.2-.075t.225.1q.1.1.1.225t-.1.225L13.85 6.65q.65.275 1.25.837.6.563.95 1.163h2.475q.125 0 .225.1t.1.25q0 .15-.1.25t-.25.1h-2.1q.2.45.25 1.25.05.8.05 2.05h1.825q.125 0 .225.1t.1.25q0 .15-.1.25t-.25.1h-1.8q0 1.25-.05 1.987-.05.738-.25 1.313h2.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.625Zm-1.25-4.35h2.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.1Z"
}));
});
IconMaterialBugReportW100Filled.displayName = 'AmauiIconMaterialBugReportW100Filled';
export default IconMaterialBugReportW100Filled;