google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 509 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 PowerInput = createIcon("PowerInput", [
[
"path",
{
d: "M2.5 9V11H21.5V9H2.5ZM2.5 15H7.5V13H2.5V15ZM9.5 15H14.5V13H9.5V15ZM16.5 15H21.5V13H16.5V15Z",
key: "h43qvo"
}
]
]);
export { PowerInput as default };
//# sourceMappingURL=power_input.js.map