UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 2.19 kB
/** * @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: "M12.222 19.8559C12.042 20.0359 11.722 20.0659 11.512 19.8559C11.332 19.6759 11.302 19.3559 11.512 19.1459L14.902 15.7559L13.492 14.3459L10.102 17.7359C9.91205 17.9359 9.59204 17.9259 9.39205 17.7359C9.18204 17.5259 9.21204 17.2059 9.39205 17.0259L12.782 13.6359L11.372 12.2259L7.98205 15.6159C7.80205 15.7959 7.48205 15.8259 7.27205 15.6159C7.08205 15.4259 7.08205 15.1059 7.27205 14.9059L10.662 11.5159L9.24204 10.1059L5.85205 13.4959C5.67205 13.6759 5.35205 13.7059 5.14205 13.4959C4.95204 13.2959 4.95204 12.9859 5.14205 12.7859L9.52205 8.40586L11.392 10.2659C12.342 11.2159 13.982 11.2059 14.932 10.2659C15.912 9.28586 15.912 7.70586 14.932 6.72586L13.072 4.86586L13.352 4.58586C14.132 3.80586 15.402 3.80586 16.182 4.58586L20.422 8.82586C21.202 9.60586 21.202 10.8759 20.422 11.6559L12.222 19.8559ZM21.832 13.0759C23.392 11.5159 23.392 8.98586 21.832 7.41586L17.592 3.17586C16.032 1.61586 13.502 1.61586 11.932 3.17586L11.652 3.45586L11.372 3.17586C9.81204 1.61586 7.28205 1.61586 5.71205 3.17586L2.17205 6.71586C0.752045 8.13586 0.622045 10.3459 1.77205 11.9059L3.22205 10.4559C2.83205 9.70586 2.96205 8.75586 3.59205 8.12586L7.13205 4.58586C7.91205 3.80586 9.18204 3.80586 9.96204 4.58586L13.522 8.14586C13.702 8.32586 13.732 8.64586 13.522 8.85586C13.312 9.06586 12.992 9.03586 12.812 8.85586L9.52205 5.57586L3.72205 11.3659C2.74205 12.3359 2.74205 13.9259 3.72205 14.9059C4.11205 15.2959 4.61205 15.5359 5.14205 15.6059C5.21205 16.1259 5.44205 16.6259 5.84205 17.0259C6.24205 17.4259 6.74205 17.6559 7.26205 17.7259C7.33205 18.2459 7.56205 18.7459 7.96205 19.1459C8.36205 19.5459 8.86204 19.7759 9.38204 19.8459C9.45204 20.3859 9.69204 20.8759 10.082 21.2659C10.552 21.7359 11.182 21.9959 11.852 21.9959C12.522 21.9959 13.152 21.7359 13.622 21.2659L21.832 13.0759Z", key: "1rchds" } ] ]); export { Handshake as default }; //# sourceMappingURL=handshake.js.map