UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 931 B
/** * @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 MoneyOff = createIcon("MoneyOff", [ [ "path", { d: "M12.4254 6.9C14.2054 6.9 14.8654 7.75 14.9254 9H17.1354C17.0654 7.28 16.0154 5.7 13.9254 5.19V3H10.9254V5.16C10.5354 5.24 10.1754 5.37 9.82535 5.52L11.3354 7.03C11.6554 6.95 12.0254 6.9 12.4254 6.9ZM5.39535 3.92L3.98535 5.33L7.42535 8.77C7.42535 10.85 8.98535 11.99 11.3354 12.68L14.8454 16.19C14.5054 16.68 13.7954 17.1 12.4254 17.1C10.3654 17.1 9.55535 16.18 9.44535 15H7.24535C7.36535 17.19 9.00535 18.42 10.9254 18.83V21H13.9254V18.85C14.8854 18.67 15.7554 18.3 16.3854 17.73L18.6054 19.95L20.0154 18.54L5.39535 3.92Z", key: "1d60ri" } ] ]); export { MoneyOff as default }; //# sourceMappingURL=money_off.js.map