UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.05 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 Hiking = createIcon("Hiking", [ [ "path", { d: "M13.7498 5.25C14.8498 5.25 15.7498 4.35 15.7498 3.25C15.7498 2.15 14.8498 1.25 13.7498 1.25C12.6498 1.25 11.7498 2.15 11.7498 3.25C11.7498 4.35 12.6498 5.25 13.7498 5.25ZM17.7498 10.53C16.5198 10.16 15.5298 9.36 14.9498 8.35L13.9498 6.75C13.5398 6.1 12.8398 5.75 12.1098 5.75C11.3298 5.75 10.5198 6.25 10.3298 7.19C10.1398 8.13 7.2498 22.75 7.2498 22.75H9.3498L11.1498 14.75L13.2498 16.75V22.75H15.2498V15.25L13.1498 13.25L13.7498 10.25C14.7498 11.4 16.1598 12.26 17.7498 12.59V22.75H19.2498V8.75H17.7498V10.53ZM7.6798 12.88L5.5598 12.47C5.0198 12.36 4.6598 11.84 4.7698 11.3L5.5298 7.37C5.7398 6.29 6.7898 5.58 7.8698 5.79L9.0298 6.02L7.6798 12.88Z", key: "18mdqs" } ] ]); export { Hiking as default }; //# sourceMappingURL=hiking.js.map