@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 840 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.YuanSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.YuanSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.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" }))); });
exports.YuanSIcon.displayName = 'YuanSIcon';