google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 729 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 SettingsPower = createIcon("SettingsPower", [
[
"path",
{
d: "M7 23H9V21H7V23ZM11 23H13V21H11V23ZM13 1H11V11H13V1ZM16.56 3.44L15.11 4.89C16.84 5.94 18 7.83 18 10C18 13.31 15.31 16 12 16C8.69 16 6 13.31 6 10C6 7.83 7.16 5.94 8.88 4.88L7.44 3.44C5.36 4.88 4 7.28 4 10C4 14.42 7.58 18 12 18C16.42 18 20 14.42 20 10C20 7.28 18.64 4.88 16.56 3.44ZM15 23H17V21H15V23Z",
key: "qirc8p"
}
]
]);
export { SettingsPower as default };
//# sourceMappingURL=settings_power.js.map