UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 567 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 Gif = createIcon("Gif", [ [ "path", { d: "M11.5 9H13V15H11.5V9ZM9 9H6C5.4 9 5 9.5 5 10V14C5 14.5 5.4 15 6 15H9C9.6 15 10 14.5 10 14V12H8.5V13.5H6.5V10.5H10V10C10 9.5 9.6 9 9 9ZM19 10.5V9H14.5V15H16V13H18V11.5H16V10.5H19Z", key: "1wjs8u" } ] ]); export { Gif as default }; //# sourceMappingURL=gif.js.map