UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 719 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 PanToolAlt = createIcon("PanToolAlt", [ [ "path", { d: "M19.48 14.82L18.85 19.28C18.71 20.27 17.86 21 16.87 21H10.71C10.18 21 9.42 20.79 9.05 20.41L4.5 15.62L5.33 14.78C5.57 14.54 5.91 14.43 6.25 14.5L9.5 15.24V4.5C9.5 3.67 10.17 3 11 3C11.83 3 12.5 3.67 12.5 4.5V10.5H13.41C13.72 10.5 14.03 10.57 14.3 10.71L18.39 12.75C19.16 13.14 19.6 13.97 19.48 14.82Z", key: "1rm6ph" } ] ]); export { PanToolAlt as default }; //# sourceMappingURL=pan_tool_alt.js.map