google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 669 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const TakeoutDining = createIcon("TakeoutDining", [
[
"path",
{
d: "M7.79 18.5L7.28 11.5H16.74L16.23 18.5H7.79ZM9.83 5.5H14.16L16.96 8.23L16.87 9.5H7.12L7.03 8.23L9.83 5.5ZM22 7.96L20.59 6.55L19 8.13L19.03 7.57L14.98 3.5H9.02L4.97 7.57L5 8.07L3.41 6.51L2 7.94L5.23 11.05L5.93 20.5H18.07L18.77 11.06L22 7.96Z",
key: "wdwypx"
}
]
]);
export { TakeoutDining as default };
//# sourceMappingURL=takeout_dining.js.map