@evg-b/evg-icons
Version:
material icons
15 lines (12 loc) • 435 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var PowerInput = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M0 0h24v24H0V0z",
fill: "none"
}), /*#__PURE__*/React.createElement("path", {
d: "M2 9v2h19V9H2zm0 6h5v-2H2v2zm7 0h5v-2H9v2zm7 0h5v-2h-5v2z"
})),
name: 'PowerInput'
});
export default PowerInput;