google-material-icons
Version:
A google material icon library package for React applications
24 lines (20 loc) • 606 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",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M5.26 11H18.74L18.07 20H5.93L5.26 11ZM9.02 4H14.97L19 7.38L20.59 5.79L22 7.21L19.21 10H4.79L2 7.21L3.41 5.8L5 7.38L9.02 4Z",
key: "12oswe"
}
]
]);
export { TakeoutDining as default };
//# sourceMappingURL=takeout_dining.js.map