@samix-ui/foundation-icons
Version:
[](https://www.npmjs.com/package/@samix-ui/foundation-icons)
19 lines (15 loc) • 729 B
JavaScript
var React = require('react');
var SvgSortDescendingMajor = function SvgSortDescendingMajor(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
fillOpacity: 0.33,
fillRule: "evenodd",
d: "M9.116 4.823a1.25 1.25 0 0 1 1.768 0l2.646 2.647a.75.75 0 0 1-1.06 1.06l-2.47-2.47-2.47 2.47a.75.75 0 1 1-1.06-1.06l2.646-2.647Z"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M9.116 15.177a1.25 1.25 0 0 0 1.768 0l2.646-2.647a.75.75 0 0 0-1.06-1.06l-2.47 2.47-2.47-2.47a.75.75 0 0 0-1.06 1.06l2.646 2.647Z"
}));
};
exports.SvgSortDescendingMajor = SvgSortDescendingMajor;
;