UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 575 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 Hardware = createIcon("Hardware", [ [ "path", { d: "M18 3L15 6V3H9C6.24 3 4 5.24 4 8H9V20C9 20.55 9.45 21 10 21H14C14.55 21 15 20.55 15 20V8L18 11H20V3H18ZM13 19H11V13H13V19ZM11 11V6H6.77C7.32 5.39 8.11 5 9 5H13V11H11Z", key: "14fcl6" } ] ]); export { Hardware as default }; //# sourceMappingURL=hardware.js.map