google-material-icons
Version:
A google material icon library package for React applications
36 lines (32 loc) • 1.82 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.4465 16.5195L12.4365 13.5095C12.3265 13.3995 12.1965 13.3795 12.1265 13.3795C12.0565 13.3795 11.9265 13.3995 11.8165 13.5095L8.79652 16.5295C8.45652 16.8695 7.92652 17.4195 6.15652 17.4195L9.86652 21.1195C11.0365 22.2895 12.9365 22.2895 14.1065 21.1195L17.8265 17.4095C16.9165 17.4095 16.1565 17.2295 15.4465 16.5195Z",
key: "aaft22"
}
],
[
"path",
{
d: "M8.79652 7.46945L11.8165 10.4895C11.8965 10.5695 12.0165 10.6195 12.1265 10.6195C12.2365 10.6195 12.3565 10.5695 12.4365 10.4895L15.4265 7.49945C16.1365 6.75945 16.9465 6.58945 17.8565 6.58945L14.1365 2.87945C12.9665 1.70945 11.0665 1.70945 9.89652 2.87945L6.18652 6.57945C7.94652 6.57945 8.48652 7.15945 8.79652 7.46945Z",
key: "l39sd0"
}
],
[
"path",
{
d: "M21.1065 9.84945L18.8565 7.58945H17.5965C17.0565 7.58945 16.5165 7.80945 16.1465 8.19945L13.1465 11.1995C12.8665 11.4795 12.4965 11.6195 12.1265 11.6195C11.7665 11.6195 11.3865 11.4695 11.1065 11.1995L8.08652 8.16945C7.70652 7.78945 7.18652 7.56945 6.63652 7.56945H5.16652L2.87652 9.86945C1.70652 11.0395 1.70652 12.9395 2.87652 14.1095L5.16652 16.4095H6.64652C7.18652 16.4095 7.70652 16.1895 8.09652 15.8095L11.1165 12.7895C11.3965 12.5095 11.7665 12.3695 12.1365 12.3695C12.5065 12.3695 12.8765 12.5095 13.1565 12.7895L16.1665 15.7995C16.5465 16.1795 17.0665 16.3995 17.6165 16.3995H18.8765L21.1265 14.1395C22.2965 12.9595 22.2965 11.0395 21.1065 9.84945Z",
key: "bldfax"
}
]
]);
export { Pix as default };
//# sourceMappingURL=pix.js.map