UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 736 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 Height = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.181 1.682a.45.45 0 01.637 0l2.5 2.5a.45.45 0 01-.637.636L7.95 3.086v8.828l1.731-1.732a.45.45 0 01.637.636l-2.5 2.5a.45.45 0 01-.637 0l-2.5-2.5a.45.45 0 01.637-.636l1.732 1.732V3.086L5.317 4.818a.45.45 0 01-.637-.636l2.5-2.5z", fill: "currentColor" })); exports.default = Height;