iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 850 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 SortHighToLow = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.504 3.25a.75.75 0 000 1.5H20.5a.75.75 0 000-1.5h-6.996zM13.504 15.417a.75.75 0 010-1.5H17.5a.75.75 0 010 1.5h-3.996zM16 20.75h-2.496a.75.75 0 010-1.5H16a.75.75 0 010 1.5zM13.504 10.083H19a.75.75 0 000-1.5h-5.496a.75.75 0 000 1.5zM8.252 18.19l1.722-1.72a.75.75 0 011.06 1.06l-3.002 3a.75.75 0 01-1.06 0l-3.002-3a.75.75 0 011.06-1.06l1.722 1.72V4.5a.75.75 0 111.5 0v13.69z", fill: "#323544" }));
exports.default = SortHighToLow;