UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 852 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 PhonelinkRing = createIcon("PhonelinkRing", [ [ "path", { d: "M20.1127 7.7L19.1127 8.7C20.9127 10.5 20.9127 13.3 19.1127 15.2L20.1127 16.2C22.6127 13.9 22.6127 10.1 20.1127 7.7ZM18.0127 9.8L17.0127 10.8C17.5127 11.5 17.5127 12.4 17.0127 13.1L18.0127 14.1C19.2127 12.9 19.2127 11.1 18.0127 9.8ZM14.0127 1H4.0127C2.9127 1 2.0127 1.9 2.0127 3V21C2.0127 22.1 2.9127 23 4.0127 23H14.0127C15.1127 23 16.0127 22.1 16.0127 21V3C16.0127 1.9 15.1127 1 14.0127 1ZM14.0127 20H4.0127V4H14.0127V20Z", key: "13qro5" } ] ]); export { PhonelinkRing as default }; //# sourceMappingURL=phonelink_ring.js.map