UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.23 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialFastfood = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Fastfood", short_name: "Fastfood", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M2.15 15q-.475 0-.775-.338-.3-.337-.225-.762.475-2.475 2.65-3.688Q5.975 9 8.55 9t4.75 1.212q2.175 1.213 2.65 3.688.075.425-.225.762-.3.338-.775.338Zm15.9 8v-2h1.4l1.4-14H11.3l-.1-.875q-.05-.45.238-.787.287-.338.737-.338h3.875V2q0-.425.287-.713Q16.625 1 17.05 1t.713.287q.287.288.287.713v3h3.9q.45 0 .75.325t.25.775L21.4 21.55q-.075.6-.537 1.025Q20.4 23 19.75 23Zm0-2h1.4-1.4Zm-4.725-8q-.725-1-2.037-1.5Q9.975 11 8.5 11q-1.475 0-2.787.5Q4.4 12 3.675 13ZM8.5 13ZM2 19q-.425 0-.712-.288Q1 18.425 1 18t.288-.712Q1.575 17 2 17h13q.425 0 .713.288.287.287.287.712t-.287.712Q15.425 19 15 19Zm0 4q-.425 0-.712-.288Q1 22.425 1 22t.288-.712Q1.575 21 2 21h13q.425 0 .713.288.287.287.287.712t-.287.712Q15.425 23 15 23Z" })); }); IconMaterialFastfood.displayName = 'AmauiIconMaterialFastfood'; export default IconMaterialFastfood;