UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.14 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialCountertopsW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CountertopsW100Filled", short_name: "Countertops", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M7.45 17.3q-.325 0-.538-.213-.212-.212-.212-.537v-5H5.45q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h2.4q-.475 0-.813-.338Q6.7 10.175 6.7 9.7V7.45q0-.325.212-.538.213-.212.538-.212h2.4q.325 0 .538.212.212.213.212.538V9.7q0 .475-.337.812-.338.338-.813.338H15v-2.2q0-.525-.363-.888-.362-.362-.887-.362-.35 0-.625.175t-.45.45q-.05.075-.137.125-.088.05-.163.05-.225 0-.325-.15t0-.35q.25-.45.7-.725.45-.275 1-.275.825 0 1.388.562.562.563.562 1.388v2.2h2.85q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1H17.3v5q0 .325-.213.537-.212.213-.537.213Zm4.2-.7h.7v-5.05h-.7Z" })); }); IconMaterialCountertopsW100Filled.displayName = 'AmauiIconMaterialCountertopsW100Filled'; export default IconMaterialCountertopsW100Filled;