UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 749 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 PhoneEnabled = createIcon("PhoneEnabled", [ [ "path", { d: "M17.38 10.79L15.18 8.59C14.9 8.31 14.82 7.92 14.93 7.57C15.3 6.45 15.5 5.25 15.5 4C15.5 3.45 15.95 3 16.5 3H20C20.55 3 21 3.45 21 4C21 13.39 13.39 21 4 21C3.45 21 3 20.55 3 20V16.51C3 15.96 3.45 15.51 4 15.51C5.24 15.51 6.45 15.31 7.57 14.94C7.92 14.82 8.32 14.91 8.59 15.18L10.79 17.38C13.62 15.93 15.94 13.62 17.38 10.79Z", key: "18jr6r" } ] ]); export { PhoneEnabled as default }; //# sourceMappingURL=phone_enabled.js.map