UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 1.25 kB
/** * @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 Riyal = createIcon("Riyal", [ [ "path", { d: "M14.0829 17.946C13.7974 18.5832 13.6087 19.2748 13.5364 20L19.5784 18.7072C19.864 18.07 20.0526 17.3783 20.125 16.6531L14.0829 17.946Z", key: "7i2k68" } ], [ "path", { d: "M19.5784 14.8339C19.864 14.1968 20.0527 13.5051 20.125 12.7799L15.4184 13.7875V11.8505L19.5783 10.9607C19.8638 10.3236 20.0526 9.63187 20.1249 8.90664L15.4183 9.91339V2.94743C14.6971 3.35503 14.0566 3.89758 13.5359 4.53756V10.3163L11.6536 10.719V2C10.9324 2.40745 10.2919 2.95015 9.77127 3.59013V11.1216L5.55955 12.0224C5.27404 12.6595 5.08517 13.3512 5.01272 14.0765L9.77127 13.0585V15.4978L4.67155 16.5887C4.38604 17.2258 4.1973 17.9175 4.125 18.6427L9.46298 17.5008C9.89752 17.4099 10.271 17.1513 10.5138 16.7954L11.4928 15.3345V15.3342C11.5944 15.1831 11.6536 15.0008 11.6536 14.8045V12.6558L13.5359 12.2531V16.127L19.5783 14.8336L19.5784 14.8339Z", key: "1c3o39" } ] ]); export { Riyal as default }; //# sourceMappingURL=riyal.js.map