UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.01 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var SortDefaultSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.136 6.11 7.67 2.152a.5.5 0 0 1 .151-.113.42.42 0 0 1 .358 0 .5.5 0 0 1 .15.113l3.534 3.956c.065.073.11.166.128.267a.6.6 0 0 1-.026.302.5.5 0 0 1-.172.234.43.43 0 0 1-.259.088H4.466a.43.43 0 0 1-.26-.088.5.5 0 0 1-.17-.234.6.6 0 0 1-.027-.302.54.54 0 0 1 .127-.267M4.136 9.89l3.534 3.957a.5.5 0 0 0 .151.113.42.42 0 0 0 .358 0 .5.5 0 0 0 .15-.113l3.534-3.956a.54.54 0 0 0 .128-.267.6.6 0 0 0-.026-.302.5.5 0 0 0-.172-.234.43.43 0 0 0-.259-.088H4.466a.43.43 0 0 0-.26.088.5.5 0 0 0-.17.234.6.6 0 0 0-.027.302.54.54 0 0 0 .127.267", clipRule: "evenodd" }))); }); SortDefaultSIcon.displayName = 'SortDefaultSIcon';