UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 678 B
/** * @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 PowerOff = createIcon("PowerOff", [ [ "path", { d: "M18.29 13.99V8.5C18.29 7.5 17.28 6.49 16.29 6.5V2.5H14.29V6.5H10.29V2.5H8.29V4.98L17.8 14.48L18.29 13.99ZM16.53 15.76L7.49 6.7L7.48 6.71L4.27 3.5L3 4.75L6.36 8.11C6.33 8.24 6.29 8.37 6.29 8.5V13.98L9.79 17.5V20.5H14.79V17.5L15.27 17.02L19.74 21.5L21 20.22L16.53 15.76Z", key: "2cpjl2" } ] ]); export { PowerOff as default }; //# sourceMappingURL=power_off.js.map