@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.3 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("@amaui/ui-react");
const IconMaterialButtonsAltW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ButtonsAltW100Filled', short_name: 'ButtonsAlt', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M192-292q-26 0-43-17t-17-43.332v-255.336Q132-634 149-651t43-17h576q26 0 43 17t17 43.332v255.336Q828-326 811-309t-43 17H192Zm114-174v66q0 6.067 3.953 10.033 3.954 3.967 10 3.967Q326-386 330-389.967q4-3.966 4-10.033v-66h66q6.067 0 10.033-3.953 3.967-3.954 3.967-10Q414-486 410.033-490q-3.966-4-10.033-4h-66v-66q0-6.067-3.953-10.033-3.954-3.967-10-3.967Q314-574 310-570.033q-4 3.966-4 10.033v66h-66q-6.067 0-10.033 3.953-3.967 3.954-3.967 10Q226-474 229.967-470q3.966 4 10.033 4h66Z" }) })));
});
IconMaterialButtonsAltW100Filled.displayName = 'AmauiIconMaterialButtonsAltW100Filled';
exports.default = IconMaterialButtonsAltW100Filled;