UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 676 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialDresser = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Dresser", short_name: "Dresser", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M4 21V5q0-.825.588-1.413Q5.175 3 6 3h12q.825 0 1.413.587Q20 4.175 20 5v16h-2v-2H6v2Zm2-10h5V5H6Zm7-4h5V5h-5Zm0 4h5V9h-5Zm-3 5h4v-2h-4Zm-4-3v4h12v-4Zm0 4v-4 4Z" })); }); IconMaterialDresser.displayName = 'AmauiIconMaterialDresser'; export default IconMaterialDresser;