@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.67 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialDashboardCustomizeW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DashboardCustomizeW100Filled', short_name: 'DashboardCustomize', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M176-546q-12.75 0-21.37-8.63Q146-563.25 146-576v-208q0-12.75 8.63-21.38Q163.25-814 176-814h208q12.75 0 21.38 8.62Q414-796.75 414-784v208q0 12.75-8.62 21.37Q396.75-546 384-546H176Zm400 0q-12.75 0-21.37-8.63Q546-563.25 546-576v-208q0-12.75 8.63-21.38Q563.25-814 576-814h208q12.75 0 21.38 8.62Q814-796.75 814-784v208q0 12.75-8.62 21.37Q796.75-546 784-546H576ZM176-146q-12.75 0-21.37-8.63Q146-163.25 146-176v-208q0-12.75 8.63-21.38Q163.25-414 176-414h208q12.75 0 21.38 8.62Q414-396.75 414-384v208q0 12.75-8.62 21.37Q396.75-146 384-146H176Zm503.96 0q-5.96 0-9.96-4.02-4-4.03-4-9.98v-106H559q-5 0-9-4.04-4-4.03-4-10 0-5.96 4.03-9.96 4.02-4 9.97-4h106v-107q0-5 4.04-9 4.03-4 10-4 5.96 0 9.96 4.02 4 4.03 4 9.98v106h107q5 0 9 4.04 4 4.03 4 10 0 5.96-4.03 9.96-4.02 4-9.97 4H694v107q0 5-4.04 9-4.03 4-10 4Z" }) })));
});
IconMaterialDashboardCustomizeW100Filled.displayName = 'OnesyIconMaterialDashboardCustomizeW100Filled';
exports.default = IconMaterialDashboardCustomizeW100Filled;
;