UNPKG

google-material-icons

Version:

A google material icon library package for React applications

19 lines (15 loc) 499 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 SignalCellularAlt = createIcon("SignalCellularAlt", [ [ "path", { d: "M16.5 4H19.5V20H16.5V4ZM4.5 14H7.5V20H4.5V14ZM10.5 9H13.5V20H10.5V9Z", key: "1nbb86" } ] ]); export { SignalCellularAlt as default }; //# sourceMappingURL=signal_cellular_alt.js.map