google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 645 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 DeveloperBoard = createIcon("DeveloperBoard", [
[
"path",
{
d: "M22 9V7H20V5C20 3.9 19.1 3 18 3H4C2.9 3 2 3.9 2 5V19C2 20.1 2.9 21 4 21H18C19.1 21 20 20.1 20 19V17H22V15H20V13H22V11H20V9H22ZM18 19H4V5H18V19ZM6 13H11V17H6V13ZM12 7H16V10H12V7ZM6 7H11V12H6V7ZM12 11H16V17H12V11Z",
key: "musjiq"
}
]
]);
export { DeveloperBoard as default };
//# sourceMappingURL=developer_board.js.map