UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 600 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 ToggleOff = createIcon("ToggleOff", [ [ "path", { d: "M17 7H7C4.24 7 2 9.24 2 12C2 14.76 4.24 17 7 17H17C19.76 17 22 14.76 22 12C22 9.24 19.76 7 17 7ZM7 15C5.34 15 4 13.66 4 12C4 10.34 5.34 9 7 9C8.66 9 10 10.34 10 12C10 13.66 8.66 15 7 15Z", key: "1ggi6a" } ] ]); export { ToggleOff as default }; //# sourceMappingURL=toggle_off.js.map