UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.16 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 IconMaterialCakeFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CakeFilled', short_name: 'Cake', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M5 13v-3q0-.825.588-1.413Q6.175 8 7 8h4V6.55q-.45-.3-.725-.725Q10 5.4 10 4.8q0-.375.15-.738.15-.362.45-.662l1.05-1.05q.05-.05.35-.15.05 0 .35.15L13.4 3.4q.3.3.45.662.15.363.15.738 0 .6-.275 1.025-.275.425-.725.725V8h4q.825 0 1.413.587Q19 9.175 19 10v3Zm-1 9q-.425 0-.712-.288Q3 21.425 3 21v-4q0-.825.587-1.412Q4.175 15 5 15h14q.825 0 1.413.588Q21 16.175 21 17v4q0 .425-.288.712Q20.425 22 20 22Z" }) }))); }); IconMaterialCakeFilled.displayName = 'AmauiIconMaterialCakeFilled'; exports.default = IconMaterialCakeFilled;