google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.26 kB
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 Sledding = createIcon("Sledding", [
[
"path",
{
d: "M14 3.74805C14 4.84805 13.1 5.74805 12 5.74805C10.9 5.74805 10 4.84805 10 3.74805C10 2.64805 10.9 1.74805 12 1.74805C13.1 1.74805 14 2.64805 14 3.74805ZM22.8 19.488C22.12 21.588 19.86 22.738 17.76 22.058L1 16.608L1.46 15.178L5.39 16.458L5.85 15.028L1.93 13.748L2.39 12.318L4 12.848V8.74805L9.47 6.39805C9.86 6.22805 10.31 6.18805 10.75 6.32805C11.7 6.63805 12.21 7.64805 11.91 8.59805L10.86 11.838L13 11.498C13.89 11.348 14.76 11.818 15.14 12.638L17.22 17.148L19.15 17.778L18.69 19.208L15.37 18.128L14.9 19.548L18.22 20.628C19.53 21.058 20.94 20.338 21.37 19.018C21.8 17.708 21.08 16.298 19.76 15.868L20.22 14.438C22.33 15.128 23.49 17.388 22.8 19.488ZM6 13.498L7.01 13.828C6.79 13.408 6.73 12.908 6.89 12.428L7.92 9.24805L6 10.068V13.498ZM13.94 17.658L7.28 15.498L6.82 16.928L13.48 19.088L13.94 17.658ZM14.63 16.298L13.45 13.738L9.48 14.628L14.63 16.298Z",
key: "1hwrg9"
}
]
]);
export { Sledding as default };
//# sourceMappingURL=sledding.js.map