UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 877 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 Mountains2 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.91 5.688c.848-1.584 3.12-1.584 3.967 0l3.204 5.986.23-.485c.815-1.71 3.249-1.71 4.063 0l2.427 5.095c.711 1.493-.377 3.217-2.031 3.217H4.273c-1.7 0-2.786-1.813-1.984-3.312l5.62-10.5zm4.644 12.313h7.216a.75.75 0 00.677-1.072l-2.427-5.095a.75.75 0 00-1.354 0l-.87 1.824a.75.75 0 01-1.337.032l-3.904-7.294a.75.75 0 00-1.323 0l-5.62 10.501a.75.75 0 00.66 1.104h8.282z", fill: "#323544" })); exports.default = Mountains2;