@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.64 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 IconMaterialBakeryDining = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BakeryDining', short_name: 'BakeryDining', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 18Zm8.1-1.05q.425.225.75-.1t.1-.75l-1.45-2.7-1.05 2.7Zm-5-.95h1.2l2.4-5.95q.075-.2-.037-.338-.113-.137-.263-.212l-2-.8q-.225-.075-.437.05-.213.125-.263.35Zm-7.4 0h1.2l-.6-6.9q-.05-.275-.263-.375-.212-.1-.437-.025l-2 .8q-.2.075-.288.212-.087.138-.012.338Zm-3.8.95 1.65-.85-1.05-2.7-1.45 2.7q-.225.425.1.75t.75.1Zm7-.95h2.2l.75-8.45q.05-.225-.112-.388Q13.575 7 13.35 7h-2.7q-.2 0-.362.162-.163.163-.138.388Zm-7.45 3q-.975 0-1.712-.725Q1 17.55 1 16.35q0-.3.087-.612.088-.313.213-.538L3.5 11q-.375-1.05-.037-1.988Q3.8 8.075 4.85 7.65l2-.8q.35-.15.7-.188.35-.037.7.038.375-.75.938-1.225Q9.75 5 10.65 5h2.7q.9 0 1.462.475.563.475.938 1.225.35-.05.7-.025t.7.175l2 .8q.975.375 1.388 1.362.412.988-.038 1.938l2.2 4.2q.15.275.225.588.075.312.075.612 0 1.5-.925 2.075Q21.15 19 20.35 19q-.3 0-.55-.05-.25-.05-.55-.2L17.7 18H6.25l-1.4.75q-.3.15-.637.2-.338.05-.763.05Z" }) })));
});
IconMaterialBakeryDining.displayName = 'AmauiIconMaterialBakeryDining';
exports.default = IconMaterialBakeryDining;