UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 887 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: "M10.2148 2.50586H8.2148V4.38586L10.2148 6.38586V2.50586ZM16.2148 8.50586V12.3859L18.0148 14.1859L18.2148 13.9859V8.50586C18.2148 7.40586 17.3148 6.50586 16.2148 6.50586V2.50586H14.2148V6.50586H10.3348L12.3348 8.50586H16.2148ZM4.3348 3.34586L2.9248 4.75586L6.2148 8.04586V14.0059L9.7148 17.5059V20.5059H14.7148V17.5059L15.1948 17.0259L19.6648 21.4959L21.0748 20.0859L4.3348 3.34586ZM12.7148 16.6759V18.5059H11.7148V16.6759L8.2148 13.1559V10.0459L13.7848 15.6159L12.7148 16.6759Z", key: "cnd1wd" } ] ]); export { PowerOff as default }; //# sourceMappingURL=power_off.js.map