UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 686 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 ChevronUp = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M10.154 6.241a.523.523 0 0 0-.394.15c-.023.024-.017.06-.036.087l-6.069 6.618a.53.53 0 0 0 .748.748l5.753-6.274 5.755 6.275a.528.528 0 1 0 .748-.748L10.59 6.48c-.019-.028-.013-.065-.037-.089a.516.516 0 0 0-.399-.15z", fill: "#000", fillRule: "evenodd" })); exports.default = ChevronUp;