UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 600 B
/** * @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 24H9V22H7V24ZM11 24H13V22H11V24ZM15 24H17V22H15V24ZM16 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 16H8V4H16V16Z", key: "7v7gw3" } ] ]); export { SettingsCell as default }; //# sourceMappingURL=settings_cell.js.map