UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 642 B
/** * @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 Bento = createIcon("Bento", [ [ "path", { d: "M16 11V5H20C21.1 5 22 5.9 22 7V11H16ZM20 19C21.1 19 22 18.1 22 17V13H16V19H20ZM14 5V19H4C2.9 19 2 18.1 2 17V7C2 5.9 2.9 5 4 5H14ZM9.5 12C9.5 11.17 8.83 10.5 8 10.5C7.17 10.5 6.5 11.17 6.5 12C6.5 12.83 7.17 13.5 8 13.5C8.83 13.5 9.5 12.83 9.5 12Z", key: "x6u8td" } ] ]); export { Bento as default }; //# sourceMappingURL=bento.js.map