google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.52 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 Handshake = createIcon("Handshake", [
[
"path",
{
d: "M16.4797 10.4117C16.0897 10.8017 15.4397 10.8017 15.0497 10.4117L10.5797 5.95167L3.52969 12.9917L2.86969 12.3617C1.69969 11.1917 1.69969 9.29167 2.86969 8.12167L7.10969 3.88167C8.27969 2.71167 10.1797 2.71167 11.3497 3.88167L16.4797 9.00167C16.8697 9.39167 16.8697 10.0217 16.4797 10.4117ZM17.1797 8.29167C17.9597 9.07167 17.9597 10.3417 17.1797 11.1217C15.9097 12.3917 14.5697 11.3417 14.3497 11.1217L10.5897 7.36167L5.01969 12.9317C4.62969 13.3217 4.62969 13.9517 5.01969 14.3417C5.40969 14.7317 6.03969 14.7317 6.43969 14.3417L11.0597 9.72167L11.7697 10.4317L7.14969 15.0517C6.75969 15.4417 6.75969 16.0717 7.14969 16.4617C7.53969 16.8517 8.16969 16.8517 8.56969 16.4617L13.1897 11.8417L13.8997 12.5517L9.27969 17.1717C8.88969 17.5617 8.88969 18.1917 9.27969 18.5817C9.66969 18.9717 10.2997 18.9717 10.6897 18.5817L15.3097 13.9617L16.0197 14.6717L11.3997 19.2917C11.0097 19.6817 11.0097 20.3117 11.3997 20.7017C11.7897 21.0917 12.4197 21.0917 12.8097 20.7017L21.1297 12.3617C22.2997 11.1917 22.2997 9.29167 21.1297 8.12167L16.8897 3.88167C15.7397 2.73167 13.8797 2.71167 12.7097 3.82167L17.1797 8.29167Z",
key: "1mtyne"
}
]
]);
export { Handshake as default };
//# sourceMappingURL=handshake.js.map