google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 888 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 SettingsInputComposite = createIcon("SettingsInputComposite", [
[
"path",
{
d: "M5 2C5 1.45 4.55 1 4 1C3.45 1 3 1.45 3 2V6H1V12H7V6H5V2ZM9 16C9 17.3 9.84 18.4 11 18.82V23H13V18.82C14.16 18.41 15 17.31 15 16V14H9V16ZM1 16C1 17.3 1.84 18.4 3 18.82V23H5V18.82C6.16 18.4 7 17.3 7 16V14H1V16ZM21 6V2C21 1.45 20.55 1 20 1C19.45 1 19 1.45 19 2V6H17V12H23V6H21ZM13 2C13 1.45 12.55 1 12 1C11.45 1 11 1.45 11 2V6H9V12H15V6H13V2ZM17 16C17 17.3 17.84 18.4 19 18.82V23H21V18.82C22.16 18.41 23 17.31 23 16V14H17V16Z",
key: "112o11"
}
]
]);
export { SettingsInputComposite as default };
//# sourceMappingURL=settings_input_composite.js.map