google-material-icons
Version:
A google material icon library package for React applications
17 lines (13 loc) • 539 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 Hardware = createIcon("Hardware", [
["path", { d: "M18 3L15 6V3H9C6.24 3 4 5.24 4 8H9V11H15V8L18 11H20V3H18Z", key: "1rb5zt" }],
["path", { d: "M9 13V20C9 20.55 9.45 21 10 21H14C14.55 21 15 20.55 15 20V13H9Z", key: "1c1ll3" }]
]);
export { Hardware as default };
//# sourceMappingURL=hardware.js.map