google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.25 kB
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 DeveloperBoardOff = createIcon("DeveloperBoardOff", [
[
"path",
{
d: "M8.48473 4.29453H18.6547V14.4645L20.4847 16.2945H22.6547V14.2945H20.6547V12.2945H22.6547V10.2945H20.6547V8.29453H22.6547V6.29453H20.6547V4.29453C20.6547 3.19453 19.7547 2.29453 18.6547 2.29453H6.48473L8.48473 4.29453ZM12.6547 8.46453V6.29453H16.6547V9.29453H13.4847L12.6547 8.46453ZM10.4847 6.29453H11.6547V7.46453L10.4847 6.29453ZM14.4847 10.2945H16.6547V12.4645L14.4847 10.2945ZM18.6547 20.2945C18.7147 20.2945 18.7647 20.2945 18.8147 20.2845L21.1347 22.6045L22.5447 21.1945L2.75473 1.39453L1.34473 2.80453L2.66473 4.12453C2.65473 4.18453 2.65473 4.23453 2.65473 4.29453V18.2945C2.65473 19.3945 3.55473 20.2945 4.65473 20.2945H18.6547ZM4.65473 18.2945V6.12453L6.65473 8.12453V11.2945H9.82473L10.8247 12.2945H6.65473V16.2945H11.6547V13.1245L12.6547 14.1245V16.2945H14.8247L16.8247 18.2945H4.65473Z",
key: "hf4hf6"
}
]
]);
export { DeveloperBoardOff as default };
//# sourceMappingURL=developer_board_off.js.map