UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 819 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: "M18.89 11.77L15.09 10.1C14.96 10.04 14.81 10 14.65 10H14V5.5C14 4.12 12.88 3 11.5 3C10.12 3 9 4.12 9 5.5V13.65L7.13 13.25C6.94 13.22 6.11 13.1 5.4 13.81L4 15.22L9.12 20.41C9.49 20.79 10 21 10.53 21H17.08C18.06 21 18.89 20.3 19.05 19.33L19.97 13.89C20.12 13.03 19.68 12.17 18.89 11.77ZM17.08 19H10.53L6.83 15.22L11 16.11V5.5C11 5.22 11.22 5 11.5 5C11.78 5 12 5.22 12 5.5V11.68H13.76L18 13.56L17.08 19Z", key: "r1qc4r" } ] ]); export { PanToolAlt as default }; //# sourceMappingURL=pan_tool_alt.js.map