@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.32 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialDashboardW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "DashboardW100",
short_name: "Dashboard",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M13.65 8.25v-3.2q0-.325.213-.538.212-.212.537-.212h4.55q.325 0 .538.212.212.213.212.538v3.2q0 .325-.212.537Q19.275 9 18.95 9H14.4q-.325 0-.537-.213-.213-.212-.213-.537Zm-9.35 2.7v-5.9q0-.325.213-.538.212-.212.537-.212H9.6q.325 0 .538.212.212.213.212.538v5.9q0 .325-.212.537-.213.213-.538.213H5.05q-.325 0-.537-.213-.213-.212-.213-.537Zm9.35 8v-5.9q0-.325.213-.538.212-.212.537-.212h4.55q.325 0 .538.212.212.213.212.538v5.9q0 .325-.212.537-.213.213-.538.213H14.4q-.325 0-.537-.213-.213-.212-.213-.537Zm-9.35 0v-3.2q0-.325.213-.538Q4.725 15 5.05 15H9.6q.325 0 .538.212.212.213.212.538v3.2q0 .325-.212.537-.213.213-.538.213H5.05q-.325 0-.537-.213-.213-.212-.213-.537ZM5 11h4.65V5H5Zm9.35 8H19v-6h-4.65Zm0-10.7H19V5h-4.65ZM5 19h4.65v-3.3H5Zm4.65-8Zm4.7-2.7Zm0 4.7Zm-4.7 2.7Z"
}));
});
IconMaterialDashboardW100.displayName = 'AmauiIconMaterialDashboardW100';
export default IconMaterialDashboardW100;