@icongo/ti
Version:
Typicons Icons
23 lines (22 loc) • 1.7 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TISortAlphabeticallyOutline = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var TISortAlphabeticallyOutline = function TISortAlphabeticallyOutline(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
baseProfile: "tiny",
viewBox: "0 0 24 24"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5.618 14h2.764L7 11.236zM21 14l2.4-3.2a2.986 2.986 0 0 0 .284-3.142A2.984 2.984 0 0 0 21 6h-6c-1.654 0-3 1.346-3 3 0 .77.295 1.469.774 2H12.5c-.368 0-.708.107-1.005.281L9.684 7.658C9.186 6.663 8.157 6.044 7 6.044s-2.186.619-2.684 1.614l-4 8c-.358.717-.416 1.53-.163 2.291s.788 1.376 1.504 1.735c.414.207.879.316 1.342.316a2.988 2.988 0 0 0 2.684-1.657L5.854 18h2.291l.171.342A2.984 2.984 0 0 0 11 20c.464 0 .928-.109 1.342-.316a3.01 3.01 0 0 0 .652-.458c.54.488 1.246.774 2.006.774h6c1.654 0 3-1.346 3-3s-1.346-3-3-3zm-9.553 3.895a1.003 1.003 0 0 1-1.342-.448L9.382 16H4.618l-.724 1.447a1 1 0 1 1-1.788-.895l4-8c.169-.338.532-.508.894-.508s.725.169.895.508l4 8a1.002 1.002 0 0 1-.448 1.343zM12.5 14a1 1 0 0 1 0-2h1a1 1 0 0 1 0 2h-1zm8.5 4h-6a1.001 1.001 0 0 1-.8-1.6L19 10h-4a1 1 0 0 1 0-2h6a1.001 1.001 0 0 1 .8 1.6L17 16h4a1 1 0 0 1 0 2z"
})
}));
};
exports.TISortAlphabeticallyOutline = TISortAlphabeticallyOutline;