UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.66 kB
/** * @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 Tty = createIcon("Tty", [ [ "path", { d: "M15.986 6.01367H13.986V4.01367H15.986V6.01367ZM17.986 7.01367H15.986V9.01367H17.986V7.01367ZM18.986 9.01367H20.986V7.01367H18.986V9.01367ZM18.986 4.01367H16.986V6.01367H18.986V4.01367ZM14.986 7.01367H12.986V9.01367H14.986V7.01367ZM18.986 10.0137H16.986V12.0137H18.986V10.0137ZM15.986 10.0137H13.986V12.0137H15.986V10.0137ZM12.986 4.01367H10.986V6.01367H12.986V4.01367ZM19.986 15.8337V19.9837C19.986 20.5437 19.516 21.0137 18.956 20.9837C16.066 20.8137 13.356 19.9537 10.986 18.5837C8.25601 17.0037 5.99601 14.7437 4.41601 12.0137C3.03601 9.64367 2.18601 6.93367 2.01601 4.04367C1.98601 3.48367 2.45601 3.01367 3.01601 3.01367H7.16601C7.64601 3.01367 8.05601 3.35367 8.14601 3.81367L8.88601 7.49367C8.95601 7.82367 8.84601 8.16367 8.61601 8.39367L6.08601 10.9137C7.51601 13.4137 9.58601 15.4837 12.086 16.9137L14.606 14.3937C14.846 14.1537 15.186 14.0537 15.506 14.1237L19.176 14.8537C19.646 14.9437 19.986 15.3537 19.986 15.8337ZM5.16601 9.00367L6.81601 7.35367L6.34601 5.01367H4.11601C4.28601 6.38367 4.64601 7.72367 5.16601 9.00367ZM17.986 16.6537L15.646 16.1837L13.996 17.8337C15.276 18.3537 16.626 18.7037 17.986 18.8837V16.6537ZM19.986 4.01367V6.01367H21.986V4.01367H19.986ZM19.986 12.0137H21.986V10.0137H19.986V12.0137ZM12.986 10.0137H10.986V12.0137H12.986V10.0137Z", key: "eacpow" } ] ]); export { Tty as default }; //# sourceMappingURL=tty.js.map