UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 947 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var SortDefaultMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m7.17 8.931 4.418-4.747a.6.6 0 0 1 .189-.136.55.55 0 0 1 .635.136L16.83 8.93a.668.668 0 0 1 .127.682.6.6 0 0 1-.215.281.55.55 0 0 1-.323.106H7.582a.55.55 0 0 1-.323-.106.6.6 0 0 1-.215-.28.67.67 0 0 1-.033-.363.64.64 0 0 1 .16-.32zM16.83 15.069l-4.418 4.747a.6.6 0 0 1-.189.136.55.55 0 0 1-.635-.136L7.17 15.07a.64.64 0 0 1-.16-.32.67.67 0 0 1 .033-.362.6.6 0 0 1 .215-.281.55.55 0 0 1 .323-.106h8.836c.115 0 .228.037.323.106.096.069.17.166.215.28a.67.67 0 0 1-.127.683z", clipRule: "evenodd" }))); }); SortDefaultMIcon.displayName = 'SortDefaultMIcon';