google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 755 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 SettingsSystemDaydream = createIcon("SettingsSystemDaydream", [
[
"path",
{
d: "M9 16H15.5C16.88 16 18 14.88 18 13.5C18 12.12 16.88 11 15.5 11H15.45C15.21 9.31 13.76 8 12 8C10.6 8 9.4 8.83 8.84 10.02H8.68C7.17 10.18 6 11.45 6 13C6 14.66 7.34 16 9 16ZM21 3H3C1.9 3 1 3.9 1 5V19C1 20.1 1.9 21 3 21H21C22.1 21 23 20.1 23 19V5C23 3.9 22.1 3 21 3ZM21 19.01H3V4.99H21V19.01Z",
key: "3ae3wp"
}
]
]);
export { SettingsSystemDaydream as default };
//# sourceMappingURL=settings_system_daydream.js.map