google-material-icons
Version:
A google material icon library package for React applications
36 lines (32 loc) • 1.43 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 Discount = createIcon("Discount", [
[
"path",
{
d: "M12.7871 21.5029L2.99707 11.7129V13.7129C2.99707 14.2429 3.20707 14.7529 3.58707 15.1229L11.3771 22.9129C12.1571 23.6929 13.4271 23.6929 14.2071 22.9129L20.4171 16.7029C21.1971 15.9229 21.1971 14.6529 20.4171 13.8729L12.7871 21.5029Z",
key: "12heru"
}
],
[
"path",
{
d: "M11.3771 17.9129C11.7671 18.3029 12.2771 18.5029 12.7871 18.5029C13.2971 18.5029 13.8071 18.3029 14.1971 17.9129L20.4071 11.7029C21.1871 10.9229 21.1871 9.65293 20.4071 8.87293L12.6171 1.08293C12.2471 0.71293 11.7371 0.50293 11.2071 0.50293H4.99707C3.89707 0.50293 2.99707 1.40293 2.99707 2.50293V8.71293C2.99707 9.24293 3.20707 9.75293 3.58707 10.1229L11.3771 17.9129ZM4.99707 2.50293H11.2071L18.9971 10.2929L12.7871 16.5029L4.99707 8.71293V2.50293Z",
key: "1ii79w"
}
],
[
"path",
{
d: "M7.24707 6.00293C7.93743 6.00293 8.49707 5.44329 8.49707 4.75293C8.49707 4.06257 7.93743 3.50293 7.24707 3.50293C6.55671 3.50293 5.99707 4.06257 5.99707 4.75293C5.99707 5.44329 6.55671 6.00293 7.24707 6.00293Z",
key: "1v2rgf"
}
]
]);
export { Discount as default };
//# sourceMappingURL=discount.js.map