iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 691 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 SortDescIcon = (props) => React.createElement("svg", { "aria-label": "sort descending icon", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props },
React.createElement("path", { d: "M13 8.827l2.236 2.23a.5.5 0 0 0 .707 0l.703-.703a.5.5 0 0 0 0-.708l-4.292-4.292a.5.5 0 0 0-.708 0L7.354 9.646a.5.5 0 0 0 0 .708l.703.703a.5.5 0 0 0 .707 0L11 8.827V17.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V8.827z" }));
exports.default = SortDescIcon;