brandelli
Version:
react components library in typescript
8 lines (7 loc) • 673 B
JavaScript
;
exports.__esModule = true;
var React = require("react");
exports.SortUp = function () { return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "13", height: "9", viewBox: "0 0 13 9" },
React.createElement("path", { fillRule: "nonzero", d: "M6.9 1.4a.5.5 0 0 0-.8 0L1.4 7.7a.5.5 0 0 0 .4.8h9.4a.5.5 0 0 0 .4-.8L7 1.4z" }))); };
exports.SortDown = function () { return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "13", height: "9", viewBox: "0 0 13 9" },
React.createElement("path", { fillRule: "nonzero", d: "M6.9 7.6a.5.5 0 0 1-.8 0L1.4 1.3a.5.5 0 0 1 .4-.8h9.4a.5.5 0 0 1 .4.8L7 7.6z" }))); };