UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.14 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 Paragliding = createIcon("Paragliding", [ [ "path", { d: "M12 17C10.9 17 10 16.1 10 15C10 13.9 10.9 13 12 13C13.1 13 14 13.9 14 15C14 16.1 13.1 17 12 17ZM8.52 17.94C8.04 17.55 7 16.76 7 14H5C5 16.7 5.93 18.41 7.3 19.5C7.8 19.9 8.4 20.2 9 20.4V24H15V20.4C15.6 20.2 16.2 19.9 16.7 19.5C18.07 18.41 19 16.7 19 14H17C17 16.76 15.96 17.55 15.48 17.94C14.68 18.54 14 19 12 19C10 19 9.32 18.54 8.52 17.94ZM12 0C5.92 0 1 1.9 1 4.25V7.74C1 8.55 1.88 9 2.56 8.57C2.7 8.48 2.84 8.39 3 8.31L5 13H7L8.5 6.72C9.6 6.58 10.78 6.5 12 6.5C13.22 6.5 14.4 6.58 15.5 6.72L17 13H19L21 8.31C21.16 8.4 21.3 8.48 21.44 8.57C22.12 9 23 8.55 23 7.74V4.25C23 1.9 18.08 0 12 0ZM5.88 11.24L4.37 7.69C5.12 7.41 5.97 7.17 6.9 6.98L5.88 11.24ZM18.12 11.24L17.1 6.98C18.03 7.17 18.88 7.41 19.63 7.69L18.12 11.24Z", key: "1hog3d" } ] ]); export { Paragliding as default }; //# sourceMappingURL=paragliding.js.map