google-material-icons
Version:
A google material icon library package for React applications
36 lines (32 loc) • 1.76 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 Pix = createIcon("Pix", [
[
"path",
{
d: "M15.446 16.5195L12.436 13.5095C12.326 13.3995 12.196 13.3795 12.126 13.3795C12.056 13.3795 11.926 13.3995 11.816 13.5095L8.79604 16.5295C8.45604 16.8695 7.92603 17.4195 6.15603 17.4195L9.86603 21.1195C11.036 22.2895 12.936 22.2895 14.106 21.1195L17.826 17.4095C16.916 17.4095 16.156 17.2295 15.446 16.5195Z",
key: "hvb4nf"
}
],
[
"path",
{
d: "M8.79604 7.46945L11.816 10.4895C11.896 10.5695 12.016 10.6195 12.126 10.6195C12.236 10.6195 12.356 10.5695 12.436 10.4895L15.426 7.49945C16.136 6.75945 16.946 6.58945 17.856 6.58945L14.136 2.87945C12.966 1.70945 11.066 1.70945 9.89603 2.87945L6.18604 6.57945C7.94604 6.57945 8.48604 7.15945 8.79604 7.46945Z",
key: "16n364"
}
],
[
"path",
{
d: "M21.106 9.84945L18.856 7.58945H17.596C17.056 7.58945 16.516 7.80945 16.146 8.19945L13.146 11.1995C12.866 11.4795 12.496 11.6195 12.126 11.6195C11.766 11.6195 11.386 11.4695 11.106 11.1995L8.08604 8.16945C7.70604 7.78945 7.18604 7.56945 6.63603 7.56945H5.16604L2.87604 9.86945C1.70604 11.0395 1.70604 12.9395 2.87604 14.1095L5.16604 16.4095H6.64604C7.18604 16.4095 7.70604 16.1895 8.09604 15.8095L11.116 12.7895C11.396 12.5095 11.766 12.3695 12.136 12.3695C12.506 12.3695 12.876 12.5095 13.156 12.7895L16.166 15.7995C16.546 16.1795 17.066 16.3995 17.616 16.3995H18.876L21.126 14.1395C22.296 12.9595 22.296 11.0395 21.106 9.84945Z",
key: "v7lxaj"
}
]
]);
export { Pix as default };
//# sourceMappingURL=pix.js.map