iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 760 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 TrendDown1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M4.75 4a.75.75 0 00-1.5 0v14.5a2.25 2.25 0 002.25 2.25H20a.75.75 0 000-1.5H5.5a.75.75 0 01-.75-.75v-8.109l3.92 3.92a.75.75 0 001.06 0l3.422-3.423 3.78 3.78h-1.72a.75.75 0 000 1.5h3.535a.75.75 0 00.75-.75v-3.535a.75.75 0 00-1.5 0v1.729l-4.314-4.315a.75.75 0 00-1.061 0L9.2 12.72 4.75 8.27V4z", fill: "#323544" }));
exports.default = TrendDown1;