@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.22 kB
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({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.52537 1.16931C2.84609 0.907178 3.31858 0.954678 3.58071 1.2754L7.99999 6.68252L12.4193 1.2754C12.6814 0.954678 13.1539 0.907178 13.4746 1.16931C13.7953 1.43143 13.8428 1.90393 13.5807 2.22465L8.74999 8.13517V9.9412H12.5833C12.9975 9.9412 13.3333 10.277 13.3333 10.6912C13.3333 11.1054 12.9975 11.4412 12.5833 11.4412H8.74999V14.25C8.74999 14.6642 8.41421 15 7.99999 15C7.58578 15 7.24999 14.6642 7.24999 14.25V11.4412H3.41666C3.00245 11.4412 2.66666 11.1054 2.66666 10.6912C2.66666 10.277 3.00245 9.9412 3.41666 9.9412H7.24999V8.13517L2.41928 2.22465C2.15715 1.90393 2.20465 1.43143 2.52537 1.16931Z", fill: "currentColor" }))); });
exports.YuanSIcon.displayName = 'YuanSIcon';