@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ArrowUpMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ArrowUpMIcon = (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: "M12 21C12.4296 21 12.7778 20.6574 12.7778 20.2348V5.61249L17.6723 10.4277C17.976 10.7265 18.4685 10.7265 18.7722 10.4277C19.0759 10.1289 19.0759 9.64439 18.7722 9.34557L12.55 3.22412C12.4041 3.08062 12.2063 3 12 3C11.7937 3 11.5959 3.08062 11.45 3.22412L5.22781 9.34556C4.92406 9.64439 4.92406 10.1289 5.22781 10.4277C5.53155 10.7265 6.02401 10.7265 6.32775 10.4277L11.2222 5.61249V20.2348C11.2222 20.6574 11.5704 21 12 21Z", fill: "currentColor" }))); });
exports.ArrowUpMIcon.displayName = 'ArrowUpMIcon';