google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 633 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 SettingsCell = createIcon("SettingsCell", [
[
"path",
{
d: "M7 22H9V24H7V22ZM11 22H13V24H11V22ZM15 22H17V24H15V22ZM16 0.01L8 0C6.9 0 6 0.9 6 2V18C6 19.1 6.9 20 8 20H16C17.1 20 18 19.1 18 18V2C18 0.9 17.1 0.01 16 0.01ZM16 18H8V17H16V18ZM16 15H8V5H16V15ZM16 3H8V2H16V3Z",
key: "1hz1jy"
}
]
]);
export { SettingsCell as default };
//# sourceMappingURL=settings_cell.js.map