@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.36 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 IconMaterialBreakfastDiningW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BreakfastDiningW100', short_name: 'BreakfastDining', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M6 19.7q-.275 0-.487-.213Q5.3 19.275 5.3 19V9.7q-.8-.475-1.4-1.138Q3.3 7.9 3.3 7q0-1.125.788-1.913Q4.875 4.3 6 4.3h12q1.125 0 1.913.787.787.788.787 1.913 0 .9-.6 1.562-.6.663-1.4 1.138V19q0 .275-.212.487-.213.213-.488.213Zm0-.7h12V9.3l.4-.25q.6-.375 1.1-.862Q20 7.7 20 7q0-.825-.587-1.412Q18.825 5 18 5H6q-.825 0-1.412.588Q4 6.175 4 7q0 .7.5 1.188.5.487 1.1.862l.4.25Zm5.7-2.65q.125.125.3.125t.3-.125l3.1-3.05q.125-.125.125-.3t-.125-.3l-3.1-3.1q-.125-.125-.3-.125t-.3.125l-3.05 3.1q-.125.125-.125.3t.125.3Zm.3-.7L9.35 13 12 10.3l2.7 2.7ZM12 12Z" }) })));
});
IconMaterialBreakfastDiningW100.displayName = 'AmauiIconMaterialBreakfastDiningW100';
exports.default = IconMaterialBreakfastDiningW100;