UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.36 kB
"use strict"; 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 IconMaterialBreakfastDining = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BreakfastDining', short_name: 'BreakfastDining', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M6 21q-.825 0-1.412-.587Q4 19.825 4 19v-8.55q-.925-.55-1.462-1.463Q2 8.075 2 7q0-1.65 1.175-2.825Q4.35 3 6 3h12q1.65 0 2.825 1.175Q22 5.35 22 7q0 1.075-.538 1.987Q20.925 9.9 20 10.45V19q0 .825-.587 1.413Q18.825 21 18 21Zm0-2h12V9.3l1-.6q.45-.275.725-.725Q20 7.525 20 7q0-.825-.587-1.412Q18.825 5 18 5H6q-.825 0-1.412.588Q4 6.175 4 7q0 .55.263 1.012.262.463.737.738l1 .55Zm5.3-2.3q.3.275.713.275.412 0 .687-.275l3-3q.3-.3.3-.713 0-.412-.3-.687l-3-3q-.275-.3-.687-.3-.413 0-.713.3l-3 3q-.275.275-.275.687 0 .413.275.713Zm.7-2.1L10.4 13l1.6-1.6 1.6 1.6Zm0-2.6Z" }) }))); }); IconMaterialBreakfastDining.displayName = 'AmauiIconMaterialBreakfastDining'; exports.default = IconMaterialBreakfastDining;