UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 466 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var Power = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M16.01 7L16 3h-2v4h-4V3H8v4h-.01C7 6.99 6 7.99 6 8.99v5.49L9.5 18v3h5v-3l3.5-3.51v-5.5c0-1-1-2-1.99-1.99z" })), name: 'Power' }); export default Power;