google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 513 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 Power = createIcon("Power", [
[
"path",
{
d: "M16.01 7L16 3H14V7H10V3H8V7H7.99C7 6.99 6 7.99 6 8.99V14.48L9.5 18V21H14.5V18L18 14.49V8.99C18 7.99 17 6.99 16.01 7Z",
key: "mfdwrw"
}
]
]);
export { Power as default };
//# sourceMappingURL=power.js.map