UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 1.24 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 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.9129C12.1571 18.6929 13.4271 18.6929 14.2071 17.9129L20.4171 11.7029C21.1971 10.9229 21.1971 9.65293 20.4171 8.87293L12.6271 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.9129ZM7.24707 3.50293C7.93707 3.50293 8.49707 4.06293 8.49707 4.75293C8.49707 5.44293 7.93707 6.00293 7.24707 6.00293C6.55707 6.00293 5.99707 5.44293 5.99707 4.75293C5.99707 4.06293 6.55707 3.50293 7.24707 3.50293Z", key: "19tji5" } ] ]); export { Discount as default }; //# sourceMappingURL=discount.js.map