UNPKG

google-material-icons

Version:

A google material icon library package for React applications

23 lines (19 loc) 725 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 Money = createIcon("Money", [ [ "path", { d: "M5 8H7V16H5V8ZM12 8H9C8.45 8 8 8.45 8 9V15C8 15.55 8.45 16 9 16H12C12.55 16 13 15.55 13 15V9C13 8.45 12.55 8 12 8ZM11 14H10V10H11V14ZM18 8H15C14.45 8 14 8.45 14 9V15C14 15.55 14.45 16 15 16H18C18.55 16 19 15.55 19 15V9C19 8.45 18.55 8 18 8ZM17 14H16V10H17V14Z", key: "1c1cmd" } ], ["path", { d: "M2 4V20H22V4H2ZM4 18V6H20V18H4Z", key: "14sbtn" }] ]); export { Money as default }; //# sourceMappingURL=money.js.map