google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 550 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 9V13.66L12.5 17.17V19H11.5V17.17L8 13.65V9H16ZM16 3H14V7H10V3H8V7H7.99C6.9 6.99 6 7.89 6 8.98V14.5L9.5 18V21H14.5V18L18 14.49V9C18 7.9 17.1 7 16 7V3Z",
key: "d5pnsr"
}
]
]);
export { Power as default };
//# sourceMappingURL=power.js.map