UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.47 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 Snowboarding = createIcon("Snowboarding", [ [ "path", { d: "M13.9994 3.25C13.9994 2.15 14.8994 1.25 15.9994 1.25C17.0994 1.25 17.9994 2.15 17.9994 3.25C17.9994 4.35 17.0994 5.25 15.9994 5.25C14.8994 5.25 13.9994 4.35 13.9994 3.25ZM21.3994 20.34C21.1694 20.29 20.9394 20.36 20.7594 20.51C20.0694 21.11 19.1194 21.39 18.1594 21.18L16.9994 20.94L15.9994 14.75L12.6794 12.08L14.4794 9.19C15.6294 11.03 17.6794 12.25 19.9994 12.25V10.25C18.1494 10.25 16.5594 9.13 15.8694 7.53L15.3494 6.32C15.1594 5.89 14.6094 5.25 13.6994 5.25H7.99941L5.49941 9.25L7.19941 10.31L9.09941 7.25H11.4494L8.93941 11.24C8.65941 11.69 8.56941 12.24 8.68941 12.76L9.49941 16.25L5.99941 18.6L5.52941 18.5C4.56941 18.3 3.81941 17.65 3.42941 16.83C3.32941 16.62 3.14941 16.46 2.91941 16.41C2.48941 16.32 2.09941 16.61 2.01941 16.99C1.97941 17.13 1.99941 17.3 2.06941 17.45C2.64941 18.69 3.77941 19.65 5.21941 19.96L17.8494 22.65C19.2894 22.96 20.7094 22.54 21.7494 21.64C21.8794 21.53 21.9594 21.38 21.9894 21.23C22.0594 20.85 21.8294 20.43 21.3994 20.34ZM8.72941 19.18L11.7494 17.15L11.3094 13.83L14.1494 15.85L14.8994 20.49L8.72941 19.18Z", key: "142myl" } ] ]); export { Snowboarding as default }; //# sourceMappingURL=snowboarding.js.map