google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 760 B
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 Snowmobile = createIcon("Snowmobile", [
[
"path",
{
d: "M22 16.5C22 17.05 21.55 17.5 21 17.5H20.83L18.63 15.3C20.58 14.87 22 13.9 22 12.5C22 11.5 14 4.5 14 4.5H11V6.5H13.25L14.7 7.8L11 10.5L1.5 9.5L0 12.5L4.54 13.86L1.05 15.74C-0.77 16.72 -0.0699999 19.5 2 19.5H8C10.21 19.5 12 17.71 12 15.5H16L18 17.5H15V19.5H21C22.66 19.5 24 18.16 24 16.5H22ZM8 17.5H2L7.25 14.67L10 15.5C10 16.6 9.11 17.5 8 17.5Z",
key: "11tga5"
}
]
]);
export { Snowmobile as default };
//# sourceMappingURL=snowmobile.js.map