google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 690 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 Output = createIcon("Output", [
[
"path",
{
d: "M16.5 17L21.5 12L16.5 7L15.09 8.41L17.67 11H8.5V13H17.67L15.09 15.59L16.5 17Z",
key: "ll6yg1"
}
],
[
"path",
{
d: "M18.5 19H4.5V5H18.5V7H20.5V5C20.5 3.9 19.61 3 18.5 3H4.5C3.4 3 2.5 3.9 2.5 5V19C2.5 20.1 3.4 21 4.5 21H18.5C19.61 21 20.5 20.1 20.5 19V17H18.5V19Z",
key: "9mlhf7"
}
]
]);
export { Output as default };
//# sourceMappingURL=output.js.map