google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 863 B
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 Pinch = createIcon("Pinch", [
[
"path",
{
d: "M6 2.5V1H11V6H9.5V3.56L3.56 9.5H6V11H1V6H2.5V8.44L8.44 2.5H6ZM21.89 13.77L18.09 12.1C17.96 12.04 17.81 12 17.65 12H17V7.5C17 6.12 15.88 5 14.5 5C13.12 5 12 6.12 12 7.5V15.65L10.13 15.25C9.94 15.22 9.11 15.1 8.4 15.81L7 17.22L12.12 22.41C12.49 22.79 13 23 13.53 23H20.08C21.06 23 21.89 22.3 22.05 21.33L22.97 15.89C23.12 15.03 22.68 14.17 21.89 13.77ZM20.08 21H13.53L9.83 17.22L14 18.11V7.5C14 7.22 14.22 7 14.5 7C14.78 7 15 7.22 15 7.5V13.68H16.76L21 15.56L20.08 21Z",
key: "lw82mw"
}
]
]);
export { Pinch as default };
//# sourceMappingURL=pinch.js.map