google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 502 B
JavaScript
/**
* @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 CurrencyFranc = createIcon("CurrencyFranc", [
[
"path",
{
d: "M18.5 5V3H7.5V16H5.5V18H7.5V21H9.5V18H13.5V16H9.5V13H17.5V11H9.5V5H18.5Z",
key: "vrtlo7"
}
]
]);
export { CurrencyFranc as default };
//# sourceMappingURL=currency_franc.js.map