google-material-icons
Version:
A google material icon library package for React applications
24 lines (20 loc) • 641 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 Gif = createIcon("Gif", [
["path", { d: "M13 9H11.5V15H13V9Z", key: "1d8nso" }],
[
"path",
{
d: "M9 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 9Z",
key: "s3wqx7"
}
],
["path", { d: "M19 10.5V9H14.5V15H16V13H18V11.5H16V10.5H19Z", key: "1dl8qs" }]
]);
export { Gif as default };
//# sourceMappingURL=gif.js.map