google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 754 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.5H6ZM22.98 16.82L22.35 21.28C22.21 22.27 21.36 23 20.37 23H14.21C13.68 23 12.92 22.79 12.55 22.41L8 17.62L8.83 16.78C9.07 16.54 9.41 16.43 9.75 16.5L13 17.24V6.5C13 5.67 13.67 5 14.5 5C15.33 5 16 5.67 16 6.5V12.5H16.91C17.22 12.5 17.53 12.57 17.8 12.71L21.89 14.75C22.66 15.14 23.1 15.97 22.98 16.82Z",
key: "bhjiaj"
}
]
]);
export { Pinch as default };
//# sourceMappingURL=pinch.js.map