UNPKG

google-material-icons

Version:

A google material icon library package for React applications

16 lines (12 loc) 495 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 SignalCellularAlt2Bar = createIcon("SignalCellularAlt2Bar", [ ["path", { d: "M7.5 11.5H10.5V17.5H7.5V11.5ZM13.5 6.5H16.5V17.5H13.5V6.5Z", key: "pe2agy" }] ]); export { SignalCellularAlt2Bar as default }; //# sourceMappingURL=signal_cellular_alt_2_bar.js.map