UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 876 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 CreditCardOff = createIcon("CreditCardOff", [ [ "path", { d: "M22.5547 21.195L2.75473 1.39502L1.34473 2.80502L2.89473 4.35502C2.74473 4.63502 2.66473 4.95502 2.66473 5.29502L2.65473 17.295C2.65473 18.405 3.54473 19.295 4.65473 19.295H17.8247L21.1347 22.605L22.5547 21.195ZM4.65473 11.295V7.29502H5.82473L9.82473 11.295H4.65473ZM7.48473 3.29502H20.6547C21.7647 3.29502 22.6547 4.18502 22.6547 5.29502V17.295C22.6547 17.635 22.5747 17.955 22.4247 18.235L15.4847 11.295H20.6547V7.29502H11.4847L7.48473 3.29502Z", key: "1qo3wg" } ] ]); export { CreditCardOff as default }; //# sourceMappingURL=credit_card_off.js.map