iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 656 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 ArrowUpward = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.755 4.013a.748.748 0 01.57-.263h.001c.193 0 .385.073.532.22l6 5.995a.75.75 0 01-1.06 1.062l-4.723-4.72V20.5a.75.75 0 01-1.5 0V6.313l-4.717 4.714a.75.75 0 01-1.06-1.062l5.957-5.952z", fill: "#323544" }));
exports.default = ArrowUpward;