UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 915 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Mountain = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-mountain", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M6.18 10.95l2.54 3.175.084.093a1 1 0 001.403-.01l1.637-1.638 1.324 1.985a1 1 0 001.457.226l3.632-2.906 3.647 7.697A1 1 0 0121 21H3a1 1 0 01-.904-1.428zM12 3.072a3.3 3.3 0 012.983 1.888l2.394 5.057-3.15 2.52-1.395-2.092-.075-.099a1 1 0 00-1.464-.053l-1.711 1.709-1.301-1.627L7.13 8.94l1.888-3.98A3.3 3.3 0 0112 3.072" })); exports.default = Mountain;