iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 871 B
JavaScript
;
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 ArrowUp = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M9.435 2.461a.512.512 0 0 1 .28-.116c.012 0 .02-.008.032-.008l.007-.002.009.002c.007 0 .012.003.019.003.131.007.249.06.34.142.008.007.02.004.028.011.008.008.004.02.01.027.007.007.006.02.012.027l5.513 6.066a.54.54 0 1 1-.764.765l-4.614-5.076V17.29a.553.553 0 0 1-1.106 0V4.302L4.588 9.378a.54.54 0 1 1-.765-.765L9.31 2.578c.006-.01.017-.014.024-.022.015-.019.009-.045.026-.063.021-.021.052-.015.076-.032z", fill: "#000", fillRule: "evenodd" }));
exports.default = ArrowUp;