google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 599 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 Terminal = createIcon("Terminal", [
[
"path",
{
d: "M20 4H4C2.89 4 2 4.9 2 6V18C2 19.1 2.89 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.11 4 20 4ZM20 18H4V8H20V18ZM18 17H12V15H18V17ZM7.5 17L6.09 15.59L8.67 13L6.08 10.41L7.5 9L11.5 13L7.5 17Z",
key: "i32zjs"
}
]
]);
export { Terminal as default };
//# sourceMappingURL=terminal.js.map