google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 622 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 Input = createIcon("Input", [
[
"path",
{
d: "M21 3.01001H3C1.9 3.01001 1 3.91001 1 5.01001V9.00001H3V4.99001H21V19.02H3V15H1V19.01C1 20.11 1.9 20.99 3 20.99H21C22.1 20.99 23 20.11 23 19.01V5.01001C23 3.90001 22.1 3.01001 21 3.01001ZM11 16L15 12L11 8.00001V11H1V13H11V16Z",
key: "198fq4"
}
]
]);
export { Input as default };
//# sourceMappingURL=input.js.map