@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.14 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 IconMaterialBentoW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BentoW100Filled', short_name: 'Bento', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M13.8 11.65v-5.5h5.55q.65 0 1.075.425.425.425.425 1.075v4Zm-9.15 6.2q-.65 0-1.075-.425Q3.15 17 3.15 16.35v-8.7q0-.65.425-1.075Q4 6.15 4.65 6.15h8.45v11.7Zm3.475-4.95q.375 0 .637-.263.263-.262.263-.637t-.263-.637Q8.5 11.1 8.125 11.1t-.637.263q-.263.262-.263.637t.263.637q.262.263.637.263Zm5.675 4.95v-5.5h7.05v4q0 .65-.425 1.075-.425.425-1.075.425Z" }) })));
});
IconMaterialBentoW100Filled.displayName = 'AmauiIconMaterialBentoW100Filled';
exports.default = IconMaterialBentoW100Filled;