UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 499 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 Star = createIcon("Star", [ [ "path", { d: "M12 17.77L18.18 21.5L16.54 14.47L22 9.74L14.81 9.13L12 2.5L9.19 9.13L2 9.74L7.46 14.47L5.82 21.5L12 17.77Z", key: "15w0m1" } ] ]); export { Star as default }; //# sourceMappingURL=star.js.map