google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.69 kB
JavaScript
/**
* @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 PanTool = createIcon("PanTool", [
[
"path",
{
d: "M18.3699 23.9949H11.8199C10.7399 23.9949 9.67988 23.5449 8.92988 22.7649L1.62988 15.1549L3.69988 13.3249C4.31988 12.7749 5.22988 12.6649 5.95988 13.0549L8.36988 14.3349V4.78488C8.36988 3.40488 9.48988 2.28488 10.8699 2.28488C11.0399 2.28488 11.2099 2.30488 11.3799 2.33488C11.4699 1.03488 12.5499 0.00488281 13.8699 0.00488281C14.7299 0.00488281 15.4799 0.434883 15.9299 1.09488C16.2199 0.974883 16.5399 0.914883 16.8699 0.914883C18.2499 0.914883 19.3699 2.03488 19.3699 3.41488V3.69488C19.5299 3.66488 19.6999 3.64488 19.8699 3.64488C21.2499 3.64488 22.3699 4.76488 22.3699 6.14488V19.9949C22.3699 22.2049 20.5799 23.9949 18.3699 23.9949ZM4.50988 15.2749L10.3699 21.3749C10.7499 21.7649 11.2699 21.9949 11.8099 21.9949H18.3699C19.4699 21.9949 20.3699 21.0949 20.3699 19.9949V6.14488C20.3699 5.86488 20.1499 5.64488 19.8699 5.64488C19.5899 5.64488 19.3699 5.86488 19.3699 6.14488V11.9949H17.3699V3.41488C17.3699 3.13488 17.1499 2.91488 16.8699 2.91488C16.5899 2.91488 16.3699 3.13488 16.3699 3.41488V11.9949H14.3699V2.50488C14.3699 2.22488 14.1499 2.00488 13.8699 2.00488C13.5899 2.00488 13.3699 2.22488 13.3699 2.50488V11.9949H11.3699V4.78488C11.3699 4.50488 11.1499 4.28488 10.8699 4.28488C10.5899 4.28488 10.3699 4.51488 10.3699 4.78488V17.6549L5.01988 14.8249L4.50988 15.2749Z",
key: "1jxvhg"
}
]
]);
export { PanTool as default };
//# sourceMappingURL=pan_tool.js.map