google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 505 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 Gite = createIcon("Gite", [
[
"path",
{
d: "M18 6.5H9V4.5H7V6.5H6L2 10.5V19.5H22V10.5L18 6.5ZM4 12.5H14V17.5H4V12.5ZM20 17.5H16V11.33L18 9.33L20 11.33V17.5Z",
key: "sdynj5"
}
]
]);
export { Gite as default };
//# sourceMappingURL=gite.js.map