UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.23 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.YuanMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.YuanMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.2629 11.2728V15.3296H6.40782C6.03421 15.3296 5.73134 15.6324 5.73134 16.0061C5.73134 16.3797 6.03421 16.6825 6.40782 16.6825H11.2629V20.316C11.2629 20.6896 11.5658 20.9925 11.9394 20.9925C12.313 20.9925 12.6158 20.6896 12.6158 20.316V16.6825H17.591C17.9646 16.6825 18.2675 16.3797 18.2675 16.0061C18.2675 15.6324 17.9646 15.3296 17.591 15.3296H12.6158V11.2764L18.3246 3.84145C18.5726 3.56197 18.547 3.13441 18.2675 2.88647C17.988 2.63854 17.5605 2.66411 17.3125 2.94358L11.9442 9.99479L6.68573 2.95266C6.44046 2.67083 6.01317 2.6412 5.73134 2.88647C5.44952 3.13175 5.41989 3.55904 5.66516 3.84086L11.2629 11.2728Z", fill: "currentColor" }))); }); exports.YuanMIcon.displayName = 'YuanMIcon';