google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.16 kB
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 SettingsRemote = createIcon("SettingsRemote", [
[
"path",
{
d: "M15.0051 9.5H9.0051C8.4551 9.5 8.0051 9.95 8.0051 10.5V22.5C8.0051 23.05 8.4551 23.5 9.0051 23.5H15.0051C15.5551 23.5 16.0051 23.05 16.0051 22.5V10.5C16.0051 9.95 15.5551 9.5 15.0051 9.5ZM12.0051 15.5C10.9051 15.5 10.0051 14.6 10.0051 13.5C10.0051 12.4 10.9051 11.5 12.0051 11.5C13.1051 11.5 14.0051 12.4 14.0051 13.5C14.0051 14.6 13.1051 15.5 12.0051 15.5ZM7.0551 6.55L8.4651 7.96C9.3751 7.06 10.6251 6.5 12.0051 6.5C13.3851 6.5 14.6351 7.06 15.5451 7.96L16.9551 6.55C15.6851 5.28 13.9351 4.5 12.0051 4.5C10.0751 4.5 8.3251 5.28 7.0551 6.55ZM12.0051 0.5C8.9651 0.5 6.2151 1.73 4.2251 3.72L5.6351 5.13C7.2651 3.51 9.5151 2.5 12.0051 2.5C14.4951 2.5 16.7451 3.51 18.3651 5.14L19.7751 3.73C17.7951 1.73 15.0451 0.5 12.0051 0.5Z",
key: "bom8fz"
}
]
]);
export { SettingsRemote as default };
//# sourceMappingURL=settings_remote.js.map