UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 589 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 CardMembership = createIcon("CardMembership", [ [ "path", { d: "M20 2H4C2.89 2 2 2.89 2 4V15C2 16.11 2.89 17 4 17H8V22L12 20L16 22V17H20C21.11 17 22 16.11 22 15V4C22 2.89 21.11 2 20 2ZM20 15H4V13H20V15ZM20 10H4V4H20V10Z", key: "1s3b8a" } ] ]); export { CardMembership as default }; //# sourceMappingURL=card_membership.js.map