UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 981 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialCookingW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CookingW100Filled", short_name: "Cooking", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M10.3 18.75V17.2q0-.35-.225-.575Q9.85 16.4 9.5 16.4H3.95v-.7H9.5q.625 0 1.062.437.438.438.438 1.063v1.55Zm2.7 0V17.2q0-.625.438-1.063.437-.437 1.062-.437h5.55v.7H14.5q-.35 0-.575.225-.225.225-.225.575v1.55ZM6.65 13.7q-.975 0-1.662-.688-.688-.687-.688-1.662V8.9h15.4v2.45q0 .975-.687 1.662-.688.688-1.663.688ZM4.3 6.9v-.7h5.35v-.25q0-.325.213-.538.212-.212.537-.212h3.2q.325 0 .538.212.212.213.212.538v.25h5.35v.7Z" })); }); IconMaterialCookingW100Filled.displayName = 'AmauiIconMaterialCookingW100Filled'; export default IconMaterialCookingW100Filled;