UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 732 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 GifBox = createIcon("GifBox", [ [ "path", { d: "M19 19H5V5H19V19ZM5 3C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3H5ZM11.5 14H12.5V10H11.5V14ZM13.5 14H14.5V12.5H16V11.5H14.5V11H16.5V10H13.5V14ZM9.5 12V13H8.5V11H10.5C10.5 10.45 10.05 10 9.5 10H8.5C7.95 10 7.5 10.45 7.5 11V13C7.5 13.55 7.95 14 8.5 14H9.5C10.05 14 10.5 13.55 10.5 13V12H9.5Z", key: "12z6zc" } ] ]); export { GifBox as default }; //# sourceMappingURL=gif_box.js.map