google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 606 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 ToggleOn = createIcon("ToggleOn", [
[
"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 7ZM17 15C15.34 15 14 13.66 14 12C14 10.34 15.34 9 17 9C18.66 9 20 10.34 20 12C20 13.66 18.66 15 17 15Z",
key: "1izsgu"
}
]
]);
export { ToggleOn as default };
//# sourceMappingURL=toggle_on.js.map