UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 568 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 DeviceHub = createIcon("DeviceHub", [ [ "path", { d: "M17 16L13 12V8.82C14.16 8.4 15 7.3 15 6C15 4.34 13.66 3 12 3C10.34 3 9 4.34 9 6C9 7.3 9.84 8.4 11 8.82V12L7 16H3V21H8V17.95L12 13.75L16 17.95V21H21V16H17Z", key: "ptbfi5" } ] ]); export { DeviceHub as default }; //# sourceMappingURL=device_hub.js.map