UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.7 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("@onesy/ui-react"); const IconMaterialCakeAddW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CakeAddW100', short_name: 'CakeAdd', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M760-720h-66q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h66v-66q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v66h66q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4h-66v66q0 5.95-4.04 9.97-4.03 4.03-10 4.03-5.96 0-9.96-4.03-4-4.02-4-9.97v-66ZM158-132q-11.05 0-18.52-8.5Q132-149 132-160v-188q0-24.75 17.63-42.38Q167.25-408 192-408h20v-168q0-24.75 17.63-42.38Q247.25-636 272-636h154v-60q-17-11-28.5-24.5T386-751.85q0-11.15 3.91-20.58 3.91-9.44 11.73-17.24L429-817q1-1 11.29-5 1.71 0 10.71 5l27.36 27.33q7.82 7.8 11.73 17.24Q494-763 494-751.85q0 17.85-11.5 31.35T454-696v60h154q24.75 0 42.38 17.62Q668-600.75 668-576v168h20q24.75 0 42.38 17.62Q748-372.75 748-348v188q0 11-8.5 19.5T720-132H158Zm82-276h400v-168q0-14-9-23t-23-9H272q-14 0-23 9t-9 23v168Zm-80 248h560v-188q0-14-9-23t-23-9H192q-14 0-23 9t-9 23v188Zm80-248h400-400Zm-80 248h560-560Zm508-248H212h456Z" }) }))); }); IconMaterialCakeAddW100.displayName = 'OnesyIconMaterialCakeAddW100'; exports.default = IconMaterialCakeAddW100;