iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 660 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 ArrowDownward = (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 20.989c.137.16.342.262.57.262h.001a.748.748 0 00.532-.22l6-5.995a.75.75 0 00-1.06-1.061l-4.723 4.72V4.5a.75.75 0 00-1.5 0v14.188l-4.717-4.713a.75.75 0 10-1.06 1.06l5.957 5.954z", fill: "#323544" }));
exports.default = ArrowDownward;