google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 688 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 PowerSettingsNew = createIcon("PowerSettingsNew", [
[
"path",
{
d: "M13 3H11V13H13V3ZM17.83 5.17L16.41 6.59C17.99 7.86 19 9.81 19 12C19 15.87 15.87 19 12 19C8.13 19 5 15.87 5 12C5 9.81 6.01 7.86 7.58 6.58L6.17 5.17C4.23 6.82 3 9.26 3 12C3 16.97 7.03 21 12 21C16.97 21 21 16.97 21 12C21 9.26 19.77 6.82 17.83 5.17Z",
key: "1hl835"
}
]
]);
export { PowerSettingsNew as default };
//# sourceMappingURL=power_settings_new.js.map