google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 936 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 Token = createIcon("Token", [
[
"path",
{
d: "M19.97 6.70978L12 2.27979L4.03 6.70978L9.1 9.51978C9.83 8.75978 10.86 8.27979 12 8.27979C13.14 8.27979 14.17 8.75978 14.9 9.51978L19.97 6.70978ZM10 12.2798C10 11.1798 10.9 10.2798 12 10.2798C13.1 10.2798 14 11.1798 14 12.2798C14 13.3798 13.1 14.2798 12 14.2798C10.9 14.2798 10 13.3798 10 12.2798ZM11 21.7198L3 17.2798V8.41979L8.13 11.2698C8.04 11.5898 8 11.9298 8 12.2798C8 14.1398 9.27 15.7098 11 16.1498V21.7198ZM13 21.7198V16.1498C14.73 15.7098 16 14.1398 16 12.2798C16 11.9298 15.96 11.5898 15.87 11.2698L21 8.41979V17.2798L13 21.7198Z",
key: "1u9xow"
}
]
]);
export { Token as default };
//# sourceMappingURL=token.js.map