@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 680 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var YuanSIcon = 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: "M2.525 1.17a.75.75 0 0 1 1.056.105L8 6.683l4.42-5.408a.75.75 0 1 1 1.16.95l-4.83 5.91v1.806h3.833a.75.75 0 0 1 0 1.5H8.75v2.809a.75.75 0 0 1-1.5 0v-2.809H3.417a.75.75 0 0 1 0-1.5H7.25V8.135l-4.83-5.91a.75.75 0 0 1 .105-1.056", clipRule: "evenodd" }))); });
YuanSIcon.displayName = 'YuanSIcon';